/*
Theme Name: Ono
Theme URI: https://ono.foxthemes.me/
Author: FoxThemes
Author URI: https://themeforest.net/user/foxthemes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.1.6
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ono
*/

/* CSS Document */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* STYLES INIT */
/* PRELOADER */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/


/*------------------------------------------------------*/
/*---------------------- STYLES INIT----------------------*/
html.js {
  font-size: 14px;
  margin-top: 0 !important;
}

:root {
  --light-color: #ffffff;
  --light-color-a: 255, 255, 255;

  --dark-color: #222222;
  --dark-color-a: 34, 34, 34;

  --grey-color: #888888;
  --grey-color-a: 136, 136, 136;

  --grey-light-color: #dddddd;
  --footer-background-color: #000000;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-color);
  position: relative;
  background: var(--light-color);

  &.body-overflow {
    overflow: hidden;
  }
}
.no-padd{
  padding: 0px;
}
/* parallax images
---------------------------*/
[data-stellar-background-ratio] {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.bg-fixed {
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  [data-stellar-background-ratio] {
    background-attachment: scroll;
    background-position-y: center;
  }

  .bg-fixed {
    background-attachment: scroll;
  }
}

/* bootstrap columns
---------------------------*/
.container,
section,
section > * {
  position: relative;
}

.container.no-padding [class*="col-"] {
  padding: 0;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.col-right {
  float: right;
}

.equal-height [class*="col-"] {
  margin-bottom: 0;
}

.pad-0 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .pad-sm-l-0 {
    padding-left: 0 !important;
  }
  .pad-sm-r-0 {
    padding-right: 0 !important;
  }
}

$step: 5;
$count: 40;

@for $i from 0 through $count {
  .margin-lg-#{$step*$i}t {
    margin-top: 0px+$step*$i !important;
  }
}

@for $i from 0 through $count {
  .margin-lg-#{$step*$i}b {
    margin-bottom: 0px+$step*$i !important;
  }
}

@for $i from 0 through $count {
  .padding-lg-#{$step*$i}t {
    padding-top: 0px+$step*$i !important;
  }
}

@for $i from 0 through $count {
  .padding-lg-#{$step*$i}b {
    padding-bottom: 0px+$step*$i !important;
  }
}

@for $i from 0 through $count {
  .padding-lg-#{$step*$i}r {
    padding-right: 0px+$step*$i !important;
  }
}

@for $i from 0 through $count {
  .padding-lg-#{$step*$i}l {
    padding-left: 0px+$step*$i !important;
  }
}

@media screen and (max-width: 1199px) {
  @for $i from 0 through $count {
    .margin-md-#{$step*$i}t {
      margin-top: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .margin-md-#{$step*$i}b {
      margin-bottom: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-md-#{$step*$i}t {
      padding-top: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-md-#{$step*$i}b {
      padding-bottom: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-md-#{$step*$i}r {
      padding-right: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-md-#{$step*$i}l {
      padding-left: 0px+$step*$i !important;
    }
  }
}

@media screen and (max-width: 991px) {
  @for $i from 0 through $count {
    .margin-sm-#{$step*$i}t {
      margin-top: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .margin-sm-#{$step*$i}b {
      margin-bottom: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-sm-#{$step*$i}t {
      padding-top: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-sm-#{$step*$i}b {
      padding-bottom: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-sm-#{$step*$i}r {
      padding-right: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-sm-#{$step*$i}l {
      padding-left: 0px+$step*$i !important;
    }
  }
}

@media screen and (max-width: 767px) {
  @for $i from 0 through $count {
    .margin-xs-#{$step*$i}t {
      margin-top: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .margin-xs-#{$step*$i}b {
      margin-bottom: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-xs-#{$step*$i}t {
      padding-top: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-xs-#{$step*$i}b {
      padding-bottom: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-xs-#{$step*$i}r {
      padding-right: 0px+$step*$i !important;
    }
  }

  @for $i from 0 through $count {
    .padding-xs-#{$step*$i}l {
      padding-left: 0px+$step*$i !important;
    }
  }
}

$step: 10;
$count: 10;

@for $i from 1 through $count {
  .content-width-xl-#{$step*$i} {
    $p: (100 - $step*$i) / 2;
    padding-left: $p + 0%;
    padding-right: $p + 0%;
  }
}

