/*
* Neomi - Neomi Template
* Build Date: January 2019
* Author: perleTheme Template
* This is a premium product available exclusively here : https://themeforest.net/user/perletheme
*/
/*
  TABLE OF CONTENTS
  -----------------------------------------
  *. 1  - Fonts ...........................
  *. 2  - General Styles ..................
  *. 3  - More Classes Styles .............
  *. 4  - Pre Loader Styles ...............
  *. 5  - NavBar Styles ...................
  *. 6  - Header Styles ...................
  *. 7  - About Styles ....................
  *. 8  - Features Styles .................
  *. 9  - Showcase Styles .................
  *. 10 - Subscribe Styles ................
  *. 11 - Screenshots Styles ..............
  *. 12 - Statistics Styles ...............
  *. 13 - Team Styles .....................
  *. 14 - Download Styles .................
  *. 15 - News Styles .....................
  *. 15.a Gallery Styles ..................
  *. 16 - Video Styles ....................
  *. 17 - Prices Styles ...................
  *. 18 - Testimonials Styles .............
  *. 19 - Numbers Styles ..................
  *. 20 - FAQs Styles .....................
  *. 21 - Companies Styles ................
  *. 22 - Why Use Styles ..................
  *. 23 - Map And Contact Styles ..........
  *. 24 - Footer Styles ...................
  *. 25 - Banner Styles ...................
  *. 26 - Other Pages .....................
  *. 27 - 404 Page ........................
  *. 28 - Coming-Soon Page ................
  *. 29 - Revolution Slider ...............
  *. 30 - Media Queries ...................
  -----------------------------------------
*/
/* ------------------------------------- */
/* *. 1 - Fonts ........................ */
/* ------------------------------------- */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Permanent+Marker|Roboto+Slab:700");
/* ------------------------------------- */
/* *. 2 - General Styles ............... */
/* ------------------------------------- */
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Open Sans', sans-serif, "proxima-nova", "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
  position: relative;
  right: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #484848;
  font-family: 'Open Sans', sans-serif, "proxima-nova", "Helvetica Neue", Helvetica, Arial;
  font-weight: 600; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.2rem; }

p {
  font-size: 1.1rem;
  color: #7b7b7b; }

.row {
  margin: 0 auto; }

.upper-case {
  text-transform: uppercase; }

.container-fluid {
  max-width: 1700px;
  margin: 0 auto; }

img.responsive-img-90 {
  max-width: 90%;
  max-height: 100%; }

img.responsive-img-80 {
  max-width: 80%;
  max-height: 100%; }

.elements-page hr {
  width: 80%;
  opacity: 0.3; }
.elements-page h5 {
  line-height: 2rem; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.gradient-color {
  background: #c10f41;
  background: -webkit-linear-gradient(315deg, #c10f41, #233b88);
  background: linear-gradient(135deg, #c10f41, #233b88); }

.section-title {
  position: relative;
  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; }
  .section-title .menu__item {
    line-height: 1;
    position: relative;
    outline: none;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    margin-top: 0.5rem; }
  .section-title .menu__item-name,
  .section-title .menu__item-label {
    position: relative;
    display: inline-block; }
  .section-title .menu__item-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: pre;
    pointer-events: none;
    color: #2d2d2d;
    grid-area: 1 / 1 / 2 / 2; }
  .section-title .menu__item-name span {
    display: inline-block;
    font-weight: 600; }
  .section-title .menu__item-label {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 4px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: color 0.3s 0.3s;
    transition: color 0.3s 0.3s;
    grid-area: 1 / 1 / 2 / 2;
    text-transform: uppercase;
    font-weight: 600; }
  .section-title .menu__item.active .menu__item-label {
    color: #1d174b; }
  .section-title div {
    position: absolute;
    text-align: center;
    bottom: -2rem;
    width: auto;
    display: inline;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .section-title div i {
      color: transparent !important;
      -webkit-background-clip: text !important;
      font-size: 2rem;
      padding: 0 2px;
      position: relative;
      z-index: 2; }
      .section-title div i::before {
        -webkit-background-clip: text; }
    .section-title div .one {
      width: 90px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 87%; }
    .section-title div .two {
      width: 90px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 87%; }
  .section-title + p, .section-title + div {
    padding-top: 3rem; }

.section-title-white .menu__item-name {
  color: #ffffff; }
.section-title-white .menu__item.active .menu__item-label {
  color: #ffffff; }

.main-section {
  position: relative;
  padding: 5rem 0; }

.very_small_hamburger {
  padding-top: 1.5rem; }
  .very_small_hamburger svg {
    width: 80px;
    height: 50px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .very_small_hamburger path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #ffffff;
    stroke-dashoffset: 0px; }
  .very_small_hamburger path.top,
  .very_small_hamburger path.bottom {
    stroke-dasharray: 240px 950px; }
  .very_small_hamburger path.middle {
    stroke-dasharray: 240px 240px; }
  .very_small_hamburger.open path.top, .very_small_hamburger.open path.bottom {
    stroke-dashoffset: -650px; }
  .very_small_hamburger.open path.middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px; }

.ham-cont {
  margin-left: -11px;
  margin-top: -2px; }
  .ham-cont .very_small_hamburger {
    padding-top: 0; }
  .ham-cont svg {
    width: 60px;
    height: 40px; }

.button-secondary {
  border-radius: 30px;
  padding: 0.8rem 0.5rem;
  font-weight: 600; }
  .button-secondary span {
    padding: 0.7rem 2rem; }

.button-main {
  padding: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid black;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 600;
  position: relative; }
  .button-main::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #37474f;
    top: -50%;
    -webkit-transform: translate3d(0, -120%, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(0, -120%, 0) rotate3d(0, 0, 1, -10deg); }
  .button-main.up::before {
    -webkit-transform: translate3d(0, 120%, 0) rotate3d(0, 0, 1, 10deg);
            transform: translate3d(0, 120%, 0) rotate3d(0, 0, 1, 10deg); }
  .button-main > span {
    display: block; }
  .button-main i {
    position: absolute;
    line-height: inherit;
    vertical-align: middle;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -120%, 0);
            transform: translate3d(0, -120%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .button-main.up i {
    -webkit-transform: translate3d(0, 120%, 0);
            transform: translate3d(0, 120%, 0); }
  .button-main > span,
  .button-main i {
    padding: 0.5rem 2rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .button-main:hover::before {
    -webkit-animation: anim-naira-1 0.3s forwards ease-in;
            animation: anim-naira-1 0.3s forwards ease-in; }
  .button-main.up:hover::before {
    -webkit-animation: anim-naira-2 0.3s forwards ease-in;
            animation: anim-naira-2 0.3s forwards ease-in; }
@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }
@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }
@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
            transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }
@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
            transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }
  .button-main:hover {
    background-color: #37474f;
    -webkit-transition: background-color 0s 0.3s;
    transition: background-color 0s 0.3s; }
    .button-main:hover i {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .button-main:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .button-main.up:hover > span {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .button-main.inherit-color::before {
    background: inherit !important; }
  .button-main.inherit-color:hover {
    background: transparent; }

.desc {
  max-width: 650px;
  margin: 0 auto;
  text-align: center; }

.owl-neomi .owl-nav {
  z-index: 10;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  left: 0;
  margin: 0;
  color: #ffffff;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out; }
  .owl-neomi .owl-nav i {
    font-size: 1.5rem;
    padding: 1rem;
    -webkit-transform: translate3D(0, -50%, 0);
            transform: translate3D(0, -50%, 0); }
  .owl-neomi .owl-nav .disabled {
    opacity: 0.3;
    cursor: default; }
  .owl-neomi .owl-nav .owl-prev,
  .owl-neomi .owl-nav .owl-next {
    position: absolute;
    border: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: auto;
    height: auto; }
    .owl-neomi .owl-nav .owl-prev:hover,
    .owl-neomi .owl-nav .owl-next:hover {
      color: #e1e1e1; }
  .owl-neomi .owl-nav .owl-prev {
    left: -5%; }
  .owl-neomi .owl-nav .owl-next {
    right: -5%; }
.owl-neomi .owl-dots {
  padding-top: 1rem;
  margin-top: 0.5rem;
  text-align: center; }
  .owl-neomi .owl-dots .owl-dot {
    display: inline-block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border: none;
    width: auto; }
    .owl-neomi .owl-dots .owl-dot:hover {
      opacity: 0.7;
      background: none; }
  .owl-neomi .owl-dots .owl-dot span {
    background-color: #c0c0c0;
    display: inline-block;
    height: 2px;
    margin: 5px 8px;
    opacity: 1;
    width: 22px; }
  .owl-neomi .owl-dots .owl-dot.active {
    background: none; }
  .owl-neomi .owl-dots .owl-dot.active span {
    background-color: #000000;
    border: none; }
.owl-neomi.owl-flex .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.owl-neomi.owl-flex .owl-item {
  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; }

i:focus,
a:focus,
a:visited {
  outline: none; }

.dark-background {
  background-color: #222227; }
  .dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5, .dark-background h6 {
    color: #ffffff; }
  .dark-background p {
    color: #e0e0e0; }
  .dark-background .overlay {
    height: 100.2%;
    top: -1px; }
  .dark-background .owl-neomi .owl-dots .owl-dot.active span {
    background-color: #ffffff; }

#neomi-scene {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1; }

.hidden {
  display: none; }

.transparent-text {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

.hover-me {
  position: relative; }
  .hover-me::before {
    content: "HOVER ME";
    position: absolute;
    right: -110px;
    top: 60px;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: easy-float 3s linear infinite;
            animation: easy-float 3s linear infinite;
    font-family: "Permanent Marker", sans-serif, cursive; }
  .hover-me::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 35px;
    background: url("../images/icons/arrow1.png");
    width: 92.8571px;
    height: 28.9286px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: easy-float 3s linear infinite;
            animation: easy-float 3s linear infinite; }

@-webkit-keyframes easy-float {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  25% {
    -webkit-transform: translate3d(-4px, 2px, 0);
            transform: translate3d(-4px, 2px, 0); }
  75% {
    -webkit-transform: translate3d(4px, -2px, 0);
            transform: translate3d(4px, -2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes easy-float {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  25% {
    -webkit-transform: translate3d(-4px, 2px, 0);
            transform: translate3d(-4px, 2px, 0); }
  75% {
    -webkit-transform: translate3d(4px, -2px, 0);
            transform: translate3d(4px, -2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@-webkit-keyframes easy-float2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  25% {
    -webkit-transform: translate3d(-10px, 10px, 10px);
            transform: translate3d(-10px, 10px, 10px); }
  75% {
    -webkit-transform: translate3d(10px, -10px, -10px);
            transform: translate3d(10px, -10px, -10px); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes easy-float2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  25% {
    -webkit-transform: translate3d(-10px, 10px, 10px);
            transform: translate3d(-10px, 10px, 10px); }
  75% {
    -webkit-transform: translate3d(10px, -10px, -10px);
            transform: translate3d(10px, -10px, -10px); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
#sidenav-overlay {
  z-index: 101; }

.drag-target {
  z-index: 101; }

#subscribe-menu {
  width: 600px;
  max-width: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: #333333;
  border-radius: 2%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in !important;
  transition: all 0.4s ease-in !important;
  padding: 4rem;
  text-align: center; }
  #subscribe-menu.rev-subsribe {
    display: none; }
  #subscribe-menu.active {
    width: 600px;
    max-width: 80%;
    height: auto;
    z-index: 103;
    opacity: 1; }
    #subscribe-menu.active.rev-subsribe {
      display: block; }
  #subscribe-menu #close-btn {
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 1.5rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    #subscribe-menu #close-btn:hover {
      color: red; }
  #subscribe-menu .button-main {
    display: block;
    border: none;
    margin: 1rem auto !important; }
  #subscribe-menu h5 {
    color: inherit;
    letter-spacing: 0.6rem;
    font-weight: 400;
    text-transform: uppercase; }
  #subscribe-menu h4 {
    color: inherit;
    letter-spacing: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3.5rem; }
  #subscribe-menu p {
    max-width: 700px;
    color: #f2edf3;
    font-size: 0.8rem; }
  #subscribe-menu form {
    margin-top: 2rem; }
  #subscribe-menu input {
    width: 300px;
    max-width: 80%;
    text-align: center;
    margin: 1rem auto 2rem; }
  #subscribe-menu input:focus {
    border-radius: 30px; }
  #subscribe-menu label {
    text-align: center; }
    #subscribe-menu label::after {
      top: 70%; }

.cd-top {
  position: fixed;
  height: 40px;
  width: 40px;
  right: 30px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  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;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 20%;
  z-index: 100000; }

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s; }

.cd-top.cd-top--show {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-top--fade-out {
  opacity: .5; }

.cd-top:hover {
  opacity: 1; }

.shadow-text {
  font-family: "Permanent Marker", sans-serif;
  position: absolute;
  bottom: -20px;
  font-size: 22vw;
  opacity: 0.03;
  z-index: 0;
  margin: 0; }

.textillate, .roboto-slab {
  font-family: "Roboto Slab", sans-serif; }

.icon-button {
  display: block;
  margin: 0 auto;
  color: #ffffff; }
  .icon-button i {
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    z-index: 1;
    color: inherit;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s; }
  .icon-button i::after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box; }
  .icon-button i::before {
    speak: none;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    font-size: 7rem;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
  .icon-button i:hover {
    background: rgba(255, 255, 255, 0);
    color: inherit; }
    .icon-button i:hover::after {
      -webkit-animation: none;
              animation: none; }
    .icon-button i:hover::before {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
  .icon-button i:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
            animation: sonarEffect 1.3s ease-out 75ms infinite; }
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 38, 39, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 38, 39, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 38, 39, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 38, 39, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }
.collapsible-header.style2 {
  position: relative;
  padding-right: 2rem; }
  .collapsible-header.style2 .fa-chevron-down {
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .collapsible-header.style2.active .fa-chevron-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.header-animated-circle {
  position: absolute;
  z-index: 1;
  opacity: 0.7; }

.circle1 {
  left: 20%;
  top: 80%;
  -webkit-animation: easy-float2 6s linear infinite;
          animation: easy-float2 6s linear infinite;
  width: 100px; }

.circle2 {
  right: 20%;
  top: 70%;
  -webkit-animation: easy-float2 8s linear infinite;
          animation: easy-float2 8s linear infinite;
  width: 150px; }

.circle3 {
  left: 40%;
  top: 30%;
  -webkit-animation: easy-float2 9s linear infinite;
          animation: easy-float2 9s linear infinite;
  width: 180px; }

.circle4 {
  left: 60%;
  top: 20%;
  -webkit-animation: easy-float2 7s linear infinite;
          animation: easy-float2 7s linear infinite; }

.circle5 {
  left: 80%;
  top: 20%;
  -webkit-animation: easy-float2 12s linear infinite;
          animation: easy-float2 12s linear infinite;
  width: 120px; }

.circle6 {
  left: 10%;
  top: 20%;
  -webkit-animation: easy-float2 5s linear infinite;
          animation: easy-float2 5s linear infinite;
  width: 220px; }

.square-icons-image {
  position: absolute;
  z-index: -1;
  width: 500px;
  max-width: 100%;
  -webkit-animation: easy-float 5s linear infinite;
          animation: easy-float 5s linear infinite; }

.buttons-container button, .buttons-container a {
  margin: 0.5rem 1rem 1rem 0; }
.buttons-container button:focus {
  background-color: initial; }

i.fa-sm {
  font-size: 0.9rem; }

/* ------------------------------------- */
/* *. 3 - More Classes ................. */
/* ------------------------------------- */
.p-0 {
  padding: 0; }

.p-05 {
  padding: 0.5rem; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.p-tb-1 {
  padding: 1rem 0; }

.p-tb-2 {
  padding: 2rem 0; }

.p-tb-3 {
  padding: 3rem 0; }

.p-tb-6 {
  padding: 6rem 0; }

.p-b-1 {
  padding-bottom: 1rem; }

.p-b-2 {
  padding-bottom: 2rem; }

.p-b-3 {
  padding-bottom: 3rem; }

.p-t-1 {
  padding-top: 1rem; }

.p-t-2 {
  padding-top: 2rem; }

.p-t-3 {
  padding-top: 3rem; }

.p-t-6 {
  padding-top: 6rem; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 1rem; }

.m-2 {
  margin: 2rem; }

.m-3 {
  margin: 3rem; }

.m-4 {
  margin: 4rem; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-tb-1 {
  margin: 1rem 0; }

.m-tb-2 {
  margin: 2rem 0; }

.m-tb-3 {
  margin: 3rem 0; }

.m-t-0 {
  margin-top: 0 !important; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-b-3 {
  margin-bottom: 3rem; }

.m-t-1 {
  margin-top: 1rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-t-3 {
  margin-top: 3rem; }

.m-r-05 {
  margin-right: 0.5rem; }

.m-r-1 {
  margin-right: 1rem; }

.m-r-2 {
  margin-right: 2rem; }

.m-r-3 {
  margin-right: 3rem; }

.m-l-05 {
  margin-left: 0.5rem; }

.m-l-1 {
  margin-left: 1rem; }

.m-l-2 {
  margin-left: 2rem; }

.m-l-3 {
  margin-left: 3rem; }

.radius5 {
  border-radius: 5px; }

.radius10 {
  border-radius: 10px; }

.radius15 {
  border-radius: 15px; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.overlay9 {
  opacity: 0.9; }

.overlay8 {
  opacity: 0.8; }

.overlay7 {
  opacity: 0.7; }

.overlay6 {
  opacity: 0.6; }

.border-none {
  border: none !important; }

/* ------------------------------------- */
/* *. 4 - Pre Loader Styles ............ */
/* ------------------------------------- */
#pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  z-index: 10000;
  color: #ffffff; }
  #pre-loader .loader-center {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #pre-loader p {
    color: inherit;
    letter-spacing: 0.6rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2rem;
    padding-left: 1rem; }
  #pre-loader #loader-container {
    -webkit-animation: loader 5s cubic-bezier(0.8, 0, 0.2, 1) infinite;
            animation: loader 5s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    height: 40px;
    width: 41px; }
    #pre-loader #loader-container #top {
      -webkit-animation: top 5s linear infinite;
              animation: top 5s linear infinite;
      border-top: 20px solid #ffffff;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      height: 0;
      width: 1px;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
@-webkit-keyframes top {
  90% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
@keyframes top {
  90% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
    #pre-loader #loader-container #bottom {
      -webkit-animation: bottom 5s linear infinite;
              animation: bottom 5s linear infinite;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #ffffff;
      border-left: 20px solid transparent;
      height: 0;
      width: 1px;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
@-webkit-keyframes bottom {
  10% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes bottom {
  10% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    #pre-loader #loader-container #line {
      -webkit-animation: line 5s linear infinite;
              animation: line 5s linear infinite;
      border-left: 1px dotted #ffffff;
      height: 0;
      width: 0;
      position: absolute;
      top: 20px;
      left: 20px; }
@-webkit-keyframes line {
  10% {
    height: 20px; }
  100% {
    height: 20px; } }
@keyframes line {
  10% {
    height: 20px; }
  100% {
    height: 20px; } }
@-webkit-keyframes loader {
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
@keyframes loader {
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
/* ------------------------------------- */
/* *. 5 - NavBar Styles ................ */
/* ------------------------------------- */
#main-nav, .elements-main-nav {
  padding: 0 1rem;
  background-color: inherit;
  position: fixed;
  color: #ffffff;
  top: 0;
  z-index: 104;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: none; }
  #main-nav.nav-up, .elements-main-nav.nav-up {
    top: -60px; }
  #main-nav.nav-always-down, .elements-main-nav.nav-always-down {
    top: 0 !important; }
  #main-nav #nav-color, .elements-main-nav #nav-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0; }
  #main-nav .nav-wrapper, .elements-main-nav .nav-wrapper {
    max-width: 1390px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #main-nav .nav-wrapper.nav-wrapper-fluid, .elements-main-nav .nav-wrapper.nav-wrapper-fluid {
      max-width: 1700px; }
  #main-nav .logo, .elements-main-nav .logo {
    width: 120px; }
  #main-nav .brand-logo, .elements-main-nav .brand-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    #main-nav .brand-logo .logo, .elements-main-nav .brand-logo .logo {
      max-width: 100%;
      padding-right: 1rem;
      width: 60px; }
    #main-nav .brand-logo .title-link, .elements-main-nav .brand-logo .title-link {
      line-height: 30px; }
    #main-nav .brand-logo.flex-cent, .elements-main-nav .brand-logo.flex-cent {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 3rem; }
  #main-nav .title, .elements-main-nav .title {
    width: 100px; }
  #main-nav li, .elements-main-nav li {
    position: relative; }
  #main-nav .has-btn, .elements-main-nav .has-btn {
    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;
    height: 100%; }
    #main-nav .has-btn a, .elements-main-nav .has-btn a {
      padding: 7px 30px;
      line-height: initial;
      margin: 0 0.4rem;
      border: 1px solid #ffffff;
      border-radius: 25px; }
  #main-nav a, .elements-main-nav a {
    color: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    vertical-align: baseline; }
  #main-nav .menu-item:hover, .elements-main-nav .menu-item:hover {
    background: none; }
  #main-nav a:not(.no-bg).active, .elements-main-nav a:not(.no-bg).active {
    background-color: rgba(214, 214, 214, 0.3); }
  #main-nav .dropdown-button i, .elements-main-nav .dropdown-button i {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1rem;
    margin-left: 0.3rem; }
  #main-nav .dropdown-button.active i, .elements-main-nav .dropdown-button.active i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #main-nav .dropdown-content, .elements-main-nav .dropdown-content {
    background-color: #3c3c3c;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
    #main-nav .dropdown-content li, .elements-main-nav .dropdown-content li {
      color: inherit; }
    #main-nav .dropdown-content a, .elements-main-nav .dropdown-content a {
      color: inherit; }
      #main-nav .dropdown-content a:hover, .elements-main-nav .dropdown-content a:hover {
        background-color: #5e5e5e; }
  #main-nav .fixed-action-btn, .elements-main-nav .fixed-action-btn {
    position: static;
    padding-top: 0; }
    #main-nav .fixed-action-btn .btn-floating, .elements-main-nav .fixed-action-btn .btn-floating {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 0 0 15px;
      vertical-align: middle; }
      #main-nav .fixed-action-btn .btn-floating i, .elements-main-nav .fixed-action-btn .btn-floating i {
        line-height: 40px; }
    #main-nav .fixed-action-btn ul, .elements-main-nav .fixed-action-btn ul {
      bottom: auto; }
      #main-nav .fixed-action-btn ul li, .elements-main-nav .fixed-action-btn ul li {
        margin-bottom: 0; }
      #main-nav .fixed-action-btn ul i, .elements-main-nav .fixed-action-btn ul i {
        line-height: 40px; }
  #main-nav .button-collapse, .elements-main-nav .button-collapse {
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin: 0; }
  #main-nav .side-nav, .elements-main-nav .side-nav {
    background-color: #252525;
    z-index: 1000;
    max-width: 80vw; }
    #main-nav .side-nav a, .elements-main-nav .side-nav a {
      color: inherit;
      border-bottom: 1px solid grey;
      margin: 0 1rem; }
    #main-nav .side-nav .home, .elements-main-nav .side-nav .home {
      margin-top: 2rem;
      height: auto;
      text-align: center; }
      #main-nav .side-nav .home a, .elements-main-nav .side-nav .home a {
        height: auto;
        text-transform: uppercase;
        font-size: 1.5rem; }
    #main-nav .side-nav .collapsible-header, .elements-main-nav .side-nav .collapsible-header {
      padding: 0 32px;
      position: relative; }
      #main-nav .side-nav .collapsible-header i, .elements-main-nav .side-nav .collapsible-header i {
        position: absolute;
        right: 0;
        color: inherit;
        font-size: 1rem;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      #main-nav .side-nav .collapsible-header.active i, .elements-main-nav .side-nav .collapsible-header.active i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #main-nav .side-nav .collapsible-body, .elements-main-nav .side-nav .collapsible-body {
      background-color: inherit; }
      #main-nav .side-nav .collapsible-body a, .elements-main-nav .side-nav .collapsible-body a {
        display: block;
        padding: 0 44px; }
    #main-nav .side-nav .social, .elements-main-nav .side-nav .social {
      margin-bottom: 4rem; }
  #main-nav .social, .elements-main-nav .social {
    padding-top: 2rem;
    padding-bottom: 2rem;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #main-nav .social a, .elements-main-nav .social a {
      display: inline-block;
      border-bottom: none;
      padding: 0;
      margin: 0; }
    #main-nav .social i, .elements-main-nav .social i {
      border-radius: 100px;
      font-size: 1.4rem;
      width: 45px;
      height: 45px;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #ffffff;
      margin: 0 0.5rem; }
    #main-nav .social i:hover, .elements-main-nav .social i:hover {
      box-shadow: 0 10px 10px rgba(185, 185, 185, 0.1); }
  #main-nav.nav-white, .elements-main-nav.nav-white {
    color: #000000; }
    #main-nav.nav-white #nav-color-white, .elements-main-nav.nav-white #nav-color-white {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 1; }
    #main-nav.nav-white .side-nav, .elements-main-nav.nav-white .side-nav {
      color: #ffffff; }
    #main-nav.nav-white .button-collapse path, .elements-main-nav.nav-white .button-collapse path {
      stroke: #000000; }
  #main-nav.nav-with-shadow, .elements-main-nav.nav-with-shadow {
    box-shadow: 0 0 127px -25px black; }
  #main-nav.elements-nav, .elements-main-nav.elements-nav {
    position: relative; }

