/*
[Import scss-modules]

[1] Reset Css
[2] Include Fonts
[3] Declaration of css-variables
[4] General Settings
[5] Additional Classes
[6] Shortcodes Styles
[7] Navigation
[8] Portfolio
[9] Shop
[10] Blog
[11] Footer
*/

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

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

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

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
}

address {
    font-style: normal;
    line-height: inherit;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

a {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
}

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

iframe {
    border: none !important;
}

*:focus {
    outline: none !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.non-page-builder {
    background-color: var(--white-color-1);
    padding: 100px 0;
}

.non-page-builder .non-page-builder--inner-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


/*
Fonts
*/


/* Poppins */

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

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

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

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

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

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

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


/* Scss Variables */


/* Points */


/* Points Min */

:root {
    --primary-color-1: #034da2;
    --primary-color-2: #7bcbff;
    --white-color-1: #f3f3f3c7; /* #f3f3f3;*/
    --white-color-2: #dadada;
    --selection-background: #f3f3f3;
    --selection-color: #080808;
    --primary-font-color: #9c9ca4;
    --primary-font: 'Poppins';
    --black-color-1: #111111;
    --black-color-2: #060606;
    --primary-border-color: rgba(152, 152, 152, 0.2);
}

body {
    line-height: 1.8;
    font-size: 15px;
    overflow-x: hidden !important;
    overflow-y: scroll;
    font-family: var(--primary-font);
    background-color: var(--black-color-1);
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1440px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 13px;
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    padding: 0 15px;
    width: 100%;
    max-width: 1440px;
}

@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

.default-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 1440px) {
    .default-container {
        max-width: 1024px;
    }
}

a {
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in-out;
    color: var(--white-color-1);
}

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

button:focus,
input:focus {
    outline: none;
}

section,
header {
    position: relative;
    z-index: 10;
    background-color: var(--black-color-1);
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    max-width: 100%;
}

.content-page-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
}

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

.bg-size-cover {
    background-size: cover !important;
}

.bg-position-center {
    background-position: center !important;
}

.large-section {
    padding: 180px 0;
}

@media (max-width: 1199px) {
    .large-section {
        padding: 50px 0;
    }
}

.small-section {
    padding: 75px 0;
}

@media (max-width: 1199px) {
    .small-section {
        padding: 50px 0;
    }
}

.overlay:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.dark-overlay:after {
    background-color: rgba(0, 0, 0, 0.85);
}

.black-overlay:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.gray-overlay:after {
    background-color: rgba(0, 0, 0, 0.35);
}

.swiper-hero,
.swiper-hero-type-2 {
    width: 100%;
    height: 100%;
    z-index: 100;
    min-height: 600px;
    cursor: grab;
}

.swiper-hero .swiper-slide,
.swiper-hero-type-2 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.z-index-100 {
    position: relative;
    z-index: 100;
}

.white-color {
    color: var(--white-color-1) !important;
}

.padding-right {
    padding-right: 75px !important;
}

@media (max-width: 1440px) {
    .padding-right {
        padding-right: 30px !important;
    }
}

@media (max-width: 1199px) {
    .padding-right {
        padding-right: 15px !important;
    }
}

.padding-left {
    padding-left: 75px !important;
}

@media (max-width: 1440px) {
    .padding-left {
        padding-left: 30px !important;
    }
}

@media (max-width: 1199px) {
    .padding-left {
        padding-left: 15px !important;
    }
}


/*
[Import shortcodes]

[1] Typography
[2] Preloader
[3] Follow Mouse Styles
[4] Home Page Hero Header Styles
[5] About Page Hero Header Styles
[6] Pages Styles
[7] Buttons Styles
[8] Socials icons Styles
[9] Block Reveal Animation
[10] Portfolio Slider Styles
[11] Video Toggles Styles
[12] Clients Slider Styles
[13] Recent Posts Styles
[14] Accordions Styles
[15] Services Styles
[16] Team Slider Styles
[17] Testimonials Styles
[18] Contact Form Styles
[19] Accordion Gallery Styles
[20] Feature Box Styles
[21] Breadcrumbs Styles
[22] Tabs Styles
[23] Background Slider Styles
[24] Blockquote Styles
[25] List Styles
[26] Hover Images Styles
[27] Pricing Tables Styles
[28] Team Styles
[29] Counters Styles
[30] Info Banners Styles
*/

@media (max-width: 1200px) {
    .section-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
}

.section-heading .section-heading--title {
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    padding-bottom: 5px;
}

.section-heading .section-heading--subtitle {
    margin-top: 10px;
}

.heading-stroke span {
    text-transform: uppercase;
    color: var(--white-color-1);
    -webkit-text-fill-color: var(--black-color-1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color-1);
    display: inline-block;
}

p {
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0.3px;
    color: var(--primary-font-color);
    position: relative;
}

@media (max-width: 575px) {
    p {
        letter-spacing: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--white-color-1);
    line-height: 1.6 !important;
}

h1 {
    font-size: 62px;
}

@media (max-width: 1440px) {
    h1 {
        font-size: 54px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 52px;
}

@media (max-width: 1200px) {
    h2 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 42px;
}

@media (max-width: 1440px) {
    h3 {
        font-size: 36px;
    }
}

@media (max-width: 1200px) {
    h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 34px;
}

@media (max-width: 992px) {
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media (max-width: 992px) {
    h5 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 20px;
}

@media (max-width: 1440px) {
    h6 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    h6 {
        font-size: 16px;
    }
}

i {
    line-height: 1;
}

ul,
ol {
    margin-bottom: 0;
    padding-left: 0;
}

li {
    list-style: none;
}

.page-loader {
    transition: all .6s ease-in-out;
    background-color: var(--black-color-2);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes load {
    0% {
        opacity: 0.1;
        filter: blur(5px);
        letter-spacing: 1px;
    }
    100% {
        letter-spacing: 3px;
    }
}

.page-loader .animate {
    font-size: 52px;
    text-transform: uppercase;
    color: var(--white-color-1);
    animation: load 1.25s infinite 0s ease;
    animation-direction: alternate;
    text-shadow: 0 0 1px var(--white-color-2);
}

.page-loader-hide {
    opacity: 0;
    pointer-events: none;
}

.cursor .cursor--inner {
    z-index: 999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
}

.cursor .cursor--inner-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*border: 2px solid var(--white-color-1);*/
}

@media (max-width: 1199px) {
    .cursor .cursor--inner-circle {
        width: 40px;
        height: 40px;
    }
}

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

.cursor .cursor--inner-text {
    white-space: nowrap;
    left: 30px;
    margin-top: 1px;
    color: var(--primary-border-color);
}

:root {
    --hero-header-height: 100vh;
}

.hero-header {
    height: var(--hero-header-height);
    width: 100%;
}

.hero-header .hero-header--hero-content {
    height: 100%;
    display: flex;
    align-items: center;
}


/* .hero-header .hero-header--hero-content .hero-content--hero-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
} */

.hero-header .hero-header--hero-content .hero-content--hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        text-align: center;
    }
}

.hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
    font-size: 128px;
    line-height: 1 !important;
    font-weight: 700;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

@media (max-width: 1440px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
        font-size: 108px;
    }
}

@media (max-width: 1199px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
        font-size: 88px;
    }
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
        font-size: 70px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
        font-size: 34px;
    }
}

.hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--back-title {
    position: absolute;
    font-size: 150px;
    line-height: 1;
    background: linear-gradient(to right, var(--primary-color-1), var(--primary-color-2) 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(5%) translateY(-20%);
    letter-spacing: -1px;
    z-index: -1;
    opacity: 0.055;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--back-title {
        font-size: 120px;
    }
}

@media (max-width: 1199px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--back-title {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--back-title {
        display: none;
    }
}

.hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-subtitle {
    color: #034da2;
    font-size: 18px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-subtitle {
        margin-bottom: 25px;
        font-size: 14px;
    }
}

.hero-header .hero-header--hero-content .hero-wrapper--news {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap {
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    margin-bottom: 45px;
}

@media (max-width: 1440px) {
    .hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap {
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap {
        max-width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 75px;
        align-items: center;
        text-align: center;
        margin-bottom: 0;
    }
}

.hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column {
        padding-right: 15px;
        margin-top: 30px;
        max-width: 300px;
    }
}

.hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column:first-child {
    margin-right: 40px;
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column:first-child {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column:first-child {
        margin-right: 0;
    }
}

.hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column .news-column--author {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column .news-column--author {
        margin-bottom: 5px;
    }
}

.hero-header .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column .news-column--author h6 {
    color: var(--primary-color-1);
}

.hero-header .hero-header--share-form {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    margin: 0 0 45px 55px;
}

@media (max-width: 1440px) {
    .hero-header .hero-header--share-form {
        margin: 0 0 35px 35px;
    }
}

@media (max-width: 991px) {
    .hero-header .hero-header--share-form {
        margin: 0 0 30px 15px;
    }
}

.hero-header .hero-header--share-form a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-header .hero-header--share-form a .share-form--share-icon {
    font-size: 18px;
    color: var(--white-color-2);
    margin-right: 15px;
    transition: all .3s ease-in-out;
}

.hero-header .hero-header--share-form a .share-form--share-info p {
    color: var(--white-color-2);
}

@media (max-width: 991px) {
    .hero-header .hero-header--share-form a .share-form--share-info {
        display: none;
    }
}

.hero-header .hero-header--share-form a:hover .share-form--share-icon {
    color: var(--primary-color-1);
}

.hero-header .hero-header--socials {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 100;
    margin: 0 55px 45px 0;
}

@media (max-width: 1440px) {
    .hero-header .hero-header--socials {
        margin: 0 35px 35px 0;
    }
}

@media (max-width: 991px) {
    .hero-header .hero-header--socials {
        margin: 0 15px 30px 0;
    }
}

.swiper-button-prev-default,
.swiper-button-next-default {
    position: absolute;
    z-index: 100;
    top: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid var(--white-color-2);
    border-radius: 100%;
    transition: all .35s ease-in-out;
}


/* .swiper-button-prev-default:before,
.swiper-button-next-default:before {
    content: '';
    width: 0;
    height: 20vh;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, var(--primary-border-color), rgba(0, 0, 0, 0)) 0 100%;
    top: 80px;
} */

@media (max-width: 991px) {
    .swiper-button-prev-default:before,
    .swiper-button-next-default:before {
        display: none;
    }
}


/* .swiper-button-prev-default:after,
.swiper-button-next-default:after {
    content: '';
    width: 0;
    height: 20vh;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, var(--primary-border-color), rgba(0, 0, 0, 0)) 1 100%;
    bottom: 80px;
} */

@media (max-width: 991px) {
    .swiper-button-prev-default:after,
    .swiper-button-next-default:after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .swiper-button-prev-default,
    .swiper-button-next-default {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .swiper-button-prev-default,
    .swiper-button-next-default {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 575px) {
    .swiper-button-prev-default,
    .swiper-button-next-default {
        display: none;
    }
}

.swiper-button-prev-default i,
.swiper-button-next-default i {
    transition: all .25s ease;
    font-size: 18px;
    color: var(--white-color-2);
}

.swiper-button-prev-default {
    left: 40px;
}

@media (max-width: 1440px) {
    .swiper-button-prev-default {
        left: 20px;
    }
}

@media (max-width: 991px) {
    .swiper-button-prev-default {
        display: none;
    }
}

.swiper-button-next-default {
    right: 40px;
}

@media (max-width: 1440px) {
    .swiper-button-next-default {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .swiper-button-next-default {
        display: none;
    }
}

:root {
    --hero-header-about-height: 100vh;
}

.hero-header-about {
    height: var(--hero-header-about-height);
    width: 100%;
}

.hero-header-about .hero-header--hero-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-header-about .hero-header--hero-content .hero-content--hero-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper {
        flex-direction: column;
    }
}

.hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 1100px;
    height: 100%;
}

@media (max-width: 1199px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content {
        width: 800px;
    }
}

@media (max-width: 767px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content {
        text-align: center;
        width: auto;
    }
}

.hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-subtitle {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-subtitle {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-subtitle {
        margin-bottom: 25px;
    }
}

.hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .button-wrapper {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .button-wrapper {
        justify-content: center;
        margin-top: 25px;
    }
}

.hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-content--video-wrapper {
    width: 50%;
}

@media (max-width: 767px) {
    .hero-header-about .hero-header--hero-content .hero-content--hero-wrapper .hero-content--video-wrapper {
        margin-top: 75px;
    }
}

@media (max-width: 991px) {
    .hero-header-about .hero-header--hero-content .hero-wrapper--news {
        display: none;
    }
}

.hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap {
    position: absolute;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    justify-content: space-between;
}

@media (max-width: 1439px) {
    .hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
    .hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap {
        max-width: fit-content;
        padding: 0;
    }
}

.hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    padding-left: 0;
}

@media (max-width: 1440px) {
    .hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column {
        padding-right: 15px !important;
    }
}

@media (max-width: 1199px) {
    .hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column {
        margin-bottom: 30px;
    }
}

.hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column .news-column--author {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.hero-header-about .hero-header--hero-content .hero-wrapper--news .news--news-wrap .news-wrapper--news-column .news-column--author h6 {
    color: var(--primary-color-1);
}

.swiper-button-prev-about,
.swiper-button-next-about {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    bottom: 30px;
}

@media (max-width: 1199px) {
    .swiper-button-prev-about,
    .swiper-button-next-about {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .swiper-button-prev-about,
    .swiper-button-next-about {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 575px) {
    .swiper-button-prev-about,
    .swiper-button-next-about {
        display: none;
    }
}

.swiper-button-prev-about {
    right: 100px;
}

@media (max-width: 991px) {
    .swiper-button-prev-about {
        display: none;
    }
}

.swiper-button-prev-about:after {
    content: "\f30a";
    transition: all .25s ease;
    font-size: 15px;
    color: var(--white-color-2);
    position: absolute;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 767px) {
    .swiper-button-prev-about:after {
        font-size: 30px;
    }
}

.swiper-button-next-about {
    right: 50px;
}

@media (max-width: 991px) {
    .swiper-button-next-about {
        display: none;
    }
}

.swiper-button-next-about:after {
    content: "\f30b";
    transition: all .25s ease;
    font-size: 18px;
    color: var(--white-color-2);
    position: absolute;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 767px) {
    .swiper-button-next-about:after {
        font-size: 30px;
    }
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.about-company .about-company--inner-wrapper {
    align-items: center;
}

@media (max-width: 991px) {
    .about-company .about-company--inner-wrapper .image-wrapper {
        margin-bottom: 30px;
    }
}

.about-company .about-company--inner-wrapper .image-wrapper .image {
    height: 400px;
}

@media (max-width: 1200px) {
    .about-company .about-company--inner-wrapper .section-heading {
        margin-top: 50px;
    }
}

.about-company .about-company--inner-wrapper .section-heading .button-wrapper {
    margin-top: 25px;
}

.portfolio-section .portfolio-section--wrapper {
    align-items: center;
}

.portfolio-section .portfolio-section--wrapper .section-heading {
    padding-right: 75px;
}

@media (max-width: 1200px) {
    .portfolio-section .portfolio-section--wrapper .section-heading {
        margin-bottom: 50px;
    }
}

.portfolio-section .portfolio-section--wrapper .section-heading .button-wrapper {
    margin-top: 25px;
}

.quote-section .quote-inner-wrapper {
    position: relative;
    z-index: 10;
    align-items: center;
}

@media (max-width: 1200px) {
    .quote-section .quote-inner-wrapper .quote-inner-wrapper--quote-wrapper {
        margin-top: 50px;
    }
}

.quote-section .quote-inner-wrapper .quote-inner-wrapper--quote-wrapper .quote-wrapper--quote-icon i {
    font-size: 42px;
    color: var(--primary-color-1);
}

.quote-section .quote-inner-wrapper .quote-inner-wrapper--quote-wrapper .quote-wrapper--title {
    margin: 25px 0 10px 0;
}

.quote-section .quote-inner-wrapper .quote-inner-wrapper--quote-wrapper .quote-wrapper--signature {
    margin: 20px 0 15px 0;
    max-width: 180px;
}

.quote-section .quote-inner-wrapper .quote-inner-wrapper--quote-wrapper .quote-wrapper--author {
    position: relative;
    display: flex;
    flex-direction: column;
}

.quote-section .quote-inner-wrapper .quote-inner-wrapper--quote-wrapper .quote-wrapper--author .author--position {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 7px;
    color: var(--white-color-1);
}

.portfolio-metro-section {
    padding: 30px 7.5px 7.5px 7.5px;
}

.clients-slider .clients-slider--clients-wrapper {
    height: 100%;
}

.clients-slider .section-heading {
    padding: 75px;
}

@media (max-width: 1440px) {
    .clients-slider .section-heading {
        padding: 50px 45px 50px 45px;
    }
}

@media (max-width: 1200px) {
    .clients-slider .section-heading {
        display: flex;
        order: -1;
        padding: 100px 15px 50px 15px;
    }
}

.clients-slider .section-heading .button-wrapper {
    margin-top: 25px;
}

.accordions-section .accordions-section--image-wrapper {
    width: 80%;
    height: 600px;
}

@media (max-width: 991px) {
    .accordions-section .accordions-section--image-wrapper {
        width: 100%;
        height: 500px;
    }
}

.services-section .services-section--services-wrapper {
    align-items: center;
}

@media (max-width: 1200px) {
    .services-section .services-section--services-wrapper .heading-wrapper {
        margin-top: 30px;
    }
}

.services-section .services-section--services-wrapper .heading-wrapper .heading-wrapper--subtitle {
    margin-top: 10px;
}

.services-section .services-section--services-wrapper .heading-wrapper .button-wrapper {
    margin-top: 25px;
}

.recent-posts-section {
    padding-top: 100px;
    padding-bottom: 5px;
}

@media (max-width: 1199px) {
    .recent-posts-section {
        padding-top: 50px;
    }
}

.recent-posts .recent-posts-section--posts-wrapper {
    align-items: center;
}

@media (max-width: 1200px) {
    .recent-posts .recent-posts-section--posts-wrapper .section-heading {
        margin-bottom: 50px;
    }
}

.recent-posts .recent-posts-section--posts-wrapper .section-heading .button-wrapper {
    margin-top: 25px;
}

.team-section {
    padding-bottom: 15px;
}

.four-columns-section {
    width: 100%;
    display: flex;
}

@media (max-width: 1200px) {
    .four-columns-section {
        flex-direction: column;
    }
}

.four-columns-section .one-column {
    width: 25%;
    display: flex;
    flex-direction: column;
    height: 500px;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 1200px) {
    .four-columns-section .one-column {
        height: 400px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .four-columns-section .one-column {
        padding: 0 15px;
    }
}

.four-columns-section .counter {
    background-color: var(--black-color-2);
    position: relative;
    z-index: 10;
    padding: 0 50px;
}

@media (max-width: 1440px) {
    .four-columns-section .counter {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .four-columns-section .counter {
        padding: 0 15px;
    }
}

.four-columns-section .counter .counter--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.four-columns-section .counter .counter--wrapper .wrapper--number p {
    font-size: 90px;
    color: var(--primary-color-1);
    line-height: 1;
}

@media (max-width: 1200px) {
    .four-columns-section .counter .counter--wrapper .wrapper--number p {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .four-columns-section .counter .counter--wrapper .wrapper--number p {
        font-size: 70px;
    }
}

.four-columns-section .counter .counter--wrapper .wrapper--description p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 15px;
    color: var(--white-color-1);
}

@media (max-width: 1200px) {
    .four-columns-section .counter .counter--wrapper .wrapper--description p {
        font-size: 10px;
    }
}

.contact-form-section .contact-form-section--wrapper {
    position: relative;
    z-index: 10;
    align-items: center;
}

.contact-form-section .contact-form-section--wrapper .wrapper--subtitle p {
    color: var(--primary-color-1);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .contact-form-section .contact-form-section--wrapper .wrapper--subtitle p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .contact-form-section .contact-form-section--wrapper .wrapper--subtitle p {
        font-size: 11px;
    }
}

.contact-form-section .contact-form-section--wrapper .contact-form--title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.contact-form-section .contact-form-section--wrapper .wrapper--socials {
    margin-top: 25px;
}

.accordion-gallery-section {
    padding: 7.5px 0;
}

.about-section .about-section--inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .about-section .about-section--inner-wrapper {
        flex-direction: column;
    }
}

.about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper {
    padding: 75px;
    position: absolute;
    left: 0;
    max-width: 1000px;
}

@media (max-width: 1200px) {
    .about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper {
        max-width: 800px;
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper {
        position: relative;
        order: 2;
        padding: 50px 0;
        max-width: fit-content;
        padding-bottom: 0;
    }
}

.about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper .quote-wrapper--subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper .quote-wrapper--subtitle {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper .quote-wrapper--subtitle {
        font-size: 11px;
    }
}

.about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--title {
    margin: 15px 0 30px 0;
}

.about-section .about-section--inner-wrapper .inner-wrapper--image-wrapper {
    width: 60%;
    right: 0;
    height: 600px;
}

@media (max-width: 991px) {
    .about-section .about-section--inner-wrapper .inner-wrapper--image-wrapper {
        width: 100%;
        height: 500px;
    }
}

.hover-images-section {
    padding: 0 7.5px 7.5px 7.5px;
}

.two-sides-section {
    padding-top: 15px;
}

.two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper {
    display: flex;
}

.two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box {
    width: 100%;
    height: 100%;
    background-color: var(--black-color-2);
}

.two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description {
    padding: 100px 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

@media (max-width: 991px) {
    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description {
        padding: 80px 15px;
        max-width: inherit;
    }
}

@media (max-width: 575px) {
    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description {
        padding: 30px 15px;
    }
}

.two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description h3 {
    margin-bottom: 10px;
}

.two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description .button-wrapper {
    margin-top: 25px;
}

.two-sides-section .two-sides-section--inner-wrapper .left-side {
    padding-right: 0;
}

@media (max-width: 767px) {
    .two-sides-section .two-sides-section--inner-wrapper .left-side {
        padding-right: 15px;
        margin-top: 15px;
        order: 2;
    }
}

.two-sides-section .two-sides-section--inner-wrapper .right-side {
    padding-left: 0;
}

@media (max-width: 767px) {
    .two-sides-section .two-sides-section--inner-wrapper .right-side {
        padding-left: 15px;
        margin-top: 15px;
    }
}

.two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
    display: flex;
    height: 100%;
}

@media (max-width: 767px) {
    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 300px;
    }
}

.two-sides-section .additional-padding {
    padding-bottom: 15px;
}

.services-about-section {
    padding: 50px 0 20px 0;
}

@media (max-width: 767px) {
    .services-about-section {
        padding: 50px 0 30px 0;
    }
}

@media (max-width: 1199px) {
    .services-about-section .section-heading {
        margin-bottom: 50px;
    }
}

.services-about-section .services-section--inner-wrapper {
    align-items: center;
}

.services-about-section .services-section--inner-wrapper .section-heading .button-wrapper {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .counters {
        padding: 20px 0;
    }
}

.contact-section .contact-section--content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contact-section .contact-section--content-wrapper p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .contact-section .contact-section--content-wrapper p {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .contact-section .contact-section--content-wrapper p {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

.contact-section .contact-section--content-wrapper .content-wrapper--socials {
    margin-top: 20px;
}

.pricing-tables-section {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .pricing-tables-section {
        padding: 50px 0 20px 0;
    }
}

@media (max-width: 1199px) {
    .pricing-tables-section .section-heading {
        margin-bottom: 50px;
    }
}

.pricing-tables-section .pricing-tables-section--wrapper {
    align-items: center;
}

.pricing-tables-section .pricing-tables-section--wrapper .button-wrapper {
    margin-top: 25px;
}

.button-wrapper {
    display: flex;
}

.button {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 600;
    transition: .35s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

@media (max-width: 1440px) {
    .button {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .button {
        font-size: 11px;
        padding: 0 20px;
    }
}

.btn-type-1 {
    color: var(--white-color-1);
    border: 2px solid var(--white-color-1);
    height: 54px;
}

@media (max-width: 1200px) {
    .btn-type-1 {
        height: 44px;
    }
}

.btn-type-1 i {
    margin-left: 15px;
    font-size: 13px;
    color: var(--white-color-2);
    transition: .35s ease-in-out;
    transform: translateX(0);
}

.btn-type-1:hover {
    background-color: var(--white-color-1);
    color: var(--black-color-2);
}

.btn-type-1:hover i {
    transform: translateX(8px);
    color: var(--black-color-2);
}

.btn-type-2 {
    color: var(--white-color-1);
    border: 2px solid var(--white-color-1);
    height: 54px;
}

@media (max-width: 1200px) {
    .btn-type-2 {
        height: 44px;
    }
}

.btn-type-2:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: var(--white-color-1);
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    transition: all .35s ease-in-out;
}

.btn-type-2:hover {
    color: var(--black-color-1);
}

.btn-type-2:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--white-color-1);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.btn-type-3 {
    color: var(--white-color-1);
    background: var(--primary-color-1);
    height: 40px;
}

@media (max-width: 1200px) {
    .btn-type-3 {
        height: 40px;
    }
}

.btn-type-3:hover {
    color: var(--white-color-1);
    background: var(--primary-color-2);
}

.facebook-h {
    background-color: #3f5fa3;
    border: 2px solid #3f5fa3;
}

.facebook-h:hover {
    background-color: #2b498b;
    border: 2px solid #2b498b;
}

.twitter-h {
    background-color: #54b0ec;
    border: 2px solid #54b0ec;
}

.twitter-h:hover {
    background-color: #3991d4;
    border: 2px solid #3991d4;
}

.linkedin-h {
    background-color: #0081c4;
    border: 2px solid #0081c4;
}

.linkedin-h:hover {
    background-color: #03669a;
    border: 2px solid #03669a;
}

.google-plus-h {
    background-color: #e44736;
    border: 2px solid #e44736;
}

.google-plus-h:hover {
    background-color: #bf3c2b;
    border: 2px solid #bf3c2b;
}

.instagram-h {
    background-color: #e9215f;
    border: 2px solid #e9215f;
}

.instagram-h:hover {
    background-color: #c72947;
    border: 2px solid #c72947;
}

.social-icons-type-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.social-icons-type-1 li {
    display: flex;
    align-items: center;
}

.social-icons-type-1 li:not(:last-child) {
    margin-bottom: 15px;
}

.social-icons-type-1 a {
    transition: all .3s ease-in-out;
}

.social-icons-type-1 a i {
    font-size: 16px;
    color: var(--white-color-2);
    transition: all .3s ease-in-out;
}

.social-icons-type-1 a:hover i {
    color: var(--primary-color-1);
}

.social-icons-type-2 {
    display: flex;
    flex-wrap: wrap;
}

.social-icons-type-2 .social-box {
    width: 50px;
    height: 50px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    border-radius: 100%;
}

.social-icons-type-2 .social-box i {
    color: var(--white-color-2);
    font-size: 13px;
    transition: all .3s ease;
}

@media (max-width: 575px) {
    .social-icons-type-2 .social-box i {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .social-icons-type-2 .social-box {
        width: 35px;
        height: 35px;
    }
}

.social-icons-type-2 .social-box:not(:last-child) {
    margin-right: 15px;
}

.social-icons-type-2 .social-box:hover {
    background-color: transparent;
    border-radius: 0;
}

.social-icons-type-3 {
    display: flex;
    align-items: center;
}

.social-icons-type-3 li {
    display: flex;
    align-items: center;
}

.social-icons-type-3 li:not(:last-child) {
    margin-right: 25px;
}

.social-icons-type-3 a {
    transition: all .3s ease-in-out;
}

.social-icons-type-3 a i {
    font-size: 15px;
    color: var(--white-color-2);
    transition: all .3s ease-in-out;
}

.social-icons-type-3 a .fa-facebook-f {
    color: #3f5fa3;
}

.social-icons-type-3 a .fa-twitter {
    color: #54b0ec;
}

.social-icons-type-3 a .fa-google {
    color: #e44736;
}

.social-icons-type-3 a .fa-linkedin-in {
    color: #0081c4;
}

.social-icons-type-3 a .fa-instagram {
    color: #e9215f;
}

.social-icons-type-3 a:hover i {
    color: var(--primary-color-1);
}

.social-icons-type-4 {
    display: flex;
    flex-wrap: wrap;
}

.social-icons-type-4 .social-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 25px;
    height: 35px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--primary-border-color);
    line-height: 1;
    color: var(--white-color-1);
    background-color: transparent;
}

.social-icons-type-4 .social-box i {
    color: var(--white-color-2);
    font-size: 13px;
    transition: all .3s ease;
}

@media (max-width: 575px) {
    .social-icons-type-4 .social-box i {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .social-icons-type-4 .social-box {
        width: 35px;
        height: 35px;
    }
}

.social-icons-type-4 .social-box:not(:last-child) {
    margin-right: 15px;
}

.social-icons-type-4 .social-box:hover {
    background-color: var(--white-color-1);
}

.social-icons-type-4 .social-box:hover i {
    color: var(--black-color-2);
}

.rev-block.animation-element {
    position: relative;
}

.rev-block.animation-element.animate-element span,
.rev-block.animation-element.animate-element div,
.rev-block.animation-element.animate-element h1,
.rev-block.animation-element.animate-element h2,
.rev-block.animation-element.animate-element h3,
.rev-block.animation-element.animate-element h4,
.rev-block.animation-element.animate-element h5,
.rev-block.animation-element.animate-element h6,
.rev-block.animation-element.animate-element p,
.rev-block.animation-element.animate-element a {
    animation: appear-text 0.0001s linear forwards;
    animation-delay: 0.6s;
}

.rev-block.animation-element.animate-element:after {
    animation: rev-block 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 0.6s;
}

.rev-block.animation-element.animate-element.second-animation span,
.rev-block.animation-element.animate-element.second-animation div,
.rev-block.animation-element.animate-element.second-animation h1,
.rev-block.animation-element.animate-element.second-animation h2,
.rev-block.animation-element.animate-element.second-animation h3,
.rev-block.animation-element.animate-element.second-animation h4,
.rev-block.animation-element.animate-element.second-animation h5,
.rev-block.animation-element.animate-element.second-animation h6,
.rev-block.animation-element.animate-element.second-animation p {
    animation-delay: 1.6s;
}

.rev-block.animation-element.animate-element.second-animation:after {
    animation-delay: 0.8s;
}

.rev-block.animation-element.animate-element.third-animation span,
.rev-block.animation-element.animate-element.third-animation div,
.rev-block.animation-element.animate-element.third-animation h1,
.rev-block.animation-element.animate-element.third-animation h2,
.rev-block.animation-element.animate-element.third-animation h3,
.rev-block.animation-element.animate-element.third-animation h4,
.rev-block.animation-element.animate-element.third-animation h5,
.rev-block.animation-element.animate-element.third-animation h6,
.rev-block.animation-element.animate-element.third-animation p {
    animation-delay: 1.6s;
}

.rev-block.animation-element.animate-element.third-animation:after {
    animation-delay: 1s;
}

.rev-block.animation-element.animate-element.fourth-animation span,
.rev-block.animation-element.animate-element.fourth-animation div,
.rev-block.animation-element.animate-element.fourth-animation h1,
.rev-block.animation-element.animate-element.fourth-animation h2,
.rev-block.animation-element.animate-element.fourth-animation h3,
.rev-block.animation-element.animate-element.fourth-animation h4,
.rev-block.animation-element.animate-element.fourth-animation h5,
.rev-block.animation-element.animate-element.fourth-animation h6,
.rev-block.animation-element.animate-element.fourth-animation p {
    animation-delay: 1.6s;
}

.rev-block.animation-element.animate-element.fourth-animation:after {
    animation-delay: 1.2s;
}

.rev-block.animation-element span,
.rev-block.animation-element div,
.rev-block.animation-element h1,
.rev-block.animation-element h2,
.rev-block.animation-element h3,
.rev-block.animation-element h4,
.rev-block.animation-element h5,
.rev-block.animation-element h6,
.rev-block.animation-element p,
.rev-block.animation-element a {
    opacity: 0;
}

.rev-block.animation-element:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
}

@keyframes rev-block {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

@keyframes appear-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.portfolio-slider-type-1 {
    position: relative;
}

.portfolio-slider-type-1 .portfolio-item {
    display: flex;
    height: 500px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transform-style: preserve-3d;
    transform: perspective(1200px);
}

@media (max-width: 1199px) {
    .portfolio-slider-type-1 .portfolio-item {
        margin-bottom: 30px;
    }
}

.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}

.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper .content-wrapper--box-tilt {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateZ(120px);
    opacity: 0;
    transition: all .5s ease;
}

.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper .content-wrapper--box-tilt .box-tilt--title {
    color: var(--white-color-1);
    margin-bottom: 5px;
}

.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper .content-wrapper--box-tilt .box-tilt--tag {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--white-color-1);
}

.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper .content-wrapper--box-tilt .box-tilt--tag span {
    font-size: 10px;
    color: var(--white-color-2);
    margin: 0 10px;
}

.portfolio-slider-type-1 .portfolio-item:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    transition: all .5s ease;
    opacity: 0;
    z-index: 2;
    transform: scale(1);
}

.portfolio-slider-type-1 .portfolio-item:hover:after {
    opacity: 1;
    transform: scale(0.9);
}

.portfolio-slider-type-1 .portfolio-item:hover .content-wrapper--box-tilt {
    opacity: 1;
}

.swiper-button-prev-item,
.swiper-button-next-item {
    position: absolute;
    z-index: 100;
    bottom: -50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all .35s ease-in-out;
}

@media (max-width: 1200px) {
    .swiper-button-prev-item,
    .swiper-button-next-item {
        bottom: -25px;
    }
}

.swiper-button-prev-item i,
.swiper-button-next-item i {
    transition: all .35s ease;
    font-size: 18px;
    color: var(--white-color-2);
}

.swiper-button-prev-item:hover i,
.swiper-button-next-item:hover i {
    color: var(--primary-color-1);
}

.swiper-button-prev-item {
    right: 75px;
}

.swiper-button-next-item {
    right: 15px;
}


/* VIDEO SETTINGS */

.modal-video-box {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-video-box iframe {
    width: 800px;
    height: 450px;
}

@media (max-width: 991px) {
    .modal-video-box iframe {
        width: 710px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .modal-video-box iframe {
        width: 500px;
        height: 280px;
    }
}

@media (max-width: 575px) {
    .modal-video-box iframe {
        width: 100%;
        height: 300px;
    }
}

.modal-video-box .mfp-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}

.video-wrapper-type-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.video-wrapper-type-1 .video-toggle-type-1 {
    cursor: pointer;
}

.video-wrapper-type-1 .video-toggle-type-1 .play-btn-scale {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color-1);
    border-radius: 100%;
    transition: all .8s ease;
    line-height: 1;
}

@media (max-width: 991px) {
    .video-wrapper-type-1 .video-toggle-type-1 .play-btn-scale {
        width: 70px;
        height: 70px;
    }
}

.video-wrapper-type-1 .video-toggle-type-1 .play-btn-scale i {
    color: var(--white-color-1);
    font-size: 18px;
}

@media (max-width: 991px) {
    .video-wrapper-type-1 .video-toggle-type-1 .play-btn-scale i {
        font-size: 14px;
    }
}

.video-wrapper-type-1 .video-toggle-type-1 .play-btn-scale:hover {
    transform: scale(1.15);
}

.clients-slider-type-1 {
    display: flex;
    width: 100%;
}

.clients-slider-type-1 .clients-container-type-1 {
    width: 100%;
    height: 100%;
    z-index: 10;
}

.clients-slider-type-1 .clients-container-type-1 .clients-container-type-1--clients-wrapper {
    display: flex;
    align-items: center;
}

.clients-slider-type-1 .clients-container-type-1 .clients-container-type-1--clients-wrapper .clients-wrapper--clients-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .clients-slider-type-1 .clients-container-type-1 .clients-container-type-1--clients-wrapper .clients-wrapper--clients-slide {
        padding: 50px 0;
    }
}

.recent-posts-type-1 {
    display: flex;
    position: relative;
}

@media (max-width: 991px) {
    .recent-posts-type-1 {
        flex-direction: column;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper {
    position: relative;
    width: 50%;
}

@media (max-width: 991px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper {
        width: 100%;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--image {
    margin-bottom: 30px;
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--image a {
    overflow: hidden;
    position: relative;
    display: block;
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--image a img {
    display: block;
    transform: scale(1);
    transition: all 1.5s ease;
    object-fit: contain;
    width: 100%;
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--image:hover a {
    overflow: hidden;
    position: relative;
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--image:hover a img {
    transform: scale(1.1);
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper {
    display: flex;
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    border-right: 2px solid var(--primary-border-color);
    padding-right: 10px;
}

@media (max-width: 1200px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date {
        width: 150px;
    }
}

@media (max-width: 991px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date {
        width: 120px;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date .date--day {
    color: var(--white-color-1);
    line-height: 1;
    margin-bottom: 7px;
    font-size: 54px;
}

@media (max-width: 1440px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date .date--day {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date .date--day {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date .date--day {
        font-size: 36px;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date .date--month-year {
    color: var(--white-color-2);
}

@media (max-width: 991px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--date .date--month-year {
        font-size: 12px;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title {
    padding-left: 40px;
}

@media (max-width: 1440px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title {
        padding-left: 15px;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title .title--tag p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-2);
}

@media (max-width: 1440px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title .title--tag p {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title .title--tag p {
        font-size: 10px;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title .title--main-title {
    margin-top: 10px;
    transition: all .35s ease-in-out;
}
@media (max-width:1440px){
    .recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title .title--main-title {
        font-size: 18px;
    }
}

.recent-posts-type-1 .recent-posts-type-1--posts-wrapper .posts-wrapper--post .post--content-wrapper .content-wrapper--title .title--main-title:hover {
    color: var(--primary-color-1);
}

.recent-posts-type-1 .first-post {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .recent-posts-type-1 .first-post {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.recent-posts-type-1 .second-post {
    padding-left: 25px;
}

@media (max-width: 991px) {
    .recent-posts-type-1 .second-post {
        padding-left: 0;
    }
}

.recent-posts-type-2 {
    height: 600px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .recent-posts-type-2 {
        margin-bottom: 30px;
    }
}

.recent-posts-type-2:after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    transition: width .35s;
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 1199px) {
    .recent-posts-type-2 .recent-posts-wrapper--content-wrapper {
        padding: 50px 15px;
    }
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content {
    position: relative;
    z-index: 11;
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a h3 {
    transition: all .35s ease;
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a:hover h3 {
    color: var(--primary-color-1);
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content p {
    margin-top: 10px;
    color: var(--white-color-1);
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--link {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--link p {
    color: var(--white-color-1);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--link p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--link p {
        font-size: 11px;
    }
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--link i {
    transform: translateX(0);
    transition: all .25s ease;
    font-size: 18px;
    color: var(--white-color-2);
    margin-left: 30px;
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    transition: all .35s ease;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--black-color-2);
    opacity: 0.5;
}

.recent-posts-type-2:hover .recent-posts-wrapper--content-wrapper:after {
    opacity: 0;
}

.recent-posts-type-2:hover .recent-posts-wrapper--content-wrapper .content-wrapper--link i {
    transform: translateX(8px);
}

.recent-posts-type-2:hover:after {
    width: 100%;
}

.accordions-type-1 {
    padding: 75px;
    position: absolute;
    top: 25%;
    left: 57%;
    width: 600px;
    background-color: var(--white-color-1);
}

@media (max-width: 1440px) {
    .accordions-type-1 {
        left: 45%;
    }
}

@media (max-width: 1200px) {
    .accordions-type-1 {
        left: 37%;
    }
}

@media (max-width: 991px) {
    .accordions-type-1 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        top: 15%;
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .accordions-type-1 {
        padding: 50px 30px;
    }
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion {
    display: flex;
    flex-direction: column;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion .accordion--title {
    border-bottom: 1px solid var(--primary-border-color);
    cursor: pointer;
    padding: 15px 0 20px 0;
    color: var(--black-color-1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    background-color: var(--white-color-1);
    overflow: hidden;
    z-index: 10;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion .accordion--title .title--number {
    font-size: 15px;
    color: var(--primary-font-color);
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion .accordion--title .title--icon {
    transition: all .2s ease-in-out;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion .accordion--content {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 0;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion .accordion--content .content--inner-wrapper {
    padding: 15px 0;
    display: flex;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion .accordion--content .content--inner-wrapper p {
    display: flex;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion:not(:last-child) {
    margin-bottom: 20px;
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion.active-accordion .accordion--title {
    color: var(--white-color);
}

.accordions-type-1 .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper .body-wrapper--content-list .content-list--accordion.active-accordion .accordion--title .title--icon {
    transform: rotate(90deg);
}

.services-type-1 {
    transform-style: preserve-3d;
}

@media (max-width: 767px) {
    .services-type-1 {
        margin-bottom: 30px;
    }
}

.services-type-1 .services-type-1--inner-wrapper {
    transform: perspective(800px);
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    padding: 50px;
    border: 2px solid var(--primary-border-color);
}

@media (max-width: 991px) {
    .services-type-1 .services-type-1--inner-wrapper {
        padding: 30px;
    }
}

.services-type-1 .services-type-1--inner-wrapper .inner-wrapper--icon {
    transform: translateZ(65px);
    color: var(--primary-color-1);
    font-size: 54px;
}

@media (max-width: 1440px) {
    .services-type-1 .services-type-1--inner-wrapper .inner-wrapper--icon {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    .services-type-1 .services-type-1--inner-wrapper .inner-wrapper--icon {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .services-type-1 .services-type-1--inner-wrapper .inner-wrapper--icon {
        transform: translateZ(0);
    }
}

@media (max-width: 575px) {
    .services-type-1 .services-type-1--inner-wrapper .inner-wrapper--icon {
        font-size: 36px;
    }
}

.services-type-1 .services-type-1--inner-wrapper .inner-wrapper--title {
    transform: translateZ(65px);
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .services-type-1 .services-type-1--inner-wrapper .inner-wrapper--title {
        transform: translateZ(0);
    }
}

.services-type-1 .services-type-1--inner-wrapper .inner-wrapper--subtitle {
    transform: translateZ(65px);
}

@media (max-width: 991px) {
    .services-type-1 .services-type-1--inner-wrapper .inner-wrapper--subtitle {
        transform: translateZ(0);
    }
}

.services-type-2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.services-type-2 .services-type-2--services-inner {
    display: flex;
    margin-bottom: 30px;
    padding-right: 30px;
}

@media (max-width: 1439px) {
    .services-type-2 .services-type-2--services-inner {
        padding-right: 0;
    }
}

.services-type-2 .services-type-2--services-inner .services-inner--icon-wrapper {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

@media (max-width: 1440px) {
    .services-type-2 .services-type-2--services-inner .services-inner--icon-wrapper {
        margin-right: 20px;
    }
}

.services-type-2 .services-type-2--services-inner .services-inner--icon-wrapper i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color-2);
    font-size: 18px;
    width: 55px;
    height: 55px;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    border-radius: 100%;
}

.services-type-2 .services-type-2--services-inner .services-inner--content-wrapper {
    display: flex;
    flex-direction: column;
}

.services-type-3 .services-type-3--inner-wrapper {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .services-type-3 .services-type-3--inner-wrapper {
        margin-bottom: 15px;
    }
}

.services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box {
    padding: 60px 45px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box {
        padding: 30px 30px;
    }
}

@media (max-width: 575px) {
    .services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box {
        padding: 30px 15px;
    }
}

.services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    opacity: 0;
}

.services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box .services-box--content {
    position: relative;
    z-index: 11;
}

.services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box .services-box--content i {
    font-size: 44px;
    color: var(--primary-color-1);
    margin-bottom: 20px;
    transition: all .25s ease;
}

@media (max-width: 991px) {
    .services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box .services-box--content i {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box .services-box--content i {
        font-size: 34px;
    }
}

.services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box .services-box--content h5 {
    margin-bottom: 7px;
}

.services-type-3 .services-type-3--inner-wrapper .inner-wrapper--services-box .services-box--content p {
    transition: all .25s ease;
}

.services-type-3 .services-type-3--inner-wrapper:hover .inner-wrapper--services-box:after {
    opacity: 1;
}

.services-type-3 .services-type-3--inner-wrapper:hover .inner-wrapper--services-box .services-box--content i,
.services-type-3 .services-type-3--inner-wrapper:hover .inner-wrapper--services-box .services-box--content p {
    color: var(--white-color-1);
}

.team-slider-type-1 {
    position: relative;
}

.team-slider-type-1 img {
    transition: all 1.5s ease;
}

.team-slider-type-1 .member-wrapper {
    position: relative;
    overflow: hidden;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 50px;
}

@media (max-width: 1440px) {
    .team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper {
        padding: 35px;
    }
}

@media (max-width: 575px) {
    .team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper {
        padding: 15px;
    }
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--socials {
    display: flex;
    width: 100%;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
    z-index: 15;
    transition: all .45s ease;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--socials .social-icons-type-2 li:not(:last-child) {
    margin-right: 20px;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--socials .social-icons-type-2 li i {
    color: var(--white-color-2) !important;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    z-index: 15;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--name {
    color: var(--white-color-1);
    margin-top: 10px;
    transform: translateX(-15px);
    opacity: 0;
    transition: all .45s ease;
}

@media (max-width: 991px) {
    .team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--name {
        margin-top: 0;
    }
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
    transform: translateX(-20px);
    opacity: 0;
    transition: all .5s ease;
}

@media (max-width: 1440px) {
    .team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
        font-size: 11px;
    }
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    transition: all .5s ease;
    opacity: 0;
    z-index: 2;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper:hover:after {
    opacity: 0.9;
}

.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper:hover .content--name,
.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper:hover .content--position,
.team-slider-type-1 .member-wrapper .member-wrapper--member-description .member-description--content-wrapper:hover .content-wrapper--socials {
    opacity: 1;
    transform: translateX(0);
}

.team-slider-type-1 .member-wrapper:hover img {
    transform: scale(1.1);
}

.testimonials-slider-type-1 {
    background-color: var(--primary-color-1);
    padding: 0 50px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1440px) {
    .testimonials-slider-type-1 {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .testimonials-slider-type-1 {
        padding: 0 15px;
    }
}

.testimonials-slider-type-1 .swiper-testimonials {
    width: 100%;
    height: 100%;
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--head p {
    color: var(--white-color-1);
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body {
        margin-top: 30px;
    }
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body .body--testimonial-img {
    position: relative;
    margin-right: 15px;
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body .body--testimonial-img img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 100%;
    border: 2px solid var(--primary-border-color);
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body .body--testimonial-info .testimonial-info--name h6 {
    color: var(--white-color-1);
}

.testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body .body--testimonial-info .testimonial-info--position p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
}

@media (max-width: 1200px) {
    .testimonials-slider-type-1 .swiper-testimonials .swiper-slide .testimonials-slider-wrapper .testimonials-slider-wrapper--body .body--testimonial-info .testimonial-info--position p {
        font-size: 10px;
    }
}

.testimonials-type-2 {
    position: relative;
    width: 100%;
}

.testimonials-type-2 .swiper-wrapper {
    display: flex;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide {
    transition: all .4s ease;
    opacity: 0.5;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper {
    position: relative;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--author-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--author-wrapper .author-wrapper--author {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--author-wrapper .author-wrapper--author .author--img-wrapper {
    display: block;
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 100%;
    border: 2px solid var(--primary-border-color);
    overflow: hidden;
    margin-bottom: 10px;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--author-wrapper .author-wrapper--author h6 {
    font-size: 16px;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--author-wrapper .author-wrapper--author p {
    line-height: 1;
    padding-bottom: 5px;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--review {
    padding: 50px 15px;
}

@media (max-width: 991px) {
    .testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--review {
        padding: 50px 15px;
    }
}

.testimonials-type-2 .swiper-wrapper .swiper-slide .testimolials-slider-type-2--testimonials-wrapper .testimonials-wrapper--review p {
    transition: all .25s ease;
    text-align: center;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide-active {
    opacity: 1;
}

.testimonials-type-2 .swiper-wrapper .swiper-slide-active .testimonials-wrapper--review {
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
}

.testimonials-type-2 .swiper-wrapper .swiper-slide-active .testimonials-wrapper--review:after {
    content: "\f10e";
    font-size: 44px;
    color: var(--white-color-2);
    position: absolute;
    line-height: 1;
    top: 15px;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: .2;
    transition: all .25s ease;
}

@media (max-width: 1199px) {
    .testimonials-type-2 .swiper-wrapper .swiper-slide-active .testimonials-wrapper--review:after {
        font-size: 36px;
    }
}

.testimonials-type-2 .swiper-wrapper .swiper-slide-active .testimonials-wrapper--review p {
    color: var(--white-color-1);
}

.contact-form {
    position: relative;
    z-index: 10;
}

.contact-form .contact-form--contact-form-wrapper {
    margin-top: 50px;
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form input,
.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid var(--primary-border-color);
    padding: 15px 20px;
    color: var(--primary-font-color);
    background-color: transparent;
    transition: all .2s ease-in-out;
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form input:focus,
.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form textarea:focus {
    border-color: var(--primary-color-1);
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .input-row {
    display: flex;
}

@media (max-width: 991px) {
    .contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .input-row {
        flex-direction: column;
    }
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .first-div {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .first-div {
        margin-right: 0;
    }
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .last-div {
    margin-left: 15px;
}

@media (max-width: 991px) {
    .contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .last-div {
        margin-left: 0;
    }
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .form-div {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    max-height: 200px;
    color: var(--primary-font-color);
}

@media (max-width: 991px) {
    .contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .form-div {
        margin-bottom: 15px;
    }
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form ::placeholder {
    color: var(--primary-font-color);
    opacity: 0.75;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form ::placeholder {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form ::placeholder {
        font-size: 11px;
    }
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form textarea {
    height: 150px;
    resize: none;
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .button-wrapper {
    margin-top: 15px;
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .button-wrapper button {
    background-color: transparent;
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .button-wrapper button:hover {
    color: var(--black-color-1);
    background-color: var(--white-color-1);
}

.contact-form .contact-form--contact-form-wrapper .contact-form-wrapper--contact-form .button-wrapper button:hover i {
    color: var(--black-color-1);
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 7.5px;
}

@media (max-width: 991px) {
    .accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper {
        flex-direction: column;
    }
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item {
    cursor: pointer;
    padding: 7.5px;
}

@media (max-width: 991px) {
    .accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item {
        width: 100% !important;
        height: 150px;
    }
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

@media (max-width: 991px) {
    .accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner {
        width: 100% !important;
    }
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner .image-inner--image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner .image-inner--image .image--background {
    width: 100%;
    height: 100%;
    display: flex;
    background-size: cover;
    background-position: center;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner .image-inner--image:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
    transition: all .4s ease-in-out;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner .image-inner--content-wrapper {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    transform: translateZ(70px);
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item .item--image-wrapper .image-wrapper--image-inner .image-inner--content-wrapper .content-wrapper--content {
    max-width: 700px;
    position: relative;
    top: 20px;
    opacity: 0;
    text-align: center;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .items-wrapper--item-sizer {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .active-item .item--image-wrapper {
    pointer-events: auto !important;
}

.accordion-gallery .accordion-gallery--inner-wrapper .inner-wrapper--items-wrapper .active-item .item--image-wrapper .image-inner--image:after {
    opacity: 0 !important;
}

.feature-box-type-1 .feature-box-type-1--inner-wrapper {
    display: flex;
}

@media (max-width: 1200px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper {
        align-items: center;
        margin-bottom: 30px;
    }
}

.feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number {
    position: relative;
    width: 90px;
    min-width: 90px;
}

@media (max-width: 1200px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number {
        width: 75px;
        min-width: 75px;
    }
}

@media (max-width: 575px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number {
        width: 65px;
        min-width: 65px;
    }
}

.feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number p {
    color: var(--primary-color-1);
    font-size: 54px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number p {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number p {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--number p {
        font-size: 38px;
    }
}

.feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--content-wrapper {
    padding-right: 50px;
}

@media (max-width: 1440px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--content-wrapper {
        padding-right: 0;
    }
}

.feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--title {
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .feature-box-type-1 .feature-box-type-1--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--title {
        margin-bottom: 5px;
    }
}

:root {
    --breadrumbs-height: 300px;
}

.breadcrumbs-type-1 {
    position: relative;
    height: var(--breadrumbs-height);
    width: 100%;
    background-color: var(--black-color-2);
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: var(--navbar-height);
    height: 100%;
    z-index: 10;
    position: relative;
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--page-title {
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--page-title {
        margin-bottom: 10px;
    }
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li {
    display: flex;
    position: relative;
    align-items: center;
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li a,
.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li span {
    color: var(--white-color-1);
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li a,
    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li span {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li a,
    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li span {
        font-size: 11px;
    }
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li:not(:last-child):after {
    content: '/';
    display: block;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: var(--white-color-2);
    opacity: 0.8;
    margin: 0 20px;
}

@media (max-width: 575px) {
    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--breadcrumbs-list li:not(:last-child):after {
        margin: 0 15px;
    }
}

.tabs-type-1 .tabs-wrapper--header-wrapper {
    display: flex;
    margin-bottom: 30px;
}

.tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header {
    display: flex;
    position: relative;
}

.tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--item {
    padding: 16px 25px 10px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--item {
        padding: 12px 17px 6px 17px;
    }
}

@media (max-width: 575px) {
    .tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--item {
        padding: 10px 14px 4px 14px;
    }
}

.tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--item .item--title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 10;
}

@media (max-width: 1440px) {
    .tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--item .item--title {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--item .item--title {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

.tabs-type-1 .tabs-wrapper--header-wrapper .header-wrapper--header .header--underline-fill {
    height: 2px;
    background-color: var(--primary-color-1);
    position: absolute;
    bottom: -2px;
    z-index: 1;
}

.tabs-type-1 .tabs-wrapper--content-wrapper {
    position: relative;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab {
    position: absolute;
    display: flex;
    top: 0;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding-top: 25px;
    width: 100%;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional {
    display: flex;
    align-items: center;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional:not(:last-child) {
    margin-bottom: 15px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .category,
.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .tag {
    display: flex;
    align-items: center;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .category p,
.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .tag p {
    display: block;
    min-width: 100px;
    margin-right: 15px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .category a,
.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .tag a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .category a,
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .tag a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .category a,
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .tag a {
        font-size: 11px;
    }
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .category a:hover,
.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--additional .tag a:hover {
    color: var(--primary-color-1);
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list {
    margin-bottom: 25px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment {
    display: flex;
    flex-direction: column;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper {
    display: flex;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--author-wrapper {
    border: 2px solid var(--primary-border-color);
    overflow: hidden;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

@media (max-width: 767px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--author-wrapper {
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
        min-height: 50px;
        margin-right: 20px;
    }
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body {
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body {
        padding-bottom: 25px;
    }
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary-border-color);
    margin-top: 50px;
}

@media (max-width: 767px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body:after {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body {
        padding-left: 30px;
        padding-bottom: 30px;
    }
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply {
    display: flex;
    justify-content: space-between;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply .reply--rating-list {
    display: flex;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply .reply--rating-list li i {
    color: #FEC42D;
    font-size: 13px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply .reply--rating-list li:not(:last-child) {
    margin-right: 5px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply .reply--rating-list .inactive-rating i {
    color: var(--primary-border-color);
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply .date {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link {
    line-height: 1;
    color: var(--white-color-2);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px;
    border: 2px solid var(--primary-border-color);
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

@media (max-width: 575px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link {
        font-size: 10px;
    }
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link i {
    margin-right: 3px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link:hover {
    color: var(--white-color-1);
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comment-reply {
    padding-left: 75px;
}

@media (max-width: 991px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comment-reply {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--comments-list .comment-reply {
        padding-left: 0;
    }
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--title {
    margin-bottom: 10px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments-notes {
    font-size: 13px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--your-rating {
    display: flex;
    align-items: center;
    margin-top: 20px;
    line-height: 1;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--your-rating P {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
    min-width: 100px;
    margin-right: 15px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--your-rating .your-rating--rating-list {
    display: flex;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--your-rating .your-rating--rating-list li i {
    cursor: pointer;
    color: #FEC42D;
    font-size: 13px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab .tab--tab-content .tab-content--content-wrapper .content-wrapper--post-comments .post-comments--your-rating .your-rating--rating-list li:not(:last-child) {
    margin-right: 5px;
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab:not(.content-wrapper--tab-active) {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.96);
}

.tabs-type-1 .tabs-wrapper--content-wrapper .content-wrapper--tab-active {
    position: relative;
}

.background-slider-type-1 {
    padding: 0;
    height: 600px;
    position: relative;
}

@media (max-width: 575px) {
    .background-slider-type-1 {
        height: 400px;
    }
}

.background-slider-type-1 .swiper-container {
    height: 100%;
}

.background-slider-type-1 .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
}

.blockquote-type-1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockquote-type-1 .blockquote-wrapper .blockquote-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 500px;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    padding: 75px;
    position: relative;
}

@media (max-width: 1199px) {
    .blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote {
        padding: 50px;
        width: 400px;
    }
}

@media (max-width: 575px) {
    .blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote {
        padding: 50px 30px;
        width: 350px;
    }
}

.blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote:after {
    content: "\f10d";
    font-size: 64px;
    color: var(--white-color-1);
    position: absolute;
    line-height: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 991px) {
    .blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote:after {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote:after {
        font-size: 44px;
    }
}

.blockquote-type-1 .blockquote-wrapper .blockquote-col blockquote .button-wrapper {
    margin-top: 25px;
}

.blockquote-type-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.blockquote-type-2 blockquote {
    display: flex;
    border-left: 2px solid var(--primary-color-1);
    padding: 15px 40px;
    position: relative;
}

@media (max-width: 767px) {
    .blockquote-type-2 blockquote {
        padding: 15px 0 15px 15px;
    }
}

.list-type-1 li {
    position: relative;
    display: flex;
    align-items: center;
}

.list-type-1 li p {
    color: var(--primary-font-color);
}

.list-type-1 li:before {
    content: ' ';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 2px;
    background-color: var(--primary-color-1);
    margin-right: 15px;
}

.list-type-1 li:not(:last-child) {
    margin-bottom: 15px;
}

.hover-images {
    position: relative;
    transition: all 0.5s ease;
}

.hover-images .grid-item--grid-inner {
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1300px);
}

.hover-images .grid-item--grid-inner .grid-inner--description-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.hover-images .grid-item--grid-inner .grid-inner--description-wrapper .description-wrapper--content {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transform: translateZ(120px);
    opacity: 0;
    border: 3px solid transparent;
    border-image: linear-gradient(to left, #e67f50 0%, #913829 100%);
    border-image-slice: 1;
    border-width: 3px;
    transition: all 0.45s ease;
}

@media (max-width: 991px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper .description-wrapper--content {
        transform: translateZ(0);
        border: none;
    }
}

.hover-images .grid-item--grid-inner .grid-inner--description-wrapper .description-wrapper--content p {
    margin-top: 5px;
    color: var(--white-color-1);
}

.hover-images .grid-item--grid-inner .grid-inner--description-wrapper:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--black-color-2);
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hover-images .grid-item--grid-inner .grid-inner--description-wrapper--big-image {
    padding: 100px;
}

@media (max-width: 1439px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--big-image {
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--big-image {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--big-image {
        padding: 5px;
    }
}

.hover-images .grid-item--grid-inner .grid-inner--description-wrapper--small-image {
    padding: 50px;
}

@media (max-width: 1439px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--small-image {
        padding: 25px;
    }
}

@media (max-width: 1199px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--small-image {
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--small-image {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .hover-images .grid-item--grid-inner .grid-inner--description-wrapper--small-image {
        padding: 5px;
    }
}

.grid--grid-item:hover .hover-images .grid-item--grid-inner .grid-inner--description-wrapper .description-wrapper--content {
    opacity: 1;
}

.grid--grid-item:hover .hover-images .grid-item--grid-inner .grid-inner--description-wrapper:after {
    opacity: 0.35;
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table {
    padding: 50px 30px;
    background-color: var(--black-color-2);
    transition: all .35s ease;
    border: 2px solid var(--primary-border-color);
}

@media (max-width: 1199px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table {
        padding: 40px 20px;
    }
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--best-value {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color-1);
    padding: 7px 11px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header p {
    position: absolute;
    top: -8px;
    font-size: 18px;
    left: 0;
    color: var(--white-color-2);
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header .pricing-header--price {
    margin-left: 20px;
    line-height: 1;
    font-size: 54px;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header .pricing-header--price {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header .pricing-header--price {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--pricing-header .pricing-header--price {
        font-size: 36px;
    }
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-header--pricing-type {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--white-color-1);
}

@media (max-width: 1440px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-header--pricing-type {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-header--pricing-type {
        font-size: 11px;
    }
}

.pricing-tables-type-1 .pricing-table-wrapper--pricing-table .pricing-table--features-list li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-tables-type-1 .pricing-table-wrapper--main-plan {
    transform: scale(1.07);
}

@media (max-width: 1199px) {
    .pricing-tables-type-1 .pricing-table-wrapper--main-plan {
        transform: scale(1);
    }
}

.pricing-tables-type-1 .pricing-table-wrapper--main-plan .pricing-header--price {
    color: var(--primary-color-1) !important;
}

.team-type-1 {
    padding: 7.5px;
    position: relative;
}

.team-type-1 .team-type-1--team-wrappper {
    padding: 7.5px;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper--img-wrapper img {
    display: block;
    transform: scale(1);
    transition: all 1s ease;
    object-fit: contain;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper {
    overflow: hidden;
    position: relative;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 8;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper {
        padding: 15px;
    }
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: all .5s ease;
    z-index: 5;
    align-items: center;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease;
    color: var(--white-color-1);
}

@media (max-width: 1440px) {
    .team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
        font-size: 11px;
    }
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--name {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 22px;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(25px);
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper {
    display: flex;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper .social-wrapper--social-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper .social-wrapper--social-box:not(:last-child) {
    margin-right: 20px;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper .social-wrapper--social-box i {
    color: var(--white-color-2);
    font-size: 14px;
    transition: all .25s ease-in-out;
}

@media (max-width: 991px) {
    .team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper .social-wrapper--social-box i {
        font-size: 13px;
    }
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper .social-wrapper--social-box i:hover {
    color: var(--primary-color-1);
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper .member-wrapper--member-description:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-color-2);
    opacity: 0;
    transition: all .6s ease;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper:hover .member-wrapper--img-wrapper img {
    transform: scale(1.15);
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper:hover .member-wrapper--member-description:after {
    opacity: 0.85;
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper:hover .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--name {
    opacity: 1;
    transform: translateY(0);
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper:hover .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--position {
    opacity: 1;
    transform: translateY(0);
}

.team-type-1 .team-type-1--team-wrappper .member-wrapper:hover .member-wrapper--member-description .member-description--content-wrapper .content-wrapper--content .content--social-wrapper .social-wrapper--social-box {
    opacity: 1;
    transform: translateY(0);
}

.counters-type-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.counters-type-1 .counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
}

@media (max-width: 991px) {
    .counters-type-1 .counter-box {
        padding: 30px;
        width: 50%;
    }
}

.counters-type-1 .counter-box .counter--value {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 58px;
    color: var(--white-color-1);
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 30px;
    transition: all .35s ease;
}

@media (max-width: 1439px) {
    .counters-type-1 .counter-box .counter--value {
        font-size: 54px !important;
    }
}

@media (max-width: 1199px) {
    .counters-type-1 .counter-box .counter--value {
        font-size: 44px !important;
    }
}

@media (max-width: 767px) {
    .counters-type-1 .counter-box .counter--value {
        font-size: 38px !important;
    }
}

.counters-type-1 .counter-box .counter--value:after {
    content: ' ';
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    margin-top: 25px;
    transition: all .35s ease;
}

@media (max-width: 991px) {
    .counters-type-1 .counter-box .counter--value {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .counters-type-1 .counter-box .counter--value {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .counters-type-1 .counter-box .counter--value {
        font-size: 38px;
    }
}

.counters-type-1 .counter-box .counter-box--title-counter {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    color: var(--white-color-1);
}

@media (max-width: 1440px) {
    .counters-type-1 .counter-box .counter-box--title-counter {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .counters-type-1 .counter-box .counter-box--title-counter {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .counters-type-1 .counter-box .counter-box--title-counter {
        letter-spacing: 1px;
    }
}

.info-banners-type-1 .image-wrapper {
    height: 400px;
}

.info-banners-type-1 .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-banners-type-1 .content-wrapper .black-background {
    background-color: var(--black-color-2);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content {
        padding: 0 15px;
    }
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--number-wrapper span {
    line-height: 1;
    font-size: 58px;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--number-wrapper span {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--number-wrapper span {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--number-wrapper span {
        font-size: 36px;
    }
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper {
    text-align: center;
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper h5 {
    margin: 20px 0 15px 0;
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link p {
    color: var(--white-color-1);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    transition: all .25s ease;
}

@media (max-width: 1440px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link p {
        font-size: 11px;
    }
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link i {
    font-size: 18px;
    transition: all .25s ease;
    color: var(--white-color-2);
    margin-left: 30px;
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link:hover p,
.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link:hover i {
    color: var(--primary-color-1);
}

.info-banners-type-1 .second-row {
    padding-top: 15px;
}

.info-banners-type-1 .responsive-padding {
    padding: 0;
}

@media (max-width: 1199px) {
    .info-banners-type-1 .responsive-padding {
        padding: 15px;
    }
}

:root {
    --navigation-offset: 20px 65px;
    /* 30px 65px 0 65px; */
    --navigation-offset-responsive-xxl: 30px 45px 0 45px;
    --navigation-offset-responsive-xl: 30px 40px 0 40px;
    --navigation-offset-responsive-lg: 25px 15px 0 15px;
    --navigation-logo-width: 130px;
    --navigation--sidebar-panel-width: 400px;
}

.navigation-menu {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    padding: var(--navigation-offset);
}

@media (max-width: 1440px) {
    .navigation-menu {
        padding: var(--navigation-offset-responsive-xxl);
    }
}

@media (max-width: 1200px) {
    .navigation-menu {
        padding: var(--navigation-offset-responsive-xl);
    }
}

@media (max-width: 991px) {
    .navigation-menu {
        padding: var(--navigation-offset-responsive-lg);
    }
}

.navigation-menu .inner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.navigation-menu .inner-wrapper .navigation-menu--logo-wrapper {
    position: relative;
    z-index: 100;
}

.navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
    max-width: var(--navigation-logo-width);
}

@media (max-width: 1199px) {
    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 110px;
    }
}

@media (max-width: 575px) {
    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 100px;
    }
}

.navigation-menu .inner-wrapper .right-side {
    display: flex;
    align-items: center;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon i {
    cursor: pointer;
    font-size: 20px;
    color: var(--white-color-2);
    margin-right: 40px;
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon i {
        margin-right: 30px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon i {
        margin-right: 27px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .shop-icon--item-count {
    width: 15px;
    height: 15px;
    color: var(--white-color-1);
    background-color: var(--primary-color-1);
    border-radius: 100%;
    position: absolute;
    line-height: 1;
    top: -4px;
    left: -9px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .shop-icon--item-count {
        width: 13px;
        font-size: 9px;
        height: 13px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content {
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 50%;
    padding-top: 20px;
    opacity: 0;
    transform: translateX(50%);
    transition: all .35s ease;
    width: 250px;
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content {
        transform: translateX(0%);
        width: 225px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul {
    background-color: var(--white-color-1);
    padding: 20px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul {
        padding: 15px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li {
    display: flex;
    align-items: center;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--primary-border-color);
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .image-wrapper {
    max-width: 75px;
    margin-right: 15px;
    min-width: 75px;
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .image-wrapper {
        max-width: 65px;
        min-width: 65px;
        margin-right: 10px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--title,
.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--price {
    color: var(--black-color-1);
    line-height: 1;
    font-size: 13px;
}

@media (max-width: 1440px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--title,
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--price {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--title,
    .navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--price {
        font-size: 11px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side a h6 {
    transition: all .25s ease;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side a:hover h6 {
    color: var(--primary-color-1);
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--price {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 8px;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--price .price--quantity {
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 5px;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .information-side .information-side--price span {
    font-size: 12px;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper .wrapper--shop-icon .wrapper--dropdown-content ul li .button-wrapper {
    justify-content: center;
    width: 100%;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--shopping-cart-dropdown .shopping-cart-dropdown--wrapper:hover .wrapper--shop-icon .wrapper--dropdown-content {
    pointer-events: auto;
    opacity: 1;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--sidebar-toggle {
    display: flex;
    margin-right: 40px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--sidebar-toggle {
        margin-right: 30px;
    }
}

@media (max-width: 575px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--sidebar-toggle {
        margin-right: 23px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--sidebar-toggle span {
    width: 5px;
    height: 5px;
    background-color: var(--white-color-2);
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--sidebar-toggle span:not(:last-child) {
    margin-right: 7px;
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--sidebar-toggle span:not(:last-child) {
        margin-right: 5px;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn {
    position: relative;
    z-index: 101;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--menu {
    color: var(--white-color-2);
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--menu {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--menu {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--menu {
        display: none;
    }
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--wrapper-toggles .wrapper-toggles--one {
    width: 30px;
    height: 3px;
    background: var(--white-color-2);
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--wrapper-toggles .wrapper-toggles--two {
    width: 30px;
    height: 3px;
    background-color: var(--white-color-2);
    margin-top: 5px;
}

.navigation-menu .inner-wrapper .right-side .navigation-menu--toggle-btn .toggle-btn--wrapper-toggles .wrapper-toggles--three {
    width: 30px;
    height: 3px;
    background-color: var(--white-color-2);
    margin-top: 5px;
}

.navigation-menu .navigation--sidebar-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    background-color: var(--black-color-2);
    width: var(--navigation--sidebar-panel-width);
    height: 100%;
    transform: translateX(100%);
}

@media (max-width: 575px) {
    .navigation-menu .navigation--sidebar-panel {
        width: 325px;
    }
}

.navigation-menu .navigation--sidebar-panel .sidebar-panel-toggle-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-menu .navigation--sidebar-panel .sidebar-panel-toggle-close i {
    font-size: 18px;
    color: var(--primary-color-1);
}

.navigation-menu .navigation--sidebar-panel .sidebar-panel--inner-wrapper {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 575px) {
    .navigation-menu .navigation--sidebar-panel .sidebar-panel--inner-wrapper {
        padding: 0 25px;
    }
}

.navigation-menu .navigation--sidebar-panel .sidebar-panel--inner-wrapper .button-wrapper {
    margin-top: 25px;
}

.navigation-menu .navigation-menu--inner-wrapper {
    z-index: 100;
    position: absolute;
    background-color: var(--black-color-1);
    height: 100vh;
    width: 100%;
    transform: translateY(-100%);
    top: 0;
    left: 0;
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list {
    position: relative;
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item {
    color: var(--white-color-1);
    font-size: 60px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item {
        font-size: 36px;
    }
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item a {
    display: flex;
    color: var(--white-color-1);
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item a:before {
    content: '';
    width: 0;
    height: 20px;
    background: linear-gradient(45deg, var(--primary-color-2), var(--primary-color-1));
    position: absolute;
    left: 0;
    bottom: 20px;
    transform-origin: 0 0;
    transition: .4s ease;
    opacity: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item a:before {
        height: 15px;
    }
}

@media (max-width: 575px) {
    .navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item a:before {
        height: 12px;
    }
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .menu-wrapper--menu-list .menu-item a:hover:before {
    width: 100%;
    opacity: 0.9;
    color: var(--white-color-1);
}

.navigation-menu .navigation-menu--inner-wrapper .inner-wrapper--menu-wrapper .active-window {
    opacity: 1;
    pointer-events: auto;
}

.navigation-menu .navigation-button {
    opacity: 0;
    transform: translateY(50px);
}

.portfolio-metro .four-column-container {
    padding: 0;
}

.portfolio-metro .three-column-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7.5px;
}

.portfolio-metro .grid {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-metro .grid .grid--grid-item-100 {
    width: 100%;
}

.portfolio-metro .grid .grid--grid-item-50 {
    width: 50%;
}

@media (max-width: 575px) {
    .portfolio-metro .grid .grid--grid-item-50 {
        width: 100%;
    }
}

.portfolio-metro .grid .grid--grid-item-25 {
    width: 25%;
}

@media (max-width: 1199px) {
    .portfolio-metro .grid .grid--grid-item-25 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .portfolio-metro .grid .grid--grid-item-25 {
        width: 100%;
    }
}

.portfolio-metro .grid .grid--grid-item-33 {
    width: 33.33333333%;
}

@media (max-width: 1199px) {
    .portfolio-metro .grid .grid--grid-item-33 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .portfolio-metro .grid .grid--grid-item-33 {
        width: 100%;
    }
}

.portfolio-metro .grid .grid--grid-item {
    position: relative;
    padding: 7.5px;
}

.portfolio-metro .grid .grid--grid-item .grid-item--grid-inner {
    position: relative;
    transform-style: preserve-3d;
}

.portfolio-metro .grid .grid--grid-item .grid-item--grid-inner img {
    transition: all 1.5s ease;
}

.portfolio-metro .grid .scale-3d--wrapper {
    position: relative;
    transition: all 0.5s ease;
}

.slide-animation {
    overflow: hidden;
}

.slide-animation .grid-inner--description-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1199px) {
    .slide-animation .grid-inner--description-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .slide-animation .grid-inner--description-wrapper {
        padding: 30px;
    }
}

.slide-animation .grid-inner--description-wrapper .description-wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    z-index: 15;
}

.slide-animation .grid-inner--description-wrapper .description-wrapper--content .content--name {
    color: var(--white-color-1);
    margin-top: 7px;
    transform: translateX(-15px);
    opacity: 0;
    transition: all .5s ease;
}

.slide-animation .grid-inner--description-wrapper .description-wrapper--content .content--tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
    transform: translateX(-20px);
    opacity: 0;
    transition: all .55s ease;
}

.slide-animation:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.grid--grid-item:hover .slide-animation:after {
    opacity: 0.9;
}

.grid--grid-item:hover .slide-animation .grid-inner--description-wrapper .description-wrapper--content .content--name,
.grid--grid-item:hover .slide-animation .grid-inner--description-wrapper .description-wrapper--content .content--tag {
    opacity: 1;
    transform: translateX(0);
}

.scale-3d-hover-effect {
    transform-style: preserve-3d;
    transform: perspective(600px);
}

.scale-3d-hover-effect .grid-inner--description-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 75px 15px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

@media (max-width: 1199px) {
    .scale-3d-hover-effect .grid-inner--description-wrapper {
        padding: 50px 15px;
    }
}

@media (max-width: 575px) {
    .scale-3d-hover-effect .grid-inner--description-wrapper {
        padding: 30px 15px;
    }
}

.scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    transform: translateZ(80px);
    opacity: 0;
    transition: all 0.4s ease;
}

@media (max-width: 991px) {
    .scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content {
        transform: translateZ(0);
    }
}

.scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--tag p,
.scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--date p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
}

@media (max-width: 1440px) {
    .scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--tag p,
    .scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--date p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--tag p,
    .scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--date p {
        font-size: 11px;
    }
}

.scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content .content--title-subtitle p {
    color: var(--white-color-1);
}

.scale-3d-hover-effect:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--primary-color-1) 0%, var(--primary-color-2) 100%);
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.scale-3d--wrapper:hover {
    transform: scale(1.08);
    z-index: 100;
}

@media (max-width: 991px) {
    .scale-3d--wrapper:hover {
        transform: scale(1);
    }
}

.scale-3d--wrapper:hover .scale-3d-hover-effect:after {
    opacity: 0.75;
}

.scale-3d--wrapper:hover .scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content {
    opacity: 1;
}

.single-project .single-project--overview {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.single-project .single-project--overview .overview--title {
    margin-bottom: 30px;
}

.single-project .single-project--overview .overview--info-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 991px) {
    .single-project .single-project--overview .overview--info-wrapper {
        margin-bottom: 15px;
    }
}

.single-project .single-project--overview .overview--info-wrapper .info-wrappper--info {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 575px) {
    .single-project .single-project--overview .overview--info-wrapper .info-wrappper--info {
        margin-bottom: 10px;
    }
}

.single-project .single-project--overview .overview--info-wrapper .info-wrappper--info i {
    color: var(--primary-font-color);
    font-size: 12px;
    margin-right: 10px;
}

.single-project .single-project--overview .overview--info-wrapper .info-wrappper--info a {
    color: var(--primary-font-color);
}

.single-project .single-project--overview .overview--info-wrapper .info-wrappper--info a:hover {
    color: var(--primary-color-1);
}

.single-project .single-project--overview .overview--info-wrapper .info-wrappper--info:not(:last-child):after {
    content: ' ';
    display: flex;
    width: 15px;
    height: 2px;
    background-color: var(--primary-border-color);
    margin: 0 20px;
}

@media (max-width: 575px) {
    .single-project .single-project--overview .overview--info-wrapper .info-wrappper--info:not(:last-child):after {
        margin: 0 15px;
    }
}

.single-project .sinle-project--3-images-column .images-columns--image-wrapper {
    height: 500px;
}

@media (max-width: 1199px) {
    .single-project .sinle-project--3-images-column .images-columns--image-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .single-project .sinle-project--3-images-column .images-columns--image-wrapper {
        height: 400px;
    }
}

.single-project .single-project--item-description {
    padding-bottom: 75px;
}

@media (max-width: 1199px) {
    .single-project .single-project--item-description {
        padding-bottom: 50px;
    }
}

.single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper:not(:last-child) {
    border-right: 2px solid var(--primary-border-color);
}

@media (max-width: 767px) {
    .single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper {
        border-right: none !important;
    }
    .single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
}

.single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper .info-wrapper--subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper .info-wrapper--subtitle {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper .info-wrapper--subtitle {
        font-size: 11px;
    }
}

.single-project .single-project--item-description .item-description--project-information .project-information--info-wrapper .info-wrapper--info-title a:hover {
    color: var(--primary-color-1);
}

.single-project .single-project--inner-wrapper {
    margin-top: 50px;
}

.single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper {
    padding: 0 75px;
}

@media (max-width: 1199px) {
    .single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper {
        padding: 0 15px;
    }
    .single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
}

.single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper p,
.single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper h6 {
    text-align: center;
}

@media (max-width: 991px) {
    .single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper p {
        display: block;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.single-project .single-project--inner-wrapper .inner-wrapper--column-wrapper h6 {
    margin-bottom: 5px;
}

.two-side-items {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .two-side-items .two-side-items--wrapper {
        padding: 0;
    }
}

.two-side-items .two-side-items--wrapper .image-wrapper {
    height: 500px;
}

@media (max-width: 575px) {
    .two-side-items .two-side-items--wrapper .image-wrapper {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .two-side-items .two-side-items--wrapper .first-image {
        margin-bottom: 30px;
    }
}

.services-section-portfolio {
    padding: 50px 0 30px 0;
}

.about-item-text-section {
    padding-top: 50px;
}

.about-item-text-section .inner-wrapper--content h4 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.about-item-section {
    padding-bottom: 75px;
}

@media (max-width: 1199px) {
    .about-item-section {
        padding-bottom: 50px;
    }
}

.about-item-section .about-item-section--inner-wrapper {
    align-items: center;
}

.about-item-section .about-item-section--inner-wrapper .inner-wrapper--image-wrapper {
    height: 500px;
}

@media (max-width: 1199px) {
    .about-item-section .about-item-section--inner-wrapper .inner-wrapper--image-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .about-item-section .about-item-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 400px;
    }
}

.about-item-section .about-item-section--inner-wrapper .inner-wrapper--content h3 {
    margin-bottom: 15px;
}

.about-item-section .about-item-section--inner-wrapper .inner-wrapper--content p {
    margin-bottom: 25px;
}

.parallax-item {
    height: 700px;
}

@media (max-width: 575px) {
    .parallax-item {
        height: 400px;
    }
}

.navigation-project {
    padding: 50px;
    background-color: var(--black-color-2);
}

@media (max-width: 991px) {
    .navigation-project {
        padding: 50px 15px;
    }
}

.navigation-project .navigation-project--nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link {
    line-height: 1;
}

.navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a {
    color: var(--white-color-2);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575px) {
    .navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a {
        letter-spacing: 0;
    }
}

.navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a:hover {
    color: var(--primary-color-1);
}

.navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a i {
    font-size: 13px;
}

.navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a span {
    margin: 0 15px;
}

@media (max-width: 1200px) {
    .navigation-project .navigation-project--nav-wrapper .nav-wrapper--nav-link a span {
        margin: 0 10px;
    }
}

.navigation-project .navigation-project--nav-wrapper .main-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navigation-project .navigation-project--nav-wrapper .main-link i {
    font-size: 16px !important;
}

@media (max-width: 1200px) {
    .navigation-project .navigation-project--nav-wrapper .main-link i {
        font-size: 13px;
    }
}

.buttons-sort {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .buttons-sort {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .buttons-sort {
        justify-content: center;
    }
}

.buttons-sort .active-button {
    color: var(--primary-color-1);
}

.buttons-sort .buttons-sort--button {
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-2);
}

.buttons-sort .buttons-sort--button:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .buttons-sort .buttons-sort--button {
        margin-right: 10px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .buttons-sort .buttons-sort--button {
        margin-bottom: 5px;
        font-size: 11px;
    }
}

.buttons-sort .buttons-sort--button:hover {
    background-color: transparent !important;
    color: var(--primary-color-1) !important;
}

.buttons-sort .buttons-sort--button.active-button {
    background-color: transparent !important;
    color: var(--primary-color-1) !important;
}

.shop-section .shop-section--shop-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.shop-section .shop-section--shop-wrapper .related-products-title {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid {
    display: flex;
    flex-wrap: wrap;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-100 {
    width: 100%;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-75 {
    width: 75%;
}

@media (max-width: 1439px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-75 {
        width: 100%;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-50 {
    width: 50%;
}

@media (max-width: 767px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-50 {
        width: 100%;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-33 {
    width: 33.33333333%;
}

@media (max-width: 1440px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-33 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-33 {
        width: 100%;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-25 {
    width: 25%;
}

@media (max-width: 1439px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-25 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-25 {
        width: 100%;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-10 {
    width: 10%;
}

@media (max-width: 1199px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-10 {
        width: 33.33333331%;
    }
}

@media (max-width: 991px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-10 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .grid--grid-item-10 {
        width: 100%;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item {
    padding: 0 15px 50px 15px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item {
        padding: 0 0 50px 0;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
}

@media (max-width: 991px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product {
        right: 20px;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product span {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product span {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product span {
        font-size: 11px;
        padding: 8px 12px;
    }
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product .black-background {
    background-color: var(--black-color-1);
    color: var(--white-color-1);
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--new-product .white-background {
    background: var(--white-color-1);
    color: var(--black-color-1);
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 85px;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions .products-actions--action {
    transition: all .35s ease;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions .products-actions--action:nth-child(2) {
    transition: all .45s ease;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions .products-actions--action:nth-child(3) {
    transition: all .55s ease;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions .products-actions--action i {
    font-size: 20px;
    color: var(--white-color-2);
    transition: all .35s ease-in-out;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions .products-actions--action:hover i {
    color: var(--primary-color-1);
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: black;
    opacity: 0;
    transition: all .35s ease-in-out;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper:hover .products-actions--action {
    opacity: 1;
    transform: translateY(0);
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper:hover:after {
    opacity: 0.6;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--product-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--product-info h6 a:hover {
    color: var(--primary-color-1);
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--product-info .product-info--price {
    letter-spacing: 1px;
    color: var(--primary-color-1);
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    margin-top: 10px;
    font-size: 16px;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--product-info .product-info--price .price--old-price {
    text-decoration: line-through;
    margin-right: 15px;
    color: var(--white-color-1);
    opacity: 0.2;
}

.single-product-section {
    padding: 75px 0 0 0;
}

@media (max-width: 1199px) {
    .single-product-section {
        padding: 50px 0 0 0;
    }
}

.single-product-section .product-information {
    align-items: center;
    margin-bottom: 75px;
}

.single-product-section .product-information .product-information--product-media {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .single-product-section .product-information .product-information--product-media {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.single-product-section .product-information .product-information--product-media .product-media--one-item {
    margin-bottom: 5px;
}

.single-product-section .product-information .product-information--product-media .product-media--one-item .one-item--new-product {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 18px;
    right: 60px;
}

@media (max-width: 991px) {
    .single-product-section .product-information .product-information--product-media .product-media--one-item .one-item--new-product {
        right: 38px;
    }
}

.single-product-section .product-information .product-information--product-media .product-media--one-item .one-item--new-product span {
    padding: 10px 15px;
    background-color: var(--black-color-2);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
}

@media (max-width: 1440px) {
    .single-product-section .product-information .product-information--product-media .product-media--one-item .one-item--new-product span {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .single-product-section .product-information .product-information--product-media .product-media--one-item .one-item--new-product span {
        font-size: 11px;
        padding: 8px 12px;
    }
}

.single-product-section .product-information .product-information--product-media .product-media--gallery .popup-gallery {
    display: flex;
}

.single-product-section .product-information .product-information--product-media .product-media--gallery .popup-gallery .image-item:not(:last-child) {
    margin-right: 5px;
}

.single-product-section .product-information .product-information--product-description {
    padding-left: 25px;
}

@media (max-width: 991px) {
    .single-product-section .product-information .product-information--product-description {
        padding-left: 0;
    }
}

.single-product-section .product-information .product-information--product-description h3 {
    margin-bottom: 10px;
}

.single-product-section .product-information .product-information--product-description .product-description--rating {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}

.single-product-section .product-information .product-information--product-description .product-description--rating .rating--rating-list {
    display: flex;
}

.single-product-section .product-information .product-information--product-description .product-description--rating .rating--rating-list li i {
    color: #FEC42D;
    font-size: 13px;
}

.single-product-section .product-information .product-information--product-description .product-description--rating .rating--rating-list li:not(:last-child) {
    margin-right: 5px;
}

.single-product-section .product-information .product-information--product-description .product-description--rating .rating--rating-list .inactive-rating i {
    color: var(--primary-border-color);
}

.single-product-section .product-information .product-information--product-description .product-description--rating p {
    margin-left: 15px;
}

.single-product-section .product-information .product-information--product-description .product-description--price {
    letter-spacing: 1px;
    color: var(--primary-color-1);
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 24px;
}

.single-product-section .product-information .product-information--product-description .product-description--price .price--old-price {
    text-decoration: line-through;
    margin-right: 15px;
    color: var(--white-color-1);
    opacity: 0.2;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity {
    position: relative;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card input[type=number]::-webkit-inner-spin-button,
.single-product-section .product-information .product-information--product-description .product-description--add-to-card input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity input {
    width: 80px;
    height: 54px;
    line-height: 1.65;
    float: left;
    display: flex;
    padding-left: 27px;
    margin: 0;
    background-color: transparent;
    color: var(--white-color-1);
    border: 2px solid var(--white-color-2);
}

@media (max-width: 1200px) {
    .single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity input {
        height: 44px;
    }
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity input:focus {
    outline: 0;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity-nav {
    float: left;
    position: relative;
    height: 52px;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 2px solid var(--white-color-1);
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color-1);
    font-size: 13px;
    transform: translateX(-100%);
    user-select: none;
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 2px solid var(--white-color-1);
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
}

@media (max-width: 1200px) {
    .single-product-section .product-information .product-information--product-description .product-description--add-to-card .quantity-button.quantity-down {
        bottom: 9px;
        height: 35%;
    }
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wrapper {
    margin-left: 25px;
}

@media (max-width: 575px) {
    .single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wrapper {
        margin-left: 20px;
    }
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wishlist {
    border: 2px solid var(--white-color-1);
    height: 54px;
    transition: .35s ease-in-out;
}

@media (max-width: 1200px) {
    .single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wishlist {
        height: 44px;
    }
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wishlist i {
    font-size: 15px;
    color: var(--white-color-2);
    transition: .35s ease-in-out;
}

@media (max-width: 1200px) {
    .single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wishlist i {
        font-size: 13px;
    }
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wishlist:hover {
    background-color: var(--white-color-1);
    color: var(--black-color-2);
}

.single-product-section .product-information .product-information--product-description .product-description--add-to-card .button-wishlist:hover i {
    color: var(--primary-color-1);
}

.single-product-section .product-information .product-information--product-description .product-description--category-tags {
    display: flex;
    align-items: center;
}

.single-product-section .product-information .product-information--product-description .product-description--category-tags:not(:last-child) {
    margin-bottom: 15px;
}

.single-product-section .product-information .product-information--product-description .product-description--category-tags .category,
.single-product-section .product-information .product-information--product-description .product-description--category-tags .tag {
    display: flex;
    align-items: center;
}

.single-product-section .product-information .product-information--product-description .product-description--category-tags .category p,
.single-product-section .product-information .product-information--product-description .product-description--category-tags .tag p {
    display: block;
    min-width: 100px;
    margin-right: 15px;
}

.single-product-section .product-information .product-information--product-description .product-description--category-tags .category a,
.single-product-section .product-information .product-information--product-description .product-description--category-tags .tag a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .single-product-section .product-information .product-information--product-description .product-description--category-tags .category a,
    .single-product-section .product-information .product-information--product-description .product-description--category-tags .tag a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .single-product-section .product-information .product-information--product-description .product-description--category-tags .category a,
    .single-product-section .product-information .product-information--product-description .product-description--category-tags .tag a {
        font-size: 11px;
    }
}

.single-product-section .product-information .product-information--product-description .product-description--category-tags .category a:hover,
.single-product-section .product-information .product-information--product-description .product-description--category-tags .tag a:hover {
    color: var(--primary-color-1);
}


/* @media (max-width: 1199px) {
    .sidebar-wrapper {
        display: none;
    }
} */

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget:not(:last-child) {
    margin-bottom: 50px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--widget-title .title {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
    overflow: hidden;
    border-bottom: 2px solid var(--primary-border-color);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--search .search-form {
    display: flex;
    width: 100%;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--search .search-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid var(--primary-border-color);
    color: var(--primary-font-color);
    border-right: none;
    background-color: transparent;
}

@media (max-width: 1440px) {
    .sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--search .search-form input {
        padding: 0 10px;
    }
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--search .search-form ::placeholder {
    color: var(--primary-font-color);
    opacity: 0.75;
    line-height: 1;
    letter-spacing: .3px;
    font-weight: 500;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--search .search-form button {
    background-color: var(--primary-color-1);
    height: 50px;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--search .search-form button i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--white-color-2);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter .ui-slider-horizontal {
    height: 10px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter .ui-slider-horizontal {
    margin-bottom: 20px;
    width: 100%;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter .ui-widget-header {
    background: var(--primary-color-1);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter .price-range-field {
    width: 30%;
    background-color: transparent;
    border: 2px solid var(--primary-border-color);
    color: var(--primary-font-color);
    height: 50px;
    padding: 0 15px;
    opacity: 0.75;
    line-height: 1;
    letter-spacing: .3px;
    font-weight: 500;
}

@media (max-width: 1440px) {
    .sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter .price-range-field {
        padding: 0 10px;
    }
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter button {
    width: 30%;
    background-color: var(--primary-color-1);
    border: none;
    transition: all 0.35s ease;
    color: var(--white-color-1);
    height: 50px;
    padding: 0 15px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--price-filter button:hover {
    background-color: var(--primary-color-2);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post {
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post .post--img-wrapper {
    width: 100px;
    margin-right: 20px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body .post-body--post-title a:hover {
    color: var(--primary-color-1);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body .product-info--price {
    letter-spacing: 1px;
    color: var(--primary-color-1);
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    margin-top: 5px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body .product-info--price .price--old-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: var(--white-color-1);
    opacity: 0.2;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--post-list .post:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-border-color);
    line-height: 1;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--categories li a,
.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--categories li p {
    color: var(--primary-font-color);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--categories li:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--categories li:hover a {
    cursor: pointer;
    color: var(--primary-color-1);
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--banner {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget .gallery--image-item {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget .gallery--image-item img {
    transition: all .35s ease-in-out;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget .gallery--image-item i {
    opacity: 0;
    position: absolute;
    color: var(--white-color-1);
    z-index: 10;
    transition: all .35s ease-in-out;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget .gallery--image-item:hover:after {
    opacity: 1;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget .gallery--image-item:hover i {
    opacity: 1;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget .gallery--image-item:after {
    content: ' ';
    transition: all .35s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    width: 30.5%;
}

.sidebar-wrapper .sidebar-wrapper--sidebar .sidebar--sidebar-widget .sidebar-widget--dribble-widget a img {
    min-height: 60px;
}

.right-sidebar {
    padding-left: 15px;
}

.left-sidebar {
    padding-right: 15px;
}

.shop-wrapper--shop-pagination .shop-pagination--pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .shop-wrapper--shop-pagination .shop-pagination--pagination {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.shop-wrapper--shop-pagination .shop-pagination--pagination li {
    cursor: pointer;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border: 2px solid var(--primary-border-color);
    background-color: var(--white-color-1);
    transition: all .25s ease-in-out;
}

@media (max-width: 1440px) {
    .shop-wrapper--shop-pagination .shop-pagination--pagination li {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .shop-wrapper--shop-pagination .shop-pagination--pagination li {
        font-size: 11px;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
}

.shop-wrapper--shop-pagination .shop-pagination--pagination li a {
    color: var(--black-color-1);
}

.shop-wrapper--shop-pagination .shop-pagination--pagination li:not(:last-child) {
    margin-right: 15px;
}

.shop-wrapper--shop-pagination .shop-pagination--pagination li:hover {
    background-color: var(--primary-color-1);
}

.shop-wrapper--shop-pagination .shop-pagination--pagination li:hover a {
    color: var(--white-color-1);
}

.shop-wrapper--shop-pagination .shop-pagination--pagination .pagination--active {
    background-color: var(--primary-color-1);
}

.shop-wrapper--shop-pagination .shop-pagination--pagination .pagination--active a {
    color: var(--white-color-1);
}

.blog-metro {
    padding-top: 75px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (max-width: 1199px) {
    .blog-metro {
        padding-top: 50px;
    }
}

.blog-metro .four-column-container {
    padding: 0;
}

.blog-metro .four-column-container .grid {
    display: flex;
    flex-wrap: wrap;
}

.blog-metro .four-column-container .grid .grid--grid-item-100 {
    width: 100%;
}

.blog-metro .four-column-container .grid .grid--grid-item-50 {
    width: 50%;
}

@media (max-width: 575px) {
    .blog-metro .four-column-container .grid .grid--grid-item-50 {
        width: 100%;
    }
}

.blog-metro .four-column-container .grid .grid--grid-item-33 {
    width: 33.33333333%;
}

@media (max-width: 991px) {
    .blog-metro .four-column-container .grid .grid--grid-item-33 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .blog-metro .four-column-container .grid .grid--grid-item-33 {
        width: 100%;
    }
}

.blog-metro .four-column-container .grid .grid--grid-item-25 {
    width: 25%;
}

@media (max-width: 1199px) {
    .blog-metro .four-column-container .grid .grid--grid-item-25 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .blog-metro .four-column-container .grid .grid--grid-item-25 {
        width: 100%;
    }
}

.blog-metro .four-column-container .grid .grid--grid-item {
    position: relative;
    overflow: hidden;
}

.blog-metro .four-column-container .grid .grid--grid-item .blog-hover-effect-wrapper {
    position: relative;
    transition: all 0.5s ease;
}

.blog-metro .four-column-container .grid .grid--grid-item .blog-hover-effect-wrapper .grid-item--grid-inner {
    position: relative;
    overflow: hidden;
}

.blog-hover-effect-wrapper {
    position: relative;
    padding: 7.5px;
}

@media (max-width: 575px) {
    .blog-hover-effect-wrapper {
        padding: 0;
        padding-bottom: 7.5px;
    }
}

.blog-hover-effect-wrapper .grid-inner--post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    text-align: center;
}

@media (max-width: 1440px) {
    .blog-hover-effect-wrapper .grid-inner--post-content {
        padding: 30px 15px;
    }
}

@media (max-width: 1199px) {
    .blog-hover-effect-wrapper .grid-inner--post-content {
        padding: 15px;
    }
}

.blog-hover-effect-wrapper .grid-inner--post-content:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--black-color-1);
    opacity: 0.45;
    transition: all 1s ease;
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--tag {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 25px;
    z-index: 20;
}

@media (max-width: 1200px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--tag {
        top: 15px;
        right: 20px;
    }
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--tag span {
    padding: 10px 15px;
    background-color: var(--white-color-1);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--black-color-2);
}

@media (max-width: 1440px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--tag span {
        font-size: 11px;
        padding: 8px 13px;
    }
}

@media (max-width: 1200px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--tag span {
        font-size: 10px;
        padding: 6px 10px;
    }
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta .meta--date p,
.blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta .meta--author p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--white-color-1);
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta .meta-separator p {
    font-size: 10px;
    font-weight: 700;
    color: var(--white-color-2);
    margin: 0 15px;
}

@media (max-width: 1199px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta .meta-separator p {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta .meta-separator p {
        margin: 0 5px;
    }
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--title {
    position: relative;
    z-index: 20;
    margin-top: 10px;
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--title h5 {
    transition: all .3s ease;
}

.blog-hover-effect-wrapper .grid-inner--post-content .post-content--title:hover h5 {
    color: var(--primary-color-1);
}

.blog-hover-effect-wrapper:hover {
    z-index: 20;
}

.blog-hover-effect-wrapper:hover .grid-inner--post-content:hover:after {
    opacity: 0;
}

.blog-single-post .single-post--meta-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.blog-single-post .single-post--meta-content .meta-content--info {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 575px) {
    .blog-single-post .single-post--meta-content .meta-content--info {
        margin-bottom: 10px;
    }
}

.blog-single-post .single-post--meta-content .meta-content--info i {
    color: var(--primary-font-color);
    font-size: 12px;
    margin-right: 10px;
}

.blog-single-post .single-post--meta-content .meta-content--info a {
    color: var(--primary-font-color);
}

.blog-single-post .single-post--meta-content .meta-content--info a:hover {
    color: var(--primary-color-1);
}

.blog-single-post .single-post--meta-content .meta-content--info:not(:last-child):after {
    content: ' ';
    display: flex;
    width: 15px;
    height: 2px;
    background-color: var(--primary-border-color);
    margin: 0 20px;
}

@media (max-width: 575px) {
    .blog-single-post .single-post--meta-content .meta-content--info:not(:last-child):after {
        margin: 0 15px;
    }
}

.blog-single-post .single-post--title {
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-single-post .single-post--title h3 {
    text-align: center;
}

.blog-single-post .single-post--text-wrapper {
    margin-bottom: 20px;
}

.blog-single-post .single-post--image-wrapper {
    margin-bottom: 25px;
}

.blog-single-post .single-post--two-side-images {
    margin-bottom: 25px;
}

.blog-single-post .single-post--two-side-images .image-wrapper {
    height: 600px;
}

@media (max-width: 991px) {
    .blog-single-post .single-post--two-side-images .image-wrapper {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .blog-single-post .single-post--two-side-images .first-image {
        margin-bottom: 25px;
    }
}

.blog-single-post .single-post--video-wrapper {
    margin-bottom: 25px;
    margin-top: 15px;
}

.blog-single-post .blockquote-type-2 {
    margin: 25px 0;
}

.blog-single-post .post-content--two-side-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .blog-single-post .post-content--two-side-content {
        flex-direction: column;
    }
}

.blog-single-post .post-content--two-side-content .right-side {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .blog-single-post .post-content--two-side-content .right-side {
        margin-top: 15px;
        padding-left: 0;
    }
}

.blog-single-post .post-content--two-side-content .two-side-content--image-wrapper {
    height: 400px;
}

.blog-single-post .post-content--two-side-content .two-side-content--side {
    width: 50%;
}

@media (max-width: 991px) {
    .blog-single-post .post-content--two-side-content .two-side-content--side {
        width: 100%;
    }
}

.blog-single-post .post-content--two-side-content .two-side-content--side h5 {
    margin-bottom: 15px;
}

.blog-single-post .single-post--two-images-section {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .blog-single-post .single-post--two-images-section {
        margin-bottom: 0;
    }
}

.blog-single-post .single-post--two-images-section .image-wrapper {
    height: 600px;
}

@media (max-width: 991px) {
    .blog-single-post .single-post--two-images-section .image-wrapper {
        height: 500px;
        margin-bottom: 25px;
    }
}

.blog-single-post .single-post--description-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .blog-single-post .single-post--description-box {
        flex-direction: column;
    }
}

.blog-single-post .single-post--description-box .description-box--tags-wrapper .tags-wrapper--tags {
    display: flex;
}

.blog-single-post .single-post--description-box .description-box--tags-wrapper .tags-wrapper--tags a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 25px;
    height: 35px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--primary-border-color);
    line-height: 1;
    color: var(--white-color-1);
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .blog-single-post .single-post--description-box .description-box--tags-wrapper .tags-wrapper--tags a {
        padding: 0 15px;
        font-size: 12px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .blog-single-post .single-post--description-box .description-box--tags-wrapper .tags-wrapper--tags a {
        font-size: 11px;
    }
}

.blog-single-post .single-post--description-box .description-box--tags-wrapper .tags-wrapper--tags a:not(:last-child) {
    margin-right: 15px;
}

.blog-single-post .single-post--description-box .description-box--tags-wrapper .tags-wrapper--tags a:hover {
    background-color: var(--white-color-1);
    color: var(--black-color-2);
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--title {
    margin-bottom: 30px;
    margin-top: 20px;
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post {
    margin-bottom: 30px;
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body h6 a:hover {
    color: var(--primary-color-1);
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info {
    display: flex;
    line-height: 1;
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info .post-info--info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    width: 100%;
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info .post-info--info p,
.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info .post-info--info a {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-font-color);
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info .post-info--info p i,
.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info .post-info--info a i {
    font-size: 11px;
    margin-right: 7px;
}

.blog-single-post .single-post-wrapper-type-1--recent-posts .recent-posts--post .post--post-body .post-body--post-info .post-info--info:not(:last-child) {
    margin-right: 15px;
}

.blog-single-post .content-wrapper--post-comments .recent-posts--title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list {
    margin-bottom: 25px;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment {
    display: flex;
    flex-direction: column;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper {
    display: flex;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--author-wrapper {
    border: 2px solid var(--primary-border-color);
    overflow: hidden;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

@media (max-width: 767px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--author-wrapper {
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
        min-height: 50px;
        margin-right: 20px;
    }
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body {
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body {
        padding-bottom: 25px;
    }
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary-border-color);
    margin-top: 50px;
}

@media (max-width: 767px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body:after {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body {
        padding-left: 30px;
        padding-bottom: 30px;
    }
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply {
    display: flex;
    justify-content: space-between;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .body--reply .date {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link {
    line-height: 1;
    color: var(--white-color-2);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px;
    border: 2px solid var(--primary-border-color);
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

@media (max-width: 575px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link {
        font-size: 10px;
    }
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link i {
    margin-right: 3px;
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comments-list--comment .comment--wrapper .comment--body .reply--reply-link:hover {
    color: var(--white-color-1);
}

.blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comment-reply {
    padding-left: 75px;
}

@media (max-width: 991px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comment-reply {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .blog-single-post .content-wrapper--post-comments .post-comments--comments-list .comment-reply {
        padding-left: 0;
    }
}

.blog-single-post .content-wrapper--post-comments .post-comments--title {
    margin-bottom: 10px;
}

.blog-single-post .content-wrapper--post-comments .post-comments-notes {
    font-size: 13px;
}

.blog-single-post .link {
    color: var(--primary-color-1);
    text-decoration: underline !important;
}

.blog-single-post strong,
.blog-single-post em {
    color: var(--white-color-2);
}

:root {
    --footer-head-offset: 75px 0;
    --footer-head-responsive-offset: 50px 0 20px 0;
    --footer-body-offset: 45px 15px;
    --footer-body-responsive-offset: 25px 15px;
}

.footer {
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

@media (max-width: 991px) {
    .footer {
        position: relative;
        z-index: 1;
    }
}

.footer .footer-head {
    padding: var(--footer-head-offset);
}

@media (max-width: 1200px) {
    .footer .footer-head {
        padding: var(--footer-head-responsive-offset);
    }
}

.footer .footer-head .sidebar-widget {
    padding-right: 30px;
}

@media (max-width: 1440px) {
    .footer .footer-head .sidebar-widget {
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .footer .footer-head .sidebar-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .footer .footer-head .sidebar-widget {
        padding-right: 0;
    }
}

.footer .footer-head .sidebar-widget .sidebar-widget--sidebar-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post {
    display: flex;
    align-items: center;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post:not(:last-child) {
    margin-bottom: 20px;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post .post--img-wrapper {
    width: 80px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body a h6 {
    color: var(--white-color-1);
    transition: all .25s ease-in-out;
    font-size: 14px;
    line-height: 1.5;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body a h6:hover {
    color: var(--primary-color-1);
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post-list--post .post--post-body .post-body--description-box .description-box--date {
    font-size: 12px;
}

.footer .footer-head .sidebar-widget .sidebar-widget--post-list .post:not(:last-child) {
    margin-bottom: 15px;
}

.footer .footer-head .sidebar-widget .sidebar-widget--tag-cloud {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-head .sidebar-widget .sidebar-widget--tag-cloud .tag-cloud--tag {
    padding: 7px 12px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 8px 8px 0;
    border: 2px solid var(--primary-color-1);
    color: var(--white-color-1);
    transition: all .2s ease-in-out;
    background-color: var(--primary-color-1);
}

.footer .footer-head .sidebar-widget .sidebar-widget--tag-cloud .tag-cloud--tag:hover {
    background-color: transparent;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget {
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget .gallery--image-item {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget .gallery--image-item img {
    display: flex;
    width: 100%;
    height: auto;
    transition: all .35s ease-in-out;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget .gallery--image-item i {
    opacity: 0;
    position: absolute;
    color: var(--white-color-2);
    z-index: 10;
    transition: all .35s ease-in-out;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget .gallery--image-item:hover:after {
    opacity: 1;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget .gallery--image-item:hover i {
    opacity: 1;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget .gallery--image-item:after {
    content: ' ';
    transition: all .35s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5px;
    width: 30.5%;
}

.footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a img {
    min-height: 65px;
}

.footer .footer-head .sidebar-widget .sidebar-widget--contacts .contacts--contact-info li {
    display: flex;
    align-items: center;
}

.footer .footer-head .sidebar-widget .sidebar-widget--contacts .contacts--contact-info li i {
    margin-right: 15px;
    font-size: 13px;
    color: var(--primary-color-1);
}

.footer .footer-head .sidebar-widget .sidebar-widget--contacts .contacts--contact-info li a {
    color: var(--primary-font-color);
    transition: all .25s ease-in-out;
}

.footer .footer-head .sidebar-widget .sidebar-widget--contacts .contacts--contact-info li a:hover {
    color: var(--primary-color-1);
}

.footer .footer-head .sidebar-widget .sidebar-widget--contacts .contacts--contact-info li:not(:last-child) {
    margin-bottom: 15px;
}

.footer .footer-body .footer-body--wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--black-color-2);
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer .footer-body .footer-body--wrapper {
        text-align: center;
        padding: var(--footer-body-responsive-offset);
    }
}

.footer .footer-body .footer-body--wrapper p,
.footer .footer-body .footer-body--wrapper a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--primary-font-color);
}

@media (max-width: 1440px) {
    .footer .footer-body .footer-body--wrapper p,
    .footer .footer-body .footer-body--wrapper a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .footer .footer-body .footer-body--wrapper p,
    .footer .footer-body .footer-body--wrapper a {
        font-size: 11px;
        line-height: 1.6;
    }
}

.footer .footer-body .footer-body--wrapper a {
    transition: all .25s ease-in-out;
}

.footer .footer-body .footer-body--wrapper a:hover {
    color: var(--primary-color-1);
}

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

@media (max-width: 991px) {
    .footer-sizer {
        display: none;
    }
}