@media screen and (max-width: 1440px) {
  @for $i from 1 through $count {
    .content-width-lg-#{$step*$i} {
      $p: (100 - $step*$i) / 2;
      padding-left: $p + 0%;
      padding-right: $p + 0%;
    }
  }
}

@media screen and (max-width: 1199px) {
  @for $i from 1 through $count {
    .content-width-md-#{$step*$i} {
      $p: (100 - $step*$i) / 2;
      padding-left: $p + 0%;
      padding-right: $p + 0%;
    }
  }
}

@media screen and (max-width: 991px) {
  @for $i from 1 through $count {
    .content-width-sm-#{$step*$i} {
      $p: (100 - $step*$i) / 2;
      padding-left: $p + 0%;
      padding-right: $p + 0%;
    }
  }
}

@media screen and (max-width: 767px) {
  @for $i from 1 through $count {
    .content-width-xs-#{$step*$i} {
      $p: (100 - $step*$i) / 2;
      padding-left: $p + 0%;
      padding-right: $p + 0%;
    }
  }
}

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  opacity: .9;
  font-size: 13px;
}

.gallery-caption {
  word-break: break-word;
}


/*-------------------------------------------------*/
/*------------------ COPYRIGHT -------------------*/
.ono_copyright_overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;

  &.active {
    opacity: 1;
    visibility: visible;
  }

  .ono_copyright_overlay-active {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    font-weight: 800;
    letter-spacing: .2px;
    word-break: break-word;
  }
}

.ono_copyright_overlay_text {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  padding: 15px;
  text-align: center;
  color: var(--light-color);
}

/*-------------------------------------------------*/
/*------------------ PRELOADER -------------------*/
.cs-preloader {
  background-color: var(--light-color);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.cs-preloader {
  &--modern {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    .preloader-wrap {
      text-align: center;
      width: 100%;
      height: 100%;
      position: relative;
    }

    $colors: var(--dark-color), #9c99ff, #82bc5d;
    $max: length($colors);
    $dash: 70;
    $dash-gap: 10;
    $dash-space: $dash * ($max - 1) + $dash-gap * $max;
    $time: 6s;
    $time-step: $time/$max;

    .text {
      font-size: 1.6em;
      fill: none;
      stroke-linejoin: round;
      stroke-width: 1.2px;
      stroke-dasharray: $dash $dash-space;
      stroke-dashoffset: 0;
      -webkit-animation: stroke $time infinite linear;
      animation: stroke $time infinite linear;

      @for $item from 1 through $max {
        &:nth-child(#{$max}n + #{$item}) {
          $color: nth($colors, $item);
          -webkit-animation-delay: -($time-step * $item);
          animation-delay: -($time-step * $item);
        }
      }
    }

    @-webkit-keyframes stroke {
      100% {
        stroke-dashoffset: -($dash + $dash-gap) * $max;
      }
    }

    @keyframes stroke {
      100% {
        stroke-dashoffset: -($dash + $dash-gap) * $max;
      }
    }

    svg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
}


@media screen and (max-width: 768px) {
  .cs-preloader {
    &--modern {
      .text {
        font-size: 4.6em;
        stroke-width: 1.6px;
      }
    }
  }
}

.cs-preloader {
  $p: &;

  &--spinner {
    #{$p}__outer {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    #{$p}__inner {
      margin: -24px 0 0 -24px;
      height: 49px;
      width: 49px;
      animation: cssload-rotate 1150ms linear infinite;
      -o-animation: cssload-rotate 1150ms linear infinite;
      -ms-animation: cssload-rotate 1150ms linear infinite;
      -webkit-animation: cssload-rotate 1150ms linear infinite;
      -moz-animation: cssload-rotate 1150ms linear infinite;

      span:first-child {
        margin: -22px 0 0 -22px;
        height: 43px;
        width: 43px;
        animation: cssload-rotate 1150ms linear infinite;
        -o-animation: cssload-rotate 1150ms linear infinite;
        -ms-animation: cssload-rotate 1150ms linear infinite;
        -webkit-animation: cssload-rotate 1150ms linear infinite;
        -moz-animation: cssload-rotate 1150ms linear infinite;
      }

      span:last-child {
        content: "";
        margin: -28px 0 0 -28px;
        height: 55px;
        width: 55px;
        animation: cssload-rotate 2300ms linear infinite;
        -o-animation: cssload-rotate 2300ms linear infinite;
        -ms-animation: cssload-rotate 2300ms linear infinite;
        -webkit-animation: cssload-rotate 2300ms linear infinite;
        -moz-animation: cssload-rotate 2300ms linear infinite;
      }

      &,
      span:first-child,
      span:last-child {
        position: absolute;
        top: 50%;
        left: 50%;
        border: 1px solid rgb(255, 222, 101);
        border-left-color: rgb(245, 78, 161);
        border-radius: 974px;
        -o-border-radius: 974px;
        -ms-border-radius: 974px;
        -webkit-border-radius: 974px;
        -moz-border-radius: 974px;
      }
    }
  }
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

/*------------------------------------------------------*/
/*---------------------- SEARCH PAGE ----------------------*/
.search-page {
  padding: 80px 0;
  text-align: center;

  .title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 1em;
  }

  .search-form {
    div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }

  .screen-reader-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--grey-color);
  }

  input {
    width: 300px;

    &[type="text"] {
      height: 55px;
      border: 1px solid var(--grey-color);
      margin-bottom: 15px;
      display: block;
      padding: 10px 15px;
      text-align: center;
    }
  }
}