/* ------------------------------------- */
/* *. 6 - Header Styles ................ */
/* ------------------------------------- */
#main-header {
  position: relative;
  height: 100vh;
  min-height: 830px;
  background-size: cover !important;
  color: #ffffff;
  overflow: hidden; }
  #main-header .gradient-color {
    z-index: 0; }
  #main-header .overlay {
    opacity: 0.9; }
    #main-header .overlay.overlay99 {
      opacity: 0.96; }
  #main-header .header-section {
    position: relative;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%; }
    #main-header .header-section.simple-2 {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #main-header .header-section.simple-2 > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #main-header .header-section.simple-2 > div.center-align {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                      -ms-grid-row-align: center;
                  align-items: center; }
        #main-header .header-section.simple-2 > div.h-auto {
          min-height: inherit;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          z-index: 10; }
          #main-header .header-section.simple-2 > div.h-auto h6 {
            line-height: 30px; }
      #main-header .header-section.simple-2 a, #main-header .header-section.simple-2 p, #main-header .header-section.simple-2 h1 {
        position: relative;
        z-index: 2; }
      #main-header .header-section.simple-2 .marker {
        font-family: "Permanent Marker", sans-serif; }
      #main-header .header-section.simple-2 h1 {
        font-family: "Roboto Slab", sans-serif;
        font-size: 5rem; }
      #main-header .header-section.simple-2 .bottom-img {
        width: 800px;
        max-width: 80%;
        z-index: 1; }
      #main-header .header-section.simple-2 .image {
        position: relative;
        z-index: 10; }
  #main-header .button-main {
    border: 1px solid white;
    border-radius: 30px;
    margin-right: 1rem;
    color: inherit;
    font-size: 1rem;
    padding: 0.5rem; }
    #main-header .button-main span {
      padding: 0.3rem 2rem; }
  #main-header .header-text {
    position: relative;
    width: 55%;
    text-align: left;
    padding: 2rem 1rem;
    z-index: 3; }
    #main-header .header-text h1.textillate {
      font-size: 6rem;
      min-height: 120px; }
    #main-header .header-text h2.textillate {
      font-size: 5rem;
      min-height: 120px; }
    #main-header .header-text h3.textillate {
      font-size: 4rem;
      min-height: 120px; }
    #main-header .header-text h3 {
      letter-spacing: 0.2rem;
      line-height: 4rem;
      color: inherit; }
    #main-header .header-text.flex-header {
      padding: 8rem 0 !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      width: 100%; }
      #main-header .header-text.flex-header h1 {
        color: #ffffff; }
      #main-header .header-text.flex-header form {
        position: relative;
        padding-left: 0;
        padding-right: 1rem;
        margin-top: 4rem;
        min-width: 300px;
        width: 80%; }
      #main-header .header-text.flex-header input {
        background-color: #ffffff;
        border-radius: 30px;
        padding: 1rem 0 1rem 1rem;
        color: #0b0b0b;
        margin-bottom: 0; }
      #main-header .header-text.flex-header label {
        padding: 0.5rem 3rem;
        font-weight: 500;
        font-size: 1.3rem; }
        #main-header .header-text.flex-header label::after {
          -webkit-transform: translateY(75px);
                  transform: translateY(75px);
          font-weight: 500; }
      #main-header .header-text.flex-header label.active {
        -webkit-transform: translateY(-37px) scale(0.8);
                transform: translateY(-37px) scale(0.8);
        font-size: 1.3rem;
        color: #d6d6d6; }
      #main-header .header-text.flex-header button {
        border-radius: 0 30px 30px 0;
        width: 10rem;
        border: none;
        display: inline-block;
        position: absolute;
        right: -1px;
        overflow: hidden;
        top: 0;
        height: 100%;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin: 0; }
  #main-header .description {
    color: inherit;
    max-width: 600px;
    padding: 0;
    margin: 2rem 0 0 0; }
  #main-header .scroller {
    position: absolute;
    left: 50%;
    top: 90%;
    z-index: 10;
    font-size: 1.7rem;
    padding-top: 1rem;
    color: inherit;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
            animation: ca3_fade_move_down 2s ease-in-out infinite;
    -webkit-transition: font-size 0.3s ease-out;
    transition: font-size 0.3s ease-out; }
  #main-header .social-floating {
    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;
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #main-header .social-floating a {
      color: #ffffff;
      margin: 1rem 0; }
      #main-header .social-floating a i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.4rem;
        -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; }
  #main-header .ibg-bg {
    position: absolute;
    top: -30px;
    height: 110% !important;
    width: 110% !important; }
  #main-header .icon-button i::before {
    font-size: 4rem;
    line-height: 3.5rem;
    color: #ffffff; }
  #main-header .neomi-count-down-wrapper h4 {
    color: inherit; }
  #main-header .neomi-count-down-wrapper #clockdiv {
    font-family: sans-serif;
    color: inherit;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px; }
  #main-header .neomi-count-down-wrapper #clockdiv > div {
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;
    background: #1994bf;
    display: inline-block; }
  #main-header .neomi-count-down-wrapper #clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.24);
    display: inline-block; }
  #main-header .neomi-count-down-wrapper .smalltext {
    padding-top: 5px;
    font-size: 16px; }
  #main-header #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  #main-header .video {
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden; }
  #main-header #videoBG {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background: transparent none no-repeat 0 50%; }
    #main-header #videoBG video {
      margin: auto;
      width: auto;
      min-width: 100vmax;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      visibility: visible;
      opacity: 1;
      height: 100vmax; }
  #main-header .waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    top: 0;
    margin: auto; }
    #main-header .waveWrapper .waveWrapperInner {
      position: absolute;
      width: 100%;
      overflow: hidden;
      height: 100%;
      bottom: -1px; }
    #main-header .waveWrapper .bgTop {
      z-index: 2;
      opacity: 0.5; }
    #main-header .waveWrapper .bgBottom {
      z-index: 1; }
    #main-header .waveWrapper .wave {
      position: absolute;
      left: 0;
      width: 1000%;
      height: 100%;
      background-repeat: repeat no-repeat;
      background-position: 0 bottom;
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom; }
    #main-header .waveWrapper .waveTop {
      background-image: url("../images/canvas/wave1.png");
      background-size: 40% 100px; }
    #main-header .waveWrapper .waveBottom {
      background-image: url("../images/canvas/wave1.png");
      background-size: 40% 100px;
      -webkit-animation: move_wave 25s linear infinite;
              animation: move_wave 25s linear infinite; }
  #main-header.main-header-style {
    min-height: inherit;
    height: auto;
    overflow: visible; }
    #main-header.main-header-style .header-text {
      width: 100%;
      text-align: center; }
    #main-header.main-header-style h3 {
      margin-top: 8rem; }
    #main-header.main-header-style .description {
      margin: 1rem auto;
      color: #e7e7e7;
      max-width: 800px; }
    #main-header.main-header-style .image {
      margin: 0 auto !important; }
      #main-header.main-header-style .image img {
        margin: 0;
        width: 800px;
        max-width: 90%;
        -webkit-transform: translateY(4rem);
                transform: translateY(4rem); }
      #main-header.main-header-style .image.no-transform img {
        -webkit-transform: none !important;
                transform: none !important;
        margin-top: 3rem; }
    #main-header.main-header-style .button-main {
      border-radius: 11px;
      border: none; }
  #main-header.main-header-style-1 .owl-neomi {
    height: 100%;
    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-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    padding-bottom: 3rem; }
    #main-header.main-header-style-1 .owl-neomi h3 {
      -webkit-transition: opacity 0.9s ease-out 0.85s, -webkit-transform 0.2s ease-out 0.85s;
      transition: opacity 0.9s ease-out 0.85s, -webkit-transform 0.2s ease-out 0.85s;
      transition: transform 0.2s ease-out 0.85s, opacity 0.9s ease-out 0.85s;
      transition: transform 0.2s ease-out 0.85s, opacity 0.9s ease-out 0.85s, -webkit-transform 0.2s ease-out 0.85s; }
    #main-header.main-header-style-1 .owl-neomi p {
      -webkit-transition: opacity 0.9s ease-out 1s, -webkit-transform 0.2s ease-out 1s;
      transition: opacity 0.9s ease-out 1s, -webkit-transform 0.2s ease-out 1s;
      transition: transform 0.2s ease-out 1s, opacity 0.9s ease-out 1s;
      transition: transform 0.2s ease-out 1s, opacity 0.9s ease-out 1s, -webkit-transform 0.2s ease-out 1s; }
    #main-header.main-header-style-1 .owl-neomi .button-main {
      -webkit-transition: opacity 0.9s ease-out 1.05s, -webkit-transform 0.2s ease-out 1.05s;
      transition: opacity 0.9s ease-out 1.05s, -webkit-transform 0.2s ease-out 1.05s;
      transition: transform 0.2s ease-out 1.05s, opacity 0.9s ease-out 1.05s;
      transition: transform 0.2s ease-out 1.05s, opacity 0.9s ease-out 1.05s, -webkit-transform 0.2s ease-out 1.05s; }
    #main-header.main-header-style-1 .owl-neomi .button-main.gradient-color {
      -webkit-transition: opacity 0.9s ease-out 1.15s, -webkit-transform 0.2s ease-out 1.15s;
      transition: opacity 0.9s ease-out 1.15s, -webkit-transform 0.2s ease-out 1.15s;
      transition: transform 0.2s ease-out 1.15s, opacity 0.9s ease-out 1.15s;
      transition: transform 0.2s ease-out 1.15s, opacity 0.9s ease-out 1.15s, -webkit-transform 0.2s ease-out 1.15s; }
    #main-header.main-header-style-1 .owl-neomi .image img {
      -webkit-transition: opacity 0.5s ease-out 0.9s, -webkit-transform 0.5s ease-out 0.9s;
      transition: opacity 0.5s ease-out 0.9s, -webkit-transform 0.5s ease-out 0.9s;
      transition: transform 0.5s ease-out 0.9s, opacity 0.5s ease-out 0.9s;
      transition: transform 0.5s ease-out 0.9s, opacity 0.5s ease-out 0.9s, -webkit-transform 0.5s ease-out 0.9s; }
    #main-header.main-header-style-1 .owl-neomi h3, #main-header.main-header-style-1 .owl-neomi p, #main-header.main-header-style-1 .owl-neomi .button-main {
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
      opacity: 0; }
    #main-header.main-header-style-1 .owl-neomi .image {
      position: relative;
      z-index: 3;
      width: 45%; }
      #main-header.main-header-style-1 .owl-neomi .image img {
        -webkit-transform: translate3d(120px, 0, 0);
                transform: translate3d(120px, 0, 0);
        opacity: 0; }
  #main-header.main-header-style-1 .owl-item.active h3, #main-header.main-header-style-1 .owl-item.active p, #main-header.main-header-style-1 .owl-item.active .button-main, #main-header.main-header-style-1 .owl-item.active .image img {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  #main-header.main-header-style-1 .owl-nav {
    top: 40%;
    color: #ffffff; }
    #main-header.main-header-style-1 .owl-nav .owl-prev {
      left: 1%;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
      #main-header.main-header-style-1 .owl-nav .owl-prev:hover {
        -webkit-transform: translateX(-3px);
                transform: translateX(-3px); }
    #main-header.main-header-style-1 .owl-nav .owl-next {
      right: 1%;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
      #main-header.main-header-style-1 .owl-nav .owl-next:hover {
        -webkit-transform: translateX(3px);
                transform: translateX(3px); }
  #main-header.main-header-style-1 .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #main-header.main-header-style-1 .title img {
    width: 450px; }
  #main-header.main-header-style-1 h5 {
    color: inherit; }
  #main-header.main-header-style-2 .owl-header {
    position: relative;
    z-index: 101;
    width: 40%; }
  #main-header.main-header-style-2 .header-section {
    height: 100%; }
  #main-header.main-header-style-2 .header-text {
    position: relative;
    z-index: 101;
    width: 60%;
    text-align: left;
    margin: 8rem 0; }
    #main-header.main-header-style-2 .header-text h3, #main-header.main-header-style-2 .header-text h4, #main-header.main-header-style-2 .header-text h5 {
      text-transform: uppercase;
      letter-spacing: 0.2rem;
      line-height: 3rem;
      color: inherit; }
    #main-header.main-header-style-2 .header-text .wide {
      max-width: 800px; }
    #main-header.main-header-style-2 .header-text.header-text-wide {
      width: 90%; }
  #main-header.main-header-style-2 .title img {
    width: 400px; }
  #main-header.main-header-style-2 .description {
    color: inherit;
    max-width: 600px;
    padding: 0;
    margin: 2rem 0 0 0; }
  #main-header.main-header-style-2::after {
    background: url(../images/canvas/04.png) no-repeat 0 0;
    background-size: cover;
    height: 100px;
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%; }
  #main-header.main-header-style-2 .image {
    text-align: center; }
    #main-header.main-header-style-2 .image img {
      margin: 0 auto; }
  #main-header.main-header-style-3 {
    margin-bottom: -2rem;
    max-height: inherit;
    height: auto; }
    #main-header.main-header-style-3 .header-section {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    #main-header.main-header-style-3 .owl-header2 {
      position: relative;
      z-index: 101;
      width: 80%;
      padding: 0 1rem; }
      #main-header.main-header-style-3 .owl-header2 .owl-dots {
        display: none; }
    #main-header.main-header-style-3 .header-text {
      position: relative;
      z-index: 101;
      width: 100%;
      text-align: center;
      margin: 5rem 0 2rem; }
      #main-header.main-header-style-3 .header-text h3 {
        text-transform: uppercase; }
      #main-header.main-header-style-3 .header-text .description {
        margin: 0 auto;
        max-width: 800px; }
    #main-header.main-header-style-3 .owl-item {
      opacity: 0.7;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      position: relative;
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
      #main-header.main-header-style-3 .owl-item img {
        padding-bottom: 1rem;
        cursor: all-scroll; }
    #main-header.main-header-style-3 .owl-stage-outer {
      padding: 7rem 0 5rem 0; }
    #main-header.main-header-style-3 .owl-item {
      pointer-events: none; }
    #main-header.main-header-style-3 .owl-item.active.center {
      opacity: 1;
      -webkit-transform: scale(1.6) translateZ(0px);
              transform: scale(1.6) translateZ(0px);
      z-index: 10;
      pointer-events: auto; }
      #main-header.main-header-style-3 .owl-item.active.center img {
        cursor: -webkit-zoom-in;
        cursor: zoom-in; }
    #main-header.main-header-style-3 .owl-nav .owl-prev {
      left: 0; }
    #main-header.main-header-style-3 .owl-nav .owl-next {
      right: 0; }
    #main-header.main-header-style-3::after {
      background: url(../images/canvas/03.png) no-repeat 0 0;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 15vw;
      background-size: cover;
      display: inline-block;
      position: absolute;
      z-index: 10; }
  #main-header.main-header-style-4 {
    margin-bottom: 70px;
    height: auto;
    overflow: visible; }
    #main-header.main-header-style-4 .header-section {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    #main-header.main-header-style-4 .header-text {
      text-align: center;
      position: relative;
      width: 100%;
      margin: 6rem 0 2rem 0;
      z-index: 101; }
    #main-header.main-header-style-4 .owl-header {
      position: relative;
      z-index: 10;
      bottom: -70px;
      margin-top: -70px;
      width: 60%; }
    #main-header.main-header-style-4 .description {
      color: inherit;
      padding: 1rem 2rem;
      max-width: 600px;
      margin: 2rem auto; }
    #main-header.main-header-style-4::after {
      background: url(../images/canvas/02.png) no-repeat center 0;
      background-size: cover;
      height: 10rem;
      left: 0;
      position: absolute;
      bottom: 0;
      content: '';
      width: 100%; }
  #main-header.main-header-style-4.interactive-bg {
    margin-bottom: 0;
    padding-bottom: 70px; }
  #main-header.main-header-black-4 {
    margin-bottom: 0;
    padding-bottom: 70px; }
  #main-header.main-header-black-2::after {
    background-image: url("../images/canvas/04-dark.png"); }
  #main-header.main-header-black-3::after {
    background-image: url("../images/canvas/03-dark.png"); }
  #main-header.main-header-black-4::after {
    background-image: url("../images/canvas/02-dark.png");
    bottom: -1px; }
  #main-header.main-header-gmail .overlay {
    opacity: 0.7; }
  #main-header.main-header-gmail .header-section {
    height: 100%; }
    #main-header.main-header-gmail .header-section .image {
      width: 45%; }
  #main-header.main-header-slack .header-section {
    height: 100%; }
    #main-header.main-header-slack .header-section .header-text {
      width: 40%; }
      #main-header.main-header-slack .header-section .header-text h3 {
        text-transform: uppercase; }
    #main-header.main-header-slack .header-section .image {
      width: 60%;
      text-align: center; }
      #main-header.main-header-slack .header-section .image img {
        width: 70%; }
  #main-header.main-header-slack form {
    position: relative;
    padding-left: 0;
    padding-right: 1rem;
    margin: 3rem 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  #main-header.main-header-slack input {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0.5rem 0 0.5rem 0.5rem;
    color: #0b0b0b;
    margin-bottom: 0;
    border: 1px solid black; }
  #main-header.main-header-slack label {
    padding: 0 3rem;
    font-weight: 500;
    font-size: 1.3rem; }
    #main-header.main-header-slack label::after {
      -webkit-transform: translateY(75px);
              transform: translateY(75px);
      font-weight: 500; }
  #main-header.main-header-slack label.active {
    -webkit-transform: translateY(-37px) scale(0.8);
            transform: translateY(-37px) scale(0.8);
    font-size: 1.3rem;
    color: #d6d6d6; }
  #main-header.main-header-slack button {
    border-radius: 0 30px 30px 0;
    margin: 0;
    border: 1px solid black;
    border-left: none;
    width: 10rem;
    display: inline-block;
    position: absolute;
    right: -1px;
    overflow: hidden;
    top: 0;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
  #main-header.main-header-slack .button-main span {
    padding: 0; }
  #main-header.main-header-slack i {
    font-size: 2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #main-header.main-header-slack .fa-spinner,
  #main-header.main-header-slack .fa-check-circle-o {
    color: #3dbf28; }
  #main-header.main-header-slack .fa-times-circle {
    color: #ff261e; }
  #main-header.main-header-slack .first {
    position: absolute;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    color: #0b0b0b; }
  #main-header.main-header-slack .alert-message {
    text-align: center; }
  #main-header.main-header-slack::after {
    display: none; }
  #main-header.main-header-skype .header-section {
    color: #000000; }
    #main-header.main-header-skype .header-section .header-text {
      text-align: center;
      margin: 6rem 0;
      width: 45%; }
      #main-header.main-header-skype .header-section .header-text h5 {
        text-transform: none;
        line-height: 110%;
        font-size: 1.6rem; }
      #main-header.main-header-skype .header-section .header-text p {
        margin: 0 auto; }
    #main-header.main-header-skype .header-section .image {
      position: relative;
      width: 55%; }
      #main-header.main-header-skype .header-section .image img {
        width: 100%; }
      #main-header.main-header-skype .header-section .image::after {
        content: '';
        z-index: -1;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        background: url("../images/macbook/skype2.svg"); }
      #main-header.main-header-skype .header-section .image::before {
        content: '';
        z-index: -1;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../images/macbook/skype3.svg"); }
  #main-header.main-header-skype .button-main {
    padding: 0.5rem 2.5rem;
    border-color: #ffffff; }
    #main-header.main-header-skype .button-main span {
      padding: 0; }
  #main-header.main-header-skype .white {
    color: #000000; }
  #main-header.main-header-ticksy {
    height: auto;
    color: #ffffff; }
    #main-header.main-header-ticksy .header-section {
      display: block; }
      #main-header.main-header-ticksy .header-section .header-text {
        width: 100%;
        text-align: center;
        margin: 8rem 0 3rem;
        padding: 0; }
        #main-header.main-header-ticksy .header-section .header-text h3 {
          text-transform: uppercase;
          letter-spacing: 0.2rem;
          line-height: 3rem;
          color: inherit; }
        #main-header.main-header-ticksy .header-section .header-text p {
          margin: 0 auto; }
      #main-header.main-header-ticksy .header-section .image {
        width: 100%; }
    #main-header.main-header-ticksy .button-main {
      padding: 0.5rem 2.5rem;
      border-color: #ffffff; }
      #main-header.main-header-ticksy .button-main span {
        padding: 0; }
    #main-header.main-header-ticksy .white {
      color: #000000; }
  #main-header.main-header-simple {
    background-size: 80% !important;
    margin-bottom: 0;
    max-height: inherit; }
    #main-header.main-header-simple .header-section {
      padding: 0 0 4rem; }
    #main-header.main-header-simple .header-text h3, #main-header.main-header-simple h4, #main-header.main-header-simple h5 {
      line-height: 4rem; }
    #main-header.main-header-simple .owl-main-header {
      padding: 9rem 0 12rem; }
    #main-header.main-header-simple::after {
      background: url(../images/canvas/clouds.png) no-repeat center 0;
      background-size: cover;
      height: 20rem;
      left: 0;
      position: absolute;
      bottom: 0;
      content: '';
      width: 100%; }
  #main-header.header-hexagon .header-section {
    height: 100%; }
    #main-header.header-hexagon .header-section .title {
      text-align: center; }
  #main-header.main-header-slider {
    padding-top: 0;
    min-height: inherit; }
    #main-header.main-header-slider .slideshow {
      width: 100%;
      height: 100vh;
      min-height: 600px;
      top: 0;
      position: relative;
      overflow: hidden; }
      #main-header.main-header-slider .slideshow .gradient-color {
        z-index: 1;
        opacity: 0.5;
        position: absolute;
        top: -200px;
        left: -200px;
        width: calc(100% + 400px);
        height: calc(100% + 400px);
        background-size: cover;
        background-position: 50% 50%; }
    #main-header.main-header-slider .slides {
      position: relative;
      width: 100%;
      height: 100%; }
    #main-header.main-header-slider .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      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-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -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; }
    #main-header.main-header-slider .slide--current {
      opacity: 1;
      pointer-events: auto; }
    #main-header.main-header-slider .slide__img {
      position: absolute;
      top: -200px;
      left: -200px;
      width: calc(100% + 400px);
      height: calc(100% + 400px);
      background-size: cover;
      background-position: 50% 50%; }
    #main-header.main-header-slider .slide__title {
      position: relative;
      margin-top: 2rem;
      line-height: 1;
      color: #ffffff;
      font-size: 6vw;
      z-index: 2;
      text-transform: uppercase;
      letter-spacing: 1rem;
      font-weight: 600; }
    #main-header.main-header-slider .image {
      width: 400px;
      max-width: 60%;
      height: auto;
      padding: 0;
      z-index: 3; }
    #main-header.main-header-slider .slide__desc {
      position: relative;
      margin: 0 0 2rem 0;
      padding: 1rem;
      text-align: center;
      color: #ffffff;
      font-size: 2rem;
      z-index: 2;
      -webkit-transform: none;
              transform: none;
      opacity: 1; }
    #main-header.main-header-slider .slide__link {
      position: relative;
      font-weight: bold;
      margin-top: 1rem;
      display: block;
      -webkit-transition: color 0.3s, background 0.3s;
      transition: color 0.3s, background 0.3s;
      color: #ffffff;
      z-index: 2; }
    #main-header.main-header-slider .slide-nav {
      position: absolute;
      top: 50%;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 0 2rem;
      font-size: 2rem;
      z-index: 2; }
      #main-header.main-header-slider .slide-nav span {
        cursor: pointer; }
    #main-header.main-header-slider .shape {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      pointer-events: none; }
  #main-header.bitcoin-slider .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #ffd803; }
  #main-header.bitcoin-slider .swiper-pagination-bullet:hover, #main-header.bitcoin-slider .swiper-pagination-bullet-active {
    background: #ffd803;
    border-color: #ffd803; }
  #main-header.bitcoin-slider .swiper-bg-wrap .divider-success {
    border-top: 3px solid #F7B62D; }
  #main-header.bitcoin-slider h1 {
    color: #F7B62D; }
  #main-header.bitcoin-slider .right-img {
    width: 200px; }
  #main-header.coin-background-yellow .overlay.gradient-color {
    background: -webkit-linear-gradient(315deg, #907800, #000000);
    background: linear-gradient(135deg, #907800, #000000); }
  #main-header.main-header-corporate {
    padding-top: 0; }
    #main-header.main-header-corporate .header-section {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    #main-header.main-header-corporate .header-text {
      width: 40%; }
    #main-header.main-header-corporate h3 {
      color: transparent !important;
      -webkit-background-clip: text !important; }
    #main-header.main-header-corporate .image {
      position: absolute;
      top: 0;
      right: 0;
      width: 60%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #main-header.main-header-corporate .image img {
        max-height: 100%; }
  #main-header.main-header-portfolio {
    padding-top: 0; }
    #main-header.main-header-portfolio .overlay {
      opacity: 0.6; }
    #main-header.main-header-portfolio .header-text {
      width: 100%; }
      #main-header.main-header-portfolio .header-text h2 {
        position: relative;
        margin-bottom: 3rem; }
        #main-header.main-header-portfolio .header-text h2 span {
          position: absolute;
          width: 200px;
          height: 2px;
          left: calc(50% - 100px);
          top: 130%; }
    #main-header.main-header-portfolio .description {
      text-align: center;
      margin: 0 auto; }
    #main-header.main-header-portfolio .button-main {
      margin: 2rem 0.5rem; }
    #main-header.main-header-portfolio span {
      padding: 0.1rem 2.5rem; }
  #main-header.main-header-payment {
    min-height: 800px; }
    #main-header.main-header-payment .header-text,
    #main-header.main-header-payment .image {
      width: 50%; }
  #main-header.main-header-segments {
    padding: 8rem 0;
    overflow: visible !important; }
  #main-header .simple-header {
    text-transform: uppercase;
    line-height: 4rem; }
    #main-header .simple-header span {
      background-color: #e2b53d;
      border-radius: 5px;
      padding: 0 0.5rem; }
  #main-header.min-900 {
    min-height: 950px; }
  #main-header canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%; }
  #main-header iframe {
    max-width: 100%;
    width: 600px;
    height: 600px; }
