/*
    - Variables
    - Reset
    - Mixins
    - Fonts
    - Typography
    - Default styles
    - Navigation menu
    - Sidebar panel
    - Page styles
    - Hero headers
    - Shortcodes
    - Page header styles
    - News
    - Portfolio
    - Contact page
    - Shop
    - Footer
    - Preloader
*/
:root {
  /* Fonts */
  --primary-font: "Montserrat", sans-serif;
  /* White colors */
  --white-color-1: #ffffff;
  --white-color-2: rgba(255, 255, 255, 0.6);
  --white-color-3: rgba(255, 255, 255, 0.5);
  --white-color-4: rgba(255, 255, 255, 0.4);
  /* Black colors */
  --black-color-1: #080808;
  --black-color-2: #0d0d0d;
  --black-color-3: #111111;
  --black-color-4: #121212;
  --black-color-5: #131313;
  /* Primary colors */
  --primary-color: #049372;
  /* Str colors */
  --str-border-1: rgba(255, 255, 255, 0.08);
  --str-border-2: rgba(255, 255, 255, 0.1);
  --str-border-3: rgba(255, 255, 255, 0.15);
  --str-border-4: rgba(255, 255, 255, 0.2);
  --str-border-5: rgba(152, 152, 152, 0.3); }

/* Breakpoints */
* {
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

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

body {
  overflow-x: hidden; }

img {
  display: block; }

iframe {
  border: none; }

ul {
  padding-left: 0;
  margin-left: 0; }
  ul li {
    list-style: none; }

/* Fonts */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

* {
  /*font-family: var(--primary-font);*/
  /*font-size: 16px;*/
  /*line-height: 2;*/
  /*letter-spacing: 0.5px;*/
  /*font-style: normal;*/
  color: var(--white-color-1); }
  @media (max-width: 1199px) {
    * {
      font-size: 15px; } }
  @media (max-width: 767px) {
    * {
      font-size: 14px; } }
  @media (max-width: 575px) {
    * {
      font-size: 13px; } }

a {
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 15px; }
  @media (max-width: 1023px) {
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 10px; } }

h1, h2, h3, h4 {
  letter-spacing: -1.5px; }

i {
  color: inherit;
  line-height: 1; }

h1 {
  font-size: 56px;
  line-height: 64px; }
  @media (max-width: 1439px) {
    h1 {
      font-size: 50px;
      line-height: 58px; } }
  @media (max-width: 1199px) {
    h1 {
      font-size: 46px;
      line-height: 54px; } }
  @media (max-width: 1023px) {
    h1 {
      font-size: 40px;
      line-height: 48px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 38px; } }

h2 {
  font-size: 48px;
  line-height: 56px; }
  @media (max-width: 1439px) {
    h2 {
      font-size: 42px;
      line-height: 50px; } }
  @media (max-width: 1199px) {
    h2 {
      font-size: 38px;
      line-height: 46px; } }
  @media (max-width: 1023px) {
    h2 {
      font-size: 34px;
      line-height: 42px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 38px; } }
  @media (max-width: 575px) {
    h2 {
      font-size: 20px;
      line-height: 28px; } }

h3 {
  font-size: 38px;
  line-height: 46px; }
  @media (max-width: 1439px) {
    h3 {
      font-size: 34px;
      line-height: 42px; } }
  @media (max-width: 1199px) {
    h3 {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 1023px) {
    h3 {
      font-size: 30px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 575px) {
    h3 {
      font-size: 24px;
      line-height: 32px; } }

h4 {
  font-size: 28px;
  line-height: 36px; }
  @media (max-width: 1023px) {
    h4 {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 575px) {
    h4 {
      font-size: 18px;
      line-height: 26px; } }

h5 {
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 1199px) {
    h5 {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 1023px) {
    h5 {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 575px) {
    h5 {
      font-size: 16px;
      line-height: 20px; } }

h6 {
  font-size: 14px;
  line-height: 18px; }

a {
  text-decoration: none;
  font-size: inherit; }
  a:hover {
    text-decoration: none; }

span {
  font-size: inherit;
  line-height: 1;
  color: inherit; }

::selection {
  background-color: var(--white-color-2); }

.toggle-text-slider .text-slider-wrapper :first-child {
  position: relative; }

.toggle-text-slider .text-slider-wrapper :last-child {
  position: absolute;
  transform: translateY(100%); }

.text-slider-wrapper {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  height: 20px;
  position: relative;
  overflow: hidden; }
  .text-slider-wrapper span {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white-color-1);
    line-height: 1; }
    @media (max-width: 575px) {
      .text-slider-wrapper span {
        font-size: 10px; } }

@keyframes block-reveal-horizontal {
  0% {
    width: 100%;
    pointer-events: auto; }
  100% {
    width: 0;
    pointer-events: none; } }

@keyframes block-reveal-vertical {
  0% {
    height: 100%;
    pointer-events: auto; }
  100% {
    height: 0;
    pointer-events: none; } }

.page-content {
  padding: 150px 0;
  position: relative; }
  @media (max-width: 1023px) {
    .page-content {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .page-content {
      padding: 50px 0; } }

.page-wrapper {
  max-width: 100%;
  max-height: 100%;
  background-color: var(--black-color-1);
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100; }

.default-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px; }
  @media (max-width: 1439px) {
    .default-container {
      max-width: 1024px; } }
  @media (max-width: 1023px) {
    .default-container {
      max-width: 100%; } }

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

.post-default .image-wrapper {
  margin-bottom: 15px; }

.post-default .two-side-image {
  display: flex;
  margin: 15px 0;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .post-default .two-side-image {
      margin: 15px 0; } }
  .post-default .two-side-image div {
    width: 50%; }
    @media (max-width: 767px) {
      .post-default .two-side-image div {
        width: 100%; } }
    .post-default .two-side-image div:first-child {
      padding-right: 15px; }
      @media (max-width: 767px) {
        .post-default .two-side-image div:first-child {
          padding: 0;
          margin-bottom: 15px; } }
    .post-default .two-side-image div:last-child {
      padding-left: 15px; }
      @media (max-width: 767px) {
        .post-default .two-side-image div:last-child {
          padding: 0; } }

.post-default .three-side-image {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .post-default .three-side-image .image-wrapper {
    width: 33.3333%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .post-default .three-side-image .image-wrapper {
        width: 100%;
        padding: 0;
        margin: 7.5px 0; } }

.post-default .two-side-content {
  display: flex;
  align-items: center;
  margin: 15px 0;
  flex-wrap: wrap; }
  .post-default .two-side-content .left-side {
    padding-right: 30px;
    width: 50%; }
    @media (max-width: 1023px) {
      .post-default .two-side-content .left-side {
        padding: 0;
        margin-bottom: 15px;
        width: 100%; } }
  .post-default .two-side-content .right-side {
    padding-left: 30px;
    width: 50%; }
    @media (max-width: 1023px) {
      .post-default .two-side-content .right-side {
        width: 100%;
        padding: 0; } }

.post-default a {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 500; }

.post-default p {
  display: block;
  color: var(--white-color-2); }
  .post-default p:not(:last-child) {
    margin-bottom: 15px; }

.post-default b {
  color: var(--white-color-1);
  font-weight: 500; }

.post-default i {
  color: var(--white-color-1);
  font-style: italic;
  font-weight: 500; }

.post-default blockquote {
  background-color: var(--black-color-4);
  padding: 50px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin: 15px 0; }
  @media (max-width: 1023px) {
    .post-default blockquote {
      padding: 40px;
      font-size: 18px; } }
  @media (max-width: 575px) {
    .post-default blockquote {
      padding: 30px;
      font-size: 14px; } }
  .post-default blockquote:before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: var(--primary-color);
    position: absolute;
    top: 8px;
    left: 15px;
    font-weight: 900; }
    @media (max-width: 575px) {
      .post-default blockquote:before {
        top: 5px;
        left: 10px;
        font-size: 18px; } }

.post-default audio {
  max-width: 400px;
  width: 100%;
  margin: 5px 0 15px 0; }

.post-default .gallery-grid {
  margin: -10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 575px) {
    .post-default .gallery-grid {
      margin: 0; } }
  .post-default .gallery-grid .grid-item {
    padding: 10px;
    width: 25%;
    height: 200px; }
    @media (max-width: 1023px) {
      .post-default .gallery-grid .grid-item {
        width: 33.333%; } }
    @media (max-width: 1023px) {
      .post-default .gallery-grid .grid-item {
        width: 33.333%; } }
    @media (max-width: 767px) {
      .post-default .gallery-grid .grid-item {
        width: 50%; } }
    @media (max-width: 575px) {
      .post-default .gallery-grid .grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: 15px; } }
    .post-default .gallery-grid .grid-item .inner-wrapper {
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%; }

.post-default .swiper-default {
  width: 100%;
  margin-bottom: 15px;
  height: 500px;
  position: relative; }
  @media (max-width: 1023px) {
    .post-default .swiper-default {
      height: 400px; } }
  .post-default .swiper-default .swiper-wrapper .swiper-slide {
    background-position: center;
    background-size: cover; }
  .post-default .swiper-default .swiper-navigation {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 5px 15px; }
    .post-default .swiper-default .swiper-navigation .swiper-arrow {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .post-default .swiper-default .swiper-navigation .swiper-arrow i {
        color: var(--white-color-1); }

.post-default .list-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .post-default .list-row ul {
    width: 33.333%; }
    @media (max-width: 1023px) {
      .post-default .list-row ul {
        width: 50%;
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .post-default .list-row ul {
        width: 100%; } }
    .post-default .list-row ul li {
      display: flex;
      align-items: center; }
      .post-default .list-row ul li:before {
        content: '';
        display: flex;
        width: 10px;
        height: 2px;
        margin-right: 15px;
        background-color: var(--primary-color); }
      .post-default .list-row ul li p {
        color: var(--white-color-1);
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color-1);
        line-height: 1; }
        @media (max-width: 575px) {
          .post-default .list-row ul li p {
            font-size: 10px; } }
      .post-default .list-row ul li:not(:last-child) {
        margin-bottom: 20px; }

.post-default ul {
  margin-bottom: 15px; }

.post-default .fa {
  font-weight: 900 !important;
  font-style: normal !important; }

/* Import files */
.navigation-type-split {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200; }
  .navigation-type-split .inner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 80px;
    align-items: center; }
    @media (max-width: 1439px) {
      .navigation-type-split .inner-wrapper {
        padding: 20px 40px; } }
    @media (max-width: 767px) {
      .navigation-type-split .inner-wrapper {
        padding: 10px 20px; } }
    .navigation-type-split .inner-wrapper .left-side {
      display: flex;
      align-items: center;
      margin-left: -25px;
      position: relative; }
      @media (max-width: 1439px) {
        .navigation-type-split .inner-wrapper .left-side {
          margin-left: -15px; } }
      .navigation-type-split .inner-wrapper .left-side .menu-toggle {
        height: 50px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        cursor: pointer;
        opacity: 0;
        transform: translateY(25px);
        margin-right: 40px; }
        @media (max-width: 1439px) {
          .navigation-type-split .inner-wrapper .left-side .menu-toggle {
            padding: 0 15px; } }
        @media (max-width: 767px) {
          .navigation-type-split .inner-wrapper .left-side .menu-toggle {
            margin-right: 25px; } }
        @media (max-width: 575px) {
          .navigation-type-split .inner-wrapper .left-side .menu-toggle {
            margin-right: 10px; } }
        .navigation-type-split .inner-wrapper .left-side .menu-toggle .bars {
          display: flex;
          flex-direction: column; }
          .navigation-type-split .inner-wrapper .left-side .menu-toggle .bars .toggle-bar {
            width: 25px;
            height: 2px;
            background-color: var(--white-color-1); }
            .navigation-type-split .inner-wrapper .left-side .menu-toggle .bars .toggle-bar:not(:last-child) {
              margin-bottom: 5px; }
        .navigation-type-split .inner-wrapper .left-side .menu-toggle .menu-toggle-text {
          margin-left: 15px;
          display: flex;
          flex-direction: column;
          height: 20px;
          position: relative;
          overflow: hidden; }
          .navigation-type-split .inner-wrapper .left-side .menu-toggle .menu-toggle-text span {
            display: flex;
            align-items: center;
            height: 100%;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--white-color-1);
            line-height: 1; }
      .navigation-type-split .inner-wrapper .left-side .logo-wrapper {
        cursor: pointer;
        transform: translateY(25px);
        opacity: 0; }
        @media (max-width: 767px) {
          .navigation-type-split .inner-wrapper .left-side .logo-wrapper {
            position: relative;
            left: auto;
            transform: none; } }
        .navigation-type-split .inner-wrapper .left-side .logo-wrapper a {
          display: flex;
          align-items: center; }
          .navigation-type-split .inner-wrapper .left-side .logo-wrapper a .logo {
            max-width: 100px;
            max-height: 50px; }
            @media (max-width: 575px) {
              .navigation-type-split .inner-wrapper .left-side .logo-wrapper a .logo {
                max-width: 90px;
                max-height: 45px; } }
    .navigation-type-split .inner-wrapper .right-side {
      display: flex;
      align-items: center;
      margin-right: -25px;
      position: relative; }
      @media (max-width: 1439px) {
        .navigation-type-split .inner-wrapper .right-side {
          margin-right: -15px; } }
      .navigation-type-split .inner-wrapper .right-side li.animate-element:before {
        animation: stroke-fill 0.5s ease-in-out 1 forwards; }
      .navigation-type-split .inner-wrapper .right-side li.animate-element-hide:before {
        animation: stroke-fill-hide 0.5s ease-in-out 1 forwards; }

@keyframes stroke-fill {
  0% {
    width: 0; }
  100% {
    width: 40px; } }

@keyframes stroke-fill-hide {
  0% {
    width: 40px; }
  100% {
    width: 0; } }
      .navigation-type-split .inner-wrapper .right-side .search-form-wrapper {
        margin-left: 80px; }
        @media (max-width: 1439px) {
          .navigation-type-split .inner-wrapper .right-side .search-form-wrapper {
            margin-left: 75px; } }
        @media (max-width: 767px) {
          .navigation-type-split .inner-wrapper .right-side .search-form-wrapper {
            margin-left: 25px; } }
        @media (max-width: 575px) {
          .navigation-type-split .inner-wrapper .right-side .search-form-wrapper {
            margin-left: 10px; } }
        .navigation-type-split .inner-wrapper .right-side .search-form-wrapper .search-form {
          transform: translateX(-30px);
          width: 0; }
          .navigation-type-split .inner-wrapper .right-side .search-form-wrapper .search-form form input {
            width: 100%;
            border: none;
            border-bottom: 2px solid var(--white-color-1);
            background-color: transparent;
            position: relative;
            height: 35px;
            color: var(--white-color-1); }
            @media (max-width: 1023px) {
              .navigation-type-split .inner-wrapper .right-side .search-form-wrapper .search-form form input {
                height: 30px; } }
            .navigation-type-split .inner-wrapper .right-side .search-form-wrapper .search-form form input::placeholder {
              color: var(--white-color-3);
              opacity: 0.5; }
        .navigation-type-split .inner-wrapper .right-side .search-form-wrapper:before {
          pointer-events: none;
          content: ' ';
          display: flex;
          width: 0;
          height: 2px;
          background-color: var(--white-color-1);
          position: absolute;
          left: -50px; }
          @media (max-width: 1439px) {
            .navigation-type-split .inner-wrapper .right-side .search-form-wrapper:before {
              left: -50px; } }
          @media (max-width: 767px) {
            .navigation-type-split .inner-wrapper .right-side .search-form-wrapper:before {
              display: none; } }
      .navigation-type-split .inner-wrapper .right-side .shop-wrapper, .navigation-type-split .inner-wrapper .right-side .search-form-wrapper {
        opacity: 0;
        transform: translateY(25px);
        display: flex;
        height: 50px;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0 25px;
        margin-right: -25px; }
        @media (max-width: 1439px) {
          .navigation-type-split .inner-wrapper .right-side .shop-wrapper, .navigation-type-split .inner-wrapper .right-side .search-form-wrapper {
            padding: 0 15px;
            margin-right: -15px; } }
      .navigation-type-split .inner-wrapper .right-side .search-toggle, .navigation-type-split .inner-wrapper .right-side .shop-toggle {
        display: flex;
        align-items: center;
        cursor: pointer; }
      .navigation-type-split .inner-wrapper .right-side .shop-toggle {
        position: relative; }
        .navigation-type-split .inner-wrapper .right-side .shop-toggle .icon-wrapper {
          position: relative; }
          .navigation-type-split .inner-wrapper .right-side .shop-toggle .icon-wrapper .products-count {
            width: 17px;
            height: 17px;
            color: var(--white-color-1);
            background-color: var(--primary-color);
            border-radius: 100%;
            position: absolute;
            line-height: 1;
            top: -4px;
            left: -9px;
            font-size: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600; }
        .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list {
          pointer-events: none;
          position: absolute;
          padding-top: 15px;
          top: 100%;
          right: 50%;
          transform: translateX(50%) translateY(25px);
          opacity: 0;
          transition: all .3s ease-in-out;
          width: 250px; }
          @media (max-width: 575px) {
            .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list {
              transform: translateX(25%) translateY(25px); } }
          .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul {
            background-color: var(--white-color-1);
            padding: 20px;
            width: 100%;
            height: 100%; }
            @media (max-width: 575px) {
              .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul {
                padding: 15px; } }
            .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li {
              display: flex;
              align-items: center; }
              .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .img-side {
                max-width: 60px;
                margin-right: 20px;
                min-width: 60px; }
                @media (max-width: 575px) {
                  .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .img-side {
                    margin-right: 15px; } }
                .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .img-side img {
                  width: 100%;
                  height: auto; }
              .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side {
                display: flex;
                flex-direction: column;
                width: 100%; }
                .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-title {
                  color: var(--black-color-1);
                  font-size: 13px;
                  margin-bottom: 10px;
                  font-weight: 600;
                  transition: all .2s ease-in-out; }
                  .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-title:hover {
                    color: var(--primary-color); }
                .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-info {
                  display: flex;
                  width: 100%;
                  align-items: center; }
                  .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-info .price {
                    font-weight: 700;
                    font-size: 14px;
                    width: 50px;
                    color: var(--black-color-1);
                    line-height: 1; }
                  .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-info .star-wrapper {
                    line-height: 1;
                    display: flex;
                    align-items: flex-start;
                    transform: translateY(-1px); }
                    .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-info .star-wrapper i {
                      font-size: 11px;
                      color: #FEC42D; }
                      .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li .info-side .product-info .star-wrapper i:not(:last-child) {
                        margin-right: 3px; }
              .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li:not(:last-child) {
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid var(--str-border-5); }
                @media (max-width: 575px) {
                  .navigation-type-split .inner-wrapper .right-side .shop-toggle .shop-products-list ul li:not(:last-child) {
                    margin-bottom: 15px;
                    padding-bottom: 15px; } }
        .navigation-type-split .inner-wrapper .right-side .shop-toggle:hover .shop-products-list {
          pointer-events: auto;
          transform: translateX(50%) translateY(0);
          opacity: 1; }
          @media (max-width: 575px) {
            .navigation-type-split .inner-wrapper .right-side .shop-toggle:hover .shop-products-list {
              transform: translateX(25%) translateY(0); } }
      .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper {
        opacity: 0;
        transform: translateY(25px); }
        .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle {
          height: 50px;
          padding: 0 25px;
          display: flex;
          align-items: center;
          cursor: pointer;
          justify-content: flex-end;
          margin-left: 40px; }
          @media (max-width: 1439px) {
            .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle {
              padding: 0 15px; } }
          @media (max-width: 767px) {
            .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle {
              margin-left: 25px; } }
          @media (max-width: 575px) {
            .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle {
              margin-left: 10px; } }
          .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle .dot {
            width: 5px;
            height: 5px;
            min-width: 5px;
            min-height: 5px;
            background-color: var(--white-color-1);
            border-radius: 100%; }
            .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle .dot:not(:last-child) {
              margin-right: 10px; }
              @media (max-width: 575px) {
                .navigation-type-split .inner-wrapper .right-side .sidebar-wrapper .sidebar-toggle .dot:not(:last-child) {
                  margin-right: 5px; } }
  .navigation-type-split .navigation-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    pointer-events: none; }
    .navigation-type-split .navigation-menu-wrapper .menu-close {
      position: absolute;
      align-items: center;
      height: 50px;
      display: flex;
      justify-content: center;
      top: 40px;
      left: 80px;
      z-index: 100;
      cursor: pointer;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 1439px) {
        .navigation-type-split .navigation-menu-wrapper .menu-close {
          top: 20px;
          left: 40px; } }
      @media (max-width: 767px) {
        .navigation-type-split .navigation-menu-wrapper .menu-close {
          top: 30px;
          left: 50%;
          transform: translateX(-50%); } }
      .navigation-type-split .navigation-menu-wrapper .menu-close .menu-toggle-text {
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        height: 20px;
        position: relative;
        overflow: hidden; }
        .navigation-type-split .navigation-menu-wrapper .menu-close .menu-toggle-text span {
          display: flex;
          align-items: center;
          height: 100%;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1; }
    .navigation-type-split .navigation-menu-wrapper .navigation-overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str {
        width: 0;
        height: 100%;
        background-color: var(--black-color-3);
        position: absolute; }
        .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str:after {
          content: ' ';
          display: flex;
          width: 1px;
          height: 0;
          top: 0;
          /*background-color: var(--str-border-1);*/
        }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-one {
        left: 0; }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-two {
        left: 20%; }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-three {
        left: 40%; }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-four {
        left: 60%; }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-five {
        left: 80%; }
      .navigation-type-split .navigation-menu-wrapper .navigation-overlay .navigation-image-side {
        overflow: hidden; }
        .navigation-type-split .navigation-menu-wrapper .navigation-overlay .navigation-image-side .image-background {
          transform: translateX(-110%);
          background-size: cover;
          background-position: center;
          width: 100%;
          height: 100%;
          transition: all .3s ease-in-out; }
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list {
      max-width: 40%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 10;
      padding: 100px 80px; }
      @media (max-width: 1023px) {
        .navigation-type-split .navigation-menu-wrapper .navigation-menu-list {
          max-width: 80%;
          padding: 50px; } }
      @media (max-width: 767px) {
        .navigation-type-split .navigation-menu-wrapper .navigation-menu-list {
          max-width: 100%;
          padding: 50px 15px; } }
      .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item {
        display: flex; }
        @media (max-width: 767px) {
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item {
            justify-content: center;
            width: 100%; } }
        .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
          font-size: 24px;
          font-weight: 600;
          padding: 15px;
          line-height: 1;
          cursor: pointer;
          display: flex;
          align-items: center;
          transform: translateY(50px);
          opacity: 0;
          pointer-events: none;
          position: relative;
          z-index: 10; }
          @media (max-width: 767px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
              text-align: center;
              font-size: 20px; } }
          @media (max-width: 575px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
              font-size: 18px;
              padding: 10px; } }
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
            line-height: 1;
            font-size: 24px;
            width: 50px;
            color: var(--str-border-2); }
            @media (max-width: 767px) {
              .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
                font-size: 20px;
                width: 40px; } }
            @media (max-width: 575px) {
              .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
                font-size: 18px; } }
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a span {
            color: var(--white-color-1);
            transition: all .2s ease-in-out; }
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a:hover span {
            color: var(--primary-color); }
        .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
              margin-bottom: 20px; } }
          @media (max-width: 575px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
              margin-bottom: 15px; } }
        .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          padding: 100px 80px;
          pointer-events: none; }
          @media (max-width: 1023px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu {
              padding: 50px; } }
          @media (max-width: 767px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu {
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              width: 100%;
              padding: 50px 15px; } }
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu .back-link a {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--white-color-1);
            line-height: 1; }
            @media (max-width: 575px) {
              .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu .back-link a {
                font-size: 10px; } }
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu .back-link a p {
              width: 50px;
              height: 50px;
              color: var(--white-color-1);
              border-radius: 100%;
              border: 2px solid var(--str-border-1);
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: 25px;
              transition: all .2s ease-in-out; }
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu .back-link a i {
              font-size: 10px; }
            .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu .back-link a:hover p {
              border: 2px solid var(--primary-color); }
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item .sub-menu.active-list {
            pointer-events: auto; }
      .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item-has-children .menu-item-has-children-link:after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        display: block;
        border-radius: 100%;
        font-size: 13px;
        color: var(--white-color-1);
        margin-left: 20px; }
        @media (max-width: 767px) {
          .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item-has-children .menu-item-has-children-link:after {
            font-size: 11px; } }
    .navigation-type-split .navigation-menu-wrapper .navigation-information {
      padding: 100px 80px;
      max-width: 40%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 10; }
      @media (max-width: 1439px) {
        .navigation-type-split .navigation-menu-wrapper .navigation-information {
          padding: 50px 25px; } }
      @media (max-width: 1199px) {
        .navigation-type-split .navigation-menu-wrapper .navigation-information {
          padding: 50px 15px; } }
      @media (max-width: 1023px) {
        .navigation-type-split .navigation-menu-wrapper .navigation-information {
          display: none; } }
      .navigation-type-split .navigation-menu-wrapper .navigation-information .navigation-animate-element {
        opacity: 0; }
      .navigation-type-split .navigation-menu-wrapper .navigation-information .subtitle {
        margin-bottom: 60px;
        color: var(--white-color-2); }
        @media (max-width: 1439px) {
          .navigation-type-split .navigation-menu-wrapper .navigation-information .subtitle {
            margin-bottom: 30px; } }
      .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -60px; }
        @media (max-width: 1439px) {
          .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact {
            margin-bottom: -30px; } }
        .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side {
          width: 50%;
          margin-bottom: 60px;
          padding-right: 50px; }
          @media (max-width: 1439px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side {
              padding-right: 30px;
              margin-bottom: 30px; } }
          @media (max-width: 1199px) {
            .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side {
              padding-right: 15px;
              margin-bottom: 15px; } }
          .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-title {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            color: var(--white-color);
            line-height: 1;
            text-transform: uppercase;
            margin-bottom: 15px; }
            @media (max-width: 767px) {
              .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-title {
                font-size: 12px; } }
            @media (max-width: 575px) {
              .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-title {
                font-size: 11px; } }
          .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info {
            display: flex;
            flex-direction: column; }
            .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info a {
              color: var(--primary-color);
              text-decoration: underline;
              font-weight: 500; }
              .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info a:not(:last-child) {
                margin-bottom: 5px; }

