:root {
    --primary-font: "Roboto", sans-serif;
    --white-color-1: #fff;
    --white-color-2: rgba(255, 255, 255, .6);
    --white-color-3: rgba(255, 255, 255, .5);
    --white-color-4: rgba(255, 255, 255, .4);
    --black-color-1: #080808;
    --black-color-2: #0d0d0d;
    --black-color-3: #111;
    --black-color-4: #121212;
    --black-color-5: #131313;
    --primary-color: #008aff;
    --str-border-1: rgba(255, 255, 255, .08);
    --str-border-2: rgba(255, 255, 255, .3);
    --str-border-3: rgba(255, 255, 255, .15);
    --str-border-4: rgba(255, 255, 255, .2);
    --str-border-5: rgba(152, 152, 152, .3)
}

* {
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

*, :after, :before {
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

.home_content {
    position: relative;
    z-index: 10
}

img {
    display: block;
    max-width: 100%;
}

iframe {
    border: none
}

ul {
    padding-left: 0;
    margin-left: 0
}

ul li {
    list-style: none
}

.navigation-menu-list li a {
    text-transform: uppercase
}

* {
    letter-spacing: .5px;
    font-style: normal
}

@media (max-width:575px) {
    .right-side {
        padding-right: 10px
    }
    .ion-search {
        font-size: 17px
    }
}

a {
    line-height: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 10px
    }
}

h1, h2, h3, h4 {
    letter-spacing: -1.5px
}

i {
    color: inherit;
    line-height: 1
}

h1 {
    font-size: 35px;
    line-height: 42px
}

@media (max-width:1439px) {
    h1 {
        font-size: 30px;
        line-height: 58px
    }
}

@media (max-width:1023px) {
    h1 {
        font-size: 28px;
        line-height: 48px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 22px;
        line-height: 38px
    }
}

h2 {
    font-size: 48px;
    line-height: 56px
}

@media (max-width:1439px) {
    h2 {
        font-size: 42px;
        line-height: 50px
    }
}

@media (max-width:1199px) {
    h2 {
        font-size: 38px;
        line-height: 46px
    }
}

@media (max-width:1023px) {
    h2 {
        font-size: 34px;
        line-height: 42px
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    h2 {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 28px
    }
}

h3 {
    font-size: 28px;
    line-height: 46px
}

@media (max-width:1439px) {
    h3 {
        font-size: 34px;
        line-height: 42px
    }
}

@media (max-width:1199px) {
    h3 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width:1023px) {
    h3 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (max-width:575px) {
    h3 {
        font-size: 24px;
        line-height: 32px
    }
}

h4 {
    font-size: 28px;
    line-height: 36px
}

@media (max-width:1023px) {
    h4 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    h4 {
        font-size: 18px;
        line-height: 26px
    }
}

h5 {
    font-size: 22px;
    line-height: 30px
}

@media (max-width:1199px) {
    h5 {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width:1023px) {
    h5 {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:575px) {
    h5 {
        font-size: 16px;
        line-height: 20px
    }
}

h6 {
    font-size: 14px;
    line-height: 18px
}

a {
    text-decoration: none;
    font-size: inherit
}

a:hover {
    text-decoration: none
}

span {
    font-size: inherit;
    line-height: 1;
    color: inherit
}

::selection {
    background-color: #079cff;
    color: white
}

.toggle-text-slider .text-slider-wrapper :first-child {
    position: relative
}

.toggle-text-slider .text-slider-wrapper :last-child {
    position: absolute;
    transform: translateY(100%)
}

.text-slider-wrapper {
    display: flex;
    flex-direction: column;
    height: 20px;
    position: relative;
    overflow: hidden
}

.text-slider-wrapper span {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #606060;
    line-height: 1
}

.text-slider-wrapper span a {
    color: #222222;
    font-weight: bold;
    letter-spacing: 1px;
}

.text-slider-wrapper span a.active {
    color: #044bec;
}

@media (max-width:575px) {
    .text-slider-wrapper span {
        font-size: 12px
    }
}

@keyframes block-reveal-horizontal {
    0% {
        width: 100%;
        pointer-events: auto
    }
    100% {
        width: 0;
        pointer-events: none
    }
}

@keyframes block-reveal-vertical {
    0% {
        height: 100%;
        pointer-events: auto
    }
    100% {
        height: 0;
        pointer-events: none
    }
}

.page-content {
    position: relative
}

.custom_1580274267066 {
    padding-right: 30px !important
}

@media (max-width:1023px) {
    .page-content {
        padding: 100px 0 30px
    }
}

@media (max-width:767px) {
    .page-content {
        padding: 0
    }
}

.page-wrapper {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100
}

.img-fluid {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    max-height: 100%
}

.post-default .image-wrapper {
    margin-bottom: 15px
}

.post-default .two-side-image {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .post-default .two-side-image {
        margin: 15px 0
    }
}

.post-default .two-side-image div {
    width: 50%
}

@media (max-width:767px) {
    .post-default .two-side-image div {
        width: 100%
    }
}

.post-default .two-side-image div:first-child {
    padding-right: 15px
}

.bg-white-canvas {
    background: #fff;
    position: relative;
    z-index: 1;
}

@media (max-width:767px) {
    .post-default .two-side-image div:first-child {
        padding: 0;
        margin-bottom: 15px
    }
}

.post-default .two-side-image div:last-child {
    padding-left: 15px
}

@media (max-width:767px) {
    .post-default .two-side-image div:last-child {
        padding: 0
    }
}

.post-default .three-side-image {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap
}

.post-default .three-side-image .image-wrapper {
    width: 33.3333%;
    padding: 0 15px
}

@media (max-width:767px) {
    .post-default .three-side-image .image-wrapper {
        width: 100%;
        padding: 0;
        margin: 7.5px 0
    }
}

.post-default .two-side-content {
    display: flex;
    align-items: center;
    margin: 15px 0;
    flex-wrap: wrap
}

.post-default .two-side-content .left-side {
    padding-right: 30px;
    width: 50%
}

@media (max-width:1023px) {
    .post-default .two-side-content .left-side {
        padding: 0;
        margin-bottom: 15px;
        width: 100%
    }
}

.post-default .two-side-content .right-side {
    padding-left: 30px;
    width: 50%
}

@media (max-width:1023px) {
    .post-default .two-side-content .right-side {
        width: 100%;
        padding: 0
    }
}

.post-default a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 400
}

.post-default p {
    display: block;
    color: var(--white-color-2)
}

.post-default p:not(:last-child) {
    margin-bottom: 15px
}

.post-default b {
    color: #606060;
    font-weight: 400
}

.post-default i {
    color: #606060;
    font-style: italic;
    font-weight: 400
}

.post-default blockquote {
    background-color: var(--black-color-4);
    padding: 50px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin: 15px 0
}

@media (max-width:1023px) {
    .post-default blockquote {
        padding: 40px;
        font-size: 18px
    }
}

@media (max-width:575px) {
    .post-default blockquote {
        padding: 30px;
        font-size: 14px
    }
}

.post-default blockquote:before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: var(--primary-color);
    position: absolute;
    top: 8px;
    left: 15px;
    font-weight: 900
}

@media (max-width:575px) {
    .post-default blockquote:before {
        top: 5px;
        left: 10px;
        font-size: 18px
    }
}

.post-default audio {
    max-width: 400px;
    width: 100%;
    margin: 5px 0 15px
}

.post-default .gallery-grid {
    margin: -10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:575px) {
    .post-default .gallery-grid {
        margin: 0
    }
}

.post-default .gallery-grid .grid-item {
    padding: 10px;
    width: 25%;
    height: 200px
}

@media (max-width:1023px) {
    .post-default .gallery-grid .grid-item {
        width: 33.333%
    }
}

@media (max-width:1023px) {
    .post-default .gallery-grid .grid-item {
        width: 33.333%
    }
}

@media (max-width:767px) {
    .post-default .gallery-grid .grid-item {
        width: 50%
    }
}

@media (max-width:575px) {
    .post-default .gallery-grid .grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }
}

.post-default .gallery-grid .grid-item .inner-wrapper {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.post-default .list-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.post-default .list-row ul {
    width: 33.333%
}

@media (max-width:1023px) {
    .post-default .list-row ul {
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .post-default .list-row ul {
        width: 100%
    }
}

.post-default .list-row ul li {
    display: flex;
    align-items: center
}

.post-default .list-row ul li:before {
    content: '';
    display: flex;
    width: 10px;
    height: 2px;
    margin-right: 15px;
    background-color: var(--primary-color)
}

.post-default .list-row ul li p {
    color: #606060;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #606060;
    line-height: 1
}

@media (max-width:575px) {
    .post-default .list-row ul li p {
        font-size: 12px
    }
}

.post-default .list-row ul li:not(:last-child) {
    margin-bottom: 20px
}

.post-default ul {
    margin-bottom: 15px
}

.post-default .fa {
    font-weight: 900 !important;
    font-style: normal !important
}

.navigation-type-split {
    position: fixed;
    top: 0;
    left: calc(50% - 55px);
    width: 110px;
    height: 75px;
    z-index: 200
}

.navigation-type-split .inner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 80px;
    align-items: center
}

@media (max-width:1439px) {
    .navigation-type-split .inner-wrapper {
        padding: 20px 40px
    }
}

@media (max-width:767px) {
    .navigation-type-split .inner-wrapper {
        padding: 20px
    }
}

.navigation-type-split .inner-wrapper .left-side {
    display: flex;
    align-items: center;
    position: relative
}

@media (max-width:1439px) {
    .navigation-type-split .inner-wrapper .left-side {
        margin-left: -15px
    }
}

.navigation-type-split .inner-wrapper .left-side .menu-toggle {
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(25px);
    margin-right: 40px
}

@media (max-width:1439px) {
    .navigation-type-split .inner-wrapper .left-side .menu-toggle {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .navigation-type-split .inner-wrapper .left-side .menu-toggle {
        margin-right: 25px
    }
}

@media (max-width:575px) {
    .navigation-type-split .inner-wrapper .left-side .menu-toggle {
        margin-right: 10px
    }
}

.menu-toggle .bars {
    display: flex;
    flex-direction: column
}

.menu-toggle .bars .toggle-bar {
    width: 100%;
    height: 2px;
    background-color: #606060
}

.menu-toggle .bars .toggle-bar:not(:last-child) {
    margin-bottom: 5px
}

.menu-toggle .menu-toggle-text {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    height: 20px;
    position: relative;
    overflow: hidden
}

.menu-toggle .menu-toggle-text span {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #606060;
    line-height: 1
}

.navigation-type-split .inner-wrapper .left-side .logo-wrapper {
    cursor: pointer;
    transform: translateY(25px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    position: fixed;
    top: 30px;
    left: 80px;
}

@media (max-width:767px) {
    .navigation-type-split .inner-wrapper .left-side .logo-wrapper {
        position: fixed;
        left: 20px;
        transform: none
    }
}

.navigation-type-split .inner-wrapper .left-side .logo-wrapper a {
    display: flex;
    align-items: center
}

.navigation-type-split .inner-wrapper .left-side .logo-wrapper a .logo {
    max-width: 147px;
    max-height: 60px
}

@media (max-width:575px) {
    .navigation-type-split .inner-wrapper .left-side .logo-wrapper a .logo {
        max-width: 120px;
        max-height: 50px
    }
}

.navigation-type-split .inner-wrapper .right-side {
    display: block;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0
}

@media (max-width:1439px) {
    .navigation-type-split .inner-wrapper .right-side {}
}

.navigation-type-split .inner-wrapper .right-side li.animate-element:before {
    animation: stroke-fill .5s ease-in-out 1 forwards
}

.navigation-type-split .inner-wrapper .right-side li.animate-element-hide:before {
    animation: stroke-fill-hide .5s ease-in-out 1 forwards
}

@keyframes stroke-fill {
    0% {
        width: 0
    }
    100% {
        width: 40px
    }
}

@keyframes stroke-fill-hide {
    0% {
        width: 40px
    }
    100% {
        width: 0
    }
}

@media (max-width:650px) {
    .shop-wrapper {
        padding: 0 5px !important
    }
}

.navigation-type-split .inner-wrapper .right-side .shop-wrapper {
    opacity: 0;
    transform: translateY(25px);
    width: 80px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

@media (max-width:1439px) {
    .navigation-type-split .inner-wrapper .right-side .shop-wrapper {
        padding: 0 25px;
    }
}

@media (max-width:650px) {
    .shop-wrapper {
        padding: 0 5px !important
    }
}

.navigation-type-split .inner-wrapper .right-side .shop-toggle {
    display: flex;
    align-items: center;
    cursor: pointer
}

.navigation-type-split .inner-wrapper .right-side .shop-toggle {
    position: relative
}

.navigation-type-split .inner-wrapper .right-side .shop-toggle .icon-wrapper {
    position: relative
}

.navigation-type-split .inner-wrapper .right-side .shop-toggle .icon-wrapper .products-count {
    width: 17px;
    height: 17px;
    color: #606060;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    line-height: 1;
    top: -4px;
    left: -9px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.navigation-type-split .navigation-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    pointer-events: none
}

.navigation-type-split .navigation-menu-wrapper .menu-close {
    position: absolute;
    font-size: 45px;
    margin-left: -50px;
    align-items: center;
    height: 50px;
    width: 100px;
    display: flex;
    justify-content: center;
    top: 20px;
    left: 50%;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    pointer-events: none
}

@media (max-width:1439px) {
    .navigation-type-split .navigation-menu-wrapper .menu-close {
        top: 20px;
    }
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .menu-close {
        top: 30px;
        left: 50%
    }
}

.navigation-type-split .navigation-menu-wrapper .menu-close .menu-toggle-text {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    height: 20px;
    position: relative;
    overflow: hidden
}

.navigation-type-split .navigation-menu-wrapper .menu-close .menu-toggle-text span {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #606060;
    line-height: 1
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str {
    width: 0;
    /* height          : 100%; */
    background-color: #191919;
    position: absolute;
    border-right: 1px solid rgb(211 211 211 / 50%);
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-one {
    left: 80px;
    border-left: 1px solid rgb(211 211 211 / 50%);
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-two {
    left: calc(25% + 40px)
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-three {
    left: 50%
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-four {
    left: calc(75% - 40px)
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-five {
    left: 80%
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
    height: 100vh;
    padding: 100px 0px
}

@media (max-width:1023px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list {
        /* max-width: 80%; */
        padding: 50px
    }
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
        font-size: 25px;
    }
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list {
        max-width: 100%;
        padding: 50px 15px
    }
    .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str {
        width: 100% !important;
        left: 0;
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item {
    display: flex;
    position: relative;
    transition: all 0.1s ease-in-out;
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:hover {}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item {
        justify-content: center;
        width: 100%
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
    font-size: 35px;
    font-weight: bold;
    padding: 15px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.1s ease-in-out;
    pointer-events: none;
    position: relative;
    z-index: 10
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
        text-align: center;
        font-size: 20px
    }
}

@media (max-width:575px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
        font-size: 18px;
        padding: 10px
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
    line-height: 1;
    font-size: 24px;
    width: 50px;
    color: var(--str-border-2)
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
        font-size: 20px;
        width: 40px
    }
}

@media (max-width:575px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
        font-size: 18px;
        display: none
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a span {
    color: #606060;
    transition: all .2s ease-in-out
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a:hover span {
    color: var(--primary-color)
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
        margin-bottom: 20px
    }
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:hover img {
        opacity: 0;
    }
}

@media (max-width:575px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-information {
    padding: 100px 0px;
    max-width: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-content: center;
    position: relative;
    z-index: 10
}

@media (max-width:1439px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information {
        padding: 50px 0px
    }
}

@media (max-width:1199px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information {
        padding: 50px 0px
    }
}

@media (max-width:1023px) {}

.navigation-type-split .navigation-menu-wrapper .navigation-information .navigation-animate-element {
    opacity: 0
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .subtitle {
    margin-bottom: 60px;
    color: var(--white-color-2)
}

@media (max-width:1439px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information .subtitle {
        margin-bottom: 30px
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact {
    flex-wrap: wrap;
    margin-bottom: -60px
}

@media (max-width:1439px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact {
        margin-bottom: -30px
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side {
    width: 50%;
    margin-bottom: 60px;
    padding-right: 50px
}

@media (max-width:1439px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side {
        padding-right: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:1199px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side {
        padding-right: 15px;
        margin-bottom: 15px
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-title {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #0093e0;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-title {
        font-size: 12px
    }
}

@media (max-width:575px) {
    .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-title {
        font-size: 11px
    }
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info {
    display: flex;
    flex-direction: column
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info a {
    color: #fff;
    font-weight: 400
}

@keyframes str-animation-show {
    0% {
        height: 0;
        top: 0
    }
    100% {
        height: 100%
    }
}

@keyframes str-animation-hide {
    0% {
        height: 100%;
        bottom: 0
    }
    100% {
        height: 0
    }
}

.navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .str:not(:first-child):not(:last-child):after {
    animation: str-animation-show .7s ease-in-out 1 forwards
}

@media (max-width:767px) {
    .navigation-type-split .navigation-menu-wrapper.animate-element .navigation-overlay .str:not(:first-child):after {
        animation: str-animation-show .7s ease-in-out 1 forwards
    }
}

.navigation-type-split .navigation-menu-wrapper.animate-element-hide .navigation-overlay .str:not(:first-child):not(:last-child):after {
    animation: str-animation-hide .7s ease-in-out 1 forwards
}

@media (max-width:575px) {
    .navigation-type-split .menu-toggle-text, .navigation-type-split .text-slider-wrapper {
        display: none !important
    }
}

.img-news {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.info-about-us h4 {
    font-size: 30px;
    text-align: left;
}

.page-overlay {
    height: 100vh;
    position: fixed;
    left: 50%;
    z-index: 1;
    top: 0;
}

.page-overlay .str {
    background-color: rgb(211 211 211 / 50%);
    position: fixed;
    width: 1px;
    height: 100%
}

.page-overlay .str:after {
    content: ' ';
    width: 3px;
    height: 80px;
    background-color: rgb(235 232 232 / 65%);
    position: absolute;
    top: -50%;
    border-radius: 1px;
    transform: translateX(-1px)
}

.page-overlay .str.animate-element:after {
    animation: str-animation 12s linear infinite
}

@keyframes str-animation {
    0% {
        top: -80%
    }
    100% {
        top: calc(100% + 40px)
    }
}

.page-overlay .str-first {
    left: 80px
}

.page-overlay .str-end {
    right: 80px
}

.page-overlay .str-one {
    left: calc(25vw + 40px)
}

.page-overlay .str-two {
    left: calc(50vw)
}

.page-overlay .str-first.animate-element:after {
    animation-delay: 1.5s
}

.page-overlay .str-end.animate-element:after {
    animation-delay: 4.5s
}

.page-overlay .str-one.animate-element:after {
    animation-delay: 0.5s
}

.page-overlay .str-two.animate-element:after {
    animation-delay: 2.5s
}

.page-overlay .str-three {
    left: calc(75vw - 40px)
}

.page-overlay .str-three.animate-element:after {
    animation-delay: 5s
}

.page-overlay .str-four {
    left: 100%
}

.page-overlay .str-four.animate-element:after {
    animation-delay: 6.5s
}

.page-social-list {
    position: fixed;
    right: 0;
    padding: 0 20px;
    bottom: 30px;
    z-index: 11
}

@media (max-width:1023px) {}

.page-social-list .social-list {
    display: flex;
    flex-direction: column;
}

.page-social-list .social-list li {
    opacity: 0;
    transform: translateY(25px)
}

.page-social-list .social-list li a {
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-social-list .social-list li a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222222;
    line-height: 1;
    transition: all .2s ease-in-out;
    text-decoration: none
}

.page-social-list .social-list li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .about-page .page-social-list {
        display: none
    }
}

.cursor-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
    pointer-events: none
}

@media (max-width:575px) {
    .cursor-wrapper {
        display: none
    }
}

.cursor-wrapper #ball-cursor {
    width: 60px;
    height: 60px;
    background: 0 0;
    border: 2px solid var(--str-border-3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(calc(-50% + 2px)) translateX(calc(-50% + 2px));
    pointer-events: none;
    z-index: 100
}

body {
    overflow-x: hidden;
    width: 100vw;
}

@media (max-width:575px) {
    body {
        cursor: auto
    }
}

.block-reveal-wrapper .hover-reveal-img, .block-reveal-wrapper .hover-reveal-inner {
    width: 100%;
    height: 100%;
    position: relative
}

.block-reveal-wrapper .hover-reveal-deco {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #181314
}

.block-reveal-wrapper .hover-reveal-img {
    background-size: cover;
    background-position: 50% 50%
}

.block-reveal-wrapper .hover-reveal {
    position: fixed;
    width: 300px;
    height: 200px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0
}

@media (max-width:767px) {
    .block-reveal-wrapper .hover-reveal {
        width: 200px;
        height: 130px
    }
}

#home_particle {
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    margin-left: 12.6%;
    z-index: 1
}

.triggers {
    z-index: 1000;
    position: absolute
}

.hero-slideshow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
    position: absolute;
    padding-left: 25%;
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero-slideshow:after {
    animation: grain 1s steps(1) infinite;
    background: #fff;
    content: "";
    height: 300%;
    left: -50%;
    opacity: .22;
    position: fixed;
    top: -110%;
    width: 300%
}

@keyframes grain {
    0%, 100% {
        transform: translate(0, 0)
    }
    10% {
        transform: translate(-5%, -10%)
    }
    20% {
        transform: translate(-15%, 5%)
    }
    30% {
        transform: translate(7%, -25%)
    }
    40% {
        transform: translate(-5%, 25%)
    }
    50% {
        transform: translate(-15%, 10%)
    }
    60% {
        transform: translate(15%, 0)
    }
    70% {
        transform: translate(0, 15%)
    }
    80% {
        transform: translate(3%, 35%)
    }
    90% {
        transform: translate(-10%, 10%)
    }
}

.hero-slideshow .slides-container {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-slideshow .slides-container .slides {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 600px;
    position: relative;
    z-index: 10
}

@media (max-width:1439px) {
    .hero-slideshow .slides-container .slides {
        width: 500px;
        height: 400px
    }
}

@media (max-width:575px) {
    .hero-slideshow .slides-container .slides {
        width: 400px;
        height: 300px;
        padding-bottom: 80px
    }
}

.hero-slideshow .slides-container .slides .slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute
}

.hero-slideshow .slides-container .slides .slide img {
    max-height: 100%;
    max-width: 100%
}

.hero-slideshow .slides-container .slides .slide:not(.slide-active) {
    opacity: 0
}

.hero-slideshow .slides-container .slides .slide.slide-active {
    opacity: 0;
    transform: translateY(50px)
}

.hero-slideshow .slides-container.animation-element .container-overlay:after, .hero-slideshow .slides-container.animation-element .container-overlay:before {
    animation: overlay-border-circles-appear 1s ease-in-out 1s 1 forwards
}

@media (max-width:1439px) {
    .hero-slideshow .slides-container:after {
        width: 350px;
        height: 350px
    }
}

@media (max-width:575px) {
    .hero-slideshow .slides-container:after {
        width: 250px;
        height: 250px
    }
}

@keyframes circle-background-appear {
    0% {
        transform: scale(.5)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes overlay-background-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes overlay-border-circles-appear {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0) scale(.5);
        opacity: 0
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(0) scale(1);
        opacity: 1
    }
}

.hero-slideshow .pagination-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 80px;
    z-index: 10;
    max-height: 500px;
    height: 100%
}

@media (max-width:1439px) {
    .hero-slideshow .pagination-line {
        padding: 0 40px
    }
}

@media (max-width:767px) {
    .hero-slideshow .pagination-line {
        padding: 0 20px
    }
}

.hero-slideshow .pagination-line .pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    position: relative;
    background-color: #606060;
    transform: translateY(10px);
    opacity: 0
}

.hero-slideshow .pagination-line .pagination-bullet:not(:last-child) {
    margin-bottom: 30px
}

.hero-slideshow .pagination-line .pagination-bullet.pagination-bullet-active {
    height: 60px;
    background-color: var(--primary-color)
}

.button {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 1
}

.button i {
    font-size: 13px;
    margin-left: 15px
}

footer .inner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

footer .inner-wrapper .logo-wrapper {
    max-width: 150px;
    width: 100%;
    max-height: 100px
}

footer .inner-wrapper .social-list {
    margin: 20px 0;
    display: flex
}

@media (max-width:767px) {
    footer .inner-wrapper .social-list {
        margin-top: 20px
    }
}

footer .inner-wrapper .social-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out
}

footer .inner-wrapper .social-list li a:hover {
    color: var(--primary-color)
}

footer .inner-wrapper .social-list li:not(:last-child) {
    margin-right: 15px
}

footer .inner-wrapper .copyright {
    margin-top: 30px;
    display: flex;
    color: var(--white-color-2);
    font-size: 13px
}

@media (max-width:767px) {
    footer .inner-wrapper .copyright {
        margin-top: 15px
    }
}

.footer-sizer {
    pointer-events: none
}

@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0)
    }
    30% {
        clip: rect(0, 80px, 20px, 0)
    }
    50% {
        clip: rect(0, 80px, 20px, 0)
    }
    80% {
        clip: rect(0, 80px, 20px, 80px)
    }
    100% {
        clip: rect(0, 80px, 20px, 80px)
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-aborted, div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:after, span.wpcf7-list-item-label:before {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff !important
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%
}

.rev_slider {
    position: relative;
    overflow: visible
}

.entry-content .rev_slider a, .rev_slider a {
    box-shadow: none
}

.tp-overflow-hidden {
    overflow: hidden !important
}

.group_ov_hidden {
    overflow: hidden
}

.rev_slider img, .tp-simpleresponsive img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

.rev_slider>ul, .rev_slider>ul>li, .rev_slider>ul>li:before, .rev_slider_wrapper>ul, .tp-revslider-mainul>li, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}

.rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before {
    visibility: hidden
}

.tp-revslider-mainul, .tp-revslider-slidesli {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important
}

.tp-caption .rs-untoggled-content {
    display: block
}

.tp-caption .rs-toggled-content {
    display: none
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none
}

.rev_slider .caption, .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1
}

.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

/* ::-webkit-scrollbar {
    display: none
} */

.loader_overlay {
    background: #eee;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none
}

.inner_overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: url(../img/bg_inner.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0
}

.social-list i {
    font-size: 18px
}

.page-title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500
}

.breadcrumbs-list i {
    margin-left: 15px;
    margin-right: 15px
}

.inner_page_container {
    max-width: calc(100% - 160px);
    margin: 0 auto;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 50px
}

.column_container>.column-inner {
    padding-left: 0;
    padding-right: 0
}

a {
    -webkit-transition-duration: .6s !important;
    -moz-transition-duration: .6s !important;
    -o-transition-duration: .6s !important;
    transition-duration: .6s !important
}

.banner_heading span {
    font-weight: 600
}

.contact-info {}

.home_button:hover {
    color: #000 !important
}

.arrow i {
    font-size: 25px !important
}

.contact-title i {
    margin-right: 5px
}

@media all and (max-width:1300px) and (min-width:900px) {
    .page-overlay {
        width: 70% !important
    }
}

@media all and (max-width:1140px) and (min-width:100px) {
    .inner_page_container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media all and (max-width:870px) and (min-width:768px) {
    .page-title {
        font-size: 20px !important;
        letter-spacing: 0 !important
    }
}

@media all and (max-width:767px) and (min-width:50px) {
    .wpb_wrapper {
        text-align: center
    }
    .custom_1580274267066 {
        padding-right: 0 !important
    }
    .page-title {
        font-size: 23px !important;
        letter-spacing: 0 !important
    }
    .heading p {
        font-size: 20px;
        letter-spacing: 0 !important
    }
    .heading p span {
        display: none
    }
    .heading_small p {
        font-size: 18px
    }
    .heading_small p span {
        display: none
    }
    .custom_1580281091795 {
        padding-top: 40px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important
    }
    .client_logo img, .client_logo_bottom img {
        border-left: 1px solid rgba(255, 255, 255, .1) !important;
        border-right: 1px solid rgba(255, 255, 255, .1) !important;
        border-top: 1px solid rgba(255, 255, 255, .1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important
    }
}

@media all and (max-width:450px) and (min-width:50px) {
    .page-title {
        font-size: 18px !important;
        letter-spacing: 0 !important
    }
}