@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1); } }
@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1); } }
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: 0; } }
@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: 0; } }
#small-main-header {
  height: 30rem;
  min-height: 300px;
  position: relative;
  color: #ffffff; }
  #small-main-header .title {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    background: url("../images/background/mirrored-squares.png") repeat center bottom;
    overflow: hidden; }
  #small-main-header .tabs {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    background: none;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden; }
    #small-main-header .tabs .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 0.5rem; }
    #small-main-header .tabs li a {
      text-transform: none;
      color: inherit;
      font-size: 1.3rem;
      cursor: pointer;
      font-weight: 600; }
      #small-main-header .tabs li a i {
        font-size: 2rem;
        padding-right: 1rem;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        opacity: 0.5; }
    #small-main-header .tabs li a.active i, #small-main-header .tabs li a:hover i {
      opacity: 1; }
    #small-main-header .tabs .indicator {
      background-color: #ffffff; }
  #small-main-header .breadcrumbs {
    top: -110px;
    margin-left: 6rem;
    font-size: 1.2rem;
    color: #ffffff;
    position: relative;
    z-index: 3; }
    #small-main-header .breadcrumbs a {
      color: rgba(255, 255, 255, 0.61);
      -webkit-transition: color 0.4s ease-out;
      transition: color 0.4s ease-out; }
    #small-main-header .breadcrumbs a.active {
      color: inherit; }
    #small-main-header .breadcrumbs a:hover {
      color: inherit; }
    #small-main-header .breadcrumbs span {
      padding: 0 1rem; }
    #small-main-header .breadcrumbs.higher {
      top: -120px; }
  #small-main-header h2 {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: inherit; }
  #small-main-header.other-main-header-2::after {
    background: url(../images/canvas/04.png) no-repeat 0 0;
    background-size: cover;
    height: 100px;
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%; }
  #small-main-header.smaller-main-header {
    height: 20rem; }

/* ------------------------------------- */
/* *. 7 - About Styles ................. */
/* ------------------------------------- */
#about-us .row, .elements-about-us .row {
  margin-top: 3rem; }
#about-us .single, .elements-about-us .single {
  padding: 0;
  position: relative; }
  #about-us .single > div, .elements-about-us .single > div {
    margin: 0 0.5rem 0.5rem;
    border-radius: 10px;
    padding: 0 1rem 1rem; }
#about-us .icon-img, .elements-about-us .icon-img {
  width: 200px; }
#about-us .number, .elements-about-us .number {
  position: absolute;
  right: 0;
  left: 0;
  top: -9rem;
  font-size: 9rem;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.09; }
@-moz-document url-prefix() {
  #about-us .number, .elements-about-us .number {
    opacity: 0.29; } }
#about-us .button-main, .elements-about-us .button-main {
  border: none;
  padding: 0.3rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }
  #about-us .button-main span, .elements-about-us .button-main span {
    margin-left: 0.2rem; }
#about-us h6, #about-us h5, .elements-about-us h6, .elements-about-us h5 {
  text-transform: uppercase;
  letter-spacing: 0.1rem; }
#about-us .arrow, .elements-about-us .arrow {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  #about-us .arrow span, .elements-about-us .arrow span {
    width: 9px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%; }
  #about-us .arrow .one, .elements-about-us .arrow .one {
    -webkit-transform: translate3d(-13px, -50%, 0);
            transform: translate3d(-13px, -50%, 0); }
  #about-us .arrow .two, .elements-about-us .arrow .two {
    -webkit-transform: translate3d(-25px, -50%, 0);
            transform: translate3d(-25px, -50%, 0); }
#about-us .square-icons-container, .elements-about-us .square-icons-container {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
#about-us .square-icons, .elements-about-us .square-icons {
  padding: 2rem 1rem;
  margin: 2rem 1rem 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #ffffff; }
  #about-us .square-icons h5, .elements-about-us .square-icons h5 {
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    margin-top: 1rem;
    line-height: 2rem; }
  #about-us .square-icons .single-icon, .elements-about-us .square-icons .single-icon {
    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;
    margin: 0 auto; }
    #about-us .square-icons .single-icon i, .elements-about-us .square-icons .single-icon i {
      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;
      font-size: 1.5rem; }
  #about-us .square-icons .overlay-bg, .elements-about-us .square-icons .overlay-bg {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 500px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  #about-us .square-icons.down-square, .elements-about-us .square-icons.down-square {
    margin-top: 4rem; }
  #about-us .square-icons:hover .overlay-bg, .elements-about-us .square-icons:hover .overlay-bg {
    width: 500px;
    height: 500px; }
  #about-us .square-icons:hover h5, .elements-about-us .square-icons:hover h5 {
    color: #ffffff; }
#about-us.about-us-style-1 .icon, .elements-about-us.about-us-style-1 .icon {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  -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;
  position: relative;
  height: 150px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  #about-us.about-us-style-1 .icon i, .elements-about-us.about-us-style-1 .icon i {
    padding: 1rem;
    font-size: 7rem;
    margin-bottom: 1rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #about-us.about-us-style-1 .icon img, .elements-about-us.about-us-style-1 .icon img {
    padding: 1rem;
    position: relative;
    z-index: 2; }
#about-us.about-us-style-2 .single h5, .elements-about-us.about-us-style-2 .single h5 {
  padding-top: 1rem; }
#about-us.about-us-style-2 .icon, .elements-about-us.about-us-style-2 .icon {
  margin-top: 0;
  height: auto; }
#about-us.about-us-style-3 h5, .elements-about-us.about-us-style-3 h5 {
  padding: 0; }
#about-us.about-us-style-3 .icon, .elements-about-us.about-us-style-3 .icon {
  padding-top: 0; }
  #about-us.about-us-style-3 .icon i, .elements-about-us.about-us-style-3 .icon i {
    border-radius: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    color: #ffffff; }
  #about-us.about-us-style-3 .icon img, .elements-about-us.about-us-style-3 .icon img {
    width: 270px; }
#about-us.coin-dark-background .icon2, #about-us.coin-background .icon2, .elements-about-us.coin-dark-background .icon2, .elements-about-us.coin-background .icon2 {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -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;
  position: relative;
  height: 150px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  #about-us.coin-dark-background .icon2 i, #about-us.coin-background .icon2 i, .elements-about-us.coin-dark-background .icon2 i, .elements-about-us.coin-background .icon2 i {
    padding: 1rem;
    color: #F7B62D;
    border-radius: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    width: 100px;
    font-size: 4rem;
    height: 100px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 1rem; }
#about-us.coin-dark-background .single .arrow, #about-us.coin-background .single .arrow, .elements-about-us.coin-dark-background .single .arrow, .elements-about-us.coin-background .single .arrow {
  -webkit-text-fill-color: #ffffff;
  color: #F7B62D; }
  #about-us.coin-dark-background .single .arrow .one, #about-us.coin-dark-background .single .arrow .two, #about-us.coin-background .single .arrow .one, #about-us.coin-background .single .arrow .two, .elements-about-us.coin-dark-background .single .arrow .one, .elements-about-us.coin-dark-background .single .arrow .two, .elements-about-us.coin-background .single .arrow .one, .elements-about-us.coin-background .single .arrow .two {
    background: #F7B62D; }
#about-us.coin-background .single .arrow, .elements-about-us.coin-background .single .arrow {
  -webkit-text-fill-color: #000000; }

/* ------------------------------------- */
/* *. 8 - Features Styles .............. */
/* ------------------------------------- */
#features, .elements-features {
  position: relative;
  background-size: cover;
  color: #ffffff;
  overflow: hidden; }
  #features .overlay, .elements-features .overlay {
    opacity: 0.95; }
  #features .row, .elements-features .row {
    position: relative; }
  #features .container, .elements-features .container {
    position: relative;
    z-index: 10; }
  #features .single-feature, .elements-features .single-feature {
    padding: 0.5rem; }
  #features .owl-features, .elements-features .owl-features {
    padding-top: 1rem; }
  #features .reflection-text,
  #features h5,
  #features p,
  #features a,
  #features i, .elements-features .reflection-text,
  .elements-features h5,
  .elements-features p,
  .elements-features a,
  .elements-features i {
    color: inherit; }
  #features .feature-left a, .elements-features .feature-left a {
    text-align: center; }
  #features .feature-link, .elements-features .feature-link {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    overflow: visible; }
    #features .feature-link.active, .elements-features .feature-link.active {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
      #features .feature-link.active i::after, .elements-features .feature-link.active i::after {
        -webkit-animation: rotateEffect 8s linear infinite;
                animation: rotateEffect 8s linear infinite;
        display: block; }
    #features .feature-link.active::after, .elements-features .feature-link.active::after {
      opacity: 1; }
    #features .feature-link.active::before, .elements-features .feature-link.active::before {
      opacity: 1; }
    #features .feature-link p, .elements-features .feature-link p {
      margin: 1rem; }
    #features .feature-link i, .elements-features .feature-link i {
      position: relative;
      margin: 0 1rem;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      font-size: 2rem;
      line-height: 4rem;
      background: rgba(0, 0, 0, 0.42); }
    #features .feature-link i::after, .elements-features .feature-link i::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px dashed white;
      top: 0;
      left: 0;
      display: none; }