@keyframes str-animation-show {
  0% {
    height: 0;
    top: 0; }
  100% {
    height: 100%; } }

@keyframes str-animation-hide {
  0% {
    height: 100%;
    bottom: 0; }
  100% {
    height: 0; } }
    .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .str:not(:first-child):not(:last-child):after {
      animation: str-animation-show 0.7s ease-in-out 1 forwards; }
    @media (max-width: 767px) {
      .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .str:not(:first-child):after {
        animation: str-animation-show 0.7s ease-in-out 1 forwards; } }
    .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .navigation-image-side {
      overflow: hidden;
      position: relative; }
      @media (max-width: 1023px) {
        .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .navigation-image-side {
          width: 40% !important;
          left: 60%; } }
      .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .navigation-image-side .image-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        transform: translateX(-100%);
        opacity: 0; }
        @media (max-width: 767px) {
          .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .navigation-image-side .image-background {
            display: none !important; } }
    .navigation-type-split .navigation-menu-wrapper.animate-element-hide .navigation-overlay .str:not(:first-child):not(:last-child):after {
      animation: str-animation-hide 0.7s ease-in-out 1 forwards; }
  .navigation-type-split .mobile-search-form {
    position: fixed;
    padding: 0 15px;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9); }
    @media (max-width: 767px) {
      .navigation-type-split .mobile-search-form {
        display: flex; } }
    .navigation-type-split .mobile-search-form .search-form {
      max-width: 400px;
      width: 100%;
      position: relative;
      display: flex; }
      .navigation-type-split .mobile-search-form .search-form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid var(--white-color-3);
        padding-right: 50px;
        color: var(--white-color-1); }
        .navigation-type-split .mobile-search-form .search-form input::placeholder {
          color: var(--white-color-3); }
      .navigation-type-split .mobile-search-form .search-form button {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: none;
        position: absolute;
        right: 0; }
    .navigation-type-split .mobile-search-form .exit-toggle {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 30px;
      line-height: 1;
      display: flex;
      align-items: center;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color);
      line-height: 1; }
      @media (max-width: 575px) {
        .navigation-type-split .mobile-search-form .exit-toggle {
          font-size: 10px; } }
      .navigation-type-split .mobile-search-form .exit-toggle i {
        margin-left: 20px;
        font-size: 12px; }
  @media (max-width: 575px) {
    .navigation-type-split .text-slider-wrapper, .navigation-type-split .menu-toggle-text {
      display: none !important; } }

/* Sidebar */
.sidebar-side-panel {
  width: 450px;
  height: 100vh;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  top: 0;
  background-color: var(--black-color-5);
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 575px) {
    .sidebar-side-panel {
      width: 100%; } }
  .sidebar-side-panel .menu-close {
    align-items: center;
    height: 50px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 30px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    padding: 0 25px; }
    @media (max-width: 575px) {
      .sidebar-side-panel .menu-close {
        top: 5px;
        right: 10px;
        padding: 0 20px; } }
    .sidebar-side-panel .menu-close .menu-toggle-text {
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      height: 20px;
      position: relative;
      overflow: hidden; }
      .sidebar-side-panel .menu-close .menu-toggle-text span {
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color-1);
        line-height: 1; }
  .sidebar-side-panel .sidebar-widgets {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding: 80px 50px; }
    @media (max-width: 575px) {
      .sidebar-side-panel .sidebar-widgets {
        padding: 50px 15px; } }
    .sidebar-side-panel .sidebar-widgets .sidebar-widget .sidebar-title {
      margin-bottom: 20px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1; }
      @media (max-width: 575px) {
        .sidebar-side-panel .sidebar-widgets .sidebar-widget .sidebar-title {
          font-size: 10px; } }
    .sidebar-side-panel .sidebar-widgets .sidebar-widget:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        .sidebar-side-panel .sidebar-widgets .sidebar-widget:not(:last-child) {
          margin-bottom: 20px; } }
    .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li {
      display: flex;
      align-items: center; }
      .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .image-wrapper {
        max-width: 100px;
        min-width: 100px;
        width: 100px;
        height: auto;
        margin-right: 30px; }
        @media (max-width: 575px) {
          .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .image-wrapper {
            margin-right: 15px; } }
      .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .content-wrapper .title {
          margin-bottom: 5px; }
          .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .content-wrapper .title a {
            transition: all .2s ease-in-out; }
            .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .content-wrapper .title a:hover {
              color: var(--primary-color); }
        .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .content-wrapper .date {
          line-height: 1;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-3);
          line-height: 1; }
          @media (max-width: 575px) {
            .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li .content-wrapper .date {
              font-size: 10px; } }
      .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li:not(:last-child) {
        margin-bottom: 20px; }
        @media (max-width: 575px) {
          .sidebar-side-panel .sidebar-widgets .latest-news-widget ul li:not(:last-child) {
            margin-bottom: 10px; } }
    .sidebar-side-panel .sidebar-widgets .tags-cloud-widget .tags-cloud {
      display: flex;
      flex-wrap: wrap; }
      .sidebar-side-panel .sidebar-widgets .tags-cloud-widget .tags-cloud .tag {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color1);
        line-height: 1;
        border: 1px solid var(--str-border-5);
        padding: 0 15px;
        height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: all .2s ease-in-out; }
        @media (max-width: 575px) {
          .sidebar-side-panel .sidebar-widgets .tags-cloud-widget .tags-cloud .tag {
            font-size: 10px; } }
        @media (max-width: 575px) {
          .sidebar-side-panel .sidebar-widgets .tags-cloud-widget .tags-cloud .tag {
            height: 30px;
            padding: 0 10px; } }
        .sidebar-side-panel .sidebar-widgets .tags-cloud-widget .tags-cloud .tag:hover {
          color: var(--primary-color);
          border: 1px solid var(--primary-color); }
    .sidebar-side-panel .sidebar-widgets .gallery-widget .gallery {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .sidebar-side-panel .sidebar-widgets .gallery-widget .gallery li {
        width: 33.333333%;
        padding: 5px; }

/* Import files */
/* Page bottom panel */
.page-bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11; }
  .page-bottom-panel .inner-wrapper {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 1439px) {
      .page-bottom-panel .inner-wrapper {
        height: 100px; } }
    @media (max-width: 575px) {
      .page-bottom-panel .inner-wrapper {
        flex-direction: column;
        height: auto;
        align-items: flex-start; } }
    .page-bottom-panel .inner-wrapper .left-side {
      position: relative;
      z-index: 11; }
      @media (max-width: 575px) {
        .page-bottom-panel .inner-wrapper .left-side {
          order: 2;
          width: 100%; } }
      .page-bottom-panel .inner-wrapper .left-side .contact-wrapper {
        display: flex;
        flex-direction: column;
        transform: translateY(100%);
        position: relative; }
        .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper {
          padding: 50px 80px 50px 80px;
          background-color: var(--primary-color);
          transform: translateY(100%);
          position: absolute;
          bottom: 100%;
          z-index: 11;
          left: 0;
          width: 100%; }
          @media (max-width: 1439px) {
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper {
              padding: 50px 40px; } }
          @media (max-width: 767px) {
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper {
              padding: 40px 20px; } }
          .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper .subtitle {
            color: var(--white-color-3); }
          .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper .contact-form {
            margin-top: 50px;
            width: 100%; }
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper .contact-form input {
              width: 100%;
              background-color: transparent;
              border: none;
              color: var(--white-color-1);
              border-bottom: 3px solid var(--str-border-4);
              padding: 15px 0;
              font-size: 16px; }
              .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper .contact-form input::placeholder {
                color: var(--white-color-2); }
              .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-form-wrapper .contact-form input:focus {
                border-bottom: 3px solid var(--white-color-2); }
        .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation {
          display: flex;
          align-items: center;
          padding: 0 80px;
          background-color: var(--primary-color);
          height: 120px;
          z-index: 12;
          position: relative;
          justify-content: space-between;
          width: 450px; }
          @media (max-width: 1439px) {
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation {
              height: 100px;
              padding: 0 40px;
              width: 400px; } }
          @media (max-width: 1023px) {
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation {
              width: 350px; } }
          @media (max-width: 767px) {
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation {
              padding: 0 20px;
              width: 300px;
              height: 80px; } }
          @media (max-width: 575px) {
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation {
              width: 100%;
              justify-content: space-between; } }
          .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .contact-toggle {
            display: flex;
            align-items: center;
            position: relative;
            height: 50px;
            cursor: pointer;
            padding: 0 25px;
            margin-left: -25px; }
            @media (max-width: 1439px) {
              .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .contact-toggle {
                padding: 0 15px;
                margin-left: -15px; } }
          .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .navigation-hero {
            display: flex;
            margin-right: -25px; }
            @media (max-width: 1439px) {
              .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .navigation-hero {
                margin-right: -15px; } }
            .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .navigation-hero .arrow {
              cursor: pointer;
              padding: 0 25px;
              height: 50px;
              opacity: 0.5;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: all .3s ease-in-out; }
              @media (max-width: 1439px) {
                .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .navigation-hero .arrow {
                  padding: 0 15px; } }
              .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .navigation-hero .arrow i {
                color: var(--white-color-1); }
              .page-bottom-panel .inner-wrapper .left-side .contact-wrapper .contact-navigation .navigation-hero .arrow:hover {
                opacity: 1; }
    .page-bottom-panel .inner-wrapper .right-side {
      display: flex;
      justify-content: space-between;
      padding: 0 80px;
      width: 100%;
      height: 120px;
      align-items: center;
      z-index: 10;
      position: relative; }
      @media (max-width: 1439px) {
        .page-bottom-panel .inner-wrapper .right-side {
          padding: 0 40px;
          height: 100px; } }
      @media (max-width: 767px) {
        .page-bottom-panel .inner-wrapper .right-side {
          padding: 0 20px;
          height: 80px; } }
      @media (max-width: 575px) {
        .page-bottom-panel .inner-wrapper .right-side {
          order: 1; } }
      .page-bottom-panel .inner-wrapper .right-side .links-list li {
        transform: translateY(25px);
        opacity: 0; }
        .page-bottom-panel .inner-wrapper .right-side .links-list li a {
          display: flex;
          align-items: center;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1;
          transition: all .2s ease-in-out; }
          @media (max-width: 575px) {
            .page-bottom-panel .inner-wrapper .right-side .links-list li a {
              font-size: 10px; } }
          .page-bottom-panel .inner-wrapper .right-side .links-list li a span {
            line-height: 1;
            width: 20px;
            min-width: 20px;
            display: flex;
            justify-content: center;
            margin-right: 20px;
            color: var(--str-border-4);
            transform: translateY(-1px);
            font-weight: 500;
            font-size: 12px; }
            @media (max-width: 575px) {
              .page-bottom-panel .inner-wrapper .right-side .links-list li a span {
                margin-right: 10px; } }
          .page-bottom-panel .inner-wrapper .right-side .links-list li a:hover {
            color: var(--primary-color); }
        .page-bottom-panel .inner-wrapper .right-side .links-list li:not(:last-child) {
          margin-bottom: 25px; }
      .page-bottom-panel .inner-wrapper .right-side .languages-list {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 80px; }
        @media (max-width: 1439px) {
          .page-bottom-panel .inner-wrapper .right-side .languages-list {
            right: 40px; } }
        @media (max-width: 767px) {
          .page-bottom-panel .inner-wrapper .right-side .languages-list {
            right: 20px; } }
        .page-bottom-panel .inner-wrapper .right-side .languages-list li {
          transform: translateY(25px);
          opacity: 0; }
          .page-bottom-panel .inner-wrapper .right-side .languages-list li a {
            height: 40px;
            width: 40px;
            border-radius: 100%;
            border: 2px solid var(--str-border-2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .2s ease-in-out;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--white-color-1);
            line-height: 1; }
            @media (max-width: 575px) {
              .page-bottom-panel .inner-wrapper .right-side .languages-list li a {
                font-size: 10px; } }
            .page-bottom-panel .inner-wrapper .right-side .languages-list li a:hover {
              border: 2px solid var(--primary-color); }
          .page-bottom-panel .inner-wrapper .right-side .languages-list li:not(:last-child) {
            margin-right: 15px; }