@media (max-width: 1200px) {
  .search-page {
    padding: 70px 0;

    .title {
      font-size: 35px;
    }
  }
}

@media (max-width: 991px) {
  .search-page {
    padding: 60px 0;

    .title {
      font-size: 32px;
    }
  }
}

@media (max-width: 767px) {
  .search-page {
    padding: 50px 0;

    .title {
      font-size: 27px;
    }
  }
}

@media (max-width: 575px) {
  .search-page {
    padding: 40px 0;

    .title {
      font-size: 24px;
    }
  }
}

/*----------------------------------------------------*/
/*---------------- THEME ANIMATION -------------------*/
.row-animation {
  position: relative;
  overflow: visible !important;
}

.cs-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;

  &.over-content {
    @media (min-width: 992px) {
      z-index: 33;
    }
  }

  &.overflow-visible {
    overflow: visible;
  }

  &.hide-mobile {
    @media (max-width: 991px) {
      display: none;
    }
  }

  &__figure {
    $p: &;
    position: absolute;

    &.style-1 {
      #{$p}-inner {
        animation: fragment_row_1 alternate 9s ease-in-out infinite;
      }
    }

    &.style-2 {
      #{$p}-inner {
        animation: fragment_row_2 alternate 9s ease-in-out infinite;
      }
    }

    &.style-3 {
      #{$p}-inner {
        animation: fragment_row_3 alternate 9s ease-in-out infinite;
      }
    }
  }
}

@-webkit-keyframes fragment_row_1 {
  0% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(-1vw, 1vw);
    -webkit-transform: scale(1.1) translate(-1vw, 1vw);
  }
  100% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
}

@keyframes fragment_row_1 {
  0% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(-1vw, 1vw);
    -webkit-transform: scale(1.1) translate(-1vw, 1vw);
  }
  100% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes fragment_row_2 {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
  }
  50% {
    transform: rotate(40deg) scale(1.1) translate(7%, 7%);
    -webkit-transform: rotate(40deg) scale(1.1) translate(7%, 7%);
  }
  100% {
    transform: rotate(0deg) scale(1) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
  }
}

@keyframes fragment_row_2 {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
  }
  50% {
    transform: rotate(40deg) scale(1.1) translate(7%, 7%);
    -webkit-transform: rotate(40deg) scale(1.1) translate(7%, 7%);
  }
  100% {
    transform: rotate(0deg) scale(1) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
  }
}

@-webkit-keyframes fragment_row_3 {
  0% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(1vw, -1vw);
    -webkit-transform: scale(1.1) translate(1vw, -1vw);
  }
  100% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
}

@keyframes fragment_row_3 {
  0% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(1vw, -1vw);
    -webkit-transform: scale(1.1) translate(1vw, -1vw);
  }
  100% {
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
  }
}