@-webkit-keyframes rotateEffect {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotateEffect {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #features .images-slider .owl-features, .elements-features .images-slider .owl-features {
    margin: 0 auto; }
  #features.features-style-2 .owl-features, .elements-features.features-style-2 .owl-features {
    padding-top: 1rem; }
    #features.features-style-2 .owl-features img, .elements-features.features-style-2 .owl-features img {
      width: 60%;
      max-width: 500px;
      margin: 0 auto; }
  #features.features-style-2::after, .elements-features.features-style-2::after {
    background: url(../images/canvas/04.png) no-repeat center 0;
    background-size: cover;
    height: 100px;
    left: 0;
    position: absolute;
    bottom: -1px;
    content: '';
    width: 100%; }
  #features.features-style-4 .owl-features, .elements-features.features-style-4 .owl-features {
    padding-top: 1rem; }
    #features.features-style-4 .owl-features img, .elements-features.features-style-4 .owl-features img {
      width: 60%;
      max-width: 500px;
      margin: 0 auto; }
  #features.features-black-2::after, .elements-features.features-black-2::after {
    background-image: url("../images/canvas/04-dark.png"); }
  #features.features-style-3 .row, #features.features-style-1 .row, .elements-features.features-style-3 .row, .elements-features.features-style-1 .row {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #features.features-style-5, .elements-features.features-style-5 {
    background: none;
    padding: 0; }
    #features.features-style-5 .overlay, .elements-features.features-style-5 .overlay {
      opacity: 1; }
    #features.features-style-5 .row, .elements-features.features-style-5 .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    #features.features-style-5 .single-feature, .elements-features.features-style-5 .single-feature {
      padding: 5rem 2rem;
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin: 0; }
      #features.features-style-5 .single-feature h5, .elements-features.features-style-5 .single-feature h5 {
        margin-top: 3rem; }
      #features.features-style-5 .single-feature img, .elements-features.features-style-5 .single-feature img {
        max-width: 70%;
        margin: 1rem auto; }
      #features.features-style-5 .single-feature a, .elements-features.features-style-5 .single-feature a {
        color: #c9c9c9; }
        #features.features-style-5 .single-feature a span, .elements-features.features-style-5 .single-feature a span {
          display: inline-block;
          margin-right: 10px; }
        #features.features-style-5 .single-feature a:hover, .elements-features.features-style-5 .single-feature a:hover {
          color: #ffffff; }
      #features.features-style-5 .single-feature:nth-of-type(1), .elements-features.features-style-5 .single-feature:nth-of-type(1) {
        background-color: rgba(11, 11, 11, 0.1); }
      #features.features-style-5 .single-feature:nth-of-type(2), .elements-features.features-style-5 .single-feature:nth-of-type(2) {
        background-color: rgba(11, 11, 11, 0.2); }
      #features.features-style-5 .single-feature:nth-of-type(3), .elements-features.features-style-5 .single-feature:nth-of-type(3) {
        background-color: rgba(11, 11, 11, 0.3); }
      #features.features-style-5 .single-feature:nth-of-type(4), .elements-features.features-style-5 .single-feature:nth-of-type(4) {
        background-color: rgba(11, 11, 11, 0.4); }
  #features.features-style-6 .tabs-container, .elements-features.features-style-6 .tabs-container {
    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; }
  #features.features-style-6 .tabs, .elements-features.features-style-6 .tabs {
    background: transparent;
    height: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #features.features-style-6 .tabs li, .elements-features.features-style-6 .tabs li {
      text-align: left;
      height: auto; }
      #features.features-style-6 .tabs li a, .elements-features.features-style-6 .tabs li a {
        color: #ffffff;
        padding: 1rem;
        background: rgba(10, 14, 10, 0.14);
        margin-right: 30px;
        position: relative;
        width: auto;
        overflow: visible;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #features.features-style-6 .tabs li a.active, #features.features-style-6 .tabs li a:hover, .elements-features.features-style-6 .tabs li a.active, .elements-features.features-style-6 .tabs li a:hover {
          color: #ffffff;
          background: rgba(10, 14, 10, 0.34); }
          #features.features-style-6 .tabs li a.active::after, #features.features-style-6 .tabs li a:hover::after, .elements-features.features-style-6 .tabs li a.active::after, .elements-features.features-style-6 .tabs li a:hover::after {
            border-left: 30px solid rgba(10, 14, 10, 0.34); }
        #features.features-style-6 .tabs li a::after, .elements-features.features-style-6 .tabs li a::after {
          content: '';
          top: 0;
          width: 0;
          position: absolute;
          right: -30px;
          height: 0;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 30px solid rgba(10, 14, 10, 0.14); }
      #features.features-style-6 .tabs li i, .elements-features.features-style-6 .tabs li i {
        font-size: 1.5rem;
        margin-right: 1rem; }
    #features.features-style-6 .tabs .indicator, .elements-features.features-style-6 .tabs .indicator {
      display: none; }
  #features.features-style-6 .carousel .carousel-item, .elements-features.features-style-6 .carousel .carousel-item {
    width: 100%;
    height: 100%; }
  #features.features-style-7, .elements-features.features-style-7 {
    background: none; }
    #features.features-style-7 .overlay, .elements-features.features-style-7 .overlay {
      opacity: 1; }
    #features.features-style-7 .main-title, .elements-features.features-style-7 .main-title {
      font-size: 9vw;
      color: #ffffff;
      letter-spacing: 2rem;
      margin: 0;
      opacity: 0.1; }
    #features.features-style-7 .single-feature, .elements-features.features-style-7 .single-feature {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #features.features-style-7 .single-feature .image, .elements-features.features-style-7 .single-feature .image {
        min-width: 130px;
        height: 130px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #features.features-style-7 .single-feature .image img, .elements-features.features-style-7 .single-feature .image img {
          max-width: 70%;
          margin: 0 auto; }
      #features.features-style-7 .single-feature .feature-detail, .elements-features.features-style-7 .single-feature .feature-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left; }
        #features.features-style-7 .single-feature .feature-detail span, .elements-features.features-style-7 .single-feature .feature-detail span {
          margin: 0.3rem 1rem;
          background: rgba(0, 0, 0, 0.31);
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start;
          min-width: 30px;
          height: 30px;
          border-radius: 30px;
          text-align: center;
          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; }
        #features.features-style-7 .single-feature .feature-detail h6, .elements-features.features-style-7 .single-feature .feature-detail h6 {
          color: #ffffff; }
        #features.features-style-7 .single-feature .feature-detail p, .elements-features.features-style-7 .single-feature .feature-detail p {
          color: #f5d3e6;
          margin-bottom: 0; }

/* ------------------------------------- */
/* *. 9 - Showcase Styles .............. */
/* ------------------------------------- */
#showcase, .elements-showcase {
  position: relative;
  overflow: hidden; }
  #showcase .single-show-case, .elements-showcase .single-show-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    #showcase .single-show-case .image, .elements-showcase .single-show-case .image {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
  #showcase .row:last-child, .elements-showcase .row:last-child {
    padding-bottom: 0; }
  #showcase .title, .elements-showcase .title {
    font-size: 110%; }
  #showcase .opposite-container, .elements-showcase .opposite-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #showcase .opposite, .elements-showcase .opposite {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  #showcase .button-main, .elements-showcase .button-main {
    border: none; }
  #showcase .number, .elements-showcase .number {
    position: absolute;
    right: 5rem;
    top: -3rem;
    font-size: 8rem;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.09; }
@-moz-document url-prefix() {
  #showcase .number, .elements-showcase .number {
    opacity: 0.29; } }
  #showcase .main-icon, .elements-showcase .main-icon {
    padding: 1rem;
    font-size: 3rem;
    margin-bottom: 1rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative; }
    #showcase .main-icon::after, .elements-showcase .main-icon::after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 2px;
      background-color: #414141; }
    #showcase .main-icon.style-2::after, .elements-showcase .main-icon.style-2::after {
      display: none; }
  #showcase .image-with-overlay, .elements-showcase .image-with-overlay {
    position: relative;
    height: 400px;
    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;
    background: url("../images/background/74.jpg");
    background-size: cover; }
    #showcase .image-with-overlay .overlay, .elements-showcase .image-with-overlay .overlay {
      opacity: 0.6;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    #showcase .image-with-overlay .icon-button i::before, .elements-showcase .image-with-overlay .icon-button i::before {
      font-size: 4rem;
      line-height: 3.5rem;
      color: #ffffff; }
    #showcase .image-with-overlay:hover .overlay, .elements-showcase .image-with-overlay:hover .overlay {
      opacity: 0.9; }
  #showcase.showcase-style-2 .single-show-case .image, #showcase.showcase-style-4 .single-show-case .image, .elements-showcase.showcase-style-2 .single-show-case .image, .elements-showcase.showcase-style-4 .single-show-case .image {
    position: relative;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    #showcase.showcase-style-2 .single-show-case .image img, #showcase.showcase-style-4 .single-show-case .image img, .elements-showcase.showcase-style-2 .single-show-case .image img, .elements-showcase.showcase-style-4 .single-show-case .image img {
      width: 450px; }
    #showcase.showcase-style-2 .single-show-case .image span, #showcase.showcase-style-4 .single-show-case .image span, .elements-showcase.showcase-style-2 .single-show-case .image span, .elements-showcase.showcase-style-4 .single-show-case .image span {
      position: absolute;
      opacity: 0.05;
      z-index: -1;
      height: 120%;
      top: -10%;
      left: 100px; }
@-moz-document url-prefix() {
  #showcase.showcase-style-2 .single-show-case .image span, #showcase.showcase-style-4 .single-show-case .image span, .elements-showcase.showcase-style-2 .single-show-case .image span, .elements-showcase.showcase-style-4 .single-show-case .image span {
    opacity: 0.2; } }
  #showcase.showcase-style-2 .single-show-case svg, #showcase.showcase-style-2 .single-show-case .shadow-img, #showcase.showcase-style-4 .single-show-case svg, #showcase.showcase-style-4 .single-show-case .shadow-img, .elements-showcase.showcase-style-2 .single-show-case svg, .elements-showcase.showcase-style-2 .single-show-case .shadow-img, .elements-showcase.showcase-style-4 .single-show-case svg, .elements-showcase.showcase-style-4 .single-show-case .shadow-img {
    position: absolute;
    opacity: 0.09;
    top: calc(50% - 60px);
    right: 2rem; }
@-moz-document url-prefix() {
  #showcase.showcase-style-2 .single-show-case svg, #showcase.showcase-style-2 .single-show-case .shadow-img, #showcase.showcase-style-4 .single-show-case svg, #showcase.showcase-style-4 .single-show-case .shadow-img, .elements-showcase.showcase-style-2 .single-show-case svg, .elements-showcase.showcase-style-2 .single-show-case .shadow-img, .elements-showcase.showcase-style-4 .single-show-case svg, .elements-showcase.showcase-style-4 .single-show-case .shadow-img {
    opacity: 0.25; } }
  #showcase.showcase-style-2 .opposite-container svg, #showcase.showcase-style-2 .opposite-container .shadow-img, #showcase.showcase-style-4 .opposite-container svg, #showcase.showcase-style-4 .opposite-container .shadow-img, .elements-showcase.showcase-style-2 .opposite-container svg, .elements-showcase.showcase-style-2 .opposite-container .shadow-img, .elements-showcase.showcase-style-4 .opposite-container svg, .elements-showcase.showcase-style-4 .opposite-container .shadow-img {
    left: 2rem;
    right: auto; }
  #showcase.showcase-style-2 .opposite-container .image span, #showcase.showcase-style-4 .opposite-container .image span, .elements-showcase.showcase-style-2 .opposite-container .image span, .elements-showcase.showcase-style-4 .opposite-container .image span {
    right: 100px;
    left: auto; }
  #showcase.showcase-image .image, .elements-showcase.showcase-image .image {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    #showcase.showcase-image .image img, .elements-showcase.showcase-image .image img {
      width: 80%;
      margin: 0 auto; }
  #showcase.showcase-ticksy, .elements-showcase.showcase-ticksy {
    padding: 0;
    margin: 0; }
    #showcase.showcase-ticksy .single-show-case, .elements-showcase.showcase-ticksy .single-show-case {
      margin: 0;
      padding: 5rem 0; }
    #showcase.showcase-ticksy .overlay, .elements-showcase.showcase-ticksy .overlay {
      background: #000000;
      opacity: 0.1; }
    #showcase.showcase-ticksy .data, .elements-showcase.showcase-ticksy .data {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      #showcase.showcase-ticksy .data p, #showcase.showcase-ticksy .data h5, .elements-showcase.showcase-ticksy .data p, .elements-showcase.showcase-ticksy .data h5 {
        margin: 0; }
      #showcase.showcase-ticksy .data > i, .elements-showcase.showcase-ticksy .data > i {
        height: 55px;
        margin-right: 2rem;
        padding-top: 0;
        padding-bottom: 0; }
      #showcase.showcase-ticksy .data .button-main, .elements-showcase.showcase-ticksy .data .button-main {
        margin-top: 1rem;
        margin-bottom: 0; }
    #showcase.showcase-ticksy p, .elements-showcase.showcase-ticksy p {
      max-width: 450px; }
    #showcase.showcase-ticksy .middle i, .elements-showcase.showcase-ticksy .middle i {
      color: #000000; }
    #showcase.showcase-ticksy .middle .button-main, .elements-showcase.showcase-ticksy .middle .button-main {
      color: #000000;
      border: 1px solid #000000; }
  #showcase.coin-background h3, .elements-showcase.coin-background h3 {
    text-transform: uppercase; }
  #showcase.coin-background .middle-section, .elements-showcase.coin-background .middle-section {
    padding-bottom: 3rem; }
  #showcase.coin-background h3, #showcase.coin-background p, .elements-showcase.coin-background h3, .elements-showcase.coin-background p {
    color: #0a0e0a; }
  #showcase.coin-dark-background .image img, .elements-showcase.coin-dark-background .image img {
    width: 220px; }

/* ------------------------------------- */
/* *. 10 - Subscribe Styles ............ */
/* ------------------------------------- */
#subscribe {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background: url("../images/background/congruent_outline.png") repeat fixed; }
  #subscribe .container {
    position: relative;
    z-index: 10;
    margin-bottom: 0; }
  #subscribe p {
    color: inherit; }
  #subscribe .fa-spinner,
  #subscribe .fa-check-circle-o {
    color: #3dbf28; }
  #subscribe .fa-times-circle {
    color: #ff261e; }
  #subscribe .first {
    position: absolute;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    color: #0b0b0b; }
  #subscribe .alert-message {
    text-align: center; }
  #subscribe.subscribe-style-1 .overlay, #subscribe.subscribe-style-3 .overlay {
    background: rgba(0, 0, 0, 0.3); }
  #subscribe.subscribe-style-1 form, #subscribe.subscribe-style-3 form {
    position: relative;
    margin: 3rem 0 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  #subscribe.subscribe-style-1 input, #subscribe.subscribe-style-3 input {
    padding: 1rem;
    text-align: center;
    color: inherit;
    width: 90%;
    font-size: 1.5rem;
    max-width: 600px;
    margin: 0 auto; }
  #subscribe.subscribe-style-1 input:focus, #subscribe.subscribe-style-3 input:focus {
    border-radius: 50px; }
  #subscribe.subscribe-style-1 label, #subscribe.subscribe-style-3 label {
    font-weight: 600;
    text-align: center;
    font-size: 1.3rem; }
    #subscribe.subscribe-style-1 label::after, #subscribe.subscribe-style-3 label::after {
      -webkit-transform: none;
              transform: none;
      left: 0;
      top: 80%;
      font-weight: 600;
      width: 100%;
      display: block;
      text-align: center; }
  #subscribe.subscribe-style-1 label.active, #subscribe.subscribe-style-3 label.active {
    -webkit-transform: translateY(-37px) scale(0.8);
            transform: translateY(-37px) scale(0.8);
    color: rgba(214, 214, 214, 0.24); }
  #subscribe.subscribe-style-1 button, #subscribe.subscribe-style-3 button {
    border: none;
    display: block;
    margin: 4rem auto 0;
    padding: 0.5rem 2rem; }
    #subscribe.subscribe-style-1 button span, #subscribe.subscribe-style-3 button span {
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 0.7rem;
      margin-left: 0.7rem; }
    #subscribe.subscribe-style-1 button i, #subscribe.subscribe-style-3 button i {
      font-size: 2rem; }
  #subscribe.subscribe-style-2 .overlay, #subscribe.subscribe-style-4 .overlay {
    background: rgba(0, 0, 0, 0.3); }
  #subscribe.subscribe-style-2 form, #subscribe.subscribe-style-4 form {
    position: relative;
    padding-left: 0;
    padding-right: 1rem;
    margin: 3rem 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  #subscribe.subscribe-style-2 input, #subscribe.subscribe-style-4 input {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 1rem 0 1rem 1rem;
    color: #0b0b0b;
    margin-bottom: 0; }
  #subscribe.subscribe-style-2 label, #subscribe.subscribe-style-4 label {
    padding: 0.5rem 3rem;
    font-weight: 500;
    font-size: 1.3rem; }
    #subscribe.subscribe-style-2 label::after, #subscribe.subscribe-style-4 label::after {
      -webkit-transform: translateY(75px);
              transform: translateY(75px);
      font-weight: 500; }
  #subscribe.subscribe-style-2 label.active, #subscribe.subscribe-style-4 label.active {
    -webkit-transform: translateY(-37px) scale(0.8);
            transform: translateY(-37px) scale(0.8);
    font-size: 1.3rem;
    color: #d6d6d6; }
  #subscribe.subscribe-style-2 button, #subscribe.subscribe-style-4 button {
    border-radius: 0 30px 30px 0;
    width: 10rem;
    border: none;
    display: inline-block;
    position: absolute;
    right: -1px;
    overflow: hidden;
    top: 0;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
  #subscribe.coin-background .overlay {
    background: -webkit-linear-gradient(45deg, #1e2340, #000000);
    background: linear-gradient(45deg, #1e2340, #000000);
    opacity: 0.8; }

/* ------------------------------------- */
/* *. 11 - Screenshots Styles .......... */
/* ------------------------------------- */
#screenshot .container {
  position: relative; }
#screenshot .owl-item {
  opacity: 0.7;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }
  #screenshot .owl-item img {
    padding-bottom: 1rem;
    cursor: all-scroll; }
#screenshot .owl-stage-outer {
  padding: 6rem 0 5rem 0; }
#screenshot .owl-item {
  pointer-events: none; }
#screenshot .owl-item.active.center {
  opacity: 1;
  -webkit-transform: scale(1.6) translateZ(0px);
          transform: scale(1.6) translateZ(0px);
  z-index: 10;
  pointer-events: auto; }
  #screenshot .owl-item.active.center img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
#screenshot.screenshot-style-2 .col p, #screenshot.screenshot-style-4 .col p {
  margin-bottom: 0; }
#screenshot.screenshot-style-2 .icon, #screenshot.screenshot-style-4 .icon {
  padding: 1rem;
  font-size: 3rem;
  margin-bottom: 1rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative; }
  #screenshot.screenshot-style-2 .icon::before, #screenshot.screenshot-style-4 .icon::before {
    display: block; }
  #screenshot.screenshot-style-2 .icon::after, #screenshot.screenshot-style-4 .icon::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #414141; }