/* Page overlay */
.page-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  /* stroke default styles */
  /* str #1 */
  /* str #2 */
  /* str #3 */
  /* str #4 */ }
  .page-overlay .str {
    background-color: var(--str-border-1);
    position: absolute;
    width: 1px;
    height: 100%; }
    .page-overlay .str:after {
      content: ' ';
      width: 5px;
      height: 40px;
      background-color: var(--str-border-2);
      position: absolute;
      top: -50%;
      transform: translateX(-2px); }
    .page-overlay .str.animate-element:after {
      animation: str-animation 12s linear infinite; }

@keyframes str-animation {
  0% {
    top: -80%; }
  100% {
    top: calc(100% + 40px); } }
  .page-overlay .str-one {
    left: 20%; }
  .page-overlay .str-two {
    left: 40%; }
    .page-overlay .str-two.animate-element:after {
      animation-delay: 2.5s; }
  .page-overlay .str-three {
    left: 60%; }
    .page-overlay .str-three.animate-element:after {
      animation-delay: 5s; }
  .page-overlay .str-four {
    left: 80%; }
    .page-overlay .str-four.animate-element:after {
      animation-delay: 7.5s; }

/* Social network list */
.page-social-list {
  position: fixed;
  left: 0;
  padding: 0 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11; }
  @media (max-width: 1439px) {
    .page-social-list {
      padding: 0 40px; } }
  @media (max-width: 1023px) {
    .page-social-list {
      display: none; } }
  .page-social-list .social-list {
    display: flex;
    flex-direction: column;
    margin-left: -10px; }
    .page-social-list .social-list li {
      opacity: 0;
      transform: translateY(25px); }
      .page-social-list .social-list li a {
        cursor: pointer;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-social-list .social-list li a span {
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1;
          transition: all .2s ease-in-out;
          text-decoration: none; }
        .page-social-list .social-list li a:hover span {
          color: var(--primary-color); }
      .page-social-list .social-list li:not(:last-child) {
        margin-bottom: 30px; }

/* About page fix */
@media (max-width: 575px) {
  .about-page .page-social-list {
    display: none; } }

/* Custom cursor */
.cursor-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none; }
  @media (max-width: 575px) {
    .cursor-wrapper {
      display: none; } }
  .cursor-wrapper #ball-cursor {
    width: 60px;
    height: 60px;
    background: none;
    border: 2px solid var(--str-border-3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(calc(-50% + 2px)) translateX(calc(-50% + 2px));
    pointer-events: none;
    z-index: 100; }

body {
  cursor: url("../img/logo/cursor.png"), auto; }
  @media (max-width: 575px) {
    body {
      cursor: auto; } }

/* Reveal images */
.block-reveal-wrapper .hover-reveal-inner,
.block-reveal-wrapper .hover-reveal-img {
  width: 100%;
  height: 100%;
  position: relative; }

.block-reveal-wrapper .hover-reveal-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314; }

.block-reveal-wrapper .hover-reveal-img {
  background-size: cover;
  background-position: 50% 50%; }

.block-reveal-wrapper .hover-reveal {
  position: fixed;
  width: 300px;
  height: 200px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0; }
  @media (max-width: 767px) {
    .block-reveal-wrapper .hover-reveal {
      width: 200px;
      height: 130px; } }