// scroll animation
[data-css-animation] {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.animation-content[data-css-animation] {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;

  > * {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  > .animated {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.menu-css-animation[data-css-animation] {
  .header-box {
    > .menu {
      > li {
        opacity: 0;
        -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
      }
    }
  }
}

.menu-css-animation.animated[data-css-animation] {
  .header-box {
    > .menu {
      > li {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }
    }
  }
}

.animated[data-css-animation] {
  opacity: 1;
}

.zoom-in-custom,
[data-css-animation="zoom-in-custom"],
.menu-css-animation[data-css-animation="zoom-in-custom"] .header-box > .menu > li {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}

.zoom-in-up-custom,
[data-css-animation="zoom-in-up-custom"],
.menu-css-animation[data-css-animation="zoom-in-up-custom"] .header-box > .menu > li {
  -webkit-transform: translateY(100px) scale(.6);
  -ms-transform: translateY(100px) scale(.6);
  transform: translateY(100px) scale(.6)
}

.zoom-in-down-custom,
[data-css-animation="zoom-in-down-custom"],
.menu-css-animation[data-css-animation="zoom-in-down-custom"] .header-box > .menu > li {
  -webkit-transform: translateY(-100px) scale(.6);
  -ms-transform: translateY(-100px) scale(.6);
  transform: translateY(-100px) scale(.6)
}

.zoom-in-right-custom,
[data-css-animation="zoom-in-right-custom"],
.menu-css-animation[data-css-animation="zoom-in-right-custom"] .header-box > .menu > li {
  -webkit-transform: translate(-100px) scale(.6);
  -ms-transform: translate(-100px) scale(.6);
  transform: translate(-100px) scale(.6)
}

.zoom-in-left-custom,
[data-css-animation="zoom-in-left-custom"],
.menu-css-animation[data-css-animation="zoom-in-left-custom"] .header-box > .menu > li {
  -webkit-transform: translate(100px) scale(.6);
  -ms-transform: translate(100px) scale(.6);
  transform: translate(100px) scale(.6)
}

.zoom-out-custom,
[data-css-animation="zoom-out-custom"],
.menu-css-animation[data-css-animation="zoom-out-custom"] .header-box > .menu > li {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.zoom-out-up-custom,
[data-css-animation="zoom-out-up-custom"],
.menu-css-animation[data-css-animation="zoom-out-up-custom"] .header-box > .menu > li {
  -webkit-transform: translateY(100px) scale(1.2);
  -ms-transform: translateY(100px) scale(1.2);
  transform: translateY(100px) scale(1.2)
}

.zoom-out-down-custom,
[data-css-animation="zoom-out-down-custom"],
.menu-css-animation[data-css-animation="zoom-out-down-custom"] .header-box > .menu > li {
  -webkit-transform: translateY(-100px) scale(1.2);
  -ms-transform: translateY(-100px) scale(1.2);
  transform: translateY(-100px) scale(1.2)
}

.zoom-out-right-custom,
[data-css-animation="zoom-out-right-custom"],
.menu-css-animation[data-css-animation="zoom-out-right-custom"] .header-box > .menu > li {
  -webkit-transform: translate(-100px) scale(1.2);
  -ms-transform: translate(-100px) scale(1.2);
  transform: translate(-100px) scale(1.2)
}

.zoom-out-left-custom,
[data-css-animation="zoom-out-left-custom"],
.menu-css-animation[data-css-animation="zoom-out-left-custom"] .header-box > .menu > li {
  -webkit-transform: translate(100px) scale(1.2);
  -ms-transform: translate(100px) scale(1.2);
  transform: translate(100px) scale(1.2)
}

.animated[data-css-animation^=zoom],
.menu-css-animation.animated[data-css-animation^=zoom] .header-box > .menu > li {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.menu-css-animation[data-css-animation] {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.scale-top-right,
[data-css-animation="scale-top-right"] {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.scale-top-left,
[data-css-animation="scale-top-left"] {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.scale-bottom-left,
[data-css-animation="scale-bottom-left"] {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.scale-bottom-left,
[data-css-animation="scale-bottom-right"] {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.scale-center,
[data-css-animation="scale-center"] {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.animated[data-css-animation^=scale] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fade-right,
[data-css-animation="fade-right"],
.menu-css-animation[data-css-animation="fade-right"] .header-box > .menu > li {
  -webkit-transform: translate(-100px);
  -ms-transform: translate(-100px);
  transform: translate(-100px);
}

.fade-left,
[data-css-animation="fade-left"],
.menu-css-animation[data-css-animation="fade-left"] .header-box > .menu > li {
  -webkit-transform: translate(100px);
  -ms-transform: translate(100px);
  transform: translate(100px);
}

.fade-up,
[data-css-animation="fade-up"],
.menu-css-animation[data-css-animation="fade-up"] .header-box > .menu > li {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.fade-down,
[data-css-animation="fade-down"],
.menu-css-animation[data-css-animation="fade-down"] .header-box > .menu > li {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.animated[data-css-animation^=fade],
.menu-css-animation.animated[data-css-animation^=fade] .header-box > .menu > li {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.grid-item-fade-up {
  .tg-item {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;

    $count: 100;

    @for $i from 1 through $count {
      &:nth-child(#{$i}) {
        -webkit-transition-delay: $i * 300ms;
        -o-transition-delay: $i * 300ms;
        transition-delay: $i * 300ms;
      }
    }
  }

  &.animated {
    .tg-item {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1;
    }
  }
}


[data-css-animation="left-to-right-3d"],
.left-to-right-3d {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  -webkit-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0)
}

[data-css-animation="right-to-left-3d"],
.right-to-left-3d {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);
  -webkit-transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);
  transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0)
}

[data-css-animation="bottom-to-top-3d"],
.bottom-to-top-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform: rotateX(-45deg) translateY(120px);
  -webkit-transform: rotateX(-45deg) translateY(120px);
  transform: rotateX(-45deg) translateY(120px)
}

[data-css-animation="top-to-bottom-3d"],
.top-to-bottom-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform: rotateX(45deg) translateY(-120px);
  -webkit-transform: rotateX(45deg) translateY(-120px);
  transform: rotateX(45deg) translateY(-120px)
}

.animated[data-css-animation*="3d"] {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.protected-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../images/er.jpg);
  background-repeat: no-repeat;
  background-position: top;

  .post-content {
    margin: 0;
  }

  .main-top-content {
    margin-bottom: 20px;
  }

  .title {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--dark-color);
  }


  .form {
    h3 {
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      color: var(--grey-color);
    }

    .input-wrap {
      position: relative;

      br {
        display: none;
      }
    }

    .icn-lock {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px;
      font-size: 23px;
      color: #878787;
    }

    input[type="password"] {
      background-color: rgba(34, 34, 34, 0.05);
      border: none;
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.73;
      letter-spacing: normal;
      color: var(--grey-color);
      position: relative;
      padding: 18px 116px 18px 66px;
    }

    .a-btn {
      margin-top: 50px;
      box-shadow: 0 22px 60px 0 rgba(0, 0, 0, 0.5);

      br {
        display: none;
      }

      &:hover {
        input[type="submit"] {
          color: var(--dark-color);
        }
      }
    }

    input[type="submit"] {
      padding: 0;
      font-size: 15px;
      font-weight: 600;
      height: auto;
      background-color: transparent;
      color: var(--light-color);
    }

    & > p {
      margin-top: 49px;
    }
  }

  @media (max-width: 991px) {
    .title {
      font-size: 40px;
    }
    .main-top-content {
      margin-bottom: 20px !important;
    }
  }

  @media (max-width: 500px) {
    .title {
      font-size: 28px;
    }
    .main-top-content {
      margin-bottom: 0 !important;
    }

    .form {
      & > p {
        margin-top: 30px;
      }

      .a-btn {
        margin-top: 30px;
      }

      h3 {
        font-size: 16px;
      }

      input[type="password"] {
        padding: 18px 30px 18px 66px;
        box-sizing: border-box;
        max-width: 100%;
      }
    }
  }
}

.vc_parallax .vc_parallax-inner {
  background-position: inherit !important;
}

.point_none {
  pointer-events: none;
}

/*--------------------------------------------------*/
/*----------------- STYLES Fullpage----------------*/
.page-template-full-page-template {
  #fp-nav {
    ul {
      li {
        a {
          position: relative;

          span {
            background: transparent;
            border: 1px solid rgba(var(--light-color-a),0.5);
            height: 12px;
            width: 12px;
            margin: -6px 0 0 -6px;

            &:before {
              content: '';
              position: absolute;
              width: 6px;
              height: 6px;
              background: var(--dark-color);
              border-radius: 50%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);

            }
          }

          &.active {
            span {
              border: 1px solid rgba(var(--dark-color-a),0.5);

              &:before {
                background: var(--light-color);

              }
            }
          }
        }

        &:hover {
          span {
            width: 12px;
            height: 12px;
            margin: -6px 0 0 -6px;
            border: 1px solid rgba(var(--light-color-a),0.5);

            &:before {
              background: var(--dark-color);

            }
          }
        }

        .fp-tooltip {
          text-shadow: 1px 1px 3px var(--grey-color);
        }
      }
    }
  }
}


 