/* ------------------------------------- */
/* *. 12 - Statistics Styles ........... */
/* ------------------------------------- */
#statistics {
  position: relative;
  background-size: cover;
  background: url("../images/background/header-bg-2.jpeg") fixed;
  overflow: hidden;
  color: #ffffff; }
  #statistics .container {
    position: relative; }
  #statistics .overlay {
    opacity: 0.9; }
  #statistics .left-half {
    left: 0;
    width: 50%; }
  #statistics .right-half {
    left: 50%;
    opacity: 0.15; }
  #statistics .overlay.white {
    left: 50%;
    background: white;
    opacity: 0.9; }
  #statistics .advantages {
    margin: 0; }
  #statistics #vs {
    position: relative; }
    #statistics #vs h5 {
      padding-bottom: 2rem; }
    #statistics #vs h6 {
      font-size: 130%;
      margin-bottom: 1rem; }
    #statistics #vs .main-section {
      position: relative;
      z-index: 12; }
    #statistics #vs .advantage {
      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; }
      #statistics #vs .advantage .icon {
        font-size: 2.5rem;
        color: inherit;
        text-align: center;
        margin-right: 1rem; }
      #statistics #vs .advantage i {
        width: 50px; }
      #statistics #vs .advantage .info {
        width: 80%;
        text-align: left;
        margin-top: 1rem; }
        #statistics #vs .advantage .info p {
          margin-top: 0;
          padding-right: 4rem; }
    #statistics #vs .progress-container {
      width: 100%;
      background-color: #ffffff;
      position: relative; }
      #statistics #vs .progress-container span {
        float: right;
        background: #fff;
        color: #0a0e0a;
        border-radius: 4px;
        text-align: center;
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
        position: relative;
        bottom: 50px;
        right: 0; }
        #statistics #vs .progress-container span::before {
          content: "";
          position: absolute;
          left: 50%;
          margin-left: -7px;
          bottom: -7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 7px 0 7px;
          border-color: #ffffff transparent transparent transparent; }
      #statistics #vs .progress-container .progress-bar {
        width: 1%;
        height: 15px;
        background-color: #040514;
        -webkit-transition: width 2s;
        transition: width 2s; }
    #statistics #vs .vs {
      position: absolute;
      left: 50%;
      top: calc(50% - 40px);
      -webkit-transform: translate3D(-50%, -65%, 0);
              transform: translate3D(-50%, -65%, 0);
      width: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      height: 80px;
      border-radius: 50%;
      color: #000000;
      background-color: white;
      z-index: 13; }
      #statistics #vs .vs span {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center; }
  #statistics.statistics-style-1 .gradient-color {
    opacity: 0.7; }
  #statistics.statistics-style-1 .right-half {
    opacity: 0.15; }
  #statistics.statistics-style-1 h3,
  #statistics.statistics-style-1 h4,
  #statistics.statistics-style-1 h5,
  #statistics.statistics-style-1 i,
  #statistics.statistics-style-1 h6,
  #statistics.statistics-style-1 p {
    color: inherit; }
  #statistics.statistics-style-1 .first {
    position: relative;
    padding: 0 4rem 0 0;
    color: inherit; }
  #statistics.statistics-style-1 .second {
    position: relative;
    padding: 0 0 0 4rem;
    color: inherit; }
  #statistics.statistics-style-1 #vs .advantage .info p {
    padding-right: 0; }
  #statistics.statistics-style-2::after {
    background: url(../images/canvas/04.png) no-repeat left 0;
    background-size: cover;
    height: 70px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%; }
  #statistics.statistics-style-2 .first, #statistics.statistics-style-3 .first, #statistics.statistics-style-4 .first {
    position: relative;
    padding: 0 4rem 0 0;
    color: inherit; }
    #statistics.statistics-style-2 .first h3,
    #statistics.statistics-style-2 .first h4,
    #statistics.statistics-style-2 .first h5,
    #statistics.statistics-style-2 .first i,
    #statistics.statistics-style-2 .first h6,
    #statistics.statistics-style-2 .first p, #statistics.statistics-style-3 .first h3,
    #statistics.statistics-style-3 .first h4,
    #statistics.statistics-style-3 .first h5,
    #statistics.statistics-style-3 .first i,
    #statistics.statistics-style-3 .first h6,
    #statistics.statistics-style-3 .first p, #statistics.statistics-style-4 .first h3,
    #statistics.statistics-style-4 .first h4,
    #statistics.statistics-style-4 .first h5,
    #statistics.statistics-style-4 .first i,
    #statistics.statistics-style-4 .first h6,
    #statistics.statistics-style-4 .first p {
      color: inherit; }
  #statistics.statistics-style-2 .second, #statistics.statistics-style-3 .second, #statistics.statistics-style-4 .second {
    position: relative;
    padding: 0 0 0 4rem; }
    #statistics.statistics-style-2 .second h3,
    #statistics.statistics-style-2 .second h4,
    #statistics.statistics-style-2 .second h5,
    #statistics.statistics-style-2 .second i,
    #statistics.statistics-style-2 .second h6,
    #statistics.statistics-style-2 .second p,
    #statistics.statistics-style-2 .second .progress-bar::after, #statistics.statistics-style-3 .second h3,
    #statistics.statistics-style-3 .second h4,
    #statistics.statistics-style-3 .second h5,
    #statistics.statistics-style-3 .second i,
    #statistics.statistics-style-3 .second h6,
    #statistics.statistics-style-3 .second p,
    #statistics.statistics-style-3 .second .progress-bar::after, #statistics.statistics-style-4 .second h3,
    #statistics.statistics-style-4 .second h4,
    #statistics.statistics-style-4 .second h5,
    #statistics.statistics-style-4 .second i,
    #statistics.statistics-style-4 .second h6,
    #statistics.statistics-style-4 .second p,
    #statistics.statistics-style-4 .second .progress-bar::after {
      color: #000000; }
  #statistics.statistics-style-5 {
    background: none; }
    #statistics.statistics-style-5 p, #statistics.statistics-style-5 h3, #statistics.statistics-style-5 h5 {
      color: inherit; }
    #statistics.statistics-style-5 .row i {
      border-radius: 100px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
      width: 100px;
      height: 100px;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      #statistics.statistics-style-5 .row i:hover {
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.22); }
  #statistics.statistics-black-2::after {
    background-image: url("../images/canvas/04-dark.png"); }
  #statistics.dark-background #vs .first .progress-bar {
    background-color: #4fc3f7; }
  #statistics.dark-background .right-half {
    background: #000000;
    opacity: 0.75; }
  #statistics.dark-background #vs .second h3,
  #statistics.dark-background #vs .second h4,
  #statistics.dark-background #vs .second h5,
  #statistics.dark-background #vs .second i,
  #statistics.dark-background #vs .second h6,
  #statistics.dark-background #vs .second p,
  #statistics.dark-background #vs .second .progress-bar::after {
    color: #ffffff; }

/* ------------------------------------- */
/* *. 13 - Team Styles ................. */
/* ------------------------------------- */
#team .tilter {
  display: block;
  position: relative;
  margin: 1em 0;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  overflow: hidden; }
  #team .tilter .tilter__figure,
  #team .tilter .tilter__image {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block; }
  #team .tilter .tilter__figure > * {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); }
  #team .tilter .tilter__figure,
  #team .tilter .tilter__deco--overlay,
  #team .tilter .tilter__deco--lines,
  #team .tilter .tilter__deco--shine div,
  #team .tilter .tilter__caption {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  #team .tilter .tilter__figure {
    position: relative; }
  #team .tilter .tilter__figure::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5); }
  #team .tilter .tilter__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2; }
  #team .tilter .tilter__deco--overlay {
    opacity: 0.2;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  #team .tilter .tilter__deco--shine div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%; }
  #team .tilter .tilter__deco--lines {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5px; }
  #team .tilter .tilter__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2em 0;
    z-index: 3; }
  #team .tilter .tilter__title {
    margin: 0;
    font-weight: normal;
    font-size: 2em;
    line-height: 1; }
  #team .tilter .tilter__description {
    margin: 1em 0 0 0;
    font-size: 0.7em;
    letter-spacing: 0.15em; }
  #team .tilter .icons {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
  #team .tilter:hover .icons {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    opacity: 1; }
  #team .tilter .tilter__figure {
    -webkit-transform-style: flat;
            transform-style: flat; }
  #team .tilter .tilter__deco--lines {
    stroke: #ffffff;
    stroke-width: 1px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #team .tilter .tilter__caption h3, #team .tilter .tilter__caption p, #team .tilter .tilter__caption i {
    color: #f7f1ff; }
  #team .tilter .tilter__caption .icons i {
    padding: 0.5rem;
    font-size: 1.5rem; }
  #team .tilter .tilter__caption .icons i:hover {
    color: #cfd1cf; }
  #team .tilter .tilter__figure::before {
    box-shadow: none; }
#team.team-style-1 .tilter:hover .tilter__deco--overlay, #team.team-style-3 .tilter:hover .tilter__deco--overlay {
  opacity: 0.7; }
#team.team-style-1 .tilter:hover .tilter__deco--lines, #team.team-style-3 .tilter:hover .tilter__deco--lines {
  opacity: 1; }
#team.team-style-2 .titler, #team.team-style-4 .titler {
  -webkit-perspective: none;
          perspective: none; }
#team.team-style-2 .tilter__deco--overlay, #team.team-style-4 .tilter__deco--overlay {
  opacity: 0.4; }
#team.team-style-2 .tilter__deco--shine div, #team.team-style-4 .tilter__deco--shine div {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%; }
#team.team-style-2 .tilter__deco--lines, #team.team-style-4 .tilter__deco--lines {
  stroke: #375c61;
  stroke-width: 6px;
  opacity: 0.4; }
#team .thumbnail-modern {
  color: #fff;
  overflow: hidden;
  margin: 2rem auto;
  max-width: 100%; }
  #team .thumbnail-modern h5 {
    color: inherit;
    padding: 0.5rem 0;
    text-transform: uppercase; }
  #team .thumbnail-modern .btn {
    margin: 1rem 0; }
#team.p-0 {
  padding: 0; }
#team .flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  #team .flex-grid .single-team {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 1rem; }
    #team .flex-grid .single-team .overlay {
      opacity: 0.2;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    #team .flex-grid .single-team .team-title {
      position: absolute;
      top: 50%;
      opacity: 0;
      text-align: center;
      z-index: 2;
      color: #ffffff;
      width: 100%;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    #team .flex-grid .single-team:hover .overlay {
      opacity: 0.8; }
    #team .flex-grid .single-team:hover .team-title {
      top: 40%;
      opacity: 1; }

/* ------------------------------------- */
/* *. 14 - Download Styles ............. */
/* ------------------------------------- */
#download {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background-size: cover !important; }
  #download .row {
    margin: 0; }
  #download .desc {
    color: inherit;
    text-align: center;
    margin: 0 auto; }
  #download p {
    color: inherit; }
  #download .overlay {
    opacity: 0.9;
    z-index: 0; }
  #download .container {
    position: relative; }
  #download .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: none;
    overflow-x: visible;
    overflow-y: visible;
    height: 58px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #download .tabs .tab {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 0.5rem; }
    #download .tabs li a {
      text-transform: none;
      color: inherit;
      font-size: 1.3rem;
      cursor: pointer; }
      #download .tabs li a i {
        font-size: 2rem;
        padding-right: 1rem;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        opacity: 0.5; }
    #download .tabs li a.active i, #download .tabs li a:hover i {
      opacity: 1; }
    #download .tabs .indicator {
      background-color: #ffffff; }
  #download .advantages {
    text-align: left;
    margin: 0 auto; }
    #download .advantages i {
      padding-right: 0.4rem;
      font-size: 1.5rem; }
  #download .modal-trigger {
    color: inherit;
    text-decoration: underline;
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
  #download .modal p, #download .modal a {
    color: #0a0e0a; }
  #download .download-link {
    padding: 0.6rem 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 30px;
    border: 1px solid #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: inherit;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 0.5rem; }
    #download .download-link:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    #download .download-link .big-icon {
      font-size: 1.8rem;
      padding-right: 1rem;
      padding-left: 0.5rem; }
    #download .download-link .text {
      font-weight: 600;
      font-size: 1.3rem;
      line-height: 1.5rem; }
      #download .download-link .text small {
        font-weight: 400; }
  #download.download-style-3 .row {
    margin-top: 3rem; }
  #download.download-style-3 .advantages {
    margin-bottom: 2rem; }
  #download.download-style-3 .modal-trigger {
    margin: 2rem 0; }
  #download.download-style-3 a.grey {
    padding: 0.6rem 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1rem 0.5rem;
    border-radius: 30px;
    border: 1px solid #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: inherit;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    text-decoration: none; }
    #download.download-style-3 a.grey:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    #download.download-style-3 a.grey .big-icon {
      font-size: 1.8rem;
      padding-right: 1rem;
      padding-left: 0.5rem; }
    #download.download-style-3 a.grey .text {
      font-weight: 500;
      font-size: 1.3rem;
      line-height: 1.5rem; }
      #download.download-style-3 a.grey .text small {
        font-weight: 400; }
  #download.dark-download {
    color: #0a0e0a; }

/* ------------------------------------- */
/* *. 15 - News Styles ................. */
/* ------------------------------------- */
#news .single-news {
  padding: 0; }
#news .news-container {
  border-radius: 20px;
  overflow: hidden; }
#news .owl-stage,
#news .owl-item,
#news .single-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
#news .post-link {
  display: block;
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  overflow: hidden; }
  #news .post-link .figure,
  #news .post-link .image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block; }
  #news .post-link .figure {
    position: relative;
    max-height: 250px;
    overflow: hidden; }
  #news .post-link .overlay {
    opacity: 0.1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2; }
  #news .post-link .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2em 0;
    z-index: 3; }
  #news .post-link .view, #news .post-link .stats {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
  #news .post-link .view {
    font-size: 3rem; }
  #news .post-link .stats i {
    padding-left: 1rem;
    font-size: 1.5rem; }
  #news .post-link:hover .overlay {
    opacity: 0.7; }
  #news .post-link:hover .view {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    opacity: 1; }
  #news .post-link:hover .stats {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  #news .post-link .tilter__caption h3, #news .post-link .tilter__caption p, #news .post-link .tilter__caption i {
    color: #f7f1ff; }
  #news .post-link .tilter__caption .icons i {
    padding: 0.5rem;
    font-size: 1.5rem; }
  #news .post-link .tilter__caption .icons i:hover {
    color: #cfd1cf; }
  #news .post-link .tilter__figure::before {
    box-shadow: none; }
#news .info {
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  padding: 1rem;
  position: relative; }
  #news .info p {
    margin: 0; }
  #news .info .data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.5rem; }
    #news .info .data i {
      padding: 0 0.5rem 0 0;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }
  #news .info > a {
    padding-top: 0; }
  #news .info > p {
    padding-top: 0.5rem; }
#news.news-style-1 .news-container {
  margin: 1rem; }
#news.news-style-2 .single-news, #news.news-style-4 .single-news {
  padding: 1rem 0; }
#news.news-style-2 .news-container, #news.news-style-4 .news-container {
  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; }
#news.news-style-2 .button-main, #news.news-style-4 .button-main {
  border: none;
  display: inline-block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: auto; }
#news.news-style-2 .info, #news.news-style-4 .info {
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  #news.news-style-2 .info p, #news.news-style-4 .info p {
    padding-bottom: 1rem; }
#news.blog-page-news .single-news {
  padding: 0 0 1rem;
  display: block; }
#news.blog-page-news .news-container {
  margin: 1rem; }
#news.blog-page-news .content {
  padding: 3rem 1rem 0; }
#news.dark-background .info .data {
  color: #ffffff; }
  #news.dark-background .info .data i {
    color: #ffffff; }

/* ------------------------------------- */
/* *. 15.a - Gallery Styles ........... */
/* ------------------------------------- */
#gallery .main-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
#gallery .post-link {
  width: 25%;
  min-width: 400px;
  max-width: 100%;
  position: relative;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  overflow: scroll;
  padding: 5px; }
  #gallery .post-link .figure,
  #gallery .post-link .image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform 4s;
    transition: -webkit-transform 4s;
    transition: transform 4s;
    transition: transform 4s, -webkit-transform 4s; }
  #gallery .post-link .figure {
    position: relative;
    overflow: hidden; }
  #gallery .post-link .overlay {
    opacity: 0.1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2; }
  #gallery .post-link .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2em 0;
    z-index: 3; }
  #gallery .post-link .view, #gallery .post-link .stats {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
  #gallery .post-link .view {
    font-size: 3rem; }
  #gallery .post-link .stats {
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
  #gallery .post-link p.stats {
    font-size: 0.7rem;
    text-transform: inherit; }
  #gallery .post-link:hover .image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  #gallery .post-link:hover .overlay {
    opacity: 0.7; }
  #gallery .post-link:hover .view {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    opacity: 1; }
  #gallery .post-link:hover .stats {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  #gallery .post-link .tilter__caption h3, #gallery .post-link .tilter__caption p, #gallery .post-link .tilter__caption i {
    color: #f7f1ff; }
  #gallery .post-link .tilter__caption .icons i {
    padding: 0.5rem;
    font-size: 1.5rem; }
  #gallery .post-link .tilter__caption .icons i:hover {
    color: #cfd1cf; }
  #gallery .post-link .tilter__figure::before {
    box-shadow: none; }
  #gallery .post-link .overlay {
    opacity: 0; }
  #gallery .post-link figure {
    margin: 0; }

/* ------------------------------------- */
/* *. 16 - Video Styles ................ */
/* ------------------------------------- */
#video {
  position: relative;
  background: url("../images/background/congruent_outline.png") repeat fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff; }
  #video .overlay {
    opacity: 0.7; }
  #video .absolute-image {
    max-width: 80%;
    margin: 0 auto;
    z-index: -10; }
  #video .container {
    position: relative;
    z-index: 10; }
  #video .reflection-text,
  #video p,
  #video h5,
  #video a {
    color: inherit; }
  #video .links a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    #video .links a::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: calc(50% - 15px);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid rgba(0, 0, 0, 0.17);
      display: none; }
    #video .links a:hover i {
      opacity: 1; }
  #video .links i {
    font-size: 3rem;
    width: 80px;
    height: 80px;
    color: #ffffff;
    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;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  #video .links .active::after {
    display: inline; }
  #video .links .active i {
    opacity: 1; }
  #video .first {
    background: url("../images/macbook/imac1.png") no-repeat center center; }
  #video .second {
    background: url("../images/macbook/imac2.png") no-repeat center center; }
  #video .third {
    background: url("../images/macbook/imac3.png") no-repeat center center; }
  #video .icon-button {
    background-size: contain;
    position: relative;
    display: block;
    width: 400px;
    height: 400px;
    max-width: 95%;
    margin: 0 auto 1rem;
    color: #ffffff; }
    #video .icon-button i {
      display: inline-block;
      top: 40%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      width: 90px;
      height: 90px;
      position: absolute; }
      #video .icon-button i::before {
        color: #ffffff; }

/* ------------------------------------- */
/* *. 17 - Prices Styles ............... */
/* ------------------------------------- */
#prices, .elements-price {
  overflow: hidden;
  color: #ffffff; }
  #prices .price-container, .elements-price .price-container {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #prices .price, .elements-price .price {
    position: relative;
    padding: 2rem 1rem 4rem;
    margin: 1rem auto;
    max-width: 450px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0; }
  #prices .overlay, .elements-price .overlay {
    left: 5%;
    width: 90%;
    margin: 0 auto;
    opacity: 0.1;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out; }
  #prices h5, #prices h4, #prices li, #prices a, #prices i, .elements-price h5, .elements-price h4, .elements-price li, .elements-price a, .elements-price i {
    color: #000000; }
  #prices .best h5, #prices .best h4, #prices .best li, #prices .best a, #prices .best i, .elements-price .best h5, .elements-price .best h4, .elements-price .best li, .elements-price .best a, .elements-price .best i {
    color: inherit; }
  #prices .best .overlay, .elements-price .best .overlay {
    opacity: 0.9; }
  #prices .info, .elements-price .info {
    position: relative;
    z-index: 10; }
  #prices small, .elements-price small {
    font-size: 1rem; }
  #prices .sale-box, .elements-price .sale-box {
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 2rem 1rem 4rem;
    height: 100px;
    width: 100%;
    text-align: center;
    z-index: 10;
    right: 0; }
    #prices .sale-box span.on_sale, .elements-price .sale-box span.on_sale {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.65);
      text-transform: uppercase;
      text-align: center;
      display: block;
      position: absolute;
      right: 8%;
      top: 17%;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg); }
  #prices ul, .elements-price ul {
    margin-bottom: 2rem; }
  #prices ul li, .elements-price ul li {
    padding: 0.5rem; }
  #prices .button-main, .elements-price .button-main {
    position: absolute;
    bottom: 2rem;
    display: block;
    width: 60%;
    left: 20%;
    z-index: 10; }
    #prices .button-main i, .elements-price .button-main i {
      font-size: 1.5rem;
      padding: 0; }
  #prices .best .button-main, .elements-price .best .button-main {
    border: 1px solid #ffffff; }
  #prices .tabs, .elements-price .tabs {
    height: auto !important;
    padding-bottom: 0.5rem; }
    #prices .tabs .tab, .elements-price .tabs .tab {
      padding: 0; }
    #prices .tabs h6, .elements-price .tabs h6 {
      line-height: 120%; }
    #prices .tabs a, .elements-price .tabs a {
      font-size: inherit;
      margin-bottom: 10px;
      color: #727272; }
      #prices .tabs a.active, #prices .tabs a:hover, .elements-price .tabs a.active, .elements-price .tabs a:hover {
        color: #213F72; }
    #prices .tabs .indicator, .elements-price .tabs .indicator {
      background: #6c8cb2;
      padding: 0; }
  #prices .carousel .carousel-item, .elements-price .carousel .carousel-item {
    height: auto !important; }
  #prices.prices-style-2 .price, .elements-price.prices-style-2 .price {
    padding: 0;
    margin: 1rem;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 20px; }
  #prices.prices-style-2 .overlay, .elements-price.prices-style-2 .overlay {
    width: 100%;
    left: 0;
    box-shadow: none;
    border-radius: 20px; }
  #prices.prices-style-2 .best li, #prices.prices-style-2 .best a, #prices.prices-style-2 .best i, .elements-price.prices-style-2 .best li, .elements-price.prices-style-2 .best a, .elements-price.prices-style-2 .best i {
    color: #000000; }
  #prices.prices-style-2 ul, .elements-price.prices-style-2 ul {
    text-align: left;
    padding-left: 3rem; }
    #prices.prices-style-2 ul i, .elements-price.prices-style-2 ul i {
      padding-right: 1rem; }
  #prices.prices-style-2 .price-head, .elements-price.prices-style-2 .price-head {
    position: relative;
    padding: 2rem 0 8rem;
    text-align: left;
    overflow: hidden; }
    #prices.prices-style-2 .price-head h5, #prices.prices-style-2 .price-head h4, .elements-price.prices-style-2 .price-head h5, .elements-price.prices-style-2 .price-head h4 {
      padding: 1rem 2rem;
      position: relative; }
    #prices.prices-style-2 .price-head::after, .elements-price.prices-style-2 .price-head::after {
      content: '';
      background: url(../images/canvas/price.png) left no-repeat;
      background-size: 100%;
      position: absolute;
      left: -1px;
      width: 110%;
      z-index: 10;
      bottom: -50px;
      height: 200px; }
  #prices.prices-style-2 .purchase, .elements-price.prices-style-2 .purchase {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    bottom: -40px;
    left: calc(50% - 40px);
    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; }
    #prices.prices-style-2 .purchase i, .elements-price.prices-style-2 .purchase i {
      color: #ffffff;
      font-size: 2rem;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  #prices.prices-style-6 .overlay, .elements-price.prices-style-6 .overlay {
    border-radius: 40px; }
  #prices.prices-style-6 .price, .elements-price.prices-style-6 .price {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    #prices.prices-style-6 .price ul, .elements-price.prices-style-6 .price ul {
      margin: 0; }
    #prices.prices-style-6 .price h4, .elements-price.prices-style-6 .price h4 {
      font-size: 3.4rem; }
    #prices.prices-style-6 .price:nth-of-type(1), .elements-price.prices-style-6 .price:nth-of-type(1) {
      margin-right: -2.5rem; }
    #prices.prices-style-6 .price:nth-of-type(2) .overlay, .elements-price.prices-style-6 .price:nth-of-type(2) .overlay {
      opacity: 0.1; }
    #prices.prices-style-6 .price:nth-of-type(2) h5, #prices.prices-style-6 .price:nth-of-type(2) h4, #prices.prices-style-6 .price:nth-of-type(2) li, #prices.prices-style-6 .price:nth-of-type(2) a, #prices.prices-style-6 .price:nth-of-type(2) i, .elements-price.prices-style-6 .price:nth-of-type(2) h5, .elements-price.prices-style-6 .price:nth-of-type(2) h4, .elements-price.prices-style-6 .price:nth-of-type(2) li, .elements-price.prices-style-6 .price:nth-of-type(2) a, .elements-price.prices-style-6 .price:nth-of-type(2) i {
      color: #000000; }
    #prices.prices-style-6 .price:nth-of-type(3), .elements-price.prices-style-6 .price:nth-of-type(3) {
      margin-left: -2.5rem; }
  #prices.dark-background h5, #prices.dark-background h4, #prices.dark-background li, #prices.dark-background a, #prices.dark-background i, .elements-price.dark-background h5, .elements-price.dark-background h4, .elements-price.dark-background li, .elements-price.dark-background a, .elements-price.dark-background i {
    color: inherit; }