/* Import files */
/* Hero product slideshow */
.hero-slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
  position: relative; }
  .hero-slideshow .slides-container {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero-slideshow .slides-container .container-overlay {
      width: 800px;
      height: 800px;
      position: absolute;
      border: 1px solid var(--str-border-1);
      border-radius: 100%;
      animation: overlay-background-rotate 30s linear infinite; }
      @media (max-width: 1439px) {
        .hero-slideshow .slides-container .container-overlay {
          width: 500px;
          height: 500px; } }
      @media (max-width: 575px) {
        .hero-slideshow .slides-container .container-overlay {
          width: 350px;
          height: 350px; } }
      .hero-slideshow .slides-container .container-overlay:after, .hero-slideshow .slides-container .container-overlay:before {
        content: ' ';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid var(--str-border-3);
        transform: translateX(-50%) translateY(-50%) rotate(0) scale(0.5);
        border-radius: 100%;
        left: 50%;
        opacity: 0; }
      .hero-slideshow .slides-container .container-overlay:after {
        top: 0; }
      .hero-slideshow .slides-container .container-overlay:before {
        top: 100%; }
    .hero-slideshow .slides-container .slides {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 700px;
      height: 600px;
      position: relative;
      z-index: 10; }
      @media (max-width: 1439px) {
        .hero-slideshow .slides-container .slides {
          width: 500px;
          height: 400px; } }
      @media (max-width: 575px) {
        .hero-slideshow .slides-container .slides {
          width: 400px;
          height: 300px;
          padding-bottom: 80px; } }
      .hero-slideshow .slides-container .slides .slide {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute; }
        .hero-slideshow .slides-container .slides .slide img {
          max-height: 100%;
          max-width: 100%; }
        .hero-slideshow .slides-container .slides .slide:not(.slide-active) {
          opacity: 0; }
        .hero-slideshow .slides-container .slides .slide.slide-active {
          opacity: 0;
          transform: translateY(50px); }
    .hero-slideshow .slides-container.animation-element .container-overlay:after, .hero-slideshow .slides-container.animation-element .container-overlay:before {
      animation: overlay-border-circles-appear 1s ease-in-out 1s 1 forwards; }
    .hero-slideshow .slides-container:after {
      content: ' ';
      display: block;
      background-color: var(--black-color-3);
      width: 600px;
      height: 600px;
      position: absolute;
      z-index: 1;
      border-radius: 100%;
      transform: scale(0.5); }
      @media (max-width: 1439px) {
        .hero-slideshow .slides-container:after {
          width: 350px;
          height: 350px; } }
      @media (max-width: 575px) {
        .hero-slideshow .slides-container:after {
          width: 250px;
          height: 250px; } }
    .hero-slideshow .slides-container.animation-element:after {
      animation: circle-background-appear 2s ease-in-out 1 forwards; }

@keyframes circle-background-appear {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

@keyframes overlay-background-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes overlay-border-circles-appear {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0) scale(0.5);
    opacity: 0; }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(0) scale(1);
    opacity: 1; } }
  .hero-slideshow .pagination-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 80px;
    z-index: 10;
    max-height: 500px;
    height: 100%; }
    @media (max-width: 1439px) {
      .hero-slideshow .pagination-line {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .hero-slideshow .pagination-line {
        padding: 0 20px; } }
    .hero-slideshow .pagination-line .pagination-bullet {
      width: 7px;
      height: 7px;
      border-radius: 50px;
      transition: all .5s ease-in-out;
      position: relative;
      background-color: var(--white-color-1);
      transform: translateY(10px);
      opacity: 0; }
      .hero-slideshow .pagination-line .pagination-bullet:not(:last-child) {
        margin-bottom: 30px; }
      .hero-slideshow .pagination-line .pagination-bullet.pagination-bullet-active {
        height: 60px;
        background-color: var(--primary-color); }

/* Hero about slideshow */
.about-slideshow {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .about-slideshow .slides-container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transform: translateY(50px);
    opacity: 0; }
    .about-slideshow .slides-container .slides {
      height: 100%;
      width: 100%;
      position: relative;
      overflow: hidden;
      max-width: 1200px;
      max-height: 500px; }
      @media (max-width: 1439px) {
        .about-slideshow .slides-container .slides {
          max-width: 1024px; } }
      @media (max-width: 1023px) {
        .about-slideshow .slides-container .slides {
          max-width: 100%;
          padding: 0;
          max-height: 650px; } }
      @media (max-width: 575px) {
        .about-slideshow .slides-container .slides {
          max-width: 100%;
          padding: 0; } }
      .about-slideshow .slides-container .slides .slide {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        z-index: 10;
        overflow: hidden; }
        .about-slideshow .slides-container .slides .slide:not(.slide-active) {
          transform: translateY(100%); }
        .about-slideshow .slides-container .slides .slide .slide-content {
          width: 100%;
          position: relative;
          padding: 0 30px; }
          @media (max-width: 1199px) {
            .about-slideshow .slides-container .slides .slide .slide-content {
              padding: 0 80px; } }
          @media (max-width: 767px) {
            .about-slideshow .slides-container .slides .slide .slide-content {
              padding: 0 60px; } }
          @media (max-width: 575px) {
            .about-slideshow .slides-container .slides .slide .slide-content {
              padding: 0 15px; } }
          .about-slideshow .slides-container .slides .slide .slide-content a {
            color: var(--primary-color);
            text-decoration: underline;
            line-height: 1; }
        .about-slideshow .slides-container .slides .slide .default-slide {
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .about-slideshow .slides-container .slides .slide .default-slide {
              flex-direction: column;
              flex-wrap: wrap; } }
          .about-slideshow .slides-container .slides .slide .default-slide .section-side {
            max-width: 450px;
            min-width: 450px;
            width: 100%;
            padding-right: 50px;
            position: relative; }
            @media (max-width: 1199px) {
              .about-slideshow .slides-container .slides .slide .default-slide .section-side {
                max-width: 350px;
                padding-right: 25px;
                min-width: 350px; } }
            @media (max-width: 1023px) {
              .about-slideshow .slides-container .slides .slide .default-slide .section-side {
                max-width: 300px;
                min-width: 300px;
                padding-right: 15px; } }
            @media (max-width: 767px) {
              .about-slideshow .slides-container .slides .slide .default-slide .section-side {
                min-width: 100%;
                max-width: 100%;
                margin-bottom: 15px;
                padding-left: 15px; } }
            @media (max-width: 575px) {
              .about-slideshow .slides-container .slides .slide .default-slide .section-side {
                padding: 0; } }
            .about-slideshow .slides-container .slides .slide .default-slide .section-side .slide-title {
              font-size: 100px;
              line-height: 100px;
              text-transform: uppercase;
              letter-spacing: -5px;
              margin-bottom: 0;
              color: var(--primary-color);
              position: relative;
              z-index: 10;
              font-weight: 600; }
              @media (max-width: 1199px) {
                .about-slideshow .slides-container .slides .slide .default-slide .section-side .slide-title {
                  font-size: 72px;
                  line-height: 72px; } }
              @media (max-width: 1023px) {
                .about-slideshow .slides-container .slides .slide .default-slide .section-side .slide-title {
                  font-size: 56px;
                  line-height: 56px; } }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .slide .default-slide .section-side .slide-title {
                  font-size: 48px;
                  line-height: 48px;
                  letter-spacing: -2.5px; } }
              @media (max-width: 575px) {
                .about-slideshow .slides-container .slides .slide .default-slide .section-side .slide-title {
                  font-size: 36px;
                  line-height: 36px;
                  text-align: center; } }
          .about-slideshow .slides-container .slides .slide .default-slide .info-side {
            width: 100%;
            padding-left: 50px; }
            @media (max-width: 1023px) {
              .about-slideshow .slides-container .slides .slide .default-slide .info-side {
                padding-left: 25px; } }
            @media (max-width: 767px) {
              .about-slideshow .slides-container .slides .slide .default-slide .info-side {
                min-width: 100%;
                max-width: 100%;
                padding-left: 15px; } }
            @media (max-width: 575px) {
              .about-slideshow .slides-container .slides .slide .default-slide .info-side {
                padding: 0; } }
      @media (max-width: 767px) {
        .about-slideshow .slides-container .slides .introduce-slide .introduce-title {
          text-align: center; } }
      @media (max-width: 575px) {
        .about-slideshow .slides-container .slides .who-we-are-slide .info-side {
          text-align: center; } }
      .about-slideshow .slides-container .slides .video-overview-slide {
        height: 100%;
        display: flex;
        align-items: center; }
        @media (max-width: 1023px) {
          .about-slideshow .slides-container .slides .video-overview-slide {
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
        .about-slideshow .slides-container .slides .video-overview-slide .video-overview-info {
          padding-left: 100px;
          width: 50%;
          min-width: 50%;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          @media (max-width: 1199px) {
            .about-slideshow .slides-container .slides .video-overview-slide .video-overview-info {
              padding-left: 50px; } }
          @media (max-width: 1023px) {
            .about-slideshow .slides-container .slides .video-overview-slide .video-overview-info {
              padding-left: 0;
              margin-top: 20px;
              width: 100%;
              min-width: 100%; } }
          .about-slideshow .slides-container .slides .video-overview-slide .video-overview-info .overview-text {
            margin-bottom: 20px; }
        .about-slideshow .slides-container .slides .video-overview-slide .video-overview {
          width: 50%;
          min-width: 50%; }
          @media (max-width: 1023px) {
            .about-slideshow .slides-container .slides .video-overview-slide .video-overview {
              width: 100%;
              min-width: 100%; } }
          .about-slideshow .slides-container .slides .video-overview-slide .video-overview .plyr {
            width: 100%;
            height: auto; }
            @media (max-width: 1023px) {
              .about-slideshow .slides-container .slides .video-overview-slide .video-overview .plyr {
                max-height: 300px; } }
            .about-slideshow .slides-container .slides .video-overview-slide .video-overview .plyr iframe {
              width: 100%;
              height: 100%; }
      .about-slideshow .slides-container .slides .team-slide {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .about-slideshow .slides-container .slides .team-slide .team-members-information {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex; }
          .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute;
            z-index: 100;
            transform: translateX(-110%);
            padding: 0 30px; }
            @media (max-width: 1199px) {
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information {
                padding: 0 80px; } }
            @media (max-width: 767px) {
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information {
                padding: 0 60px;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center; } }
            @media (max-width: 575px) {
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information {
                padding: 0 15px; } }
            .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle {
              position: absolute;
              top: 0;
              right: 0;
              display: flex;
              font-size: 13px;
              font-weight: 600;
              letter-spacing: 1px;
              color: var(--white-color);
              line-height: 1;
              text-transform: uppercase;
              align-items: center;
              z-index: 10;
              cursor: pointer; }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle {
                  font-size: 12px; } }
              @media (max-width: 575px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle {
                  font-size: 11px; } }
              @media (max-width: 1199px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle {
                  right: 80px; } }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle {
                  top: 30px; } }
              @media (max-width: 575px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle {
                  position: relative;
                  margin-bottom: 15px;
                  right: auto;
                  top: auto; } }
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .back-toggle i {
                margin-left: 20px; }
            .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-thumbnail {
              height: 100%;
              min-width: 470px;
              width: 470px;
              display: flex;
              align-items: center; }
              @media (max-width: 1439px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-thumbnail {
                  min-width: 350px;
                  width: 350px; } }
              @media (max-width: 1023px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-thumbnail {
                  min-width: 250px;
                  width: 250px; } }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-thumbnail {
                  min-width: auto;
                  width: auto;
                  height: auto !important; } }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-thumbnail img {
                  height: 300px;
                  width: auto; } }
              @media (max-width: 575px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-thumbnail img {
                  height: 250px; } }
            .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about {
              padding-left: 100px;
              position: relative; }
              @media (max-width: 1439px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about {
                  padding-left: 50px; } }
              @media (max-width: 1023px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about {
                  padding-left: 30px; } }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about {
                  width: 100%;
                  padding-left: 0;
                  margin-top: 30px; } }
              @media (max-width: 767px) {
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about {
                  margin-top: 20px; } }
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-position {
                font-size: 11px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                color: var(--primary-color);
                line-height: 1;
                margin-bottom: 25px; }
                @media (max-width: 575px) {
                  .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-position {
                    font-size: 10px; } }
                @media (max-width: 767px) {
                  .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-position {
                    margin-bottom: 10px; } }
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-name {
                margin-bottom: 25px; }
                @media (max-width: 767px) {
                  .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-name {
                    margin-bottom: 10px; } }
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-introduce {
                color: var(--white-color-3); }
              .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list {
                display: flex;
                margin-left: -10px;
                margin-top: 30px; }
                @media (max-width: 767px) {
                  .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list {
                    margin-top: 15px; } }
                .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li {
                  position: relative;
                  display: flex;
                  align-items: center; }
                  .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li a {
                    width: 40px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: var(--white-color-1);
                    text-decoration: none; }
                    .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li a i {
                      transition: all .2s ease-in-out; }
                    .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li a:hover i {
                      color: var(--primary-color); }
                    @media (max-width: 575px) {
                      .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li a {
                        width: 30px;
                        height: 30px; } }
                  .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li:not(:last-child) {
                    margin-right: 10px; }
                    @media (max-width: 575px) {
                      .about-slideshow .slides-container .slides .team-slide .team-members-information .member-information .team-member-about .member-social-list li:not(:last-child) {
                        margin-right: 5px; } }
        .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper {
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper {
              flex-direction: column; } }
          @media (max-width: 767px) {
            .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .info-side {
              margin-top: 15px; } }
          .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid {
            display: flex;
            flex-wrap: wrap;
            margin: -15px; }
            @media (max-width: 1023px) {
              .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid {
                margin: -5px; } }
            .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item {
              width: 25%;
              padding: 15px; }
              @media (max-width: 1023px) {
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item {
                  padding: 5px; } }
              .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner {
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                cursor: pointer; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner a {
                  z-index: 10;
                  position: absolute;
                  font-size: 11px;
                  font-weight: 600;
                  text-transform: uppercase;
                  letter-spacing: 1px;
                  color: var(--white-color-1);
                  line-height: 1;
                  opacity: 0;
                  transition: all .3s ease-in-out;
                  transform: scale(0.8);
                  text-decoration: none; }
                  @media (max-width: 575px) {
                    .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner a {
                      font-size: 10px; } }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner .overlay {
                  position: absolute;
                  z-index: 1;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-color: rgba(0, 0, 0, 0.75);
                  opacity: 0;
                  transition: all .3s ease-in-out; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:after, .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:before {
                  content: ' ';
                  display: flex;
                  width: 2px;
                  height: 15px;
                  background-color: var(--white-color-1);
                  position: absolute;
                  z-index: 10;
                  opacity: 0;
                  transition: all .3s ease-in-out; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:after {
                  top: 0; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:before {
                  bottom: 0; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:hover a {
                  transform: scale(1);
                  opacity: 1; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:hover .overlay {
                  opacity: 1; }
                .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:hover:after, .about-slideshow .slides-container .slides .team-slide .team-grid-wrapper .team-grid .grid-item .grid-inner:hover:before {
                  height: 30px;
                  opacity: 1; }
      .about-slideshow .slides-container .slides .steps-slide .steps-wrapper {
        width: 100%;
        display: flex; }
        @media (max-width: 1023px) {
          .about-slideshow .slides-container .slides .steps-slide .steps-wrapper {
            flex-wrap: wrap; } }
        .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          padding-right: 50px;
          width: 33.33333%; }
          @media (max-width: 1023px) {
            .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step {
              width: 50%;
              padding-right: 15px; }
              .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step:not(:last-child) {
                margin-bottom: 30px; } }
          @media (max-width: 575px) {
            .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step {
              width: 100%;
              max-width: 350px;
              margin-left: auto;
              margin-right: auto; }
              .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step:not(:last-child) {
                margin-bottom: 20px; } }
          .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step .step-num {
            font-size: 56px;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 20px;
            display: flex; }
            @media (max-width: 575px) {
              .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step .step-num {
                font-size: 32px;
                margin-bottom: 5px; } }
          @media (max-width: 575px) {
            .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step .step-title {
              margin-bottom: 5px; } }
          .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step .step-content {
            margin-bottom: 20px; }
            @media (max-width: 575px) {
              .about-slideshow .slides-container .slides .steps-slide .steps-wrapper .step .step-content {
                margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .about-slideshow .slides-container .slides .clients-slide .info-side {
          margin-top: 15px; } }
      .about-slideshow .slides-container .slides .clients-slide .clients-grid {
        display: flex;
        flex-wrap: wrap;
        margin: -30px; }
        @media (max-width: 1199px) {
          .about-slideshow .slides-container .slides .clients-slide .clients-grid {
            margin: -15px; } }
        @media (max-width: 1023px) {
          .about-slideshow .slides-container .slides .clients-slide .clients-grid {
            margin: -10px; } }
        @media (max-width: 767px) {
          .about-slideshow .slides-container .slides .clients-slide .clients-grid {
            margin: -5px; } }
        .about-slideshow .slides-container .slides .clients-slide .clients-grid .client-item {
          width: 25%;
          padding: 30px; }
          @media (max-width: 1199px) {
            .about-slideshow .slides-container .slides .clients-slide .clients-grid .client-item {
              padding: 15px; } }
          @media (max-width: 1023px) {
            .about-slideshow .slides-container .slides .clients-slide .clients-grid .client-item {
              padding: 10px; } }
      .about-slideshow .slides-container .slides .counters-slide .counters-wrapper {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 1023px) {
          .about-slideshow .slides-container .slides .counters-slide .counters-wrapper {
            margin-bottom: -50px; } }
        .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper {
          width: 25%;
          padding: 0 30px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media (max-width: 1023px) {
            .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper {
              width: 50%;
              padding: 0 15px;
              margin-bottom: 50px; } }
          .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper .counter-num {
            text-align: center;
            font-size: 64px;
            font-weight: 600;
            margin-bottom: 30px;
            transition: all .3s ease-in-out; }
            @media (max-width: 1199px) {
              .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper .counter-num {
                font-size: 56px;
                margin-bottom: 20px; } }
            @media (max-width: 1023px) {
              .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper .counter-num {
                font-size: 48px;
                margin-bottom: 20px; } }
            @media (max-width: 575px) {
              .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper .counter-num {
                font-size: 36px;
                margin-bottom: 15px; } }
          .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper .counter-title {
            text-align: center;
            text-decoration: underline;
            transition: all .3s ease-in-out; }
          .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper:hover .counter-num {
            color: var(--primary-color); }
          .about-slideshow .slides-container .slides .counters-slide .counters-wrapper .counter-wrapper:hover .counter-title {
            color: var(--primary-color); }
      .about-slideshow .slides-container .slides .latest-news-slide {
        height: 100%; }
        @media (max-width: 767px) {
          .about-slideshow .slides-container .slides .latest-news-slide {
            height: auto; } }
        .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper {
          width: 100%;
          height: 100%; }
          .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media (max-width: 1023px) {
              .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container {
                justify-content: center; } }
            @media (max-width: 767px) {
              .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container {
                height: auto;
                margin-top: 15px; } }
            .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title {
              display: flex;
              align-items: center;
              margin-bottom: 0; }
              @media (max-width: 1199px) {
                .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title {
                  font-size: 24px; } }
              @media (max-width: 1023px) {
                .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title {
                  font-size: 20px; } }
              @media (max-width: 575px) {
                .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title {
                  font-size: 18px;
                  text-align: center; } }
              .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title i {
                margin-right: 30px;
                font-size: 36px;
                color: var(--black-color-5); }
                @media (max-width: 1199px) {
                  .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title i {
                    margin-right: 20px; } }
                @media (max-width: 1023px) {
                  .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title i {
                    margin-right: 15px;
                    font-size: 24px; } }
                @media (max-width: 575px) {
                  .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title i {
                    display: none; } }
              .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title a {
                color: var(--white-color-1);
                text-decoration: none;
                transition: all .2s ease-in-out; }
                .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper .post-title a:hover {
                  color: var(--primary-color); }
            .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper:not(:last-child) {
              margin-bottom: 15px; }
              @media (max-width: 1023px) {
                .about-slideshow .slides-container .slides .latest-news-slide .latest-news-wrapper .latest-news-container .post-wrapper:not(:last-child) {
                  margin-bottom: 30px; } }
    .about-slideshow .slides-container .pagination-steps {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      padding: 0 80px; }
      @media (max-width: 1439px) {
        .about-slideshow .slides-container .pagination-steps {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .about-slideshow .slides-container .pagination-steps {
          padding: 0 20px 20px; } }
      @media (max-width: 575px) {
        .about-slideshow .slides-container .pagination-steps {
          padding: 0 50px;
          display: flex;
          bottom: 50px;
          align-items: center;
          justify-content: center;
          top: auto;
          width: 100%; } }
      .about-slideshow .slides-container .pagination-steps .pagination-bullet {
        position: relative;
        margin-bottom: 11px;
        height: 50px;
        width: 1px;
        background-color: var(--str-border-5);
        transition: all .2s ease-in-out;
        transform: translateY(25px);
        opacity: 0; }
        @media (max-width: 767px) {
          .about-slideshow .slides-container .pagination-steps .pagination-bullet {
            height: 30px;
            margin-bottom: 9px; } }
        @media (max-width: 575px) {
          .about-slideshow .slides-container .pagination-steps .pagination-bullet {
            height: 1px;
            width: 30px;
            margin-bottom: 0;
            margin-right: 9px; } }
        .about-slideshow .slides-container .pagination-steps .pagination-bullet:after {
          content: ' ';
          position: absolute;
          bottom: -11px;
          width: 11px;
          height: 11px;
          border: 2px solid var(--str-border-5);
          transform: translateX(-50%);
          border-radius: 100%;
          transition: all .2s ease-in-out; }
          @media (max-width: 767px) {
            .about-slideshow .slides-container .pagination-steps .pagination-bullet:after {
              width: 9px;
              height: 9px;
              bottom: -9px; } }
          @media (max-width: 575px) {
            .about-slideshow .slides-container .pagination-steps .pagination-bullet:after {
              bottom: auto;
              right: -9px;
              transform: translateY(-50%); } }
        .about-slideshow .slides-container .pagination-steps .pagination-bullet.pagination-bullet-active {
          background-color: var(--white-color-1); }
          .about-slideshow .slides-container .pagination-steps .pagination-bullet.pagination-bullet-active:after {
            border: 2px solid var(--white-color-1); }

/* Hero project slideshow */
.project-slideshow {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  z-index: 10; }
  .project-slideshow .slideshow {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px); }
    .project-slideshow .slideshow .slide {
      top: 50%;
      width: 100%;
      max-width: 800px;
      height: 500px;
      transform: translateY(-50%);
      position: absolute;
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: 100%;
      align-items: center;
      justify-items: center; }
      @media (max-width: 1023px) {
        .project-slideshow .slideshow .slide {
          max-width: 600px;
          height: 450px; } }
      @media (max-width: 767px) {
        .project-slideshow .slideshow .slide {
          max-width: 500px;
          height: 400px; } }
      @media (max-width: 575px) {
        .project-slideshow .slideshow .slide {
          max-width: 300px; } }
    .project-slideshow .slideshow .slide--current {
      position: relative; }
    .project-slideshow .slideshow .slide__img-wrap {
      grid-area: 1 / 1 / 1 / 1;
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow: hidden;
      position: relative;
      opacity: 0;
      outline: 1px solid transparent; }
    .project-slideshow .slideshow .slide__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      backface-visibility: hidden;
      pointer-events: none; }
    .project-slideshow .slideshow .slide__img::after {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .project-slideshow .slideshow .slide__img-reveal {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transform: translate3d(-100%, 0, 0);
      pointer-events: none; }
    .project-slideshow .slideshow .slide__number {
      top: -50px;
      right: 0;
      letter-spacing: 3px;
      opacity: 0;
      color: var(--white-color-1);
      position: absolute;
      font-weight: 600;
      font-size: 36px; }
      @media (max-width: 767px) {
        .project-slideshow .slideshow .slide__number {
          font-size: 24px;
          top: 30px;
          right: 30px; } }
    .project-slideshow .slideshow .slide__title {
      grid-area: 1 / 1 / 1 / 1;
      color: var(--white-color-1);
      position: relative;
      letter-spacing: 0.5px;
      font-size: 100px;
      opacity: 0; }
      @media (max-width: 1199px) {
        .project-slideshow .slideshow .slide__title {
          font-size: 84px; } }
      @media (max-width: 1023px) {
        .project-slideshow .slideshow .slide__title {
          font-size: 64px; } }
      @media (max-width: 767px) {
        .project-slideshow .slideshow .slide__title {
          font-size: 48px; } }
      @media (max-width: 575px) {
        .project-slideshow .slideshow .slide__title {
          font-size: 36px; } }
    .project-slideshow .slideshow .slide--current .slide__img-wrap,
    .project-slideshow .slideshow .slide--current .slide__number,
    .project-slideshow .slideshow .slide--current .slide__title {
      opacity: 1; }
    .project-slideshow .slideshow .slidenav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-transform: lowercase;
      padding: 0 80px; }
      @media (max-width: 1439px) {
        .project-slideshow .slideshow .slidenav {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .project-slideshow .slideshow .slidenav {
          padding: 50px 20px;
          align-items: flex-end; } }
    .project-slideshow .slideshow .slidenav__item {
      pointer-events: auto;
      border: 0;
      background: none;
      text-transform: inherit;
      position: relative;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1; }
      @media (max-width: 575px) {
        .project-slideshow .slideshow .slidenav__item {
          font-size: 10px; } }
      .project-slideshow .slideshow .slidenav__item i {
        font-size: 11px; }
    .project-slideshow .slideshow .slidenav__item--prev {
      opacity: 0; }
      .project-slideshow .slideshow .slidenav__item--prev i {
        margin-right: 20px; }
    .project-slideshow .slideshow .slidenav__item--next {
      opacity: 0; }
      .project-slideshow .slideshow .slidenav__item--next i {
        margin-left: 20px; }
    .project-slideshow .slideshow .slidenav__item::before {
      right: 100%; }
    .project-slideshow .slideshow .slidenav__item::after {
      left: 100%; }
    .project-slideshow .slideshow .slidenav__preview {
      opacity: 0;
      pointer-events: auto;
      color: var(--color-nav);
      position: absolute;
      bottom: 50px;
      transform: translateX(-50%);
      left: 50%;
      border: 0;
      background: none;
      transition: 0.3s transform; }
      @media (max-width: 767px) {
        .project-slideshow .slideshow .slidenav__preview {
          bottom: 0; } }
      .project-slideshow .slideshow .slidenav__preview i {
        transition: 0.3s transform; }
    .project-slideshow .slideshow .slidenav__preview {
      transition: all .3s ease-in-out; }
      .project-slideshow .slideshow .slidenav__preview i {
        cursor: pointer;
        font-size: 24px;
        color: var(--white-color-1);
        padding: 40px 25px; }
    .project-slideshow .slideshow .slidenav__preview--open {
      transform: rotate(180deg); }
    .project-slideshow .slideshow .preview,
    .project-slideshow .slideshow .preview__img-wrap,
    .project-slideshow .slideshow .preview__img,
    .project-slideshow .slideshow .preview__img-reveal {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none; }
    .project-slideshow .slideshow .preview {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .project-slideshow .slideshow .preview__img-wrap {
      overflow: hidden;
      opacity: 0; }
    .project-slideshow .slideshow .preview__img {
      background-size: cover;
      background-position: 50% 50%;
      backface-visibility: hidden; }
    .project-slideshow .slideshow .preview__img::after {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .project-slideshow .slideshow .preview__img-reveal {
      background: var(--color-reveal); }
    .project-slideshow .slideshow .preview__content {
      column-count: 2;
      position: relative;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      max-width: 600px; }
      @media (max-width: 1023px) {
        .project-slideshow .slideshow .preview__content {
          padding: 0 15px; } }
      .project-slideshow .slideshow .preview__content h2 {
        color: var(--white-color-1);
        margin-bottom: 15px; }
      .project-slideshow .slideshow .preview__content p {
        color: var(--white-color-1);
        margin: 0; }

/* Hero interactive menu */
.hero-interactive-menu {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .hero-interactive-menu .gallery-menu--wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10; }
    .hero-interactive-menu .gallery-menu--wrapper .gallery-menu {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 10000;
      pointer-events: none; }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item {
      opacity: 0;
      transform: translateY(50px);
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-end;
      pointer-events: auto; }
      .hero-interactive-menu .gallery-menu--wrapper .menu__item:not(:last-child) {
        margin-bottom: 25px; }
    .hero-interactive-menu .gallery-menu--wrapper .menu--closed .menu__item {
      pointer-events: none; }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item-number {
      font-size: 14px;
      position: absolute;
      top: 0;
      left: 0;
      color: var(--white-color-1);
      transform: translateY(-15px) translateX(-15px);
      font-weight: 600; }
      @media (max-width: 767px) {
        .hero-interactive-menu .gallery-menu--wrapper .menu__item-number {
          font-size: 12px;
          transform: translateY(-15px) translateX(-10px); } }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item-textwrap {
      position: relative;
      overflow: hidden;
      line-height: 1;
      margin: 5px 0; }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item-text {
      text-transform: uppercase;
      -webkit-text-stroke: 1px var(--white-color-1);
      text-stroke: 1px var(--white-color-1);
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      color: transparent;
      font-size: 50px;
      font-weight: 700;
      padding: 15px;
      cursor: pointer;
      display: inline-block;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .hero-interactive-menu .gallery-menu--wrapper .menu__item-text {
          font-size: 36px; } }
      @media (max-width: 575px) {
        .hero-interactive-menu .gallery-menu--wrapper .menu__item-text {
          font-size: 28px;
          padding: 5px; } }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item--current .menu__item-text {
      -webkit-text-fill-color: var(--white-color-1);
      text-fill-color: var(--white-color-1);
      color: var(--white-color-1);
      -webkit-text-stroke: 2px transparent;
      text-stroke: 2px transparent; }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item-link {
      pointer-events: none;
      font-weight: 600;
      opacity: 0;
      cursor: pointer;
      position: absolute;
      right: 0;
      bottom: -15px;
      transform: translateX(50%);
      color: var(--white-color-1);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .hero-interactive-menu .gallery-menu--wrapper .menu__item--current .menu__item-link {
      pointer-events: auto; }
    .hero-interactive-menu .gallery-menu--wrapper .gridwrap {
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: 1.75rem calc(100% - 1.75rem);
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }
      .hero-interactive-menu .gallery-menu--wrapper .gridwrap .gridback {
        align-self: center;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: center;
        background: none;
        border: 0;
        padding: 0;
        color: var(--white-color-1);
        opacity: 0;
        font-size: 24px;
        z-index: 100;
        position: relative;
        pointer-events: auto !important;
        margin-bottom: 25px; }
    .hero-interactive-menu .gallery-menu--wrapper .grid {
      grid-area: 2 / 1 / 3 / 2;
      --gridgap: 15px;
      --gridwidth: 100%;
      --gridheight: 600px;
      display: grid;
      width: var(--gridwidth);
      height: var(--gridheight);
      grid-template-rows: repeat(10, calc(var(--gridheight) / 10 - var(--gridgap)));
      grid-template-columns: repeat(10, calc(var(--gridwidth) / 10 - var(--gridgap)));
      grid-gap: var(--gridgap);
      align-content: center;
      justify-content: center; }
    .hero-interactive-menu .gallery-menu--wrapper .grid__item {
      opacity: 0;
      position: relative;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--open .grid__item {
      pointer-events: auto; }
    .hero-interactive-menu .gallery-menu--wrapper .grid__item::after {
      content: '';
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: background 1s cubic-bezier(1, 0, 0, 1); }
    .hero-interactive-menu .gallery-menu--wrapper .grid--open .grid__item::after {
      background: rgba(0, 0, 0, 0); }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:first-child {
      grid-area: 3 / 1 / 8 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(2) {
      grid-area: 1 / 2 / 3 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(3) {
      grid-area: 5 / 4 / 8 / 8; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(4) {
      grid-area: 2 / 7 / 5 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(5) {
      grid-area: 1 / 4 / 5 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(6) {
      grid-area: 8 / 5 / 11 / 2; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(7) {
      grid-area: 10 / 9 / 8 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(8) {
      grid-area: 5 / 8 / 8 / 10; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-1 .grid__item:nth-child(9) {
      grid-area: 8 / 5 / 11 / 9; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:first-child {
      grid-area: 2 / 1 / 5 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(2) {
      grid-area: 1 / 4 / 4 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(3) {
      grid-area: 1 / 7 / 5 / 10; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(4) {
      grid-area: 5 / 1 / 7 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(5) {
      grid-area: 4 / 4 / 7 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(6) {
      grid-area: 7 / 7 / 11 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(7) {
      grid-area: 5 / 7 / 8 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-2 .grid__item:nth-child(8) {
      grid-area: 7 / 2 / 9 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:first-child {
      grid-area: 1 / 2 / 3 / 5; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(2) {
      grid-area: 3 / 1 / 6 / 5; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(3) {
      grid-area: 1 / 5 / 5 / 8; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(4) {
      grid-area: 2 / 8 / 6 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(5) {
      grid-area: 5 / 5 / 8 / 8; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(6) {
      grid-area: 6 / 8 / 8 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(7) {
      grid-area: 6 / 2 / 8 / 5; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(8) {
      grid-area: 11 / 4 / 8 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-3 .grid__item:nth-child(9) {
      grid-area: 8 / 9 / 11 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:first-child {
      grid-area: 2 / 1 / 4 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(2) {
      grid-area: 1 / 4 / 3 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(3) {
      grid-area: 3 / 4 / 5 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(4) {
      grid-area: 1 / 7 / 4 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(5) {
      grid-area: 4 / 2 / 7 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(6) {
      grid-area: 5 / 7 / 8 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(7) {
      grid-area: 4 / 7 / 8 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-4 .grid__item:nth-child(8) {
      grid-area: 8 / 9 / 11 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:first-child {
      grid-area: 2 / 1 / 5 / 4; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(2) {
      grid-area: 1 / 4 / 5 / 7; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(3) {
      grid-area: 5 / 2 / 7 / 5; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(4) {
      grid-area: 1 / 7 / 4 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(5) {
      grid-area: 5 / 7 / 7 / 5; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(6) {
      grid-area: 7 / 5 / 10 / 1; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(7) {
      grid-area: 4 / 7 / 7 / 9; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(8) {
      grid-area: 4 / 9 / 9 / 11; }
    .hero-interactive-menu .gallery-menu--wrapper .grid--layout-5 .grid__item:nth-child(9) {
      grid-area: 7 / 5 / 11 / 9; }
    .hero-interactive-menu .gallery-menu--wrapper .page--preview {
      position: relative;
      overflow: hidden;
      height: 100vh;
      width: 100%; }

/* Hero digital background */
.hero-digital-background {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .hero-digital-background .content-wrapper {
    position: relative;
    z-index: 10; }
    .hero-digital-background .content-wrapper .text-wrapper {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .hero-digital-background .content-wrapper .text-wrapper .title {
        margin-bottom: 30px;
        opacity: 0;
        transform: translateY(50px); }
        @media (max-width: 1439px) {
          .hero-digital-background .content-wrapper .text-wrapper .title {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .hero-digital-background .content-wrapper .text-wrapper .title {
            margin-bottom: 10px; } }
      .hero-digital-background .content-wrapper .text-wrapper .content {
        opacity: 0;
        transform: translateY(50px); }
      .hero-digital-background .content-wrapper .text-wrapper .social-list {
        justify-content: center;
        margin-top: 30px;
        opacity: 0;
        transform: translateY(50px); }
        @media (max-width: 1439px) {
          .hero-digital-background .content-wrapper .text-wrapper .social-list {
            margin-top: 20px; } }
        @media (max-width: 767px) {
          .hero-digital-background .content-wrapper .text-wrapper .social-list {
            margin-top: 10px; } }
  .hero-digital-background .physics-scene--wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .hero-digital-background .physics-scene--wrapper canvas {
      width: 100%;
      height: 100%; }
    .hero-digital-background .physics-scene--wrapper:after {
      content: ' ';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }

/* Hero glitch links */
.hero-glitch-links {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .hero-glitch-links .glitch-links-wrapper {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    padding: 150px 0; }
    @media (max-width: 1600px) {
      .hero-glitch-links .glitch-links-wrapper {
        max-width: 1440px; } }
    @media (max-width: 1439px) {
      .hero-glitch-links .glitch-links-wrapper {
        max-width: 1200px; } }
    @media (max-width: 1199px) {
      .hero-glitch-links .glitch-links-wrapper {
        max-width: 1024px; } }
    @media (max-width: 1023px) {
      .hero-glitch-links .glitch-links-wrapper {
        max-width: 768px; } }
    @media (max-width: 767px) {
      .hero-glitch-links .glitch-links-wrapper {
        max-width: 500px;
        padding: 100px 0; } }
    @media (max-width: 575px) {
      .hero-glitch-links .glitch-links-wrapper {
        max-width: 350px; } }
    .hero-glitch-links .glitch-links-wrapper .glitch-slides {
      position: relative;
      width: 100%;
      height: 100%;
      opacity: 0;
      transform: translateY(50px); }
    .hero-glitch-links .glitch-links-wrapper .slide {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      pointer-events: none;
      width: 100%;
      height: 100%; }
    .hero-glitch-links .glitch-links-wrapper .slide--current {
      position: relative;
      opacity: 1;
      pointer-events: auto; }
    .hero-glitch-links .glitch-links-wrapper .slide__img {
      width: 100%;
      height: 100%;
      position: relative; }
      .hero-glitch-links .glitch-links-wrapper .slide__img:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); }
    .hero-glitch-links .glitch-links-wrapper .slide-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      display: flex;
      flex-direction: column; }
    .hero-glitch-links .glitch-links-wrapper .slide-nav__button span {
      display: block; }
    .hero-glitch-links .glitch-links-wrapper .slide-nav__button:focus {
      outline: none; }
    .hero-glitch-links .glitch-links-wrapper .slide-nav__button:hover span {
      animation: glitch-anim-text 0.5s linear alternate 1 backwards; }
    .hero-glitch-links .glitch-links-wrapper .slide-nav__text {
      text-align: center;
      color: var(--white-color-1);
      font-size: 48px;
      letter-spacing: 0.5px;
      font-weight: 600;
      cursor: pointer;
      transform: translateY(50px) scale(0);
      opacity: 0.3; }
      @media (max-width: 1199px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text {
          font-size: 42px; } }
      @media (max-width: 1023px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text {
          font-size: 32px; } }
      @media (max-width: 575px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text {
          font-size: 28px; } }
    .hero-glitch-links .glitch-links-wrapper .slide-nav__text--current {
      opacity: 1;
      font-size: 56px;
      text-decoration: underline; }
      @media (max-width: 1199px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text--current {
          font-size: 50px; } }
      @media (max-width: 1023px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text--current {
          font-size: 46px; } }
      @media (max-width: 767px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text--current {
          font-size: 42px; } }
      @media (max-width: 575px) {
        .hero-glitch-links .glitch-links-wrapper .slide-nav__text--current {
          font-size: 36px; } }
    .hero-glitch-links .glitch-links-wrapper .effect-1 {
      --gap-horizontal: 40px;
      --gap-vertical: 50px;
      --time-anim: 2s;
      --delay-anim: 0s;
      --blend-mode-1: none;
      --blend-mode-2: luminosity;
      --blend-mode-3: none;
      --blend-mode-4: none;
      --blend-mode-5: overlay;
      --blend-color-1: transparent;
      --blend-color-2: #4c73cd;
      --blend-color-3: transparent;
      --blend-color-4: transparent;
      --blend-color-5: #f30009; }
    .hero-glitch-links .glitch-links-wrapper .glitch {
      overflow: hidden;
      position: relative; }
    .hero-glitch-links .glitch-links-wrapper .glitch,
    .hero-glitch-links .glitch-links-wrapper .glitch__img {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .hero-glitch-links .glitch-links-wrapper .glitch__img {
      position: absolute;
      top: calc(-1 * var(--gap-vertical));
      left: calc(-1 * var(--gap-horizontal));
      width: calc(100% + var(--gap-horizontal) * 2);
      height: calc(100% + var(--gap-vertical) * 2);
      background-color: var(--blend-color-1);
      transform: translate3d(0, 0, 0);
      background-blend-mode: var(--blend-mode-1); }
    .hero-glitch-links .glitch-links-wrapper .glitch__img:nth-child(n+2) {
      opacity: 0; }
    .hero-glitch-links .glitch-links-wrapper .glitch--animate .glitch__img:nth-child(n+2) {
      animation-duration: var(--time-anim);
      animation-delay: var(--delay-anim);
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards; }
    .hero-glitch-links .glitch-links-wrapper .glitch--animate .glitch__img:nth-child(2) {
      background-color: var(--blend-color-2);
      background-blend-mode: var(--blend-mode-2);
      animation-name: glitch-anim-1; }
    .hero-glitch-links .glitch-links-wrapper .glitch--animate .glitch__img:nth-child(3) {
      background-color: var(--blend-color-3);
      background-blend-mode: var(--blend-mode-3);
      animation-name: glitch-anim-2; }
    .hero-glitch-links .glitch-links-wrapper .glitch--animate .glitch__img:nth-child(4) {
      background-color: var(--blend-color-4);
      background-blend-mode: var(--blend-mode-4);
      animation-name: glitch-anim-3; }
    .hero-glitch-links .glitch-links-wrapper .glitch--animate .glitch__img:nth-child(5) {
      background-color: var(--blend-color-5);
      background-blend-mode: var(--blend-mode-5);
      animation-name: glitch-anim-flash; }

@keyframes glitch-anim-1 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  20% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  30% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  40% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  50% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  55% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  65% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  85% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
    clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%); }
  95% {
    -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
    clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%); } }

@keyframes glitch-anim-2 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  10% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  15% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  17% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  19% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  33% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  35% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  40% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  45% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  49% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  50% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  55% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
    clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%); }
  60% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  70% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
    clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%); }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
    clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%); }
  90% {
    -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
    clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%); } }

@keyframes glitch-anim-3 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  11% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  20% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  25% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  35% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  42% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  48% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  50% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  56% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  61% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  68% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  72% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  77% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  81% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  86% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  90% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  92% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  94% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); } }

@keyframes glitch-anim-text {
  0%, 100% {
    transform: translate3d(2px, -2px, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  41% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  52% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  61% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  75% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  96% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); } }

@keyframes glitch-anim-title {
  0%, 100% {
    transform: translate3d(2px, -2px, 0);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  41% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  52% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  61% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  75% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  96% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); } }

@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0); } }

/* Import files */
/* Buttons */
.button-type-1 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-color);
  line-height: 1;
  text-decoration: none !important; }
  @media (max-width: 575px) {
    .button-type-1 {
      font-size: 10px; } }

.button-type-2 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white-color-1);
  line-height: 1;
  text-decoration: none !important;
  background-color: var(--primary-color);
  padding: 0 25px;
  height: 50px;
  border-radius: 5px;
  transition: all .3s ease-in-out; }
  @media (max-width: 575px) {
    .button-type-2 {
      font-size: 10px; } }
  @media (max-width: 575px) {
    .button-type-2 {
      padding: 0 20px;
      height: 45px; } }

.button-type-3 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white-color-1);
  line-height: 1;
  text-decoration: none !important;
  background-color: var(--primary-color);
  padding: 0 25px;
  height: 45px;
  border: 2px solid var(--primary-color);
  transition: all .3s ease-in-out; }
  @media (max-width: 575px) {
    .button-type-3 {
      font-size: 10px; } }
  .button-type-3:hover {
    background-color: transparent;
    color: var(--primary-color); }

.button {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 1; }
  .button i {
    font-size: 13px;
    margin-left: 15px; }

.social-list-type-1 {
  display: flex;
  flex-wrap: wrap; }
  .social-list-type-1 li {
    margin-bottom: 10px;
    margin-top: 10px; }
    .social-list-type-1 li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background-color: var(--white-color-1);
      border-radius: 100%;
      transition: all .2s ease-in-out; }
      @media (max-width: 767px) {
        .social-list-type-1 li a {
          width: 40px;
          height: 40px; } }
      @media (max-width: 575px) {
        .social-list-type-1 li a {
          width: 35px;
          height: 35px; } }
      .social-list-type-1 li a:hover {
        transform: scale(1.1); }
      .social-list-type-1 li a i {
        font-size: 14px; }
        @media (max-width: 767px) {
          .social-list-type-1 li a i {
            font-size: 13px; } }
        @media (max-width: 575px) {
          .social-list-type-1 li a i {
            font-size: 12px; } }
    .social-list-type-1 li:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .social-list-type-1 li:not(:last-child) {
          margin-right: 10px; } }

.social-list-type-2 {
  display: flex;
  flex-wrap: wrap; }
  .social-list-type-2 li {
    margin-bottom: 10px;
    margin-top: 10px; }
    .social-list-type-2 li a {
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background-color: var(--white-color-1);
      border-radius: 100%;
      transition: all .2s ease-in-out; }
      @media (max-width: 767px) {
        .social-list-type-2 li a {
          width: 40px;
          height: 40px; } }
      @media (max-width: 575px) {
        .social-list-type-2 li a {
          width: 35px;
          height: 35px; } }
      .social-list-type-2 li a i {
        font-size: 14px;
        transition: all .3s ease-in-out; }
        @media (max-width: 767px) {
          .social-list-type-2 li a i {
            font-size: 13px; } }
        @media (max-width: 575px) {
          .social-list-type-2 li a i {
            font-size: 12px; } }
      .social-list-type-2 li a i:last-child {
        position: absolute;
        transform: translateY(50px); }
      .social-list-type-2 li a:hover i:first-child {
        transform: translateY(-50px); }
      .social-list-type-2 li a:hover i:last-child {
        transform: translateY(0); }
    .social-list-type-2 li:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .social-list-type-2 li:not(:last-child) {
          margin-right: 10px; } }

.page-header {
  padding: 0 80px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1439px) {
    .page-header {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .page-header {
      padding: 0 15px;
      margin-top: 25px;
      margin-bottom: 25px; } }
  .page-header .inner-wrapper {
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 767px) {
      .page-header .inner-wrapper {
        height: 400px; } }
    @media (max-width: 575px) {
      .page-header .inner-wrapper {
        height: 250px; } }
    .page-header .inner-wrapper .breadcrumbs-wrapper {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .page-header .inner-wrapper .breadcrumbs-wrapper .page-title {
        margin-bottom: 50px; }
        @media (max-width: 767px) {
          .page-header .inner-wrapper .breadcrumbs-wrapper .page-title {
            margin-bottom: 30px; } }
        @media (max-width: 575px) {
          .page-header .inner-wrapper .breadcrumbs-wrapper .page-title {
            margin-bottom: 15px; } }
      .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list {
        padding: 0 15px;
        display: flex;
        justify-content: center; }
        @media (max-width: 575px) {
          .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list {
            flex-wrap: wrap; } }
        .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li {
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1;
          position: relative;
          display: flex;
          text-align: center;
          padding: 10px 0; }
          @media (max-width: 575px) {
            .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li {
              font-size: 10px; } }
          .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li a {
            color: inherit;
            text-align: center;
            transition: all .3s ease-in-out; }
            .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li a:hover {
              color: var(--primary-color); }
          .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li:not(:last-child):after {
            line-height: 1;
            content: '\f105';
            display: block;
            font-family: 'Font Awesome 5 Free';
            color: var(--white-color-1);
            font-size: 10px;
            margin: 0 25px; }
            @media (max-width: 1023px) {
              .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li:not(:last-child):after {
                margin: 0 20px; } }
            @media (max-width: 767px) {
              .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li:not(:last-child):after {
                margin: 0 15px; } }
            @media (max-width: 575px) {
              .page-header .inner-wrapper .breadcrumbs-wrapper .breadcrumbs-list li:not(:last-child):after {
                margin: 0 10px; } }
    .page-header .inner-wrapper:after {
      content: ' ';
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7); }

/* Import files */
/* Single post */
.single-post-section {
  position: relative;
  z-index: 10;
  padding-top: 50px; }
  @media (max-width: 1023px) {
    .single-post-section {
      padding-top: 0; } }
  .single-post-section .meta-content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .single-post-section .meta-content {
        margin-bottom: 15px; } }
    .single-post-section .meta-content .author-wrapper .author-image {
      max-width: 50px;
      width: 100%;
      height: auto;
      margin-right: 15px;
      border-radius: 100%;
      overflow: hidden; }
      @media (max-width: 575px) {
        .single-post-section .meta-content .author-wrapper .author-image {
          display: none; } }
    .single-post-section .meta-content .categories-wrapper .categories {
      display: flex;
      align-items: center; }
      .single-post-section .meta-content .categories-wrapper .categories li {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color-1);
        line-height: 1; }
        @media (max-width: 575px) {
          .single-post-section .meta-content .categories-wrapper .categories li {
            font-size: 10px; } }
        .single-post-section .meta-content .categories-wrapper .categories li .separator {
          margin-right: 5px; }
    .single-post-section .meta-content .default-meta {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      margin: 5px 0; }
      @media (max-width: 575px) {
        .single-post-section .meta-content .default-meta {
          font-size: 10px; } }
      @media (max-width: 575px) {
        .single-post-section .meta-content .default-meta {
          margin: 5px 10px; } }
      .single-post-section .meta-content .default-meta:not(:last-child):after {
        content: ' ';
        display: flex;
        width: 15px;
        height: 2px;
        background-color: var(--primary-color);
        margin: 0 15px; }
        @media (max-width: 575px) {
          .single-post-section .meta-content .default-meta:not(:last-child):after {
            display: none; } }
      .single-post-section .meta-content .default-meta i {
        font-size: 11px;
        margin-right: 10px; }
        @media (max-width: 1023px) {
          .single-post-section .meta-content .default-meta i {
            margin-right: 5px; } }
  .single-post-section .title-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .single-post-section .title-wrapper {
        margin-bottom: 15px; } }
    .single-post-section .title-wrapper .title {
      margin-bottom: 0;
      text-align: center; }
  .single-post-section .content-wrapper {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .single-post-section .content-wrapper {
        margin-bottom: 30px; } }
  .single-post-section .footer-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .single-post-section .footer-wrapper {
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
    .single-post-section .footer-wrapper .tags-wrapper {
      max-width: 500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1023px) {
        .single-post-section .footer-wrapper .tags-wrapper {
          margin-bottom: 20px; } }
      .single-post-section .footer-wrapper .tags-wrapper li .tag {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color1);
        line-height: 1;
        border: 1px solid var(--str-border-5);
        padding: 0 15px;
        height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: all .2s ease-in-out; }
        @media (max-width: 575px) {
          .single-post-section .footer-wrapper .tags-wrapper li .tag {
            font-size: 10px; } }
        @media (max-width: 575px) {
          .single-post-section .footer-wrapper .tags-wrapper li .tag {
            padding: 0 10px;
            height: 30px; } }
        .single-post-section .footer-wrapper .tags-wrapper li .tag:hover {
          color: var(--primary-color);
          border: 1px solid var(--primary-color); }
    .single-post-section .footer-wrapper .meta-side {
      display: flex; }
      .single-post-section .footer-wrapper .meta-side .share-wrapper {
        margin-right: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        @media (max-width: 575px) {
          .single-post-section .footer-wrapper .meta-side .share-wrapper {
            margin-right: 10px; } }
        .single-post-section .footer-wrapper .meta-side .share-wrapper li .box {
          border-radius: 100%;
          border: 1px solid var(--str-border-5);
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .2s ease-in-out; }
          @media (max-width: 575px) {
            .single-post-section .footer-wrapper .meta-side .share-wrapper li .box {
              width: 35px;
              height: 35px; } }
          .single-post-section .footer-wrapper .meta-side .share-wrapper li .box i {
            font-size: 12px; }
            @media (max-width: 575px) {
              .single-post-section .footer-wrapper .meta-side .share-wrapper li .box i {
                font-size: 11px; } }
          .single-post-section .footer-wrapper .meta-side .share-wrapper li .box:hover {
            color: var(--primary-color);
            border: 1px solid var(--primary-color); }
        .single-post-section .footer-wrapper .meta-side .share-wrapper li:not(:last-child) {
          margin-right: 10px; }
          @media (max-width: 575px) {
            .single-post-section .footer-wrapper .meta-side .share-wrapper li:not(:last-child) {
              margin-right: 5px; } }
      .single-post-section .footer-wrapper .meta-side .like-wrapper {
        display: flex; }
        .single-post-section .footer-wrapper .meta-side .like-wrapper .like-button {
          border: 1px solid var(--str-border-5);
          border-radius: 50px;
          width: 80px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1;
          background-color: transparent;
          cursor: pointer; }
          @media (max-width: 575px) {
            .single-post-section .footer-wrapper .meta-side .like-wrapper .like-button {
              font-size: 10px; } }
          @media (max-width: 575px) {
            .single-post-section .footer-wrapper .meta-side .like-wrapper .like-button {
              width: 70px;
              height: 35px; } }
          .single-post-section .footer-wrapper .meta-side .like-wrapper .like-button i {
            font-size: 12px;
            margin-left: 10px;
            color: red; }
  .single-post-section .recent-posts {
    width: 100%;
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .single-post-section .recent-posts {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .single-post-section .recent-posts {
        margin-top: 30px; } }
    .single-post-section .recent-posts .posts-row {
      width: 100%;
      display: flex;
      position: relative; }
      @media (max-width: 1023px) {
        .single-post-section .recent-posts .posts-row {
          flex-wrap: wrap; } }
      .single-post-section .recent-posts .posts-row .recent-post {
        width: 33.3333%; }
        @media (max-width: 1023px) {
          .single-post-section .recent-posts .posts-row .recent-post {
            width: 100%; } }
        .single-post-section .recent-posts .posts-row .recent-post:not(:last-child) {
          margin-right: 50px; }
          @media (max-width: 1023px) {
            .single-post-section .recent-posts .posts-row .recent-post:not(:last-child) {
              margin-right: 0;
              margin-bottom: 30px; } }
        .single-post-section .recent-posts .posts-row .recent-post .post-header {
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .single-post-section .recent-posts .posts-row .recent-post .post-header {
              margin-bottom: 10px; } }
        .single-post-section .recent-posts .posts-row .recent-post .post-title a {
          transition: all .2s ease-in-out; }
          .single-post-section .recent-posts .posts-row .recent-post .post-title a:hover {
            color: var(--primary-color); }
        .single-post-section .recent-posts .posts-row .recent-post .post-meta {
          margin-top: 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-2);
          line-height: 1; }
          @media (max-width: 575px) {
            .single-post-section .recent-posts .posts-row .recent-post .post-meta {
              font-size: 10px; } }
          @media (max-width: 767px) {
            .single-post-section .recent-posts .posts-row .recent-post .post-meta {
              margin-top: 10px; } }
  .single-post-section .post-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .single-post-section .post-navigation {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .single-post-section .post-navigation {
        margin-top: 30px; } }
    .single-post-section .post-navigation .navigation-link a {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1;
      align-items: center;
      display: flex;
      padding: 0 25px;
      height: 40px;
      justify-content: center;
      border: 1px solid var(--str-border-5);
      transition: all .2s ease-in-out; }
      @media (max-width: 575px) {
        .single-post-section .post-navigation .navigation-link a {
          font-size: 10px; } }
      @media (max-width: 767px) {
        .single-post-section .post-navigation .navigation-link a {
          padding: 0 15px; } }
      @media (max-width: 575px) {
        .single-post-section .post-navigation .navigation-link a {
          padding: 0 10px;
          height: 35px; } }
      .single-post-section .post-navigation .navigation-link a i {
        font-size: 12px; }
        @media (max-width: 767px) {
          .single-post-section .post-navigation .navigation-link a i {
            font-size: 11px; } }
      .single-post-section .post-navigation .navigation-link a:hover {
        border: 1px solid var(--primary-color);
        color: var(--primary-color); }
    .single-post-section .post-navigation .navigation-link:first-child {
      display: flex;
      justify-content: flex-start; }
      .single-post-section .post-navigation .navigation-link:first-child a i {
        margin-right: 15px; }
        @media (max-width: 767px) {
          .single-post-section .post-navigation .navigation-link:first-child a i {
            margin-right: 5px; } }
    .single-post-section .post-navigation .navigation-link:last-child {
      display: flex;
      justify-content: flex-end; }
      .single-post-section .post-navigation .navigation-link:last-child a i {
        margin-left: 15px; }
        @media (max-width: 767px) {
          .single-post-section .post-navigation .navigation-link:last-child a i {
            margin-left: 5px; } }
  .single-post-section .comments-wrapper {
    width: 100%;
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .single-post-section .comments-wrapper {
        margin-top: 50px; } }
    .single-post-section .comments-wrapper .comments-list .comment-item .comment {
      display: flex; }
      .single-post-section .comments-wrapper .comments-list .comment-item .comment .author-wrapper {
        margin-right: 50px; }
        @media (max-width: 767px) {
          .single-post-section .comments-wrapper .comments-list .comment-item .comment .author-wrapper {
            margin-right: 30px; } }
        @media (max-width: 575px) {
          .single-post-section .comments-wrapper .comments-list .comment-item .comment .author-wrapper {
            margin-right: 15px; } }
        .single-post-section .comments-wrapper .comments-list .comment-item .comment .author-wrapper .author-image {
          max-width: 90px;
          min-width: 90px;
          border-radius: 100%;
          overflow: hidden; }
          @media (max-width: 767px) {
            .single-post-section .comments-wrapper .comments-list .comment-item .comment .author-wrapper .author-image {
              max-width: 60px;
              min-width: 60px; } }
          .single-post-section .comments-wrapper .comments-list .comment-item .comment .author-wrapper .author-image img {
            width: 100%;
            height: auto; }
      .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper {
        position: relative; }
        .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta {
          width: 100%; }
          .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .left-side .author-name {
            margin-bottom: 0; }
          .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .left-side .date {
            line-height: 1;
            font-size: 12px;
            color: var(--primary-color);
            font-weight: 500; }
          .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .right-side .comment-button {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--white-color1);
            line-height: 1;
            align-items: center;
            justify-content: center;
            display: flex;
            margin-right: 5px;
            transition: all .2s ease-in-out;
            transform: translateY(4px); }
            @media (max-width: 575px) {
              .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .right-side .comment-button {
                font-size: 10px; } }
            @media (max-width: 575px) {
              .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .right-side .comment-button {
                transform: translateY(0);
                position: relative;
                justify-content: flex-start;
                margin-top: 5px; } }
            .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .right-side .comment-button i {
              margin-left: 10px;
              font-size: 12px; }
            .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-meta .right-side .comment-button:hover {
              color: var(--primary-color); }
        .single-post-section .comments-wrapper .comments-list .comment-item .comment .comment-message-wrapper .comment-message {
          margin-top: 5px;
          color: var(--white-color-2); }
    .single-post-section .comments-wrapper .comments-list .comment-item .comment-children {
      margin-top: 40px;
      padding-top: 40px;
      margin-left: 80px; }
      @media (max-width: 767px) {
        .single-post-section .comments-wrapper .comments-list .comment-item .comment-children {
          margin-top: 30px;
          padding-top: 30px;
          margin-left: 50px; } }
      @media (max-width: 575px) {
        .single-post-section .comments-wrapper .comments-list .comment-item .comment-children {
          margin-top: 15px;
          padding-top: 15px;
          margin-left: 30px; } }
    .single-post-section .comments-wrapper .comments-list .comment-item.depth-1:not(:last-child) {
      margin-bottom: 40px;
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        .single-post-section .comments-wrapper .comments-list .comment-item.depth-1:not(:last-child) {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      @media (max-width: 575px) {
        .single-post-section .comments-wrapper .comments-list .comment-item.depth-1:not(:last-child) {
          margin-bottom: 15px;
          padding-bottom: 15px; } }
  .single-post-section .single-title-part {
    margin-bottom: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white-color-1);
    line-height: 1;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .single-post-section .single-title-part {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .single-post-section .single-title-part {
        margin-bottom: 30px; } }
    .single-post-section .single-title-part:before {
      width: 20px;
      content: '';
      display: block;
      height: 2px;
      background-color: var(--primary-color);
      margin-right: 15px; }

/* News section */
.news-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden !important; }
  .news-section .news-grid-wrapper {
    z-index: 10;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    position: relative; }
    @media (max-width: 1439px) {
      .news-section .news-grid-wrapper {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .news-section .news-grid-wrapper {
        padding: 0; } }
    .news-section .news-grid-wrapper .news-filtering-button-group {
      padding: 0 30px;
      display: flex;
      margin-bottom: 50px;
      flex-wrap: wrap; }
      @media (max-width: 1023px) {
        .news-section .news-grid-wrapper .news-filtering-button-group {
          padding: 0 20px; } }
      @media (max-width: 1439px) {
        .news-section .news-grid-wrapper .news-filtering-button-group {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .news-section .news-grid-wrapper .news-filtering-button-group {
          justify-content: center;
          margin-bottom: 25px;
          padding: 0 15px; } }
      .news-section .news-grid-wrapper .news-filtering-button-group .button {
        cursor: pointer;
        background-color: transparent;
        border: none;
        opacity: 0;
        transform: translateY(25px);
        padding: 10px 0; }
        .news-section .news-grid-wrapper .news-filtering-button-group .button:not(:last-child) {
          margin-right: 30px; }
          @media (max-width: 767px) {
            .news-section .news-grid-wrapper .news-filtering-button-group .button:not(:last-child) {
              margin-right: 15px; } }
        .news-section .news-grid-wrapper .news-filtering-button-group .button.active-button span {
          color: var(--white-color-1); }
        .news-section .news-grid-wrapper .news-filtering-button-group .button span {
          pointer-events: none;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-2);
          line-height: 1;
          transition: all .2s ease-in-out; }
          @media (max-width: 575px) {
            .news-section .news-grid-wrapper .news-filtering-button-group .button span {
              font-size: 10px; } }
    .news-section .news-grid-wrapper .news-grid {
      width: 100%;
      transform: translateY(75px);
      opacity: 0;
      margin-bottom: -50px; }
      @media (max-width: 767px) {
        .news-section .news-grid-wrapper .news-grid {
          margin-bottom: 0; } }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper {
        position: relative; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-header {
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-header {
              margin-bottom: 20px; } }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-title {
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-title {
              margin-bottom: 10px; } }
          .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-title a {
            transition: all .3s ease-in-out; }
            .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-title a:hover {
              color: var(--primary-color); }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-content {
          font-size: 14px;
          color: var(--white-color-2); }
          @media (max-width: 575px) {
            .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-content {
              font-size: 13px; } }
          .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-content .post-content a {
            color: var(--primary-color);
            font-weight: 500; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-meta {
          margin-top: 25px;
          display: flex;
          justify-content: space-between; }
          @media (max-width: 767px) {
            .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-meta {
              margin-top: 15px; } }
          .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-meta .post-date, .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-meta .post-author {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--white-color);
            line-height: 1; }
            @media (max-width: 575px) {
              .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-meta .post-date, .news-section .news-grid-wrapper .news-grid .grid-item .post-wrapper .post-meta .post-author {
                font-size: 10px; } }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-quote {
        background-color: var(--black-color-5);
        position: relative; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content {
          padding: 40px 30px;
          position: relative; }
          @media (max-width: 575px) {
            .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content {
              padding: 40px 30px 30px 30px; } }
          .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content .post-title {
            display: flex;
            flex-direction: column;
            margin-bottom: 0; }
            .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content .post-title a {
              transition: all .2s ease-in-out; }
              .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content .post-title a:hover {
                color: var(--primary-color); }
            .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content .post-title span {
              margin-top: 20px;
              font-size: 11px;
              font-weight: 600;
              text-transform: uppercase;
              letter-spacing: 1px;
              color: var(--white-color-3);
              line-height: 1; }
              @media (max-width: 575px) {
                .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content .post-title span {
                  font-size: 10px; } }
              @media (max-width: 575px) {
                .news-section .news-grid-wrapper .news-grid .grid-item .post-quote .post-content .post-title span {
                  margin-top: 15px; } }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-quote:before {
          content: '\f10d';
          font-family: "Font Awesome 5 Free";
          font-size: 20px;
          color: var(--primary-color);
          position: absolute;
          top: 0;
          left: 10px;
          font-weight: 900; }
          @media (max-width: 575px) {
            .news-section .news-grid-wrapper .news-grid .grid-item .post-quote:before {
              top: 5px;
              left: 10px;
              font-size: 18px; } }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-gallery .swiper-post {
        width: 100%;
        height: 200px;
        position: relative; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-gallery .swiper-post .swiper-wrapper {
          width: 100%;
          height: 100%; }
          .news-section .news-grid-wrapper .news-grid .grid-item .post-gallery .swiper-post .swiper-wrapper .swiper-slide {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-gallery .swiper-post .swiper-post-scrollbar {
          bottom: 0;
          width: 100%;
          height: 5px;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          z-index: 10; }
          .news-section .news-grid-wrapper .news-grid .grid-item .post-gallery .swiper-post .swiper-post-scrollbar .swiper-scrollbar-drag {
            background-color: var(--primary-color);
            border-radius: 0; }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-video .plyr__poster {
        background-color: var(--black-color-5); }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-video .plyr__controls {
        background: transparent !important; }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-video .plyr {
        height: 200px;
        display: flex;
        align-items: center; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-video .plyr .plyr__video-wrapper {
          background-color: var(--black-color-5);
          height: 100%;
          width: 100%; }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-audio .post-content .post-title {
        margin-bottom: 30px; }
        @media (max-width: 575px) {
          .news-section .news-grid-wrapper .news-grid .grid-item .post-audio .post-content .post-title {
            margin-bottom: 15px; } }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-audio .post-content audio {
        max-width: 100%;
        width: 100%; }
      .news-section .news-grid-wrapper .news-grid .grid-item .post-link .post-header a {
        color: var(--primary-color);
        text-decoration: underline; }
        .news-section .news-grid-wrapper .news-grid .grid-item .post-link .post-header a i {
          margin-right: 10px; }
    .news-section .news-grid-wrapper .load-more-button {
      margin-top: 100px;
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        .news-section .news-grid-wrapper .load-more-button {
          margin-top: 30px;
          padding-bottom: 25px; } }
  .news-section.boxed-layout .news-grid-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .news-section.boxed-layout .news-grid-wrapper .news-filtering-button-group {
      justify-content: center; }
    .news-section.boxed-layout .news-grid-wrapper .news-grid .grid-item {
      width: 25%;
      padding: 0 30px 50px 30px; }
      @media (max-width: 1439px) {
        .news-section.boxed-layout .news-grid-wrapper .news-grid .grid-item {
          padding: 0 15px 50px 15px; } }
      @media (max-width: 1199px) {
        .news-section.boxed-layout .news-grid-wrapper .news-grid .grid-item {
          width: 33.33333%; } }
      @media (max-width: 1023px) {
        .news-section.boxed-layout .news-grid-wrapper .news-grid .grid-item {
          width: 50%; } }
      @media (max-width: 575px) {
        .news-section.boxed-layout .news-grid-wrapper .news-grid .grid-item {
          width: 100%;
          padding: 0 15px 30px 15px; } }
  .news-section.wide-layout .news-grid-wrapper {
    max-width: 100%;
    width: 100%; }
    .news-section.wide-layout .news-grid-wrapper .news-grid .grid-item {
      width: 20%;
      padding: 0 30px 50px 30px; }
      @media (max-width: 1600px) {
        .news-section.wide-layout .news-grid-wrapper .news-grid .grid-item {
          width: 25%; } }
      @media (max-width: 1439px) {
        .news-section.wide-layout .news-grid-wrapper .news-grid .grid-item {
          padding: 0 15px 50px 15px; } }
      @media (max-width: 1199px) {
        .news-section.wide-layout .news-grid-wrapper .news-grid .grid-item {
          width: 33.33333%; } }
      @media (max-width: 1023px) {
        .news-section.wide-layout .news-grid-wrapper .news-grid .grid-item {
          width: 50%; } }
      @media (max-width: 575px) {
        .news-section.wide-layout .news-grid-wrapper .news-grid .grid-item {
          width: 100%;
          padding: 0 15px 30px 15px; } }

/* Import files */
/* Single project */
.single-project-section {
  position: relative;
  z-index: 10;
  padding-top: 50px; }
  .single-project-section .meta-content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .single-project-section .meta-content {
        margin-bottom: 15px; } }
    .single-project-section .meta-content .author-wrapper .author-image {
      max-width: 50px;
      width: 100%;
      height: auto;
      margin-right: 15px;
      border-radius: 100%;
      overflow: hidden; }
      @media (max-width: 575px) {
        .single-project-section .meta-content .author-wrapper .author-image {
          display: none; } }
    .single-project-section .meta-content .categories-wrapper .categories {
      display: flex;
      align-items: center; }
      .single-project-section .meta-content .categories-wrapper .categories li {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color-1);
        line-height: 1; }
        @media (max-width: 575px) {
          .single-project-section .meta-content .categories-wrapper .categories li {
            font-size: 10px; } }
        .single-project-section .meta-content .categories-wrapper .categories li .separator {
          margin-right: 5px; }
    .single-project-section .meta-content .default-meta {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      margin: 5px 0; }
      @media (max-width: 575px) {
        .single-project-section .meta-content .default-meta {
          font-size: 10px; } }
      @media (max-width: 575px) {
        .single-project-section .meta-content .default-meta {
          margin: 5px 10px; } }
      .single-project-section .meta-content .default-meta:not(:last-child):after {
        content: ' ';
        display: flex;
        width: 15px;
        height: 2px;
        background-color: var(--primary-color);
        margin: 0 15px; }
        @media (max-width: 575px) {
          .single-project-section .meta-content .default-meta:not(:last-child):after {
            display: none; } }
      .single-project-section .meta-content .default-meta i {
        font-size: 11px;
        margin-right: 10px; }
        @media (max-width: 1023px) {
          .single-project-section .meta-content .default-meta i {
            margin-right: 5px; } }
  .single-project-section .title-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .single-project-section .title-wrapper {
        margin-bottom: 15px; } }
    .single-project-section .title-wrapper .title {
      margin-bottom: 0;
      text-align: center; }
  .single-project-section .content-wrapper {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .single-project-section .content-wrapper {
        margin-bottom: 30px; } }
    .single-project-section .content-wrapper .project-information {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1023px) {
        .single-project-section .content-wrapper .project-information {
          max-width: 100%;
          width: 100%;
          margin-top: 15px; } }
      .single-project-section .content-wrapper .project-information .information {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .single-project-section .content-wrapper .project-information .information .value {
          margin-bottom: 0;
          display: flex;
          align-items: center; }
          .single-project-section .content-wrapper .project-information .information .value:before {
            content: ' ';
            display: block;
            width: 10px;
            height: 2px;
            background-color: var(--primary-color);
            margin-right: 15px; }
        .single-project-section .content-wrapper .project-information .information .result {
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1; }
          @media (max-width: 575px) {
            .single-project-section .content-wrapper .project-information .information .result {
              font-size: 10px; } }
        .single-project-section .content-wrapper .project-information .information:not(:last-child) {
          margin-bottom: 10px;
          padding-bottom: 10px; }
  .single-project-section .footer-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .single-project-section .footer-wrapper {
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
    .single-project-section .footer-wrapper .tags-wrapper {
      max-width: 500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1023px) {
        .single-project-section .footer-wrapper .tags-wrapper {
          margin-bottom: 20px; } }
      .single-project-section .footer-wrapper .tags-wrapper li .tag {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color1);
        line-height: 1;
        border: 1px solid var(--str-border-5);
        padding: 0 15px;
        height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: all .2s ease-in-out; }
        @media (max-width: 575px) {
          .single-project-section .footer-wrapper .tags-wrapper li .tag {
            font-size: 10px; } }
        .single-project-section .footer-wrapper .tags-wrapper li .tag:hover {
          color: var(--primary-color);
          border: 1px solid var(--primary-color); }
    .single-project-section .footer-wrapper .meta-side {
      display: flex; }
      .single-project-section .footer-wrapper .meta-side .share-wrapper {
        margin-right: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        @media (max-width: 575px) {
          .single-project-section .footer-wrapper .meta-side .share-wrapper {
            margin-right: 10px; } }
        .single-project-section .footer-wrapper .meta-side .share-wrapper li .box {
          border-radius: 100%;
          border: 1px solid var(--str-border-5);
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .2s ease-in-out; }
          @media (max-width: 575px) {
            .single-project-section .footer-wrapper .meta-side .share-wrapper li .box {
              width: 35px;
              height: 35px; } }
          .single-project-section .footer-wrapper .meta-side .share-wrapper li .box i {
            font-size: 12px; }
            @media (max-width: 575px) {
              .single-project-section .footer-wrapper .meta-side .share-wrapper li .box i {
                font-size: 11px; } }
          .single-project-section .footer-wrapper .meta-side .share-wrapper li .box:hover {
            color: var(--primary-color);
            border: 1px solid var(--primary-color); }
        .single-project-section .footer-wrapper .meta-side .share-wrapper li:not(:last-child) {
          margin-right: 10px; }
          @media (max-width: 575px) {
            .single-project-section .footer-wrapper .meta-side .share-wrapper li:not(:last-child) {
              margin-right: 5px; } }
      .single-project-section .footer-wrapper .meta-side .like-wrapper {
        display: flex; }
        .single-project-section .footer-wrapper .meta-side .like-wrapper .like-button {
          border: 1px solid var(--str-border-5);
          border-radius: 50px;
          width: 80px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1;
          background-color: transparent;
          cursor: pointer; }
          @media (max-width: 575px) {
            .single-project-section .footer-wrapper .meta-side .like-wrapper .like-button {
              font-size: 10px; } }
          @media (max-width: 575px) {
            .single-project-section .footer-wrapper .meta-side .like-wrapper .like-button {
              width: 70px;
              height: 35px; } }
          .single-project-section .footer-wrapper .meta-side .like-wrapper .like-button i {
            font-size: 12px;
            margin-left: 10px;
            color: red; }
  .single-project-section .project-navigation {
    padding: 0 25px;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
    margin-top: 40px; }
    @media (max-width: 767px) {
      .single-project-section .project-navigation {
        padding: 0 15px; } }
    @media (max-width: 575px) {
      .single-project-section .project-navigation {
        margin-top: 30px; } }
    .single-project-section .project-navigation .navigation-link a {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1;
      align-items: center;
      display: flex;
      justify-content: center;
      transition: all .2s ease-in-out; }
      @media (max-width: 575px) {
        .single-project-section .project-navigation .navigation-link a {
          font-size: 10px; } }
      @media (max-width: 767px) {
        .single-project-section .project-navigation .navigation-link a {
          font-size: 10px; } }
      .single-project-section .project-navigation .navigation-link a i {
        font-size: 12px; }
        @media (max-width: 767px) {
          .single-project-section .project-navigation .navigation-link a i {
            font-size: 11px; } }
    .single-project-section .project-navigation .navigation-link:first-child {
      display: flex;
      justify-content: flex-start; }
      .single-project-section .project-navigation .navigation-link:first-child a i {
        margin-right: 15px; }
        @media (max-width: 767px) {
          .single-project-section .project-navigation .navigation-link:first-child a i {
            margin-right: 5px; } }
    .single-project-section .project-navigation .navigation-link:last-child {
      display: flex;
      justify-content: flex-end; }
      .single-project-section .project-navigation .navigation-link:last-child a i {
        margin-left: 15px; }
  .single-project-section .single-title-part {
    margin-bottom: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white-color-1);
    line-height: 1;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .single-project-section .single-title-part {
        font-size: 10px; } }
    .single-project-section .single-title-part:before {
      width: 20px;
      content: '';
      display: block;
      height: 2px;
      background-color: var(--primary-color);
      margin-right: 15px; }

/* Portfolio section */
.portfolio-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden !important; }
  .portfolio-section .portfolio-grid-wrapper {
    z-index: 10;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    position: relative; }
    @media (max-width: 1439px) {
      .portfolio-section .portfolio-grid-wrapper {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .portfolio-section .portfolio-grid-wrapper {
        padding: 0; } }
    .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group {
      padding: 0 35px;
      display: flex;
      margin-bottom: 50px;
      flex-wrap: wrap; }
      @media (max-width: 1023px) {
        .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group {
          padding: 0 20px; } }
      @media (max-width: 1439px) {
        .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group {
          justify-content: center;
          margin-bottom: 25px; } }
      .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group .button {
        cursor: pointer;
        background-color: transparent;
        border: none;
        opacity: 0;
        transform: translateY(25px);
        padding: 10px 0; }
        .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group .button:not(:last-child) {
          margin-right: 30px; }
          @media (max-width: 767px) {
            .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group .button:not(:last-child) {
              margin-right: 15px; } }
        .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group .button.active-button span {
          color: var(--white-color-1); }
        .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group .button span {
          pointer-events: none;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-2);
          line-height: 1;
          transition: all .2s ease-in-out; }
          @media (max-width: 575px) {
            .portfolio-section .portfolio-grid-wrapper .portfolio-filtering-button-group .button span {
              font-size: 10px; } }
    .portfolio-section .portfolio-grid-wrapper .portfolio-grid {
      width: 100%;
      transform: translateY(75px);
      opacity: 0;
      margin-bottom: -50px; }
      @media (max-width: 575px) {
        .portfolio-section .portfolio-grid-wrapper .portfolio-grid {
          margin-bottom: -30px; } }
      .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content {
        cursor: pointer;
        position: relative;
        transform-style: preserve-3d;
        transform: perspective(1000px);
        z-index: 10; }
        .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .information-wrapper {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          z-index: 10; }
          .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .information-wrapper .title {
            margin-bottom: 30px;
            transform: translateZ(50px);
            opacity: 0;
            transition: all .3s ease-in-out; }
            @media (max-width: 767px) {
              .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .information-wrapper .title {
                font-size: 24px;
                margin-bottom: 15px; } }
          .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .information-wrapper .category {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--white-color-2);
            line-height: 1;
            transform: translateZ(40px);
            opacity: 0;
            transition: all .3s ease-in-out; }
            @media (max-width: 575px) {
              .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .information-wrapper .category {
                font-size: 10px; } }
        .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .image-wrapper {
          border-radius: 5px;
          overflow: hidden; }
          .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner .grid-content .image-wrapper:after {
            content: ' ';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0);
            z-index: 1;
            transition: all .3s ease-in-out; }
      .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner:hover .grid-content .information-wrapper .title {
        opacity: 1; }
      .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner:hover .grid-content .information-wrapper .category {
        opacity: 1; }
      .portfolio-section .portfolio-grid-wrapper .portfolio-grid .grid-item .grid-inner:hover .grid-content .image-wrapper:after {
        background-color: rgba(0, 0, 0, 0.8); }
    .portfolio-section .portfolio-grid-wrapper .load-more-button {
      margin-top: 100px;
      display: flex;
      justify-content: center;
      padding-bottom: 50px; }
      @media (max-width: 767px) {
        .portfolio-section .portfolio-grid-wrapper .load-more-button {
          margin-top: 50px;
          padding-bottom: 25px; } }
  .portfolio-section.boxed-layout .portfolio-grid-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .portfolio-section.boxed-layout .portfolio-grid-wrapper .portfolio-filtering-button-group {
      justify-content: center; }
    .portfolio-section.boxed-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
      width: 25%;
      padding: 0 30px 50px 30px; }
      @media (max-width: 1439px) {
        .portfolio-section.boxed-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          padding: 0 15px 50px 15px; } }
      @media (max-width: 1199px) {
        .portfolio-section.boxed-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          width: 33.33333%; } }
      @media (max-width: 1023px) {
        .portfolio-section.boxed-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          width: 50%; } }
      @media (max-width: 575px) {
        .portfolio-section.boxed-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          padding: 0 15px 30px 15px;
          width: 100%; } }
  .portfolio-section.wide-layout .portfolio-grid-wrapper {
    max-width: 100%;
    width: 100%; }
    .portfolio-section.wide-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
      width: 20%;
      padding: 0 30px 50px 30px; }
      @media (max-width: 1600px) {
        .portfolio-section.wide-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          width: 25%; } }
      @media (max-width: 1439px) {
        .portfolio-section.wide-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          padding: 0 15px 50px 15px; } }
      @media (max-width: 1199px) {
        .portfolio-section.wide-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          width: 33.33333%; } }
      @media (max-width: 1023px) {
        .portfolio-section.wide-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          width: 50%; } }
      @media (max-width: 575px) {
        .portfolio-section.wide-layout .portfolio-grid-wrapper .portfolio-grid .grid-item {
          padding: 0 15px 30px 15px;
          width: 100%; } }

/* Contact section */
.contact-section {
  position: relative;
  z-index: 10;
  padding-top: 50px; }
  .contact-section .contact-form-wrapper {
    display: flex;
    padding-top: 100px;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 767px) {
      .contact-section .contact-form-wrapper {
        padding-top: 50px; } }
    .contact-section .contact-form-wrapper .contact-form-info {
      width: 50%;
      padding-left: 50px;
      padding-bottom: 50px; }
      @media (max-width: 1023px) {
        .contact-section .contact-form-wrapper .contact-form-info {
          padding-left: 0;
          width: 100%;
          padding-bottom: 0; } }
      .contact-section .contact-form-wrapper .contact-form-info .upper-text {
        margin-bottom: 20px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--primary-color);
        line-height: 1;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .contact-section .contact-form-wrapper .contact-form-info .upper-text {
            font-size: 12px; } }
        @media (max-width: 575px) {
          .contact-section .contact-form-wrapper .contact-form-info .upper-text {
            font-size: 11px; } }
        @media (max-width: 1023px) {
          .contact-section .contact-form-wrapper .contact-form-info .upper-text {
            margin-bottom: 10px; } }
      .contact-section .contact-form-wrapper .contact-form-info .title {
        margin-bottom: 20px; }
        @media (max-width: 1023px) {
          .contact-section .contact-form-wrapper .contact-form-info .title {
            margin-bottom: 15px; } }
        @media (max-width: 575px) {
          .contact-section .contact-form-wrapper .contact-form-info .title {
            margin-bottom: 5px; } }
      .contact-section .contact-form-wrapper .contact-form-info .social-list {
        margin-top: 20px; }
        @media (max-width: 1023px) {
          .contact-section .contact-form-wrapper .contact-form-info .social-list {
            margin-top: 15px; } }
        @media (max-width: 575px) {
          .contact-section .contact-form-wrapper .contact-form-info .social-list {
            margin-top: 10px; } }
    .contact-section .contact-form-wrapper .contact-form-form {
      width: 50%;
      padding-right: 50px; }
      @media (max-width: 1023px) {
        .contact-section .contact-form-wrapper .contact-form-form {
          padding-right: 0;
          width: 100%;
          margin-bottom: 30px; } }
      .contact-section .contact-form-wrapper .contact-form-form .contact-form {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start; }
        .contact-section .contact-form-wrapper .contact-form-form .contact-form input {
          width: 100%;
          padding: 0 20px;
          height: 50px;
          margin-bottom: 15px; }
          @media (max-width: 575px) {
            .contact-section .contact-form-wrapper .contact-form-form .contact-form input {
              height: 45px; } }
        .contact-section .contact-form-wrapper .contact-form-form .contact-form textarea {
          width: 100%;
          padding: 20px;
          resize: none;
          height: 200px; }
          @media (max-width: 575px) {
            .contact-section .contact-form-wrapper .contact-form-form .contact-form textarea {
              height: 150px; } }
        .contact-section .contact-form-wrapper .contact-form-form .contact-form input, .contact-section .contact-form-wrapper .contact-form-form .contact-form textarea {
          background-color: var(--black-color-3);
          border-radius: 5px;
          font-size: 14px;
          border: 1px solid var(--str-border-2); }
          .contact-section .contact-form-wrapper .contact-form-form .contact-form input::placeholder, .contact-section .contact-form-wrapper .contact-form-form .contact-form textarea::placeholder {
            color: var(--str-border-4); }
          .contact-section .contact-form-wrapper .contact-form-form .contact-form input:focus, .contact-section .contact-form-wrapper .contact-form-form .contact-form textarea:focus {
            border: 1px solid var(--str-border-5); }
        .contact-section .contact-form-wrapper .contact-form-form .contact-form button {
          margin-top: 30px;
          border: none;
          cursor: pointer;
          padding: 0 35px; }
          @media (max-width: 575px) {
            .contact-section .contact-form-wrapper .contact-form-form .contact-form button {
              padding: 0 20px;
              margin-top: 15px;
              width: 100%; } }
          .contact-section .contact-form-wrapper .contact-form-form .contact-form button i {
            margin-left: 15px; }
      .contact-section .contact-form-wrapper .contact-form-form #form-messages {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color-1);
        line-height: 1;
        margin-top: 20px; }
        @media (max-width: 575px) {
          .contact-section .contact-form-wrapper .contact-form-form #form-messages {
            font-size: 10px; } }
  .contact-section .contact-map-wrapper {
    padding: 100px 80px 0 80px; }
    @media (max-width: 1439px) {
      .contact-section .contact-map-wrapper {
        padding: 100px 40px 0 40px; } }
    @media (max-width: 1023px) {
      .contact-section .contact-map-wrapper {
        padding: 50px 15px 0 15px; } }
    .contact-section .contact-map-wrapper .map-contact {
      width: 100%;
      height: 500px; }
  .contact-section .contact-information .contact-info-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 1439px) {
      .contact-section .contact-information .contact-info-row {
        margin-bottom: -50px; } }
    @media (max-width: 575px) {
      .contact-section .contact-information .contact-info-row {
        margin-bottom: -30px; } }
    .contact-section .contact-information .contact-info-row .contact-info-block {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 30px; }
      @media (max-width: 1439px) {
        .contact-section .contact-information .contact-info-row .contact-info-block {
          width: 50%;
          margin-bottom: 50px; } }
      @media (max-width: 575px) {
        .contact-section .contact-information .contact-info-row .contact-info-block {
          width: 100%;
          margin-bottom: 30px;
          padding: 0 15px;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; } }
      .contact-section .contact-information .contact-info-row .contact-info-block i {
        font-size: 36px;
        margin-bottom: 30px;
        color: var(--primary-color); }
      .contact-section .contact-information .contact-info-row .contact-info-block .contact-info {
        display: flex;
        flex-direction: column; }
        .contact-section .contact-information .contact-info-row .contact-info-block .contact-info .contact-item:not(:last-child) {
          margin-bottom: 5px; }
      .contact-section .contact-information .contact-info-row .contact-info-block .reveal-block-link {
        color: var(--primary-color);
        text-decoration: underline; }

/* Import files */
/* Single product */
.single-product-section {
  padding-top: 50px;
  position: relative;
  z-index: 10; }
  .single-product-section .product-information {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap; }
    .single-product-section .product-information .product-media {
      width: 50%;
      padding-right: 50px;
      position: relative; }
      @media (max-width: 1023px) {
        .single-product-section .product-information .product-media {
          padding-right: 0;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .single-product-section .product-information .product-media {
          margin-bottom: 15px; } }
      .single-product-section .product-information .product-media .product-label {
        position: absolute;
        top: 10px;
        left: 10px;
        transform: translateY(-50%) translateX(-50%);
        width: 60px;
        height: 60px;
        background-color: var(--white-color-1);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
        .single-product-section .product-information .product-media .product-label span {
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--primary-color);
          line-height: 1; }
          @media (max-width: 575px) {
            .single-product-section .product-information .product-media .product-label span {
              font-size: 10px; } }
    .single-product-section .product-information .product-description {
      width: 50%;
      padding-left: 50px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 1023px) {
        .single-product-section .product-information .product-description {
          padding-left: 0;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .single-product-section .product-information .product-description .title {
        margin-bottom: 10px; }
        @media (max-width: 1023px) {
          .single-product-section .product-information .product-description .title {
            text-align: center; } }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .title {
            margin-bottom: 5px; } }
      .single-product-section .product-information .product-description .rating-list {
        display: flex;
        margin-bottom: 15px; }
        @media (max-width: 1023px) {
          .single-product-section .product-information .product-description .rating-list {
            justify-content: center; } }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .rating-list {
            margin-bottom: 10px; } }
        .single-product-section .product-information .product-description .rating-list li i {
          color: #FEC42D;
          font-size: 11px; }
        .single-product-section .product-information .product-description .rating-list li:not(:last-child) {
          margin-right: 5px; }
        .single-product-section .product-information .product-description .rating-list li.inactive i {
          color: var(--str-border-5); }
      @media (max-width: 1023px) {
        .single-product-section .product-information .product-description .product-content {
          text-align: center; } }
      .single-product-section .product-information .product-description .price {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--primary-color);
        line-height: 1;
        text-transform: uppercase;
        display: flex;
        margin-bottom: 30px;
        font-size: 18px; }
        @media (max-width: 767px) {
          .single-product-section .product-information .product-description .price {
            font-size: 12px; } }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .price {
            font-size: 11px; } }
        @media (max-width: 1023px) {
          .single-product-section .product-information .product-description .price {
            text-align: center;
            margin-bottom: 20px; } }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .price {
            margin-bottom: 10px; } }
        .single-product-section .product-information .product-description .price .old-price {
          text-decoration: line-through;
          margin-right: 15px;
          color: var(--white-color-1);
          font-weight: 400;
          opacity: 0.2; }
      .single-product-section .product-information .product-description .button-panel {
        display: flex;
        margin-top: 30px; }
        @media (max-width: 1023px) {
          .single-product-section .product-information .product-description .button-panel {
            margin-top: 20px; } }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .button-panel {
            margin-top: 15px; } }
      .single-product-section .product-information .product-description .wishlist-button {
        cursor: pointer;
        margin-top: 25px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color-1);
        line-height: 1; }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .wishlist-button {
            font-size: 10px; } }
        @media (max-width: 575px) {
          .single-product-section .product-information .product-description .wishlist-button {
            margin-top: 20px; } }
        .single-product-section .product-information .product-description .wishlist-button i {
          color: var(--str-border-5);
          margin-right: 15px;
          margin-left: 0; }
        .single-product-section .product-information .product-description .wishlist-button.active i {
          color: red; }
      .single-product-section .product-information .product-description .quantity {
        position: relative;
        margin-right: 30px; }
        @media (max-width: 1023px) {
          .single-product-section .product-information .product-description .quantity {
            margin-right: 20px; } }
      .single-product-section .product-information .product-description input[type=number]::-webkit-inner-spin-button,
      .single-product-section .product-information .product-description input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .single-product-section .product-information .product-description input[type=number] {
        -moz-appearance: textfield; }
      .single-product-section .product-information .product-description .quantity input {
        width: 80px;
        height: 45px;
        line-height: 1.65;
        float: left;
        display: flex;
        padding-left: 27px;
        margin: 0;
        background-color: transparent;
        color: var(--white-color-1);
        border: 1px solid var(--str-border-5); }
      .single-product-section .product-information .product-description .quantity input:focus {
        outline: 0; }
      .single-product-section .product-information .product-description .quantity-nav {
        float: left;
        position: relative;
        height: 45px; }
      .single-product-section .product-information .product-description .quantity-button {
        position: relative;
        cursor: pointer;
        border-left: 1px solid var(--str-border-5);
        width: 20px;
        text-align: center;
        color: var(--white-color-3);
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Trebuchet MS", Helvetica, sans-serif !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none; }
        .single-product-section .product-information .product-description .quantity-button:hover {
          color: var(--white-color-1); }
      .single-product-section .product-information .product-description .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid var(--str-border-5); }
      .single-product-section .product-information .product-description .quantity-button.quantity-down {
        position: absolute;
        bottom: 0;
        height: 50%; }
  .single-product-section .description-wrapper {
    margin-bottom: 50px; }
  .single-product-section .footer-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .single-product-section .footer-wrapper {
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
    .single-product-section .footer-wrapper .tags-wrapper {
      max-width: 500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1023px) {
        .single-product-section .footer-wrapper .tags-wrapper {
          margin-bottom: 20px; } }
      .single-product-section .footer-wrapper .tags-wrapper li .tag {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--white-color1);
        line-height: 1;
        border: 1px solid var(--str-border-5);
        padding: 0 15px;
        height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: all .2s ease-in-out; }
        @media (max-width: 575px) {
          .single-product-section .footer-wrapper .tags-wrapper li .tag {
            font-size: 10px; } }
        @media (max-width: 575px) {
          .single-product-section .footer-wrapper .tags-wrapper li .tag {
            padding: 0 10px;
            height: 30px; } }
        .single-product-section .footer-wrapper .tags-wrapper li .tag:hover {
          color: var(--primary-color);
          border: 1px solid var(--primary-color); }
    .single-product-section .footer-wrapper .meta-side {
      display: flex; }
      .single-product-section .footer-wrapper .meta-side .share-wrapper {
        margin-right: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        @media (max-width: 575px) {
          .single-product-section .footer-wrapper .meta-side .share-wrapper {
            margin-right: 10px; } }
        .single-product-section .footer-wrapper .meta-side .share-wrapper li .box {
          border-radius: 100%;
          border: 1px solid var(--str-border-5);
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .2s ease-in-out; }
          @media (max-width: 575px) {
            .single-product-section .footer-wrapper .meta-side .share-wrapper li .box {
              width: 35px;
              height: 35px; } }
          .single-product-section .footer-wrapper .meta-side .share-wrapper li .box i {
            font-size: 12px; }
            @media (max-width: 575px) {
              .single-product-section .footer-wrapper .meta-side .share-wrapper li .box i {
                font-size: 11px; } }
          .single-product-section .footer-wrapper .meta-side .share-wrapper li .box:hover {
            color: var(--primary-color);
            border: 1px solid var(--primary-color); }
        .single-product-section .footer-wrapper .meta-side .share-wrapper li:not(:last-child) {
          margin-right: 10px; }
          @media (max-width: 575px) {
            .single-product-section .footer-wrapper .meta-side .share-wrapper li:not(:last-child) {
              margin-right: 5px; } }
      .single-product-section .footer-wrapper .meta-side .like-wrapper {
        display: flex; }
        .single-product-section .footer-wrapper .meta-side .like-wrapper .like-button {
          border: 1px solid var(--str-border-5);
          border-radius: 50px;
          width: 80px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1;
          background-color: transparent;
          cursor: pointer; }
          @media (max-width: 575px) {
            .single-product-section .footer-wrapper .meta-side .like-wrapper .like-button {
              font-size: 10px; } }
          @media (max-width: 575px) {
            .single-product-section .footer-wrapper .meta-side .like-wrapper .like-button {
              width: 70px;
              height: 35px; } }
          .single-product-section .footer-wrapper .meta-side .like-wrapper .like-button i {
            font-size: 12px;
            margin-left: 10px;
            color: red; }
  .single-product-section .reviews-wrapper {
    width: 100%;
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .single-product-section .reviews-wrapper {
        margin-top: 50px; } }
    .single-product-section .reviews-wrapper .reviews-list .review-item .review {
      display: flex; }
      .single-product-section .reviews-wrapper .reviews-list .review-item .review .author-wrapper {
        margin-right: 50px; }
        @media (max-width: 767px) {
          .single-product-section .reviews-wrapper .reviews-list .review-item .review .author-wrapper {
            margin-right: 30px; } }
        @media (max-width: 575px) {
          .single-product-section .reviews-wrapper .reviews-list .review-item .review .author-wrapper {
            margin-right: 15px; } }
        .single-product-section .reviews-wrapper .reviews-list .review-item .review .author-wrapper .author-image {
          max-width: 90px;
          min-width: 90px;
          border-radius: 100%;
          overflow: hidden; }
          @media (max-width: 767px) {
            .single-product-section .reviews-wrapper .reviews-list .review-item .review .author-wrapper .author-image {
              max-width: 60px;
              min-width: 60px; } }
          .single-product-section .reviews-wrapper .reviews-list .review-item .review .author-wrapper .author-image img {
            width: 100%;
            height: auto; }
      .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper {
        position: relative; }
        .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta {
          width: 100%; }
          .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .left-side .author-name {
            margin-bottom: 0; }
          .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .left-side .date {
            line-height: 1;
            font-size: 12px;
            color: var(--primary-color);
            font-weight: 500; }
          .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .right-side .stars {
            position: absolute;
            right: 0;
            top: 0;
            display: flex; }
            @media (max-width: 767px) {
              .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .right-side .stars {
                position: relative;
                margin-top: 10px;
                margin-bottom: 10px; } }
            .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .right-side .stars li {
              line-height: 1; }
              .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .right-side .stars li i {
                color: #FEC42D;
                font-size: 11px; }
              .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-meta .right-side .stars li:not(:last-child) {
                margin-right: 5px; }
        .single-product-section .reviews-wrapper .reviews-list .review-item .review .review-message-wrapper .review-message {
          margin-top: 5px;
          color: var(--white-color-2); }
    .single-product-section .reviews-wrapper .reviews-list .review-item .review-children {
      margin-top: 40px;
      padding-top: 40px;
      margin-left: 80px; }
      @media (max-width: 767px) {
        .single-product-section .reviews-wrapper .reviews-list .review-item .review-children {
          margin-top: 30px;
          padding-top: 30px;
          margin-left: 50px; } }
      @media (max-width: 575px) {
        .single-product-section .reviews-wrapper .reviews-list .review-item .review-children {
          margin-top: 15px;
          padding-top: 15px;
          margin-left: 30px; } }
    .single-product-section .reviews-wrapper .reviews-list .review-item.depth-1:not(:last-child) {
      margin-bottom: 40px;
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        .single-product-section .reviews-wrapper .reviews-list .review-item.depth-1:not(:last-child) {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      @media (max-width: 575px) {
        .single-product-section .reviews-wrapper .reviews-list .review-item.depth-1:not(:last-child) {
          margin-bottom: 15px;
          padding-bottom: 15px; } }
  .single-product-section .single-title-part {
    margin-bottom: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white-color-1);
    line-height: 1;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .single-product-section .single-title-part {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .single-product-section .single-title-part {
        margin-bottom: 30px; } }
    .single-product-section .single-title-part:before {
      width: 20px;
      content: '';
      display: block;
      height: 2px;
      background-color: var(--primary-color);
      margin-right: 15px; }

/* Shop section */
.shop-section {
  position: relative;
  z-index: 10; }
  .shop-section .shop-inner-wrapper .shop-grid {
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px; }
    @media (max-width: 1439px) {
      .shop-section .shop-inner-wrapper .shop-grid {
        padding: 0 25px; } }
    @media (max-width: 575px) {
      .shop-section .shop-inner-wrapper .shop-grid {
        margin-bottom: -30px; } }
    @media (max-width: 767px) {
      .shop-section .shop-inner-wrapper .shop-grid {
        padding: 0; } }
    .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper {
      width: 100%;
      height: 350px;
      overflow: hidden;
      position: relative;
      display: block;
      margin-bottom: 20px; }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .image {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0; }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper.sold-out .sold-out-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.4); }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper.sold-out .sold-out-button span {
          background-color: var(--black-color-5);
          border-radius: 5px;
          height: 45px;
          padding: 0 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1; }
          @media (max-width: 575px) {
            .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper.sold-out .sold-out-button span {
              font-size: 10px; } }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper.sold-out .image {
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        top: -10px;
        left: -10px;
        filter: blur(3px); }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .product-label {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: var(--white-color-1);
        border-radius: 5px;
        height: 45px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--black-color-1);
        line-height: 1; }
        @media (max-width: 575px) {
          .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .product-label {
            font-size: 10px; } }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .product-label .new-label {
          color: var(--primary-color); }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .product-label .sale-label span {
          color: var(--primary-color); }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .button-permalink-wrapper {
        bottom: 0;
        position: absolute;
        width: 100%;
        transition: all .2s ease-in-out;
        transform: translateY(100%); }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .button-permalink-wrapper .button-product {
          text-align: center;
          display: flex;
          justify-content: center;
          width: 100%;
          height: 45px;
          background-color: var(--black-color-5);
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--white-color-1);
          line-height: 1; }
          @media (max-width: 575px) {
            .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper .button-permalink-wrapper .button-product {
              font-size: 10px; } }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .img-wrapper:hover .button-permalink-wrapper {
        transform: translateY(0); }
    .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .title a {
        transition: all .2s ease-in-out; }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .price {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--primary-color);
        line-height: 1;
        text-transform: uppercase;
        font-weight: 500;
        display: flex; }
        @media (max-width: 767px) {
          .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .price {
            font-size: 12px; } }
        @media (max-width: 575px) {
          .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .price {
            font-size: 11px; } }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .price .old-price {
          font-weight: 400;
          color: var(--white-color-2);
          margin-left: 15px;
          text-decoration: line-through; }
      .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .rating-list {
        margin-top: 5px;
        display: flex; }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .rating-list li i {
          color: #FEC42D;
          font-size: 11px; }
        .shop-section .shop-inner-wrapper .shop-grid .product-item .product-info .rating-list li:not(:last-child) {
          margin-right: 5px; }
  .shop-section .shop-inner-wrapper .shop-info-wrapper {
    margin-bottom: 50px;
    padding: 0 80px; }
    @media (max-width: 1439px) {
      .shop-section .shop-inner-wrapper .shop-info-wrapper {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .shop-section .shop-inner-wrapper .shop-info-wrapper {
        padding: 0 15px; } }
    .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row {
      display: flex;
      padding: 50px;
      position: relative;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      flex-wrap: wrap; }
      @media (max-width: 1199px) {
        .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row {
          padding: 50px 50px 0 50px; } }
      @media (max-width: 767px) {
        .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row {
          padding: 30px 15px 0 15px; } }
      .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block {
        position: relative;
        z-index: 10;
        width: 25%;
        padding: 0 60px; }
        @media (max-width: 1600px) {
          .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block {
            padding: 0 30px; } }
        @media (max-width: 1199px) {
          .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block {
            width: 50%;
            margin-bottom: 50px; } }
        @media (max-width: 767px) {
          .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block {
            margin-bottom: 30px;
            padding: 0 15px; } }
        @media (max-width: 575px) {
          .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block {
            width: 100%; } }
        .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block i {
          font-size: 36px;
          margin-bottom: 20px;
          color: var(--primary-color); }
        .shop-section .shop-inner-wrapper .shop-info-wrapper .info-row .info-block h5 {
          margin-bottom: 10px; }
  .shop-section .shop-inner-wrapper .load-more-button {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .shop-section .shop-inner-wrapper .load-more-button {
        margin-top: 50px;
        padding-bottom: 25px; } }
  .shop-section.boxed-layout .shop-inner-wrapper .shop-grid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .shop-section.boxed-layout .shop-inner-wrapper .shop-grid .product-item {
      width: 25%;
      padding: 0 30px 50px 30px; }
      @media (max-width: 1439px) {
        .shop-section.boxed-layout .shop-inner-wrapper .shop-grid .product-item {
          padding: 0 15px 50px 15px; } }
      @media (max-width: 1199px) {
        .shop-section.boxed-layout .shop-inner-wrapper .shop-grid .product-item {
          width: 33.33333%; } }
      @media (max-width: 1023px) {
        .shop-section.boxed-layout .shop-inner-wrapper .shop-grid .product-item {
          width: 50%; } }
      @media (max-width: 575px) {
        .shop-section.boxed-layout .shop-inner-wrapper .shop-grid .product-item {
          padding: 0 15px 30px 15px;
          width: 100%; } }
  .shop-section.wide-layout .shop-inner-wrapper .shop-grid .product-item {
    width: 20%;
    padding: 0 30px 50px 30px; }
    @media (max-width: 1600px) {
      .shop-section.wide-layout .shop-inner-wrapper .shop-grid .product-item {
        width: 25%; } }
    @media (max-width: 1439px) {
      .shop-section.wide-layout .shop-inner-wrapper .shop-grid .product-item {
        padding: 0 15px 50px 15px; } }
    @media (max-width: 1199px) {
      .shop-section.wide-layout .shop-inner-wrapper .shop-grid .product-item {
        width: 33.33333%; } }
    @media (max-width: 1023px) {
      .shop-section.wide-layout .shop-inner-wrapper .shop-grid .product-item {
        width: 50%; } }
    @media (max-width: 575px) {
      .shop-section.wide-layout .shop-inner-wrapper .shop-grid .product-item {
        padding: 0 15px 15px 15px;
        width: 100%; } }

/* Footer */
footer {
  display: flex;
  padding: 100px 15px;
  background-color: var(--black-color-3);
  position: relative;
  z-index: 100; }
  @media (max-width: 767px) {
    footer {
      padding: 75px 15px; } }
  footer .inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    footer .inner-wrapper .logo-wrapper {
      max-width: 150px;
      width: 100%;
      max-height: 100px; }
    footer .inner-wrapper .social-list {
      margin-top: 50px;
      display: flex; }
      @media (max-width: 767px) {
        footer .inner-wrapper .social-list {
          margin-top: 40px; } }
      footer .inner-wrapper .social-list li a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .2s ease-in-out; }
        footer .inner-wrapper .social-list li a:hover {
          color: var(--primary-color); }
      footer .inner-wrapper .social-list li:not(:last-child) {
        margin-right: 15px; }
    footer .inner-wrapper .copyright {
      margin-top: 40px;
      display: flex;
      color: var(--white-color-2);
      font-size: 13px; }
      @media (max-width: 767px) {
        footer .inner-wrapper .copyright {
          margin-top: 30px; } }

.footer-sizer {
  pointer-events: none; }

.page-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }

.page-loader-type-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color-5);
  background-position: center;
  background-repeat: repeat; }
  .page-loader-type-1 .page-loader-wrapper--loader .preloader {
    position: relative;
    width: 80px;
    height: 60px; }
    .page-loader-type-1 .page-loader-wrapper--loader .preloader .lines {
      width: 80px;
      height: 40px;
      position: absolute; }
      .page-loader-type-1 .page-loader-wrapper--loader .preloader .lines .line {
        width: 80px;
        height: 10px;
        background-color: var(--primary-color);
        position: absolute;
        clip: rect(0, 0, 20px, 0); }
        .page-loader-type-1 .page-loader-wrapper--loader .preloader .lines .line.line-1 {
          top: 0;
          animation: slide 2s ease 0s infinite; }
        .page-loader-type-1 .page-loader-wrapper--loader .preloader .lines .line.line-2 {
          top: 15px;
          animation: slide 2s ease 0.25s infinite; }
        .page-loader-type-1 .page-loader-wrapper--loader .preloader .lines .line.line-3 {
          top: 30px;
          animation: slide 2s ease 0.5s infinite; }
    .page-loader-type-1 .page-loader-wrapper--loader .preloader .loading-text {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      color: var(--white-color-1);
      line-height: 1;
      text-transform: uppercase;
      position: absolute;
      top: 50px;
      text-align: center;
      width: 100%;
      animation: fade 1s ease 0s infinite; }
      @media (max-width: 767px) {
        .page-loader-type-1 .page-loader-wrapper--loader .preloader .loading-text {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .page-loader-type-1 .page-loader-wrapper--loader .preloader .loading-text {
          font-size: 11px; } }

@keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0); }
  30% {
    clip: rect(0, 80px, 20px, 0); }
  50% {
    clip: rect(0, 80px, 20px, 0); }
  80% {
    clip: rect(0, 80px, 20px, 80px); }
  100% {
    clip: rect(0, 80px, 20px, 80px); } }

@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