/* ------------------------------------- */
/* *. 18 - Testimonials Styles ......... */
/* ------------------------------------- */
#testimonials, .elements-testimonials {
  position: relative;
  background: url("../images/background/quotation2.jpg") repeat fixed;
  background-size: cover;
  color: #ffffff; }
  #testimonials .overlay, .elements-testimonials .overlay {
    opacity: 0.9; }
  #testimonials .row, .elements-testimonials .row {
    padding-top: 1rem; }
  #testimonials .container, .elements-testimonials .container {
    position: relative;
    z-index: 10; }
  #testimonials .reflection-text, .elements-testimonials .reflection-text {
    color: inherit; }
  #testimonials .image, .elements-testimonials .image {
    position: relative; }
  #testimonials img.circle, .elements-testimonials img.circle {
    border: 5px solid #313131;
    width: 11rem;
    margin: 0 auto; }
  #testimonials span img, .elements-testimonials span img {
    width: auto !important;
    position: absolute;
    right: 1rem;
    top: 40%; }
  #testimonials p, .elements-testimonials p {
    max-width: 700px;
    margin: 0 auto;
    color: inherit; }
  #testimonials h4,
  #testimonials h6, .elements-testimonials h4,
  .elements-testimonials h6 {
    color: inherit; }
  #testimonials i, .elements-testimonials i {
    color: #fac918; }
  #testimonials.coin-background, .elements-testimonials.coin-background {
    background: none;
    color: #0b0b0b; }
  #testimonials.testimonials-style-5 .owl-carousel .owl-item img, .elements-testimonials.testimonials-style-5 .owl-carousel .owl-item img {
    width: 50%;
    margin: 2rem auto; }
  #testimonials.testimonials-style-5 .testimonial-name, .elements-testimonials.testimonials-style-5 .testimonial-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #testimonials.testimonials-style-5 .testimonial-name p, .elements-testimonials.testimonials-style-5 .testimonial-name p {
      margin: 0; }
  #testimonials.testimonials-style-5 .testimonial-text, .elements-testimonials.testimonials-style-5 .testimonial-text {
    line-height: 2rem; }
  #testimonials.testimonials-v, .elements-testimonials.testimonials-v {
    overflow: hidden; }
    #testimonials.testimonials-v .row, .elements-testimonials.testimonials-v .row {
      padding-top: 0; }
    #testimonials.testimonials-v .container-fluid, .elements-testimonials.testimonials-v .container-fluid {
      position: relative; }
      #testimonials.testimonials-v .container-fluid p, .elements-testimonials.testimonials-v .container-fluid p {
        max-width: inherit; }
    #testimonials.testimonials-v .section-title, #testimonials.testimonials-v .menu__item, #testimonials.testimonials-v .menu__item-name, .elements-testimonials.testimonials-v .section-title, .elements-testimonials.testimonials-v .menu__item, .elements-testimonials.testimonials-v .menu__item-name {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    #testimonials.testimonials-v .testimonials-container-v, .elements-testimonials.testimonials-v .testimonials-container-v {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 0; }
    #testimonials.testimonials-v .testimonial-main-v, .elements-testimonials.testimonials-v .testimonial-main-v {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 0.5rem;
      -webkit-animation: easy-float-down 40s linear infinite;
              animation: easy-float-down 40s linear infinite; }
      #testimonials.testimonials-v .testimonial-main-v.main-v-2, .elements-testimonials.testimonials-v .testimonial-main-v.main-v-2 {
        -webkit-animation: easy-float-down-alternate 40s linear infinite;
                animation: easy-float-down-alternate 40s linear infinite;
        -webkit-animation-direction: alternate;
                animation-direction: alternate; }
      #testimonials.testimonials-v .testimonial-main-v:hover, .elements-testimonials.testimonials-v .testimonial-main-v:hover {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
    #testimonials.testimonials-v .testimonial-sub-container-v, .elements-testimonials.testimonials-v .testimonial-sub-container-v {
      position: relative;
      background: rgba(10, 14, 10, 0.25);
      border-radius: 10px; }
      #testimonials.testimonials-v .testimonial-sub-container-v p, .elements-testimonials.testimonials-v .testimonial-sub-container-v p {
        font-size: 0.9rem; }
      #testimonials.testimonials-v .testimonial-sub-container-v i, .elements-testimonials.testimonials-v .testimonial-sub-container-v i {
        position: absolute;
        top: 20px;
        right: 20px; }
    #testimonials.testimonials-v .testimonial-name-v, .elements-testimonials.testimonials-v .testimonial-name-v {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      #testimonials.testimonials-v .testimonial-name-v img, .elements-testimonials.testimonials-v .testimonial-name-v img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-right: 1rem; }
@-webkit-keyframes easy-float-down {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  50% {
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%); }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); } }
@keyframes easy-float-down {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  50% {
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%); }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); } }
@-webkit-keyframes easy-float-down-alternate {
  0% {
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%); }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%); } }
@keyframes easy-float-down-alternate {
  0% {
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%); }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%); } }
/* ------------------------------------- */
/* *. 19 - Numbers Styles .............. */
/* ------------------------------------- */
#numbers .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #numbers .flex-row .col {
    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; }
#numbers .sm-image {
  display: block;
  margin: 30px 0 0; }
#numbers .content {
  margin-top: 3rem; }
  #numbers .content p {
    margin: 0 0 0.5rem; }
  #numbers .content h4 {
    padding-top: 1rem;
    margin: 0; }
  #numbers .content i {
    border-radius: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    color: white; }
    #numbers .content i:hover {
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12); }

/* ------------------------------------- */
/* *. 20 - FAQs Styles ................. */
/* ------------------------------------- */
#faq {
  overflow: hidden;
  color: #ffffff; }
  #faq .faq-image {
    position: relative; }
    #faq .faq-image img {
      width: 650px; }
  #faq .section-title small {
    padding-top: 1rem; }
  #faq ul li {
    margin: 1rem 0; }
  #faq .collapsible-container {
    -webkit-tap-highlight-color: transparent; }
    #faq .collapsible-container span {
      padding-right: 1rem; }
  #faq .collapsible-header {
    position: relative;
    color: inherit; }
    #faq .collapsible-header span {
      font-size: 1.2rem; }
  #faq .collapsible-header::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem; }
  #faq .collapsible-header.active::after {
    content: "\f068"; }
  #faq .collapsible-body {
    color: #000000; }
  #faq .plus {
    position: absolute;
    right: 3rem; }
  #faq.dark-faq {
    color: #0a0e0a; }
    #faq.dark-faq .faq-image {
      position: relative;
      text-align: center; }
      #faq.dark-faq .faq-image img {
        width: 350px;
        margin: 0 auto; }
  #faq.faq-dark-style .collapsible-header {
    border-bottom: none; }
  #faq.faq-dark-style .collapsible-body {
    color: #ffffff;
    border-bottom: none; }

/* ------------------------------------- */
/* *. 21 - Companies Styles ............ */
/* ------------------------------------- */
#companies {
  position: relative; }
  #companies .overlay {
    background: #000000;
    opacity: 0.8; }

/* ------------------------------------- */
/* *. 22 - Why Use Styles .............. */
/* ------------------------------------- */
#why-use {
  background-size: cover; }
  #why-use .overlay {
    opacity: 0.9; }
  #why-use .why-neomi {
    position: relative;
    z-index: 2;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #why-use .why-neomi .single-why {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 3rem; }
      #why-use .why-neomi .single-why h5 {
        margin-top: 0;
        color: #ffffff; }
      #why-use .why-neomi .single-why p {
        color: #dcdcdc;
        margin-bottom: 0; }
        #why-use .why-neomi .single-why p.darken-4 {
          color: #363636; }
  #why-use .image {
    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; }

/* ------------------------------------- */
/* *. 23 - Map And Contact Styles ...... */
/* ------------------------------------- */
#map-section {
  position: relative; }
  #map-section #map {
    height: 700px; }
  #map-section #map {
    margin: 0;
    padding: 0;
    max-width: none; }
  #map-section p,
  #map-section h5 {
    color: #0b0b0b; }
  #map-section #iw-container {
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.97); }
  #map-section .iw-content {
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden; }
  #map-section form {
    padding: 0 2rem; }
    #map-section form input {
      padding-top: 1rem; }
  #map-section .prefix {
    padding: 1rem 1rem 0 0; }
  #map-section .alert-message p {
    text-align: center; }
  #map-section .alert-message i {
    font-size: 1.6rem;
    color: #3dbf28; }
  #map-section .alert-message .fa-times-circle {
    color: #ff261e; }
  #map-section #contact-form {
    overflow: hidden; }
  #map-section button {
    width: 60%;
    margin: 0 auto;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    border: none;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
    #map-section button:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  #map-section.map-style-1 .contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #map-section.map-style-1 .main-section {
    width: 50%;
    background: #ffffff;
    position: absolute;
    right: 2%;
    height: 90%;
    bottom: 5%;
    left: 48%;
    max-width: 1280px; }
  #map-section.map-style-1 #contact-submit {
    margin-top: 3rem; }
  #map-section.map-style-3 .input-field {
    padding: 0 2rem; }
  #map-section.map-style-3 label {
    margin-left: 5rem !important; }
  #map-section.map-style-3 button {
    width: 50%; }
  #map-section.dark-background .main-section {
    background-color: #222227;
    color: #ffffff; }
  #map-section.coin-dark-background .main-section {
    background-color: #222227;
    color: #ffffff; }

/* ------------------------------------- */
/* *. 24 - Footer Styles ............... */
/* ------------------------------------- */
#footer, .elements-footer {
  position: relative;
  padding-bottom: 1rem; }
  #footer .row, .elements-footer .row {
    margin: 0; }
  #footer .contact-container, .elements-footer .contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3rem; }
  #footer .footer-content, .elements-footer .footer-content {
    position: relative;
    color: #ffffff;
    z-index: 11;
    text-align: center; }
    #footer .footer-content .row, .elements-footer .footer-content .row {
      display: block; }
    #footer .footer-content .about, .elements-footer .footer-content .about {
      margin: 0 auto; }
    #footer .footer-content h4, .elements-footer .footer-content h4 {
      color: inherit;
      text-transform: uppercase;
      letter-spacing: 2px; }
    #footer .footer-content p, .elements-footer .footer-content p {
      color: inherit;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    #footer .footer-content a p:hover, .elements-footer .footer-content a p:hover {
      color: inherit; }
    #footer .footer-content .title, .elements-footer .footer-content .title {
      max-width: 200px;
      margin: 0 auto;
      display: block;
      padding-top: 2rem; }
    #footer .footer-content .logo, .elements-footer .footer-content .logo {
      max-width: 80px;
      display: block;
      margin: 0 auto; }
    #footer .footer-content .button-main, .elements-footer .footer-content .button-main {
      border: 2px solid #c6c6c6; }
  #footer .copy-rights, .elements-footer .copy-rights {
    position: relative;
    z-index: 11;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    color: inherit;
    padding-bottom: 0;
    padding-top: 3rem; }
    #footer .copy-rights p, .elements-footer .copy-rights p {
      color: inherit;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: center;
      margin-bottom: 0; }
    #footer .copy-rights .social-icons, .elements-footer .copy-rights .social-icons {
      font-size: 1rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: center;
      padding: 1rem 0; }
    #footer .copy-rights i, .elements-footer .copy-rights i {
      width: 30px;
      height: 30px;
      margin: 0 0.2rem;
      color: #ffffff;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-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;
      border: none; }
  #footer.footer-style-1, #footer.footer-style-3, .elements-footer.footer-style-1, .elements-footer.footer-style-3 {
    color: #ffffff;
    background: url("../images/background/congruent_outline.png") repeat fixed;
    padding-top: 2rem; }
    #footer.footer-style-1 .overlay, #footer.footer-style-3 .overlay, .elements-footer.footer-style-1 .overlay, .elements-footer.footer-style-3 .overlay {
      opacity: 0.7; }
  #footer.footer-style-2, #footer.footer-style-4, .elements-footer.footer-style-2, .elements-footer.footer-style-4 {
    background: url("../images/background/concrete_wall.png") repeat; }
    #footer.footer-style-2 .overlay, #footer.footer-style-4 .overlay, .elements-footer.footer-style-2 .overlay, .elements-footer.footer-style-4 .overlay {
      opacity: 0.2; }
    #footer.footer-style-2 .footer-main, #footer.footer-style-4 .footer-main, .elements-footer.footer-style-2 .footer-main, .elements-footer.footer-style-4 .footer-main {
      position: relative;
      top: -500px;
      left: 0;
      margin-bottom: -500px;
      overflow: hidden; }
      #footer.footer-style-2 .footer-main h3, #footer.footer-style-4 .footer-main h3, .elements-footer.footer-style-2 .footer-main h3, .elements-footer.footer-style-4 .footer-main h3 {
        margin-top: 0; }
    #footer.footer-style-2 .main-section, #footer.footer-style-4 .main-section, .elements-footer.footer-style-2 .main-section, .elements-footer.footer-style-4 .main-section {
      width: 90%;
      background: #ffffff;
      margin: 0 auto;
      max-width: 1280px;
      position: relative;
      z-index: 10; }
    #footer.footer-style-2 form, #footer.footer-style-4 form, .elements-footer.footer-style-2 form, .elements-footer.footer-style-4 form {
      padding: 0 2rem; }
      #footer.footer-style-2 form input, #footer.footer-style-4 form input, .elements-footer.footer-style-2 form input, .elements-footer.footer-style-4 form input {
        padding-top: 1rem; }
    #footer.footer-style-2 .prefix, #footer.footer-style-4 .prefix, .elements-footer.footer-style-2 .prefix, .elements-footer.footer-style-4 .prefix {
      padding: 1rem 1rem 0 0; }
    #footer.footer-style-2 .alert-message p, #footer.footer-style-4 .alert-message p, .elements-footer.footer-style-2 .alert-message p, .elements-footer.footer-style-4 .alert-message p {
      text-align: center; }
    #footer.footer-style-2 .alert-message i, #footer.footer-style-4 .alert-message i, .elements-footer.footer-style-2 .alert-message i, .elements-footer.footer-style-4 .alert-message i {
      font-size: 1.6rem;
      color: #3dbf28; }
    #footer.footer-style-2 .alert-message .fa-times-circle, #footer.footer-style-4 .alert-message .fa-times-circle, .elements-footer.footer-style-2 .alert-message .fa-times-circle, .elements-footer.footer-style-4 .alert-message .fa-times-circle {
      color: #ff261e; }
    #footer.footer-style-2 button, #footer.footer-style-4 button, .elements-footer.footer-style-2 button, .elements-footer.footer-style-4 button {
      width: 80%;
      padding: 1.4rem 0;
      font-size: 1.4rem;
      color: #ffffff;
      margin-top: 2rem;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      display: inline-block;
      border: none;
      border-radius: 10px;
      outline: none;
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
      #footer.footer-style-2 button:hover, #footer.footer-style-4 button:hover, .elements-footer.footer-style-2 button:hover, .elements-footer.footer-style-4 button:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
    #footer.footer-style-2 .address .address-icon, #footer.footer-style-4 .address .address-icon, .elements-footer.footer-style-2 .address .address-icon, .elements-footer.footer-style-4 .address .address-icon {
      padding: 0 1rem;
      font-size: 2rem;
      color: #292929; }
    #footer.footer-style-2 .address p, #footer.footer-style-4 .address p, .elements-footer.footer-style-2 .address p, .elements-footer.footer-style-4 .address p {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #footer.footer-style-2 .address a, #footer.footer-style-4 .address a, .elements-footer.footer-style-2 .address a, .elements-footer.footer-style-4 .address a {
      color: inherit; }
    #footer.footer-style-2 .address a:hover, #footer.footer-style-4 .address a:hover, .elements-footer.footer-style-2 .address a:hover, .elements-footer.footer-style-4 .address a:hover {
      color: #0b0b0b; }
    #footer.footer-style-2 .address span, #footer.footer-style-4 .address span, .elements-footer.footer-style-2 .address span, .elements-footer.footer-style-4 .address span {
      text-align: left; }
    #footer.footer-style-2 .main-section .social-icons, #footer.footer-style-4 .main-section .social-icons, .elements-footer.footer-style-2 .main-section .social-icons, .elements-footer.footer-style-4 .main-section .social-icons {
      text-align: center; }
      #footer.footer-style-2 .main-section .social-icons i, #footer.footer-style-4 .main-section .social-icons i, .elements-footer.footer-style-2 .main-section .social-icons i, .elements-footer.footer-style-4 .main-section .social-icons i {
        border-radius: 100px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        font-size: 1rem;
        width: 45px;
        height: 45px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #ffffff;
        margin: 0 0.5rem; }
      #footer.footer-style-2 .main-section .social-icons i:hover, #footer.footer-style-4 .main-section .social-icons i:hover, .elements-footer.footer-style-2 .main-section .social-icons i:hover, .elements-footer.footer-style-4 .main-section .social-icons i:hover {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22); }
  #footer.blog-footer, .elements-footer.blog-footer {
    padding: 2rem; }
    #footer.blog-footer .footer-main, .elements-footer.blog-footer .footer-main {
      top: 0;
      margin-bottom: 0; }
  #footer.blog-footer.footer-style-2 .main-section, .elements-footer.blog-footer.footer-style-2 .main-section {
    margin-top: 2rem; }
  #footer.blog-footer.footer-style-2 .copy-rights, .elements-footer.blog-footer.footer-style-2 .copy-rights {
    margin-bottom: 1rem; }
  #footer.dark-background .address p, .elements-footer.dark-background .address p {
    color: #ffffff; }
  #footer.dark-background .address .address-icon, .elements-footer.dark-background .address .address-icon {
    color: #ffffff; }
  #footer.dark-background .main-section, .elements-footer.dark-background .main-section {
    background-color: #222227;
    color: #ffffff; }
  #footer.footer-style-5, .elements-footer.footer-style-5 {
    padding: 5rem 0; }
    #footer.footer-style-5 .overlay, .elements-footer.footer-style-5 .overlay {
      opacity: 0.75; }
    #footer.footer-style-5 .footer-content, .elements-footer.footer-style-5 .footer-content {
      text-align: left; }
      #footer.footer-style-5 .footer-content .logo-container, .elements-footer.footer-style-5 .footer-content .logo-container {
        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; }
        #footer.footer-style-5 .footer-content .logo-container img, .elements-footer.footer-style-5 .footer-content .logo-container img {
          margin-left: 0;
          padding-top: 0; }
      #footer.footer-style-5 .footer-content p, #footer.footer-style-5 .footer-content a, .elements-footer.footer-style-5 .footer-content p, .elements-footer.footer-style-5 .footer-content a {
        font-size: 0.9rem;
        color: #AFBDE2;
        display: block;
        padding-top: 0.5rem; }
      #footer.footer-style-5 .footer-content hr, .elements-footer.footer-style-5 .footer-content hr {
        border: none;
        border-radius: 5px;
        height: 3px; }
    #footer.footer-style-5.footer-style-3 .footer-content p, #footer.footer-style-5.footer-style-3 .footer-content a, .elements-footer.footer-style-5.footer-style-3 .footer-content p, .elements-footer.footer-style-5.footer-style-3 .footer-content a {
      color: #f1f1f1; }

/* ------------------------------------- */
/* *. 25 - Banner Styles ............... */
/* ------------------------------------- */
#banner {
  position: relative; }
  #banner #cloud-form {
    color: #ffffff; }
    #banner #cloud-form label {
      padding-left: 2rem;
      color: #ffffff; }
      #banner #cloud-form label.active {
        top: -1rem; }
    #banner #cloud-form p label {
      padding-right: 2rem; }
    #banner #cloud-form [type="checkbox"]:not(.filled-in) + label:before {
      border: 2px solid #ffffff; }
    #banner #cloud-form [type="checkbox"]:checked + label:before {
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid #3affed;
      border-bottom: 2px solid #3affed; }
    #banner #cloud-form input {
      border: 2px solid #ffffff;
      padding-left: 1rem;
      border-radius: 10px;
      color: #ffffff; }
    #banner #cloud-form button {
      width: 80%;
      padding: 0.5rem 0;
      font-size: 1.4rem;
      color: #ffffff;
      margin-top: 2rem;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      display: inline-block;
      border: none;
      border-radius: 10px;
      outline: none;
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.18); }
      #banner #cloud-form button:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
  #banner .center-align,
  #banner .container {
    position: relative; }
  #banner .button-main {
    border-color: #ffffff; }

/* ------------------------------------- */
/* *. 26 - Other Pages ................. */
/* ------------------------------------- */
.sidebar {
  padding: 0 1rem; }
  .sidebar #search-form {
    position: relative;
    padding-left: 0;
    width: 100%; }
    .sidebar #search-form input {
      background-color: #ffffff;
      border-radius: 20px;
      color: #0b0b0b;
      margin: 0;
      padding: 0;
      border: 1px solid #9e9e9e;
      border-right: none; }
    .sidebar #search-form label {
      padding: 0 2rem;
      font-weight: 600;
      font-size: 1.3rem;
      -webkit-transform: translateY(7px);
              transform: translateY(7px); }
      .sidebar #search-form label::after {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        font-weight: 600; }
    .sidebar #search-form label.active {
      -webkit-transform: translateY(-37px) scale(0.8);
              transform: translateY(-37px) scale(0.8);
      font-size: 1.3rem; }
    .sidebar #search-form button {
      border-radius: 0 20px 20px 0;
      width: 3rem;
      border: none;
      display: inline-block;
      position: absolute;
      right: -1px;
      overflow: hidden;
      top: 0;
      height: 100%; }
    .sidebar #search-form i {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #ffffff; }

.pagination {
  margin-top: 2rem; }
  .pagination i {
    font-size: 1rem;
    padding: 0 2rem; }
  .pagination .active {
    background-color: #00e0ff; }

.collection a {
  width: 100%;
  height: 100%;
  display: block;
  color: #0a0e0a; }
  .collection a:hover {
    color: #363537; }
    .collection a:hover .btn-floating {
      background: #ffffff;
      color: black; }
.collection .collection-item {
  min-height: inherit; }
  .collection .collection-item.avatar .title {
    font-size: 1.1rem; }
  .collection .collection-item p {
    font-size: 0.9rem; }
.collection .collection-item:not(.tags):hover {
  background-color: #f6f6f6; }
.collection .tags a {
  width: auto;
  height: auto;
  display: inline-block; }
  .collection .tags a:hover {
    background-color: #f6f6f6; }
.collection .social a i {
  margin-top: 0;
  border: none;
  line-height: 2.5rem; }
  .collection .social a i:hover {
    color: #ffffff; }
.collection .btn-floating {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.comments .collection,
.comments .collection-item {
  border: none; }
.comments .collection-item {
  margin-top: 2rem; }
.comments .reply {
  margin-left: 2rem; }
.comments p {
  margin: 0;
  padding: 0.5rem 0; }
.comments .admin {
  border: 2px solid #f70000; }
.comments a {
  border: 1px solid #0c0c0c;
  padding: 0 1rem;
  display: inline-block;
  width: auto;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .comments a:hover {
    color: #f1f1f1;
    background: #0d0d0d; }

#comment-form {
  padding: 0 2rem; }
  #comment-form input {
    padding-top: 1rem; }
  #comment-form .prefix {
    padding: 1rem 1rem 0 0; }
  #comment-form .alert-message p {
    text-align: center; }
  #comment-form .alert-message i {
    font-size: 1.6rem;
    color: #3dbf28; }
  #comment-form .alert-message .fa-times-circle {
    color: #ff261e; }
  #comment-form button {
    width: 80%;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 2rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    border: none;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
    #comment-form button:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }

.blog-btn-large {
  line-height: 56px; }

.owl-companies img {
  max-width: 100%;
  padding: 0 0.5rem; }

.social-sign {
  width: 80%;
  max-width: 400px;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 1rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
  border: none;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
  .social-sign:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .social-sign i {
    padding-right: 0.5rem; }

#sign-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem; }
  #sign-form button {
    width: 80%;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 2rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    border: none;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
    #sign-form button:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  #sign-form .prefix {
    color: #000000;
    padding-right: 1rem; }
  #sign-form .alert-message p {
    text-align: center;
    margin: 1rem 0; }
    #sign-form .alert-message p i {
      color: red;
      font-size: 1.5rem; }

.coin-dark-background {
  background-color: #081221; }
  .coin-dark-background .section-title-white .menu__item-name {
    color: #F7B62D; }
  .coin-dark-background h1, .coin-dark-background h2, .coin-dark-background h3, .coin-dark-background h4, .coin-dark-background h5, .coin-dark-background h6 {
    color: #ffffff; }
  .coin-dark-background p {
    color: #f7f7f7; }
  .coin-dark-background .overlay {
    height: 100.2%;
    top: -1px; }
  .coin-dark-background .gradient-color,
  .coin-dark-background #about-us .icon::after {
    background: #081221;
    background: -webkit-linear-gradient(45deg, #1e2340, #000000);
    background: linear-gradient(45deg, #1e2340, #000000); }

#converter {
  color: #ffffff; }
  #converter .overlay {
    opacity: 0.9; }
  #converter h3, #converter p {
    color: inherit; }

.coin-dark-background .container,
.coin-background .container {
  position: relative;
  z-index: 10; }
.coin-dark-background .cryptonatorwidget,
.coin-background .cryptonatorwidget {
  border: none !important; }
  .coin-dark-background .cryptonatorwidget #amount-1,
  .coin-dark-background .cryptonatorwidget #amount-2,
  .coin-background .cryptonatorwidget #amount-1,
  .coin-background .cryptonatorwidget #amount-2 {
    border: 1px solid #f8b62d;
    border-radius: 10px;
    padding: 1rem 0 1rem 0.8rem;
    width: 90% !important;
    margin: 0;
    color: #ffffff; }
  .coin-dark-background .cryptonatorwidget .select2-selection__arrow b:before,
  .coin-background .cryptonatorwidget .select2-selection__arrow b:before {
    color: #f8b62d; }
  .coin-dark-background .cryptonatorwidget div,
  .coin-background .cryptonatorwidget div {
    display: none; }
  .coin-dark-background .cryptonatorwidget select,
  .coin-background .cryptonatorwidget select {
    display: block;
    height: 3.3rem !important; }
.coin-dark-background .ccc-header-v3,
.coin-background .ccc-header-v3 {
  background: -webkit-linear-gradient(45deg, #1e2340, #000000) !important;
  background: linear-gradient(45deg, #1e2340, #000000) !important;
  padding: 1rem; }
  .coin-dark-background .ccc-header-v3 img,
  .coin-background .ccc-header-v3 img {
    margin-right: 5px; }
  .coin-dark-background .ccc-header-v3 .ccc-header-v3-ccc-price-container .ccc-header-v3-price-name,
  .coin-dark-background .ccc-header-v3 .ccc-header-v3-ccc-price-container .ccc-header-v3-price-value,
  .coin-background .ccc-header-v3 .ccc-header-v3-ccc-price-container .ccc-header-v3-price-name,
  .coin-background .ccc-header-v3 .ccc-header-v3-ccc-price-container .ccc-header-v3-price-value {
    color: #ffffff !important; }
.coin-dark-background .divider-success,
.coin-background .divider-success {
  border-top-color: #f8b62d; }
.coin-dark-background .thumbnail-modern-control,
.coin-dark-background .thumbnail-modern-control:after,
.coin-background .thumbnail-modern-control,
.coin-background .thumbnail-modern-control:after {
  background: #f8b62d; }
.coin-dark-background .owl-dot:hover, .coin-dark-background .owl-dot.active,
.coin-background .owl-dot:hover,
.coin-background .owl-dot.active {
  background: #f8b62d;
  color: #f8b62d; }
.coin-dark-background .owl-carousel-centered .owl-prev,
.coin-dark-background .owl-carousel-centered .owl-next,
.coin-background .owl-carousel-centered .owl-prev,
.coin-background .owl-carousel-centered .owl-next {
  color: #f8b62d; }
@media (min-width: 992px) {
  .coin-dark-background .thumbnail-modern-control,
  .coin-background .thumbnail-modern-control {
    background: transparent; } }

.coin-chart {
  background-size: cover !important; }
  .coin-chart .overlay {
    opacity: 0.9; }
  .coin-chart .btcwdgt-chart {
    margin: 0 auto !important; }
  .coin-chart button {
    font-size: 1.3rem;
    padding: 0.7rem 2.5rem;
    margin-top: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.4rem; }

.dark-copy-right {
  background: #14152d; }
  .dark-copy-right > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .dark-copy-right p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
    color: #AFBDE2; }
    .dark-copy-right p a {
      color: inherit; }
  .dark-copy-right .social-icons {
    font-size: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    padding: 1rem 0; }
  .dark-copy-right i {
    width: 30px;
    height: 30px;
    margin: 0 0.2rem;
    color: #AFBDE2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    border: none; }

#shop .single-item {
  padding: 1rem;
  position: relative;
  overflow: hidden; }
  #shop .single-item img, #shop .single-item p, #shop .single-item h6 {
    position: relative; }
  #shop .single-item h6 {
    font-size: 0.7rem;
    color: #737373; }
  #shop .single-item p {
    font-size: 1.2rem;
    color: #0c0c0c;
    margin-bottom: 0; }
  #shop .single-item .img {
    height: 170px;
    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; }
  #shop .single-item img {
    max-width: 100%;
    max-height: 100%; }
  #shop .single-item .animated-bg-span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 1000px;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0.05; }
  #shop .single-item:hover .animated-bg-span {
    width: 600px;
    height: 600px; }

.fullpage-section {
  position: relative;
  min-height: 750px !important;
  overflow: hidden;
  padding: 0; }
  .fullpage-section .container {
    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;
    height: 100%;
    min-height: 750px;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .fullpage-section .full-page-bg-image {
    background: url("../images/background/bg-gradient1.png") no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .fullpage-section .full-page-bg-image.style-2 {
      background: url("../images/background/bg-gradient2.png") no-repeat;
      background-size: cover; }
    .fullpage-section .full-page-bg-image.style-3 {
      background: url("../images/background/bg-gradient1.png") no-repeat;
      background-size: cover; }
    .fullpage-section .full-page-bg-image.style-4 {
      background: url("../images/background/bg-gradient2.png") no-repeat;
      background-size: cover; }
  .fullpage-section .text-container {
    margin-right: 2rem; }
    .fullpage-section .text-container p {
      max-width: 850px;
      margin-left: auto;
      margin-right: auto; }
    .fullpage-section .text-container input {
      border-bottom-color: #ffffff; }
    .fullpage-section .text-container label {
      color: #d2d2d2; }
    .fullpage-section .text-container button span, .fullpage-section .text-container button .fa-spinner {
      color: #0a0e0a; }
  .fullpage-section .tabs {
    background: transparent;
    height: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fullpage-section .tabs li {
      text-align: left;
      height: auto; }
      .fullpage-section .tabs li a {
        color: #b4b4b4;
        padding: 1rem;
        background: rgba(10, 14, 10, 0.14);
        margin-right: 30px;
        position: relative;
        width: auto;
        overflow: visible;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .fullpage-section .tabs li a.active, .fullpage-section .tabs li a:hover {
          color: #ffffff;
          background: rgba(10, 14, 10, 0.34); }
          .fullpage-section .tabs li a.active::after, .fullpage-section .tabs li a:hover::after {
            border-left: 30px solid rgba(10, 14, 10, 0.34); }
        .fullpage-section .tabs li a::after {
          content: '';
          top: 0;
          width: 0;
          position: absolute;
          right: -30px;
          height: 0;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 30px solid rgba(10, 14, 10, 0.14); }
      .fullpage-section .tabs li i {
        font-size: 1.5rem;
        margin-right: 1rem; }
    .fullpage-section .tabs .indicator {
      display: none; }
  .fullpage-section .carousel {
    max-height: 60vh !important; }
    .fullpage-section .carousel .carousel-item {
      max-height: 60vh !important;
      width: 100%;
      height: 100%; }
  .fullpage-section img.max-h-vh {
    max-height: 100%; }
  .fullpage-section img.max-h-vhx {
    max-width: 80%;
    max-height: 50vh; }
  .fullpage-section .overlay {
    opacity: 0.95; }
    .fullpage-section .overlay.style-2-o {
      opacity: 0.8; }
    .fullpage-section .overlay.style-3-o {
      opacity: 0.88; }

#fp-nav ul li a {
  padding: 5px; }
  #fp-nav ul li a span {
    background: #04091d;
    width: 7px;
    height: 7px;
    left: 40%; }
  #fp-nav ul li a:hover span, #fp-nav ul li a.active span {
    background: #f8f8f8;
    left: 50%; }
#fp-nav ul li .fp-tooltip {
  top: -5px; }

/* ------------------------------------- */
/* *. 27 - 404 Page .................... */
/* ------------------------------------- */
#not-found {
  min-height: 100vh;
  position: relative;
  width: 100vw;
  background: url("../images/background/zak-elley-352787.jpg");
  background-size: cover;
  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; }
  #not-found .overlay {
    opacity: 0.6; }
  #not-found .container {
    position: relative;
    z-index: 11; }
  #not-found .logo {
    display: block;
    width: 4rem;
    max-width: 80%;
    margin: 0 auto 1rem; }
  #not-found .title {
    display: block;
    width: 10rem;
    max-width: 80%;
    margin: 0 auto; }
  #not-found .main img {
    margin: 3rem 0;
    width: 30rem;
    max-width: 80%; }
  #not-found h6, #not-found h5, #not-found a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1rem; }
  #not-found a {
    border: 1px solid #ffffff;
    text-align: center; }
    #not-found a span {
      margin-left: 1rem; }
    #not-found a i {
      margin-left: 0.5rem; }
  #not-found .big-404-font {
    font-size: 20vw;
    opacity: 0.5; }
  #not-found.under-c-bg {
    background: #A4D3DC; }
    #not-found.under-c-bg .under-c-image {
      width: auto;
      height: 45vh;
      max-height: 50vw;
      margin: 0; }

/* ------------------------------------- */
/* *. 28 - Coming-Soon Page ............ */
/* ------------------------------------- */
#coming-soon {
  height: 100vh;
  width: 100vw;
  min-height: 700px;
  background-color: #0b2e63;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }
  #coming-soon #side-nav-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    padding-top: 0;
    z-index: 102; }
    #coming-soon #side-nav-btn .btn-floating {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 0 0 15px; }
      #coming-soon #side-nav-btn .btn-floating i {
        line-height: 40px; }
  #coming-soon .main-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    #coming-soon .main-container.active {
      -webkit-transform: translate3d(-400px, 0, 0) rotateX(-5deg) rotateY(30deg) scale(0.7);
              transform: translate3d(-400px, 0, 0) rotateX(-5deg) rotateY(30deg) scale(0.7);
      -webkit-perspective: 1500px;
              perspective: 1500px; }
  #coming-soon #clockdiv {
    padding: 2rem 0; }
    #coming-soon #clockdiv > div {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 2rem; }
    #coming-soon #clockdiv span {
      color: inherit;
      font-size: 3rem;
      font-weight: 600; }
    #coming-soon #clockdiv .smalltext {
      color: inherit;
      font-size: 1rem; }
  #coming-soon canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #coming-soon .content, #coming-soon .coming-content {
    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;
    height: 100%;
    position: relative; }
    #coming-soon .content .title, #coming-soon .coming-content .title {
      width: 200px; }
    #coming-soon .content .logo, #coming-soon .coming-content .logo {
      width: 50px; }
    #coming-soon .content h6, #coming-soon .coming-content h6 {
      color: #d5d5d5;
      letter-spacing: 2rem;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 2rem; }
    #coming-soon .content h5, #coming-soon .coming-content h5 {
      color: inherit;
      letter-spacing: 0.6rem;
      font-weight: 400;
      text-transform: uppercase; }
    #coming-soon .content h4, #coming-soon .coming-content h4 {
      color: inherit;
      letter-spacing: 1.2rem;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 3.5rem; }
    #coming-soon .content p, #coming-soon .coming-content p {
      max-width: 700px;
      color: #f2edf3;
      font-size: 0.8rem; }
    #coming-soon .content .button-main, #coming-soon .coming-content .button-main {
      margin: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      border-color: #ffffff; }
    #coming-soon .content #subscribe-btn, #coming-soon .coming-content #subscribe-btn {
      background-color: transparent; }
  #coming-soon #about-content {
    position: absolute;
    background-color: #ffffff;
    z-index: 101;
    width: 50%;
    right: -50%;
    top: 0;
    height: 100%;
    overflow: scroll;
    visibility: visible;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    #coming-soon #about-content.active {
      right: 0; }
    #coming-soon #about-content h4 {
      color: #0a0e0a; }
    #coming-soon #about-content .social a {
      padding: 1rem; }
    #coming-soon #about-content .main-images {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    #coming-soon #about-content .post-link {
      width: 50%;
      position: relative;
      color: #fff;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      overflow: scroll; }
      #coming-soon #about-content .post-link .figure,
      #coming-soon #about-content .post-link .image {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: -webkit-transform 4s;
        transition: -webkit-transform 4s;
        transition: transform 4s;
        transition: transform 4s, -webkit-transform 4s; }
      #coming-soon #about-content .post-link .figure {
        position: relative;
        overflow: hidden; }
      #coming-soon #about-content .post-link .overlay {
        opacity: 0.1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 2; }
      #coming-soon #about-content .post-link .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 2em 0;
        z-index: 3; }
      #coming-soon #about-content .post-link .view, #coming-soon #about-content .post-link .stats {
        -webkit-transform: translate3d(0, 80px, 0);
                transform: translate3d(0, 80px, 0);
        opacity: 0;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
      #coming-soon #about-content .post-link .view {
        font-size: 3rem; }
      #coming-soon #about-content .post-link .stats {
        color: #ffffff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 0.1rem; }
      #coming-soon #about-content .post-link:hover .image {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      #coming-soon #about-content .post-link:hover .overlay {
        opacity: 0.7; }
      #coming-soon #about-content .post-link:hover .view {
        -webkit-transform: translate3d(0, -50px, 0);
                transform: translate3d(0, -50px, 0);
        opacity: 1; }
      #coming-soon #about-content .post-link:hover .stats {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
      #coming-soon #about-content .post-link .tilter__caption h3, #coming-soon #about-content .post-link .tilter__caption p, #coming-soon #about-content .post-link .tilter__caption i {
        color: #f7f1ff; }
      #coming-soon #about-content .post-link .tilter__caption .icons i {
        padding: 0.5rem;
        font-size: 1.5rem; }
      #coming-soon #about-content .post-link .tilter__caption .icons i:hover {
        color: #cfd1cf; }
      #coming-soon #about-content .post-link .tilter__figure::before {
        box-shadow: none; }
      #coming-soon #about-content .post-link .overlay {
        opacity: 0; }
      #coming-soon #about-content .post-link figure {
        margin: 0; }
    #coming-soon #about-content .contact-container form {
      width: 80%;
      margin: 2rem auto; }
    #coming-soon #about-content .contact-container i {
      color: #0a0e0a; }
    #coming-soon #about-content .contact-container label::after {
      top: 75%; }
    #coming-soon #about-content .contact-container input,
    #coming-soon #about-content .contact-container textarea {
      color: #0a0e0a;
      margin-bottom: 3rem; }
    #coming-soon #about-content .contact-container .alert-message p {
      text-align: center;
      margin: 1rem 0; }
      #coming-soon #about-content .contact-container .alert-message p i {
        color: red;
        font-size: 1.5rem; }
    #coming-soon #about-content .contact-container .button-main {
      border: none; }
    #coming-soon #about-content .contact-container .address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      #coming-soon #about-content .contact-container .address > 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; }
      #coming-soon #about-content .contact-container .address h6 {
        text-transform: uppercase;
        letter-spacing: 0.3rem; }
      #coming-soon #about-content .contact-container .address i {
        font-size: 3rem;
        margin: 2rem 0; }
      #coming-soon #about-content .contact-container .address a {
        color: inherit; }

#particles-js-parallax {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3; }

#segmenter {
  height: 100%;
  min-height: 300px; }
  #segmenter .overlay {
    opacity: 0.5;
    z-index: 1; }
  #segmenter .segmenter {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  #segmenter .segmenter__image {
    width: 100%;
    display: block; }
  #segmenter .segmenter__background,
  #segmenter .segmenter__pieces,
  #segmenter .segmenter__piece-wrap,
  #segmenter .segmenter__piece-parallax,
  #segmenter .segmenter__piece {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #segmenter .segmenter__piece-parallax {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  #segmenter .segmenter__pieces {
    -webkit-perspective: 400px;
            perspective: 400px; }
  #segmenter .segmenter__background,
  #segmenter .segmenter__piece {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  #segmenter .segmenter__shadow {
    position: absolute;
    opacity: 1;
    box-shadow: 10px 10px 30px rgba(43, 27, 19, 0.95); }
  #segmenter .trigger-image {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
    -webkit-transition: all 3s;
    transition: all 3s;
    z-index: 10;
    text-align: center; }
    #segmenter .trigger-image img {
      width: 400px; }
  #segmenter .trigger-headline {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 6vw;
    text-transform: uppercase;
    pointer-events: none;
    line-height: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    color: #ffffff;
    z-index: 2; }
  #segmenter .trigger-headline span {
    display: inline-block;
    position: relative;
    padding: 0 5vw;
    -webkit-transition: opacity 4s, -webkit-transform 2s;
    transition: opacity 4s, -webkit-transform 2s;
    transition: opacity 4s, transform 2s;
    transition: opacity 4s, transform 2s, -webkit-transform 2s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  #segmenter .trigger-headline--hidden span {
    pointer-events: none;
    opacity: 0; }
  #segmenter .trigger-headline--hidden span:nth-child(1) {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0); }
  #segmenter .trigger-headline--hidden span:nth-child(2) {
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0); }
  #segmenter .trigger-headline--hidden span:nth-child(3) {
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  #segmenter .trigger-headline--hidden span:nth-child(4) {
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  #segmenter .trigger-headline--hidden span:nth-child(5) {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0); }
  #segmenter .trigger-headline--hidden span:nth-child(6) {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0); }

/* ------------------------------------- */
/* *. 29 - Revolution Slider ........... */
/* ------------------------------------- */
/*
 * @author    ThemePunch <info@themepunch.com>
 * @link      http://www.themepunch.com/
 * @copyright 2017 ThemePunch
*/
.rs-particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.rs-particles-interactive .rs-particles-canvas {
  pointer-events: auto; }

.rs-particles-slidelink .rs-particles-canvas {
  cursor: pointer;
  pointer-events: auto; }

.tp-kbimg {
  left: 0 !important; }

#rev-slider-complete {
  z-index: 31 !important; }

.rev-slider-overlay {
  opacity: 0.6 !important; }

#rev_slider_8_1 .button-main {
  font-size: 1rem !important;
  padding: 1rem 1.5rem !important; }
  #rev_slider_8_1 .button-main span {
    font-size: 1rem !important; }

#rev_slider_152_1 .button-main {
  font-size: 1rem !important; }

/* ------------------------------------- */
/* *. 30 - Media Queries ............... */
/* ------------------------------------- */
@media screen and (min-width: 1400px) {
  html {
    font-size: 110%; }

  .square-icons-image {
    width: 550px; }

  #showcase .square-icons-image {
    width: 500px;
    margin: 0 auto; }

  #map-section #map {
    height: 880px; }
  #map-section .main-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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; }

  #video .icon-button i:after {
    left: 7px; } }
@media screen and (min-width: 767px) {
  #features, .elements-features {
    background: url("../images/background/72.jpg") top center fixed;
    background-size: cover; } }
@media screen and (min-width: 992px) {
  .m-b-8-big {
    margin-bottom: 8rem; }

  .fullpage-section .container .row {
    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; }

  .fullpage-section .tabs-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fullpage-section .tabs-container .col {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }
@media screen and (max-width: 992px) {
  html {
    font-size: 13px; }

  nav .brand-logo {
    left: 7rem; }

  .ml-auto, .mr-auto {
    margin-left: auto;
    margin-right: auto; }

  #main-nav .button-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  #main-header.main-header-style-1 {
    height: auto;
    min-height: inherit; }
    #main-header.main-header-style-1 .header-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: auto;
      min-height: 100%;
      margin-bottom: 0; }
    #main-header.main-header-style-1 .header-text {
      width: 100%;
      margin: 4rem auto 0;
      padding: 1rem 0 0;
      text-align: center; }
      #main-header.main-header-style-1 .header-text .description {
        max-width: none; }
      #main-header.main-header-style-1 .header-text h3 {
        font-size: 2.5rem; }
    #main-header.main-header-style-1 .owl-neomi .image, #main-header.main-header-style-1 .image {
      width: 90%;
      margin: 4rem 0 1rem; }

  #main-header.main-header-style-2,
  #main-header.main-header-style-3,
  #main-header.main-header-style-4 {
    height: auto;
    min-height: inherit; }
    #main-header.main-header-style-2 .header-section,
    #main-header.main-header-style-3 .header-section,
    #main-header.main-header-style-4 .header-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: auto; }
      #main-header.main-header-style-2 .header-section .header-text,
      #main-header.main-header-style-3 .header-section .header-text,
      #main-header.main-header-style-4 .header-section .header-text {
        text-align: center;
        width: 100%;
        margin: 2rem auto;
        padding: 5rem 0; }
        #main-header.main-header-style-2 .header-section .header-text .description,
        #main-header.main-header-style-3 .header-section .header-text .description,
        #main-header.main-header-style-4 .header-section .header-text .description {
          max-width: none; }
      #main-header.main-header-style-2 .header-section .title-link,
      #main-header.main-header-style-3 .header-section .title-link,
      #main-header.main-header-style-4 .header-section .title-link {
        font-size: 10vw; }
      #main-header.main-header-style-2 .header-section .owl-header,
      #main-header.main-header-style-2 .header-section .owl-header2,
      #main-header.main-header-style-3 .header-section .owl-header,
      #main-header.main-header-style-3 .header-section .owl-header2,
      #main-header.main-header-style-4 .header-section .owl-header,
      #main-header.main-header-style-4 .header-section .owl-header2 {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0; }
    #main-header.main-header-style-2.main-header-slack .header-section .header-text,
    #main-header.main-header-style-3.main-header-slack .header-section .header-text,
    #main-header.main-header-style-4.main-header-slack .header-section .header-text {
      padding-bottom: 0; }
    #main-header.main-header-style-2.main-header-slack .header-section .image,
    #main-header.main-header-style-3.main-header-slack .header-section .image,
    #main-header.main-header-style-4.main-header-slack .header-section .image {
      width: 80%; }
      #main-header.main-header-style-2.main-header-slack .header-section .image img,
      #main-header.main-header-style-3.main-header-slack .header-section .image img,
      #main-header.main-header-style-4.main-header-slack .header-section .image img {
        width: 80%; }

  #main-header.main-header-style-3 .header-section .header-text {
    padding-bottom: 0; }

  #main-header.main-header-style-4 .header-section .header-text {
    padding: 3rem 0 0; }

  #main-header.main-header-skype .header-section .image {
    width: 100%;
    padding: 3rem 0; }

  #main-header.main-header-corporate {
    min-height: inherit;
    height: auto;
    padding-top: 64px; }
    #main-header.main-header-corporate .header-section {
      display: block;
      height: auto; }
    #main-header.main-header-corporate .header-text {
      width: 100%;
      text-align: center; }
      #main-header.main-header-corporate .header-text .description {
        margin: 2rem auto 1rem; }

  #main-header .header-text.flex-header h1 {
    font-size: 3.5rem; }

  #main-header .header-text .textillate {
    font-size: 3.5rem; }

  #main-header.main-header-soft .image img {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }

  #main-header.main-header-simple .owl-main-header {
    padding: 2rem 0 10rem; }

  #main-header.main-header-ticksy {
    min-height: inherit; }

  #main-header .header-section.simple-2 h1 {
    font-size: 3rem; }

  #main-header .header-text h3.textillate {
    font-size: 3.5rem; }

  #small-main-header {
    height: 20rem; }
    #small-main-header .breadcrumbs {
      margin-left: 2rem; }

  .owl-nav .owl-prev {
    position: absolute;
    left: 0; }
  .owl-nav .owl-next {
    position: absolute;
    right: 0; }

  #about-us.about-us-style-1 .single:not(:last-of-type),
  .elements-about-us.about-us-style-1 .single:not(:last-of-type) {
    padding-bottom: 4rem;
    margin-bottom: 2rem; }
    #about-us.about-us-style-1 .single:not(:last-of-type) .arrow,
    .elements-about-us.about-us-style-1 .single:not(:last-of-type) .arrow {
      font-size: 3rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      right: auto;
      bottom: 0;
      top: auto; }
      #about-us.about-us-style-1 .single:not(:last-of-type) .arrow span,
      .elements-about-us.about-us-style-1 .single:not(:last-of-type) .arrow span {
        width: 3px;
        height: 9px;
        position: absolute;
        left: 50%;
        top: 0; }
      #about-us.about-us-style-1 .single:not(:last-of-type) .arrow .one,
      .elements-about-us.about-us-style-1 .single:not(:last-of-type) .arrow .one {
        -webkit-transform: translate3d(-50%, -13px, 0);
                transform: translate3d(-50%, -13px, 0); }
      #about-us.about-us-style-1 .single:not(:last-of-type) .arrow .two,
      .elements-about-us.about-us-style-1 .single:not(:last-of-type) .arrow .two {
        -webkit-transform: translate3d(-50%, -25px, 0);
                transform: translate3d(-50%, -25px, 0); }
  #about-us.about-us-style-1 .square-icons-container,
  .elements-about-us.about-us-style-1 .square-icons-container {
    margin-top: 2rem; }

  #about-us.about-us-style-3 .col, .elements-about-us.about-us-style-3 .col {
    margin-bottom: 1rem; }
    #about-us.about-us-style-3 .col .icon, .elements-about-us.about-us-style-3 .col .icon {
      padding-bottom: 1rem; }
      #about-us.about-us-style-3 .col .icon i, .elements-about-us.about-us-style-3 .col .icon i {
        width: 80px;
        height: 80px;
        font-size: 2.5rem; }

  #features .feature-link, .elements-features .feature-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem; }
  #features .single-feature, .elements-features .single-feature {
    margin: 1rem 0; }
  #features .owl-features, .elements-features .owl-features {
    padding: 1rem 0; }
  #features .feature-left .feature-link, .elements-features .feature-left .feature-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #features.features-style-3 .row, #features.features-style-1 .row, .elements-features.features-style-3 .row, .elements-features.features-style-1 .row {
    display: block; }
  #features.features-style-6 .tabs-container, .elements-features.features-style-6 .tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #features.features-style-6 .tabs-container .tabs-content, .elements-features.features-style-6 .tabs-container .tabs-content {
      margin-top: 1rem; }

  #showcase .opposite-container, .elements-showcase .opposite-container {
    display: block; }
  #showcase .single-show-case, .elements-showcase .single-show-case {
    display: block;
    padding-bottom: 1rem; }
    #showcase .single-show-case .image, .elements-showcase .single-show-case .image {
      margin-top: 5rem; }
      #showcase .single-show-case .image img, .elements-showcase .single-show-case .image img {
        max-width: 70%;
        margin: 0 auto; }

  #prices .price-container, .elements-price .price-container {
    display: block; }
    #prices .price-container .price:not(:last-child), .elements-price .price-container .price:not(:last-child) {
      margin-bottom: 2rem; }
  #prices.prices-style-2 .price, .elements-price.prices-style-2 .price {
    margin: 6rem auto; }
    #prices.prices-style-2 .price:first-child, .elements-price.prices-style-2 .price:first-child {
      margin-top: 0; }
    #prices.prices-style-2 .price:last-child, .elements-price.prices-style-2 .price:last-child {
      margin-bottom: 2rem; }
  #prices.prices-style-2 .price-head, .elements-price.prices-style-2 .price-head {
    padding-bottom: 10rem; }
    #prices.prices-style-2 .price-head::after, .elements-price.prices-style-2 .price-head::after {
      height: 170px; }
  #prices.prices-style-2 ul, .elements-price.prices-style-2 ul {
    padding-bottom: 4rem; }
  #prices.prices-style-6 .price, .elements-price.prices-style-6 .price {
    margin-left: auto !important;
    margin-right: auto !important; }

  #download {
    text-align: center; }
    #download h3, #download p {
      text-align: left;
      margin-left: auto;
      margin-right: auto; }
    #download .owl-neomi .owl-item img {
      max-width: 90%;
      margin: 0 auto;
      padding-bottom: 1rem; }

  #subscribe .title {
    padding: 0; }

  #statistics .left-half {
    width: 100%;
    height: 50%; }
  #statistics .right-half, #statistics .overlay.white {
    left: 0;
    top: 50%;
    height: 50%; }
  #statistics #vs .vs {
    display: none; }
  #statistics #vs .first {
    padding: 0;
    text-align: center;
    margin: 0 0 5rem; }
  #statistics #vs .second {
    padding: 0;
    text-align: center;
    margin: 5rem 0 0; }

  #testimonials.testimonials-v .testimonials-container-v, .elements-testimonials.testimonials-v .testimonials-container-v {
    position: relative;
    top: 0;
    overflow: hidden;
    height: 500px;
    margin-top: 2rem; }
  @-webkit-keyframes easy-float-down {
    0% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    50% {
      -webkit-transform: translateY(-140%);
              transform: translateY(-140%); }
    100% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); } }
  @keyframes easy-float-down {
    0% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    50% {
      -webkit-transform: translateY(-140%);
              transform: translateY(-140%); }
    100% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); } }
  @-webkit-keyframes easy-float-down-alternate {
    0% {
      -webkit-transform: translateY(-105%);
              transform: translateY(-105%); }
    50% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    100% {
      -webkit-transform: translateY(-105%);
              transform: translateY(-105%); } }
  @keyframes easy-float-down-alternate {
    0% {
      -webkit-transform: translateY(-105%);
              transform: translateY(-105%); }
    50% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    100% {
      -webkit-transform: translateY(-105%);
              transform: translateY(-105%); } }
  #map-section.map-style-1 #map {
    height: 400px; }
  #map-section.map-style-1 .main-section {
    position: relative;
    width: 100%;
    top: 0;
    left: 0; }

  #footer .contact-container, .elements-footer .contact-container {
    display: block; }
  #footer .address, .elements-footer .address {
    padding-top: 2rem; }

  .blog #main-header {
    height: 300px;
    min-height: 300px; }
  .blog .sidebar {
    padding: 0; }

  #coming-soon #clockdiv span {
    font-size: 1.5rem; }
  #coming-soon .content {
    padding: 0.5rem; }
    #coming-soon .content h4 {
      font-size: 2.5rem;
      letter-spacing: 0.8rem; }
    #coming-soon .content h5 {
      font-size: 1.1rem;
      letter-spacing: 0.4rem; }
  #coming-soon #about-content {
    width: 100%;
    right: -100%; }
    #coming-soon #about-content .main-images a {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }

  .hover-me::before, .hover-me::after {
    display: none; }

  .cd-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px; }

  .fullpage-section, .fp-tableCell {
    height: auto !important;
    min-height: auto !important; }
    .fullpage-section .container, .fp-tableCell .container {
      min-height: auto !important;
      padding: 4rem 0; }
      .fullpage-section .container .tabs, .fp-tableCell .container .tabs {
        margin-top: 1rem; }
      .fullpage-section .container .carousel, .fullpage-section .container .carousel-item, .fp-tableCell .container .carousel, .fp-tableCell .container .carousel-item {
        margin-top: 0.5rem;
        max-height: inherit !important; }
    .fullpage-section .p-1, .fp-tableCell .p-1 {
      padding-left: 0;
      padding-right: 0; }
    .fullpage-section img.max-h-vhx, .fp-tableCell img.max-h-vhx {
      max-width: 100%; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 80%; }

  #main-header,
  #testimonials,
  #statistics,
  #download {
    background-attachment: scroll !important; }

  #main-nav.nav-up {
    top: -52px; }

  #about-us.about-us-style-3 .col .icon i, .elements-about-us.about-us-style-3 .col .icon i {
    width: 60px;
    height: 60px;
    font-size: 2rem; }

  #features.features-style-2 .feature-left,
  #features.features-style-4 .feature-left,
  .elements-features.features-style-2 .feature-left,
  .elements-features.features-style-4 .feature-left {
    width: 90%;
    margin: 0 auto; }

  #showcase.showcase-ticksy .data:nth-of-type(1), .elements-showcase.showcase-ticksy .data:nth-of-type(1) {
    margin-bottom: 4rem; }

  #screenshot .owl-stage-outer {
    padding: 6rem 0 2rem 0; }

  #screenshot .owl-screenshots {
    padding-top: 0; }

  #testimonials .owl-testimonials, .elements-testimonials .owl-testimonials {
    text-align: center; }

  #prices .tabs, .elements-price .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  #numbers .content i {
    width: 70px;
    height: 70px;
    font-size: 2rem; }

  #coming-soon {
    height: auto; }
    #coming-soon #side-nav-btn,
    #coming-soon #more-info {
      display: none; }
    #coming-soon .main-container {
      height: auto;
      padding: 4rem 0; }
    #coming-soon #about-content {
      position: relative;
      right: 0;
      left: 0; }

  #not-found .main-title {
    font-size: 3rem; }

  .cd-top {
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 10px;
    font-size: 0.8rem; }

  .section-title .menu__item-name span {
    line-height: 36px; } }
@media screen and (max-width: 500px) {
  html {
    font-size: 75%; }

  #coming-soon .image {
    width: 90%; }

  #main-header .header-section.simple-2 h1 {
    font-size: 2.7rem; }

  #main-header .header-text h3.textillate {
    font-size: 3rem; }

  #about-us .square-icons-container .square-icons,
  .elements-about-us .square-icons-container .square-icons {
    margin-left: 0;
    margin-right: 0; }

  #features.features-style-7 .single-feature, .elements-features.features-style-7 .single-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #features.features-style-7 .main-title, .elements-features.features-style-7 .main-title {
    font-size: 6vw; }

  #download .tabs a span {
    display: none; }

  #gallery .post-link {
    min-width: 250px; }

  #testimonials.testimonials-v .testimonials-container-v, .elements-testimonials.testimonials-v .testimonials-container-v {
    height: 600px; }
  @-webkit-keyframes easy-float-down {
    0% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    50% {
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    100% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); } }
  @keyframes easy-float-down {
    0% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    50% {
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    100% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); } }
  @-webkit-keyframes easy-float-down-alternate {
    0% {
      -webkit-transform: translateY(-160%);
              transform: translateY(-160%); }
    50% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    100% {
      -webkit-transform: translateY(-160%);
              transform: translateY(-160%); } }
  @keyframes easy-float-down-alternate {
    0% {
      -webkit-transform: translateY(-160%);
              transform: translateY(-160%); }
    50% {
      -webkit-transform: translateY(-1%);
              transform: translateY(-1%); }
    100% {
      -webkit-transform: translateY(-160%);
              transform: translateY(-160%); } }
  #footer.footer-style-4 form, #footer.footer-style-2 form, .elements-footer.footer-style-4 form, .elements-footer.footer-style-2 form {
    padding: 0; }

  #map-section form {
    padding: 0; }
  #map-section.map-style-1 #contact-submit {
    width: 80%; }
  #map-section.map-style-3 #contact-submit {
    width: 80%; }

  #small-main-header .tabs li a {
    font-size: 1.1rem;
    padding: 0 5px; }

  .owl-nav {
    display: none !important; } }
@media screen and (max-width: 320px) {
  html {
    font-size: 68%; }

  #main-header .header-text h3.textillate {
    font-size: 2.5rem; }

  #video .icon-button i {
    top: 45%; } }
@media screen and (max-height: 750px) {
  .fullpage-section, .fp-tableCell {
    height: auto !important;
    min-height: auto !important; }
    .fullpage-section .container, .fp-tableCell .container {
      min-height: auto !important;
      padding: 4rem 0; }
      .fullpage-section .container .carousel, .fullpage-section .container .carousel-item, .fp-tableCell .container .carousel, .fp-tableCell .container .carousel-item {
        max-height: inherit !important; }
    .fullpage-section .p-1, .fp-tableCell .p-1 {
      padding-left: 0;
      padding-right: 0; } }
