:root {
    --tt-main-bg-color: #0a0a0a;
    --tt-main-color: #df2027;
}
/*@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Syne:wght@400;500;600;700;800&display=swap");*/
@font-face {
    font-family: "Dirtyline";
    src: url(../fonts/Dirtyline-Reg.ttf);
    src: url(../fonts/Dirtyline-Reg.eot?#iefix) format("embedded-opentype"), url(../fonts/Dirtyline-Reg.woff2) format("woff2"), url(../fonts/Dirtyline-Reg.woff) format("woff"), url(../fonts/Dirtyline-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
}
body {
    position: relative;
    margin: 0;
    background-color: var(--tt-main-bg-color);
    line-height: 1.6;
    font-size: 19px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    overflow-x: hidden;
}
p {
    margin: 0 0 30px;
}
a {
    color: currentColor;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus {
    color: currentColor;
}
p a {
    color: currentColor;
    opacity: 0.8;
    font-style: italic;
    border-bottom: 1px solid;
}
p a:hover,
p a:focus {
    color: currentColor;
    opacity: 0.6;
}
img {
    max-width: 100%;
    height: auto;
}
b,
strong {
    font-weight: bold;
    font-weight: 700;
}
section {
    position: relative;
}
button {
}
button:focus {
    outline: none;
}
.small,
small {
    font-size: 80%;
}
.pt-80{padding-top:8rem;}
.pb-80{padding-bottom:8rem;}
.pt-40{padding-top:4rem;}
.pb-40{padding-bottom:4rem;}
hr {
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid rgb(144 144 144 / 30%);
}
.anim-image-parallax {
    transform: scale(1.2);
    transform-origin: 50% 100%;
}
/* Selection */
::selection {
    color: #fff;
    text-shadow: none;
    background: var(--tt-main-color);
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: var(--tt-main-color); /* Firefox */
}
::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: var(--tt-main-color); /* Safari */
}
/* Lists */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
/* Disable scroll */
.tt-no-scroll {
    overflow-y: hidden ;
}
/* Body font
============= */
body {
    font-family: "Poppins", sans-serif;
}
/* Secondary font
================== */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
#ball,
.ptr-prel-content,
.ph-caption-title-ghost,
.ph-caption-subtitle,
.ph-caption-description,
.ph-categories,
.ph-share-trigger,
.tt-scroll-down,
.tt-main-menu-list,
.tt-m-menu-toggle-btn-text,
.tt-ol-menu-toggle-btn-text,
.tt-ol-menu-list,
.tt-ol-menu-ghost,
.tt-ol-menu-social,
.tt-heading,
.tt-ps-caption-category,
.tt-ps-nav-pagination,
.tt-pc-navigation,
.tt-cc-pagination,
.tt-phc-item::before,
.tt-phc-counter,
.pli-counter,
.ptl-item-caption::before,
.ptl-item-caption-inner,
.ttgr-cat-trigger-wrap,
.ttgr-cat-list,
.ttgr-cat-classic-nav,
.pi-item-title-link-inner,
.pi-item-title-link::before,
.portfolio-interactive-ghost,
.pspl-item-title-link-inner,
.pspl-item-title-link::before,
.project-info-list,
.tt-pn-link,
.tt-pn-subtitle,
.tt-pagination,
.tt-np-ghost,
.tt-bp-nav-text,
.tt-scrolling-text,
.tt-scrolling-btn,
#blog-list.bli-compact .bli-info::before,
.footer-social-text {
    font-family: "Dirtyline";
    text-transform: lowercase;
    letter-spacing: 2px;
}
/* ------------------------------------------------------------- *
 * Page transitions
/* ------------------------------------------------------------- */

#page-transition {
    display: none;
}
body.tt-transition #page-transition {
    position: relative;
    display: block;
    z-index: 99999;
}
/* Transition overlay */
body.tt-transition .ptr-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #111;
    z-index: 1;
}
/* Transition preloader */
body.tt-transition .ptr-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

body.tt-transition .ptr-prel-content {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-weight: 600;
    color: #444;
}
.ptr-prel-image {
    max-height: 82px; /* You may need to change the img height to match your logo type! */
    opacity: 0.5; /* You may need to change the opacity as well! */
}
/* ----------------------------------------------------------------------------------------- *
 * Page boxed layout
 * Note: Class "boxed" in <body> tag is connected with class "tt-wrap" in several places!
/* ----------------------------------------------------------------------------------------- */
body.tt-boxed .tt-wrap {
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body.tt-boxed .tt-wrap .tt-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* ------------------------------------------------------------- *
 * Body inner
/* ------------------------------------------------------------- */

#body-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 100vh;
}
/* ------------------------------------------------------------- *
 * Content wrap
/* ------------------------------------------------------------- */

#content-wrap {
    position: relative;
    overflow: hidden;
}
/* ------------------------------------------------------------- *
 * Custom scrollbar style
/* ------------------------------------------------------------- */

.tt-custom-scrollbar {
    overflow-y: auto;
}
/* Hide default scrollbar */
body:not(.is-mobile).tt-smooth-scroll {
    overflow: hidden ;
}
body:not(.is-mobile).tt-smooth-scroll #scroll-container {
    width: auto;
    height: 100vh;
    overflow: auto;
    margin: 0;
}
/* Styling scrollbar */
.scrollbar-track {
    background: transparent ;
    z-index: 99999 ;
    transition: background 0.2s ease-in-out;
}
.scrollbar-track:hover {
    background: rgba(222, 222, 222, 0.15) ;
}
.scrollbar-thumb {
    background: #ddd ;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
}
.scrollbar-track:hover .scrollbar-thumb {
    opacity: 0.5;
}
/* ------------------------------------------------------------- *
 * Magic cursor
/* ------------------------------------------------------------- */
#magic-cursor {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}

#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: #fff;
    /* Note: border width handled through JS */
}
/* Ball view 
============= */
#ball.ball-view {
    background-color: var(--tt-main-color);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
#ball .ball-view-inner {
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
#ball .ball-view-inner i {
    font-size: 19px;
}
/* Ball drag 
============= */
#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 16px;
    color: #fff;
    height: 10px;
    line-height: 10px;

    /* Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
    content: "\f060"; /* Font Awesome */
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
}
#ball .ball-drag::after {
    content: "\f061"; /* Font Awesome */
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
}
/* Ball close 
============== */
#ball.ball-close-enabled {
    opacity: 1 ;
}
#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
}
/* Magnetic cursor
=================== */
.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ball.magnetic-active {
    border-color: var(--tt-main-color) ;
}
/* ------------------------------------------------------------- *
 * tt-Section
/* ------------------------------------------------------------- */

.tt-section {
    position: relative;
    padding: 80px 0;
}
/* tt-section background image
=============================== */
.tt-section-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.tt-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* if parallax enabled */
.tt-section-image .anim-image-parallax-wrap,
.tt-section-image .anim-image-parallax-inner {
    overflow: hidden;
    height: 100%;
}

/* tt-section inner 
==================== */
.tt-section-inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

/* ------------------------------------------------------------- *
 * Headings
/* ------------------------------------------------------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-weight: 600;
    color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 30px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 30px;
}

.h1,
h1 {
    font-size: 48px;
}
.h2,
h2 {
    font-size: 40px;
}
.h3,
h3 {
    font-size: 36px;
}
.h4,
h4 {
    font-size: 30px;
}
.h5,
h5 {
    font-size: 26px;
}
.h6,
h6 {
    font-size: 21px;
}
/* ------------------------------------------------------------- *
 * tt-Headings (custom headings)
/* ------------------------------------------------------------- */

.tt-heading {
    margin-bottom: 40px;
}
/* tt-Headings title */
.tt-heading-title {
    margin: 0;
    font-size: calc(24px + 1vw);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
}

/* tt-Headings subtitle */
.tt-heading-subtitle {
    margin: 0 0 15px 0;
    font-size: calc(19px + 0.1vw);
    font-weight: bold;
    font-weight: normal;
    color: #bbb;
}
.tt-heading-title + .tt-heading-subtitle {
    margin: 15px 0 0 0;
}

/* tt-Headings paragraph */
.tt-heading > p:first-child {
    margin-bottom: 0;
}
.tt-heading-title + p,
.tt-heading-subtitle + p {
    margin-top: 50px;
}
.tt-heading > p:last-child {
    margin-bottom: 0;
}

/* tt-Headings styles 
====================== */
/* style stroke */
.tt-heading.tt-heading-stroke .tt-heading-title {
    font-weight: bold;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
}

/* If "text-gray" is used */
.tt-heading.tt-heading-stroke .tt-heading-title.text-gray {
    -webkit-text-stroke-color: #a2a2a2;
}

/* If Firefox */
body.is-firefox .tt-heading.tt-heading-stroke .tt-heading-title {
    -webkit-text-stroke-width: 2px;
}

/* tt-Headings positions 
========================= */
/* position center */
.tt-heading.tt-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* tt-Headings sizes 
===================== */
/* size xsm */
.tt-heading.tt-heading-xsm .tt-heading-title {
    font-size: calc(24px + 0.1vw);
    font-weight: bold;
    font-weight: 600;
}
.tt-heading.tt-heading-xsm .tt-heading-subtitle {
    font-size: calc(13px + 0.1vw);
}

/* size sm */
.tt-heading.tt-heading-sm .tt-heading-title {
    font-size: calc(24px + 0.5vw);
    font-weight: bold;
    font-weight: 600;
}
.tt-heading.tt-heading-sm .tt-heading-subtitle {
    font-size: calc(15px + 0.1vw);
}

/* size lg */
.tt-heading.tt-heading-lg .tt-heading-title {
    font-size: calc(24px + 2vw);
    line-height: 1.3;
}
.tt-heading.tt-heading-lg .tt-heading-subtitle {
    font-size: calc(21px + 0.1vw);
    font-weight: bold;
    font-weight: 500;
}

/* size xlg */
.tt-heading.tt-heading-xlg .tt-heading-title {
    font-size: calc(24px + 3vw);
    line-height: 1.2;
}
.tt-heading.tt-heading-xlg .tt-heading-subtitle {
    font-size: calc(21px + 0.2vw);
    font-weight: bold;
    font-weight: 500;
}
/* size xxlg */
.tt-heading.tt-heading-xxlg .tt-heading-title {
    font-size: calc(24px + 4.5vw);
    line-height: 1.2;
}
.tt-heading.tt-heading-xxlg .tt-heading-subtitle {
    font-size: calc(21px + 0.3vw);
    font-weight: bold;
    font-weight: 500;
}
/* ------------------------------------------------------------- *
 * Header
/* ------------------------------------------------------------- */
#tt-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 999;
    pointer-events: none;
}

/* header position fixed */
#tt-header.tt-header-fixed {
    position: fixed;
}

/* header inner */
.tt-header-inner {
    width: 100%;
    display: flex;
    padding-top: 40px;
    align-items: center;
}
/* header columns */
.tt-header-col {
    display: flex;
    align-items: center;
}
.tt-header-col:first-child {
    margin-right: auto;
}
/* Header logo 
=============== */
.tt-logo {
    position: relative;
    margin-right: auto;
    line-height: 1;
    pointer-events: initial;
    z-index: 9;
}
.tt-logo a {
    display: inline-block;
    font-size: 21px;
    color: #fff;
}
.tt-logo img {
    max-height: 48px; /* You may need to change the img height to match your logo type! */
}

.tt-logo-dark {
    display: none;
}
/* ------------------------------------------------------------- *
 * Overlay menu 
/* ------------------------------------------------------------- */

/* Overlay menu 
================ */
.tt-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--tt-main-bg-color);
    visibility: hidden;
    opacity: 0;
    pointer-events: initial;
}

.tt-ol-menu-ghost {
    position: absolute;
    left: 3%;
    bottom: 5%;
    font-size: 23.5vw;
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 0.7;
    opacity: 0.07;
    z-index: -1;
}

.tt-ol-menu-holder {
    position: relative;
    height: 100%;
    width: calc(100% + 17px);
    padding-right: 17px;
    overflow-y: scroll;
    z-index: 2;
}
.tt-ol-menu-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.tt-ol-menu-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 120px 140px 120px 5%;
}
/* Disable page scroll if overlay menu is open */
body:not(.tt-smooth-scroll).tt-ol-menu-open {
    overflow-y: hidden;
}

/* Hide smooth scrollbar if overlay menu is open */
body.tt-smooth-scroll.tt-ol-menu-open .scrollbar-track {
    display: none ;
}

/* Overlay menu list */
.tt-ol-menu-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tt-ol-menu-list > li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tt-ol-menu-list > li:first-child {
    margin-top: 0;
}
.tt-ol-menu-list > li:last-child {
    margin-bottom: 0;
}
.tt-ol-menu-list > li > a,
.tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    position: relative;
    display: inline-block;
    font-size: clamp(34px, 4vw, 68px);
    font-weight: bold;
    font-weight: 700;
    line-height: 1.2;
    color: #818181;
    transition: color 0.2s, transform 0.2s ease-in-out;
    font-family: "Dirtyline";
    text-transform: lowercase;
}
.tt-ol-menu-list > li.active > a,
.tt-ol-menu-list > li.active > .tt-ol-submenu-trigger > a,
.tt-ol-menu-list > li.active > .tt-ol-submenu-trigger .tt-ol-submenu-caret,
body:not(.is-mobile) .tt-ol-menu-list > li > a:hover,
body:not(.is-mobile) .tt-ol-menu-list > li > .tt-ol-submenu-trigger:hover > a,
body:not(.is-mobile) .tt-ol-menu-list > li > .tt-ol-submenu-trigger:hover .tt-ol-submenu-caret,
.tt-ol-menu-list > li > .tt-ol-submenu-trigger.tt-ol-submenu-open > a,
.tt-ol-menu-list > li > .tt-ol-submenu-trigger.tt-ol-submenu-open .tt-ol-submenu-caret {
    color: #fff;
}
.tt-ol-menu-list > li.active > a,
.tt-ol-menu-list > li.active > .tt-ol-submenu-trigger > a,
body:not(.is-mobile) .tt-ol-menu-list > li > a:hover,
body:not(.is-mobile) .tt-ol-menu-list > li > .tt-ol-submenu-trigger:hover > a,
.tt-ol-menu-list > li > .tt-ol-submenu-trigger.tt-ol-submenu-open > a {
    transform: skew(-15deg, 0deg);
}
/* Overlay menu submenu */
.tt-ol-submenu-wrap {
    position: relative;
}
.tt-ol-submenu-trigger {
    position: relative;
    display: inline-block;
}
.tt-ol-submenu {
    display: none;
    position: relative;
    height: auto;
    margin-left: 20px;
    color: #8a8a8a;
}
.tt-ol-menu-list > li > .tt-ol-submenu {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Overlay menu submenu list */
.tt-ol-submenu-list {
    padding: 0;
    list-style: none;
}
.tt-ol-submenu-list .tt-ol-submenu {
    margin-top: 10px;
    margin-bottom: 15px;
}
.tt-ol-submenu-list > li a,
.tt-ol-submenu-list > li > .tt-ol-submenu-trigger > a {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 19px;
    font-weight: 600;
    color: #aaa;
    transition: color 0.3s ease-in-out;
}
.tt-ol-submenu-list > li > .tt-ol-submenu-trigger.tt-ol-submenu-open > a,
.tt-ol-submenu-list > li > .tt-ol-submenu-trigger.tt-ol-submenu-open .tt-ol-submenu-caret,
.tt-ol-submenu-list > li.active > a,
.tt-ol-submenu-list > li.active > .tt-ol-submenu-trigger > a,
.tt-ol-submenu-list > li.active > .tt-ol-submenu-trigger .tt-ol-submenu-caret,
.tt-ol-submenu-list > li a:hover,
.tt-ol-submenu-list > li > .tt-ol-submenu-trigger:hover > a,
.tt-ol-submenu-list > li > .tt-ol-submenu-trigger:hover .tt-ol-submenu-caret {
    color: #fff;
}
.tt-ol-submenu-caret-wrap {
    position: absolute;
    top: 60%;
    right: -40px;
    transform: translate3d(0, -50%, 0);
}
.tt-ol-submenu-caret {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #646464;
    cursor: pointer;
    z-index: 2;
    border-radius: 100%;
    transition: opacity 0.3s ease-in-out;
}
.tt-ol-submenu-caret::after {
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
}
.tt-ol-submenu-trigger.tt-ol-submenu-open .tt-ol-submenu-caret::after {
    transform: rotate(180deg);
}

/* Sub-submenu caret */
.tt-ol-menu-list > li li .tt-ol-submenu-caret-wrap {
    top: 50%;
    right: -40px;
}
.tt-ol-menu-list > li li .tt-ol-submenu-caret {
    font-size: 12px;
    color: #8a8a8a;
}

/* Overlay menu toggle button 
============================== */
#tt-ol-menu-toggle-btn-wrap {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: initial;
    cursor: pointer;
    z-index: 9;
}
.tt-ol-menu-toggle-btn-holder {
    float: left;
}

/* Toggle button */
.tt-ol-menu-toggle-btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}
.tt-ol-menu-toggle-btn span {
    position: absolute;
    display: block;
    top: 54%;
    left: 50%;
    height: 2px;
    width: 20px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}
.tt-ol-menu-toggle-btn span::before,
.tt-ol-menu-toggle-btn span::after {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.tt-ol-menu-toggle-btn span::before {
    top: -4px;
    width: 20px;
}
.tt-ol-menu-toggle-btn span::after {
    top: auto;
    bottom: -4px;
    width: 14px;
}

/* Toggle button hover */
body:not(.is-mobile):not(.tt-ol-menu-open) .tt-ol-menu-toggle-btn:hover span {
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50px;
}
body:not(.is-mobile):not(.tt-ol-menu-open) .tt-ol-menu-toggle-btn:hover span::before {
    top: 0;
    width: 0;
}
body:not(.is-mobile):not(.tt-ol-menu-open) .tt-ol-menu-toggle-btn:hover span::after {
    bottom: 0;
    width: 0;
}

/* Toggle button text */
.tt-ol-menu-toggle-btn-text-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 2px;
    padding-right: 5px;
}
.tt-ol-menu-toggle-btn-text {
    float: left;
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    color: #fff;
}
/* Toggle button text hover */
.tt-ol-menu-toggle-btn-text .text-menu {
    position: relative;
    display: inline-block;
    text-align: right;
    transition: transform 0.3s;
}
body.tt-ol-menu-open .tt-ol-menu-toggle-btn-text .text-menu {
    display: none;
}
body:not(.is-mobile) .tt-ol-menu-toggle-btn-text .text-menu::before {
    position: absolute;
    top: 100%;
    right: 0;
    content: attr(data-hover);
}
body:not(.is-mobile) #tt-ol-menu-toggle-btn-wrap:hover .tt-ol-menu-toggle-btn-text .text-menu {
    transform: translate3d(0, -100%, 0);
}
/* Toggle button close */
body.tt-ol-menu-open .tt-ol-menu-toggle-btn span {
    width: 20px;
    background-color: transparent;
}
body.tt-ol-menu-open .tt-ol-menu-toggle-btn span::before {
    top: 0;
    width: 20px;
    transform: rotate(45deg);
}
body.tt-ol-menu-open .tt-ol-menu-toggle-btn span::after {
    bottom: 0;
    width: 20px;
    transform: rotate(-45deg);
}
.tt-ol-menu-toggle-btn-text .text-close {
    display: none;
}
body.tt-ol-menu-open .tt-ol-menu-toggle-btn-text .text-close {
    display: block;
}
/* Disable menu toggle button click until the animations last */
body.olm-toggle-no-click .tt-ol-menu-toggle-btn-text,
body.olm-toggle-no-click .tt-ol-menu-toggle-btn {
    pointer-events: none;
}
/* Overlay menu social links 
============================= */
.tt-ol-menu-social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    right: calc(50% - 620px);
    z-index: 9991;
    visibility: hidden;
    opacity: 0;
}
.tt-ol-menu-social > li {
    padding: 3px 0;
}
.tt-ol-menu-social > li > a {
    font-size: 19px;
    color: #919191;
    font-weight: 600;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 100%, currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) ;
    background-size: 0 100%;
}
.tt-ol-menu-social > li > a:hover,
.tt-ol-menu-social > li > a:focus {
    background-size: 100% 100%;
    color: #fff;
}

.tt-ol-menu-social-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #eee;
}

/* ------------------------------------------------------------- *
 * Page header
/* ------------------------------------------------------------- */

#page-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.page-header-inner,
body.ph-image-on.ph-bg-image-on #page-header .page-header-inner {
    width: 100%;
    padding-top: 13vw;
    padding-bottom: 10vw;
    z-index: 2;
}
body.ph-image-on #page-header .page-header-inner {
    padding-top: 16vw;
    padding-bottom: 13vw;
}
/* Page header image 
===================== */
.ph-image {
    position: absolute;
    top: 160px;
    right: 18vw;
    width: clamp(340px, 18vw, 800px);
    z-index: 2;
    line-height: 0;
}
.ph-image-inner {
    position: relative;
    width: 100%;
}
/* Video */
#page-header:not(.ph-image-cropped) .ph-video-wrap {
    position: relative;
    padding-bottom: 140%;
}
.ph-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
#page-header.ph-bg-image .ph-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* Page header image cover opasity */
[class*="ph-image-cover-"] .ph-image-inner::before {
    position: absolute;
    display: block;
    content: "";
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #040404;
    z-index: 1;
    opacity: 0;
}
.ph-image-cover-0 .ph-image-inner::before {
    opacity: 0;
}
.ph-image-cover-0-5 .ph-image-inner::before {
    opacity: 0.05;
}
.ph-image-cover-1 .ph-image-inner::before {
    opacity: 0.1;
}
.ph-image-cover-1-5 .ph-image-inner::before {
    opacity: 0.15;
}
.ph-image-cover-2 .ph-image-inner::before {
    opacity: 0.2;
}
.ph-image-cover-2-5 .ph-image-inner::before {
    opacity: 0.25;
}
.ph-image-cover-3 .ph-image-inner::before {
    opacity: 0.3;
}
.ph-image-cover-3-5 .ph-image-inner::before {
    opacity: 0.35;
}
.ph-image-cover-4 .ph-image-inner::before {
    opacity: 0.4;
}
.ph-image-cover-4-5 .ph-image-inner::before {
    opacity: 0.45;
}
.ph-image-cover-5 .ph-image-inner::before {
    opacity: 0.5;
}
.ph-image-cover-5-5 .ph-image-inner::before {
    opacity: 0.55;
}
.ph-image-cover-6 .ph-image-inner::before {
    opacity: 0.6;
}
.ph-image-cover-6-5 .ph-image-inner::before {
    opacity: 0.65;
}
.ph-image-cover-7 .ph-image-inner::before {
    opacity: 0.7;
}
.ph-image-cover-7-5 .ph-image-inner::before {
    opacity: 0.75;
}
.ph-image-cover-8 .ph-image-inner::before {
    opacity: 0.8;
}
.ph-image-cover-8-5 .ph-image-inner::before {
    opacity: 0.85;
}
.ph-image-cover-9 .ph-image-inner::before {
    opacity: 0.9;
}
.ph-image-cover-9-5 .ph-image-inner::before {
    opacity: 0.95;
}

/* if class "ph-image-cropped" enabled (not for background image!) */
#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner {
    position: relative;
    padding-bottom: 130%;
}
#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* Make image to background image */
#page-header.ph-bg-image .ph-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    z-index: -1;
    transform: none;
    overflow: hidden;
}
#page-header.ph-bg-image .ph-image-inner {
    width: 100%;
    height: 100%;
}

#page-header.ph-bg-image .ph-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#page-header.ph-bg-image .ph-video-wrap {
    padding-bottom: 0;
}

/* Page header caption 
======================= */
.ph-caption {
    position: relative;
}

/* page header caption title */
.ph-caption-title {
    position: relative;
    margin: 0;
    font-size: clamp(38px, 5vw, 82px);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    z-index: 9;
    font-family: "Dirtyline";
    text-transform: lowercase;
    letter-spacing: 2px;
}

/* page header caption title ghost */
.ph-caption-title-ghost {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 5%;
    font-size: calc(16px + 19.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}
.ph-caption-title-ghost .phgh-text {
    /* cloned text by .js */
    display: inline-block;
    margin-right: 7vw;
}
#page-header.ph-bg-image .ph-caption-title-ghost {
    /* disable title ghost if "ph-bg-image" is enabled */
    display: none;
}

/* page header caption subtitle */
.ph-caption-subtitle {
    position: relative;
    margin-bottom: 20px;
    font-size: calc(15px + 0.3vw);
    font-weight: 500;
    color: #ccc;
    z-index: 9;
}
.ph-caption-title + .ph-caption-subtitle {
    margin-top: 20px;
    margin-bottom: 0;
}

/* page header caption category */
.ph-categories {
    position: relative;
    margin-bottom: 20px;
    z-index: 9;
}
.ph-caption-title + .ph-categories {
    margin-top: 20px;
    margin-bottom: 0;
}
.ph-category {
    position: relative;
    display: inline-block;
    font-size: calc(15px + 0.1vw);
    color: #fff;
    line-height: 1.4;
}
a.ph-category:hover {
    opacity: 0.8;
}
.ph-category ~ .ph-category:not(:empty)::before {
    content: ", ";
    margin-left: -4px;
}

/* page header caption meta */
.ph-meta {
    position: relative;
    display: inline-flex;
    margin-top: 20px;
    font-size: 16px;
    color: #ddd;
    font-weight: normal;
    z-index: 9;
}
.ph-meta-published {
}
.ph-meta-posted-by {
    margin-left: 10px;
    font-weight: normal;
}
.ph-meta-posted-by a {
    position: relative;
    color: #ddd;
}
.ph-meta-posted-by a:hover {
    opacity: 0.8;
}

/* page header caption description */
.ph-caption-description {
    position: relative;
    max-width: 740px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    z-index: 9;
}

/* page header caption paragraph */
.ph-caption > p {
    position: relative;
    max-width: 900px;
    z-index: 9;
}
.ph-caption .ph-caption-title + p,
.ph-caption .ph-caption-title-ghost + p,
.ph-caption .ph-caption-subtitle + p {
    margin-top: 30px;
}
.ph-caption > p:last-child {
    margin-bottom: 0;
}

/* Scroll down 
=============== */
.tt-scroll-down {
    position: absolute;
    bottom: 2%;
    left: 0;
    z-index: 9;
}
#page-header:not(.ph-full) .tt-scroll-down {
    /* Display only on full scren page header! */
    display: none;
}

.tt-sd-inner {
    display: inline-flex;
    align-items: flex-start;
    height: 50px;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: center left;
    margin-left: 2rem;
}

/* Scroll down text */
.tt-sd-text {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    color: #eee;
    margin-top: -8px;
}

/* Scroll down arrow */
.tt-sd-arrow {
    position: relative;
    width: 55px;
}
.tt-sd-arrow-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    animation: scroll-down-swipe-line 4s infinite;
}
@keyframes scroll-down-swipe-line {
    80% {
        transform-origin: left;
        transform: scaleX(1);
    }
    90% {
        transform-origin: left;
        transform: scaleX(0);
    }
    90.1% {
        transform-origin: right;
        transform: scaleX(0);
    }
    100% {
        transform-origin: right;
        transform: scaleX(1);
    }
}
.tt-sd-arrow::before,
.tt-sd-arrow::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 12px;
    background-color: #eee;
    transition: width 0.3s;
}
.tt-sd-arrow::before {
    top: 0px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}
.tt-sd-arrow::after {
    bottom: 0px;
    transform: rotate(45deg);
    transform-origin: top left;
}
.tt-sd-arrow,
.tt-sd-arrow::before,
.tt-sd-arrow::after {
    height: 2px;
}

/* Scroll down hover */
.tt-sd-inner:hover .tt-sd-arrow::before,
.tt-sd-inner:hover .tt-sd-arrow::after {
    width: 16px;
}
/* Page header share 
===================== */
.ph-share {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 3.5%;
    height: 113px;
    z-index: 999;
    cursor: pointer;
    overflow: hidden;
}
.ph-share-inner {
}

.ph-share-trigger {
}
.ph-share-text {
    display: inline-block;
    font-size: 15px;
    color: #eee;
}
.ph-share-icon {
    font-size: 15px;
    color: #eee;
}
.ph-share .social-buttons > ul > li a {
    font-size: 14px;
}
/* Page header styles 
====================== */
/* page header caption title (stroke style) */
#page-header.ph-stroke .ph-caption-title {
    font-weight: bold;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
}
/* Page header sizes 
===================== */
/* Caption size sm */
#page-header.ph-cap-sm .ph-caption-title {
    font-size: clamp(38px, 4vw, 68px);
}

/* Caption size lg */
#page-header.ph-cap-lg .ph-caption-title {
    font-size: clamp(38px, 6vw, 112px);
}

/* Caption size xlg */
#page-header.ph-cap-xlg .ph-caption-title {
    font-size: clamp(38px, 8vw, 142px);
}

/* Caption size xxlg */
#page-header.ph-cap-xxlg .ph-caption-title {
    font-size: clamp(38px, 10vw, 180px);
    line-height: 1;
}
/* Page header positions 
========================= */
/* Position center */
#page-header.ph-center {
    text-align: center;
}
#page-header.ph-center .ph-caption {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#page-header.ph-center .ph-caption-title-ghost {
    left: 50%;
    font-size: calc(16px + 12vw);
    transform: translate3d(-50%, 0, 0);
}
#page-header.ph-center .ph-caption-description,
#page-header.ph-center .ph-caption > p {
    margin-left: auto;
    margin-right: auto;
}

#page-header.ph-center:not(.ph-bg-image) .ph-image {
    right: 50%;
    transform: translate(50%, 0);
}

/* ------------------------------------------------------------- *
 * tt-grid
/* ------------------------------------------------------------- */

.tt-grid {
    position: relative;
}
.tt-grid::after {
    content: "";
    display: table;
    clear: both;
}

/* tt-grid top content
======================= */
.tt-grid-top {
    position: relative;
    padding-bottom: 40px;
    text-align: right;
}
body:not(.tt-boxed) .tt-section-inner.tt-wrap .tt-grid:not([class*="ttgr-gap-"]) .tt-grid-top,
.tt-section-inner:not(.tt-wrap) .tt-grid:not([class*="ttgr-gap-"]) .tt-grid-top {
    padding-left: 3vw;
    padding-right: 3vw;
}

/* tt-Ggrid categories/filter 
============================== */
.tt-grid-categories {
    position: relative;
}

/* tt-Ggrid categories/filter trigger 
====================================== */
.ttgr-cat-trigger-wrap {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    z-index: 999;
}

.ttgr-cat-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #2a2a2a;
    cursor: pointer;
    border-radius: 50px;
}
.ttgr-cat-trigger:hover {
}

.ttgr-cat-text {
    float: left;
    min-width: 60px;
    text-align: right;
    overflow: hidden;
}
.ttgr-cat-text > span {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: transform 0.3s;
}
body:not(.is-mobile) .ttgr-cat-trigger:hover .ttgr-cat-text > span {
    transform: translate3d(0, -100%, 0);
}
body:not(.is-mobile) .ttgr-cat-text > span::before {
    position: absolute;
    top: 100%;
    right: 0;
    content: attr(data-hover);
}

.ttgr-cat-icon {
    float: left;
}
.ttgr-cat-icon span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 17px;
}
body.ttgr-cat-nav-open .pgi-image.anim-image-parallax,
body.ttgr-cat-nav-open .pgi-video-wrap.anim-image-parallax {
    transition: transform 0.8s ease-in-out;
}
/* tt-Ggrid categories trigger position fixed */
.ttgr-cat-trigger-wrap.ttgr-cat-fixed {
    position: fixed;
    bottom: 5%;
    right: 4%;
    padding: 10px 0 10px 10px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
body.ttgr-cat-fixed-on .tt-grid-top {
    padding: 0;
}

.ttgr-cat-trigger-wrap.ttgr-cat-fixed .ttgr-cat-trigger {
    background-color: rgb(50 50 50 / 50%);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding-right: 10px;
    color: #fff;
}

/* tt-Ggrid categories trigger colored style */
.ttgr-cat-trigger-wrap.ttgr-cat-colored .ttgr-cat-trigger {
    background-color: var(--tt-main-color);
    color: #fff;
}

/* tt-Ggrid categories/filter nav 
================================== */
.ttgr-cat-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
    pointer-events: initial;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
}
.ttgr-cat-list-holder {
    position: relative;
    height: 100%;
    width: calc(100% + 17px);
    padding-right: 17px;
    overflow-y: scroll;
    z-index: 2;
}
.ttgr-cat-list-inner {
    display: table;
    width: 100%;
    max-width: 1282px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.ttgr-cat-list-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 160px 5% 120px 10%;
}

/* tt-Ggrid categories list */
.ttgr-cat-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ttgr-cat-list > li {
    position: relative;
}
.ttgr-cat-list > li > a {
    position: relative;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: calc(26px + 1.7vw);
    font-weight: bold;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    opacity: 0.5;
    transition: color 0.3s, transform 0.3s;
}
.ttgr-cat-list > li > a:hover,
.ttgr-cat-list > li > a:focus,
.ttgr-cat-list > li > a.active {
    color: #fff;
    opacity: 1;
    transform: skew(-15deg, 0deg);
}
.ttgr-cat-list > li:first-child > a {
    padding-top: 0;
}
.ttgr-cat-list > li:last-child > a {
    padding-bottom: 0;
}
/* tt-Ggrid categories list close (for mobile devises) */
.ttgr-cat-close {
    margin-bottom: 25px;
    font-size: calc(13px + 0.6vw);
    color: #fff;
}
body:not(.is-mobile) .ttgr-cat-close {
    display: none;
}

/* tt-Ggrid categories/filter classic 
====================================== */
.tt-grid-categories-classic {
    position: relative;
}

.ttgr-cat-classic-nav {
    text-align: left;
}

/* tt-Ggrid categories/filter classic list */
ul.ttgr-cat-classic-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.ttgr-cat-classic-list > li {
    position: relative;
    display: inline-block;
    margin: 0 4px 10px 4px;
}
ul.ttgr-cat-classic-list > li:first-child {
    margin-left: 0;
}
ul.ttgr-cat-classic-list > li:last-child {
    margin-right: 0;
}
ul.ttgr-cat-classic-list > li > a {
    display: inline-block;
    background-color: rgb(255 255 255 / 7%);
    padding: 5px 15px;
    font-size: 15px;
    line-height: 1.4;
    color: #aaa;
    border-radius: 100px;
    transition: all 0.3s;
}
ul.ttgr-cat-classic-list > li > a:hover,
ul.ttgr-cat-classic-list > li > a.active {
    background-color: rgb(255 255 255 / 13%);
    color: #fff;
}
/* tt-Ggrid categories/filter classic colored style */
.ttgr-cat-classic-nav.ttgr-cat-classic-colored ul.ttgr-cat-classic-list > li > a:hover,
.ttgr-cat-classic-nav.ttgr-cat-classic-colored ul.ttgr-cat-classic-list > li > a.active {
    background-color: var(--tt-main-color);
}

/* tt-grid items
================= */
.tt-grid-items-wrap {
}

/* tt-grid item */
.tt-grid-item {
    position: relative;
    float: left;
    width: 100%;
}
.ttgr-item-inner {
    position: relative;
}

/* tt-grid height class ("ttgr-height"). Use it on an element inside "ttgr-item-inner".
======================================== */
.ttgr-height {
    position: relative;
    padding-bottom: 35%;
}
body.tt-boxed .tt-wrap .ttgr-height {
    padding-bottom: 60%;
}

/* if class "ttgr-layout-*" enabled */
.tt-grid[class*="ttgr-layout-"] .ttgr-height {
    padding-bottom: 60%;
}
.tt-grid[class*="ttgr-layout-"].ttgr-portrait:not(.ttgr-layout-creative-1):not(.ttgr-layout-creative-2) .ttgr-height {
    padding-bottom: 140%;
}

/* tt-grid layouts 
=================== */
/* layout-2 */
.tt-grid.ttgr-layout-2 .ttgr-height {
    padding-bottom: 65%;
}

.tt-grid.ttgr-layout-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2.ttgr-portrait-half .tt-grid-item:nth-child(4n + 3) .ttgr-height,
.tt-grid.ttgr-layout-2.ttgr-portrait-half .tt-grid-item:nth-child(4n + 4) .ttgr-height {
    padding-bottom: 140%;
}
.tt-grid.ttgr-layout-3 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3.ttgr-portrait-half .tt-grid-item:nth-child(6n + 4) .ttgr-height,
.tt-grid.ttgr-layout-3.ttgr-portrait-half .tt-grid-item:nth-child(6n + 5) .ttgr-height,
.tt-grid.ttgr-layout-3.ttgr-portrait-half .tt-grid-item:nth-child(6n + 6) .ttgr-height {
    padding-bottom: 140%;
}
.tt-grid.ttgr-layout-4 .ttgr-height {
    padding-bottom: 60%;
}
.tt-grid.ttgr-layout-4.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-4.ttgr-portrait-half .tt-grid-item:nth-child(3n + 5) .ttgr-height,
.tt-grid.ttgr-layout-4.ttgr-portrait-half .tt-grid-item:nth-child(6n + 7) .ttgr-height,
.tt-grid.ttgr-layout-4.ttgr-portrait-half .tt-grid-item:nth-child(9n + 6) .ttgr-height {
    padding-bottom: 140%;
}
.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n + 1) {
    width: 100%;
}
.tt-grid.ttgr-layout-1-2 .ttgr-height {
    padding-bottom: 60%;
}
.tt-grid.ttgr-layout-1-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-1-2.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}
.tt-grid.ttgr-layout-1-2.ttgr-portrait .tt-grid-item:nth-child(3n + 1) .ttgr-height {
    padding-bottom: 100%;
}
.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n + 0) {
    width: 100%;
}
.tt-grid.ttgr-layout-2-1 .ttgr-height {
    padding-bottom: 60%;
}
.tt-grid.ttgr-layout-2-1.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-1.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}
.tt-grid.ttgr-layout-2-1.ttgr-portrait .tt-grid-item:nth-child(3n + 0) .ttgr-height {
    padding-bottom: 100%;
}
.tt-grid.ttgr-layout-2-3 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n + 1) .ttgr-height,
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n + 2) .ttgr-height {
    padding-bottom: 60%;
}

.tt-grid.ttgr-layout-2-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n + 1) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n + 2) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}

/* layout-3-2 */

.tt-grid.ttgr-layout-3-2 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n + 4) .ttgr-height,
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n + 5) .ttgr-height {
    padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n + 4) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n + 5) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}
.tt-grid.ttgr-layout-3-4 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n + 1) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n + 2) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n + 3) .ttgr-height {
    padding-bottom: 60%;
}
.tt-grid.ttgr-layout-3-4.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n + 1) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n + 2) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n + 3) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait-half .ttgr-height {
    padding-bottom: 140%;
}
.tt-grid.ttgr-layout-4-3 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n + 5) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n + 6) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n + 7) .ttgr-height {
    padding-bottom: 60%;
}
.tt-grid.ttgr-layout-4-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-4-3.ttgr-portrait .tt-grid-item:nth-child(7n + 5) .ttgr-height,
.tt-grid.ttgr-layout-4-3.ttgr-portrait .tt-grid-item:nth-child(7n + 6) .ttgr-height,
.tt-grid.ttgr-layout-4-3.ttgr-portrait .tt-grid-item:nth-child(7n + 7) .ttgr-height,
.tt-grid.ttgr-layout-4-3.ttgr-portrait-half .ttgr-height {
    padding-bottom: 140%;
}
/* tt-grid item gaps 
===================== */
/* Gap 1 */
.tt-grid.ttgr-gap-1,
.tt-grid.ttgr-gap-1 .tt-grid-top {
    margin-left: 0.2vw;
    margin-right: 0.2vw;
}
body.tt-boxed .tt-wrap .tt-grid.ttgr-gap-1 {
    margin-left: -0.2vw;
    margin-right: -0.2vw;
}
body:not(.tt-boxed) .tt-section-inner.tt-wrap .tt-grid.ttgr-gap-1 .tt-grid-top,
.tt-section-inner:not(.tt-wrap) .tt-grid.ttgr-gap-1 .tt-grid-top {
    padding-left: 3vw;
    padding-right: 3vw;
}
/* Gap 2 */
.tt-grid.ttgr-gap-2,
.tt-grid.ttgr-gap-2 .tt-grid-top {
    margin-left: 1vw;
    margin-right: 1vw;
}
body.tt-boxed .tt-wrap .tt-grid.ttgr-gap-2 {
    margin-left: -1vw;
    margin-right: -1vw;
}
body:not(.tt-boxed) .tt-section-inner.tt-wrap .tt-grid.ttgr-gap-2 .tt-grid-top,
.tt-section-inner:not(.tt-wrap) .tt-grid.ttgr-gap-2 .tt-grid-top {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
.tt-grid.ttgr-gap-2 .ttgr-item-inner {
    margin: 0 1vw 2vw 1vw;
}
/* Gap 3 */
.tt-grid.ttgr-gap-3,
.tt-grid.ttgr-gap-3 .tt-grid-top {
    margin-left: 2vw;
    margin-right: 2vw;
}
body.tt-boxed .tt-wrap .tt-grid.ttgr-gap-3 {
    margin-left: -2vw;
    margin-right: -2vw;
}
.tt-grid.ttgr-gap-3 .ttgr-item-inner {
    margin: 0 2vw 4vw 2vw;
}
/* Gap 4 */
.tt-grid.ttgr-gap-4,
.tt-grid.ttgr-gap-4 .tt-grid-top {
    margin-left: 3vw;
    margin-right: 3vw;
}
body.tt-boxed .tt-wrap .tt-grid.ttgr-gap-4 {
    margin-left: -3vw;
    margin-right: -3vw;
}
/* Gap 5 */
.tt-grid.ttgr-gap-5,
.tt-grid.ttgr-gap-5 .tt-grid-top {
    margin-left: 4vw;
    margin-right: 4vw;
}
body.tt-boxed .tt-wrap .tt-grid.ttgr-gap-5 {
    margin-left: -4vw;
    margin-right: -4vw;
}
/* Gap 6 */
.tt-grid.ttgr-gap-6,
.tt-grid.ttgr-gap-6 .tt-grid-top {
    margin-left: 5vw;
    margin-right: 5vw;
}
body.tt-boxed .tt-wrap .tt-grid.ttgr-gap-6 {
    margin-left: -5vw;
    margin-right: -5vw;
}
/* tt-grid item image not cropped 
================================== */
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height:not(.tt-gallery-video-wrap):not(.pgi-video-wrap),
.tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height:not(.tt-gallery-video-wrap):not(.pgi-video-wrap),
.tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height:not(.tt-gallery-video-wrap):not(.pgi-video-wrap),
.tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height:not(.tt-gallery-video-wrap):not(.pgi-video-wrap) {
    padding-bottom: 0 ;
    line-height: 0 ;
}
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height img,
.tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height img,
.tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height img,
.tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height img {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}

/* Video */
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height.tt-gallery-video-wrap,
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height.pgi-video-wrap {
    padding-bottom: 60%;
}

.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height.tt-gallery-video-wrap,
.tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height.tt-gallery-video-wrap,
.tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height.tt-gallery-video-wrap,
.tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height.tt-gallery-video-wrap,
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height.pgi-video-wrap,
.tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height.pgi-video-wrap,
.tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height.pgi-video-wrap,
.tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height.pgi-video-wrap {
    padding-bottom: 0 ;
    line-height: 0 ;
}
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .tt-gallery-video,
.tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height .tt-gallery-video,
.tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height .tt-gallery-video,
.tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height .tt-gallery-video,
.tt-grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .pgi-video,
.tt-grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height .pgi-video,
.tt-grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height .pgi-video,
.tt-grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height .pgi-video {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}
.pgi-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    line-height: 1;
}
.pgi-image-holder {
}
.pgi-image-inner {
}
.pgi-image {
    position: relative;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* video */
.pgi-video-wrap {
    position: relative;
}
video.pgi-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ------------------------------------------------------------- *
 * Portfolio List
/* ------------------------------------------------------------- */
.portfolio-list {
    position: relative;
}
/* Portfolio list item 
======================= */
.portfolio-list-item {
    position: relative;
    display: block;
    margin-left: 35%;
    margin-right: 17%;
    margin-bottom: 12%;
}
.portfolio-list-item:last-child {
    margin-bottom: 0;
}
/* Portfolio list item image */
.pli-image,
.pli-video {
    position: relative;
    z-index: 2;
}
.pli-image img {
}
/* Portfolio list item image cropped */
.portfolio-list.pli-cropped .pli-image img,
.pli-video video {
    width: 100%;
    height: 32vw;
    object-fit: cover;
    object-position: 50% 50%;
}
.pli-title {
    margin: 0;
    font-size: calc(16px + 3.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.pli-caption.pli-caption-front .pli-title {
}
.pli-caption.pli-caption-back .pli-title {
    color: var(--tt-main-color);
}

.pli-categories-wrap {
    position: relative;
    margin-bottom: 24px;
}
.pli-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #fff;
    line-height: 1.6;
}
.pli-category ~ .pli-category {
    margin-left: -4px;
}
.pli-category ~ .pli-category:not(:empty)::before {
    content: ", ";
}
.pli-category ~ .pli-category ~ .pli-category ~ .pli-category {
    visibility: hidden;
    width: 0;
}
.pli-category ~ .pli-category ~ .pli-category ~ .pli-category ~ .pli-category {
    display: none;
}
.pli-category + .pli-category + .pli-category + .pli-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible;
}
/* Portfolio list item counter
=============================== */
.portfolio-list {
    counter-reset: pli-counter;
}
.pli-counter {
    position: absolute;
    top: 8%;
    left: -30%;
    pointer-events: none;
}
.pli-counter::before {
    counter-increment: pli-counter 1;
    content: "" counter(pli-counter, decimal-leading-zero);
    display: block;
    line-height: 1;
    font-size: calc(17px + 7vw);
    font-weight: 500;
    color: #fff;
    opacity: 0.15;
    z-index: -1;
}
/* ------------------------------------------------------------- *
 * tt-Gallery
/* ------------------------------------------------------------- */

.tt-gallery {
    position: relative;
}

/* tt-Gallery item 
=================== */
.tt-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

/* tt-Gallery image */
.tt-gallery-image-wrap {
}
.tt-gallery-image {
    position: relative;
}
.tt-gallery-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* Image parallax and hover zoom pseudo wraps (added by .js) */
.tt-grid:not(.ttgr-not-cropped) .tt-gallery-image .anim-image-parallax-wrap,
.tt-grid:not(.ttgr-not-cropped) .tt-gallery-image .anim-image-parallax-inner,
.tt-grid:not(.ttgr-not-cropped) .tt-gallery-image .tt-gallery-image-hover-zoom,
.tt-grid[class*="ttgr-layout-creative-"].ttgr-not-cropped .tt-gallery-image .tt-gallery-image-hover-zoom,
.tt-grid[class*="ttgr-layout-1-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-wrap,
.tt-grid[class*="ttgr-layout-1-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-inner,
.tt-grid[class*="ttgr-layout-1-"].ttgr-not-cropped .tt-gallery-image .tt-gallery-image-hover-zoom,
.tt-grid[class*="ttgr-layout-2-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-wrap,
.tt-grid[class*="ttgr-layout-2-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-inner,
.tt-grid[class*="ttgr-layout-2-"].ttgr-not-cropped .tt-gallery-image .tt-gallery-image-hover-zoom,
.tt-grid[class*="ttgr-layout-3-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-wrap,
.tt-grid[class*="ttgr-layout-3-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-inner,
.tt-grid[class*="ttgr-layout-3-"].ttgr-not-cropped .tt-gallery-image .tt-gallery-image-hover-zoom,
.tt-grid[class*="ttgr-layout-4-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-wrap,
.tt-grid[class*="ttgr-layout-4-"].ttgr-not-cropped .tt-gallery-image .anim-image-parallax-inner,
.tt-grid[class*="ttgr-layout-4-"].ttgr-not-cropped .tt-gallery-image .tt-gallery-image-hover-zoom,
.tt-grid .tt-gallery-video-wrap .anim-image-parallax-wrap,
.tt-grid .tt-gallery-video-wrap .anim-image-parallax-inner,
.tt-grid .tt-gallery-video-wrap .tt-gallery-image-hover-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* tt-Gallery video */
.tt-gallery-video-wrap {
    position: relative;
}
.tt-gallery-video-wrap::before {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 19px;
    color: #fff;
    z-index: 2;
    opacity: 0.3;

    /* Font Awesome */
    content: "\f03d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.tt-gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/* ----------------------------------------------------------------------- *
 * Lightgallery (lightbox plugin)
/* ----------------------------------------------------------------------- */
/* Lightgallery sub html (image caption) */
.lg-sub-html {
    font-size: 14px;
    max-width: 1000px;
    margin: 0 auto;
}
.lg-sub-html p {
    display: inline-block;
    max-width: 1000px;
    font-size: 16px;
}
/* Lightgallery thumbnails improvements */
.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto;
}
.lg-outer .lg-thumb-item {
    position: relative;
    border: none;
    border-radius: 0;
    opacity: 0.4;
    transition: all 0.3s ease;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    opacity: 1;
}
.lg-outer .lg-thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* Lightgallery autoplay progress bar improvements */
.lg-progress-bar {
    background-color: #333;
    height: 3px;
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 3px;
}
/* ------------------------------------------------------------- *
 * Project info list
/* ------------------------------------------------------------- */
.project-info-list {
    position: relative;
    z-index: 9;
}
.project-info-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-info-list > ul > li {
    position: relative;
    display: inline-block;
    max-width: 320px;
    vertical-align: top;
    padding: 0px 30px 0 0;
    margin: 15px 25px 15px 0;
}
.project-info-list > ul > li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.project-info-list > ul > li::after {
    position: absolute;
    display: block;
    content: "";
    top: 24px;
    right: 0;
    width: 1px;
    height: 60px;
    margin-top: -18px;
    background-color: rgb(255 255 255 / 40%);
}
.project-info-list > ul > li:last-child::after {
    display: none;
}
/* Project info list if align senter */
.text-center .project-info-list > ul > li,
.project-info-list.text-center > ul > li {
    padding: 0px 40px 0 30px;
    margin: 15px 0 15px 0;
}
/* Project info list heading */
.project-info-list .pi-list-heading {
    margin-bottom: 5px;
    font-size: calc(17px + 0.1vw);
    font-weight: normal;
    opacity: 0.7;
}
/* Project info list content */
.project-info-list .pi-list-cont {
    font-size: calc(17px + 0.1vw);
}
.project-info-list .pi-list-cont a {
    word-wrap: break-word;
    color: #fff;
    font-size: calc(17px + 0.1vw);
}
.project-info-list .pi-list-cont a:hover {
    opacity: 0.8;
}
.project-info-list .social-buttons {
    display: inline-block;
    margin-top: -5px;
    margin-left: -10px;
}
.project-info-list .social-buttons > ul > li {
    margin-right: 15px;
}
.project-info-list .social-buttons > ul > li a {
    width: 45px;
    height: 45px;
    font-size: 15px;
}
/* Project info list icon */
.project-info-list .pi-list-icon {
    position: relative;
    display: inline-block;
    bottom: 2px;
    margin-left: 10px;
    font-size: 13px;
    transform: rotate(-45deg);
}
/* ------------------------------------------------------------- *
 * Page nav
/* ------------------------------------------------------------- */
.tt-page-nav {
    position: relative;
}
/* Page nav link */
.tt-pn-link {
    position: relative;
    display: inline-flex;
    max-width: 100%;
    text-decoration: none;
    overflow: hidden;
}
/* Page nav title */
.tt-pn-title,
.tt-pn-hover-title {
    display: block;
    left: 0;
    font-size: clamp(48px, 7vw, 128px);
    font-weight: bold;
    font-weight: 600;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.51, 0.57, 0.17, 1);
}
.tt-pn-title {
    position: relative;
    color: #666;
    transform: translate3d(0, 0, 0);
}
/* Page nav hover title */
.tt-pn-hover-title {
    position: absolute;
    max-width: 100%;
    color: #fff;
    white-space: nowrap;
    transform: translate3d(0, 100%, 0);

    /* Ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
}
.tt-pn-subtitle {
    margin-top: 5px;
    font-size: calc(19px + 0.1vw);
    color: #fff;
}
/* Page nav positions 
====================== */
/* Position center */
.tt-page-nav.tt-pn-center {
    text-align: center;
}
.tt-page-nav.tt-pn-center .tt-pn-hover-title {
    left: 50%;
    transform: translate3d(-50%, 100%, 0);
}
/* ------------------------------------------------------------- *
 * Next project (nav)
/* ------------------------------------------------------------- */
.tt-next-project {
    position: relative;
    display: flex;
    align-items: center;
    height: 80vh;
    overflow: hidden;
    background-color: #141414;
}
/* Next project image */
.tt-np-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform-origin: 50% 100%;
}
.tt-np-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.tt-next-project[class*="np-image-cover-"] .tt-np-image::before {
    position: absolute;
    display: block;
    content: "";
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #040404;
    z-index: 1;
    opacity: 0;
}
.tt-next-project.np-image-cover-0 .tt-np-image::before {
    opacity: 0;
}
.tt-next-project.np-image-cover-0-5 .tt-np-image::before {
    opacity: 0.05;
}
.tt-next-project.np-image-cover-1 .tt-np-image::before {
    opacity: 0.1;
}
.tt-next-project.np-image-cover-1-5 .tt-np-image::before {
    opacity: 0.15;
}
.tt-next-project.np-image-cover-2 .tt-np-image::before {
    opacity: 0.2;
}
.tt-next-project.np-image-cover-2-5 .tt-np-image::before {
    opacity: 0.25;
}
.tt-next-project.np-image-cover-3 .tt-np-image::before {
    opacity: 0.3;
}
.tt-next-project.np-image-cover-3-5 .tt-np-image::before {
    opacity: 0.35;
}
.tt-next-project.np-image-cover-4 .tt-np-image::before {
    opacity: 0.4;
}
.tt-next-project.np-image-cover-4-5 .tt-np-image::before {
    opacity: 0.45;
}
.tt-next-project.np-image-cover-5 .tt-np-image::before {
    opacity: 0.5;
}
.tt-next-project.np-image-cover-5-5 .tt-np-image::before {
    opacity: 0.55;
}
.tt-next-project.np-image-cover-6 .tt-np-image::before {
    opacity: 0.6;
}
.tt-next-project.np-image-cover-6-5 .tt-np-image::before {
    opacity: 0.65;
}
.tt-next-project.np-image-cover-7 .tt-np-image::before {
    opacity: 0.7;
}
.tt-next-project.np-image-cover-7-5 .tt-np-image::before {
    opacity: 0.75;
}
.tt-next-project.np-image-cover-8 .tt-np-image::before {
    opacity: 0.8;
}
.tt-next-project.np-image-cover-8-5 .tt-np-image::before {
    opacity: 0.85;
}
.tt-next-project.np-image-cover-9 .tt-np-image::before {
    opacity: 0.9;
}
.tt-next-project.np-image-cover-9-5 .tt-np-image::before {
    opacity: 0.95;
}
/* Next project video */
.tt-np-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.2);
}

/* Next project caption */
.tt-np-caption {
    position: relative;
    width: 100%;
    padding: 40px 17% 120px 17%;
    z-index: 3;
}
.tt-np-subtitle {
    margin-bottom: 20px;
    font-size: calc(15px + 0.1vw);
    color: #fff;
}
.tt-np-title {
    margin: 0;
    padding-right: 2%;
    font-size: clamp(38px, 5vw, 82px);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.tt-np-title a {
    color: #fff;
}

/* Next project ghost */
.tt-np-ghost {
    display: none;
}
body:not(.tt-np-image-on) .tt-np-ghost {
    position: absolute;
    display: block;
    bottom: 50%;
    left: 10%;
    font-size: 24vw;
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 0.7;
    opacity: 0.07;
    z-index: 1;
    transform: translate3d(0, 50%, 0);
}
/* Next project styles 
======================= */
/* Style stroke */
.tt-next-project.tt-np-stroke .tt-np-title {
    font-weight: bold;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
}
/* ------------------------------------------------------------- *
 * Logo wall
/* ------------------------------------------------------------- */

.tt-logo-wall {
    margin: 0;
    padding: 0;
    margin-left: 2px;
    overflow: hidden;
}
.tt-logo-wall:after {
    content: "";
    clear: both;
    display: table;
}
.tt-logo-wall > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 20%;
    padding:2rem;
    margin-left: -2px;
    margin-bottom: -2px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #2e2e2e;
}
.tt-logo-wall > li:before {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.tt-logo-wall > li > a {
    display: flex;
}

/* Logo wall img */
.tt-logo-wall > li img {
    filter: grayscale(1);
    transform: scale(1);
    transition: transform 0.3s, opacity 0.3s;
}
.tt-logo-wall > li .light{filter: brightness(0.5);}
.tt-logo-wall > li:hover img {
    filter: none;
    transform: scale(1.1);
}
/* Logo wall columns */
.tt-logo-wall.cl-col-4 > li {
    width: 25%;
}
.tt-logo-wall.cl-col-3 > li {
    width: 33.33333%;
}
.tt-logo-wall.cl-col-2 > li {
    width: 50%;
}
/* ------------------------------------------------------------- *
 * tt-Image
/* ------------------------------------------------------------- */
.tt-image {
    overflow: hidden;
}
/* ------------------------------------------------------------- *
 * Content carousel
/* ------------------------------------------------------------- */
.tt-content-carousel {
    position: relative;
}
.tt-content-carousel-item {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
}
/* Content carousel navigation 
=============================== */
.tt-cc-nav-prev,
.tt-cc-nav-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
}
.tt-cc-nav-prev {
    left: 2%;
}
.tt-cc-nav-next {
    right: 2%;
}
.tt-cc-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.tt-cc-nav-arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
}
.tt-cc-nav-prev .tt-cc-nav-arrow::after {
    content: "\f060";
}
.tt-cc-nav-next .tt-cc-nav-arrow::after {
    content: "\f061";
}
.tt-cc-nav-arrow-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
/* Hide content carousel navigation*/
.tt-content-carousel.cc-hide-navigation .tt-cc-nav-prev,
.tt-content-carousel.cc-hide-navigation .tt-cc-nav-next {
    display: none ;
}
/* Content carousel pagination 
=============================== */
.tt-cc-pagination {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}
/* Content carousel pagination bullets */
.tt-cc-pagination-bullets {
    font-size: 0;
}
.tt-cc-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff;
}
.tt-cc-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--tt-main-color);
    border-color: var(--tt-main-color);
    opacity: 1;
}

/* Content carousel pagination dynamic bullets */
.tt-cc-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
    transition: 0.2s transform, 0.2s left;
}
.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
/* Content carousel pagination fraction */
.tt-cc-pagination-fraction {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}
.tt-cc-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px;
}
.tt-cc-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px;
}

/* Content carousel pagination progressbar */
.tt-cc-pagination-progressbar {
    width: 100%;
    max-width: 200px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.tt-cc-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scale(0);
    transform-origin: left top;
}

/* Content carousel pagination position outside */
.tt-content-carousel.cc-pagination-outside:not(.cc-hide-pagination) {
    overflow: visible;
    margin-bottom: 65px;
}
.tt-content-carousel.cc-pagination-outside:not(.cc-hide-pagination) .tt-cc-pagination {
    bottom: -65px;
}
/* ------------------------------------------------------------- *
 * Testimonials slider
/* ------------------------------------------------------------- */

.vt-testimonials-slider {
    position: relative;
    margin: 80px 0;
}
.vt-testimonials-slider .swiper-slide {
   
}
.vt-testimonials-slider-item {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-left: 1vw;
    margin-right: 1vw;
   
}
.vt-testimonials-slider .swiper-slide-active .vt-testimonials-slider-item {
    opacity: 1;
}
.vt-testimonials-slider .tt-ts-text {
    font-size: calc(19px + 0.3vw);
    line-height: 1.6;
    /*font-style: italic;*/
}
.vt-testimonials-slider .tt-ts-subtext {
    margin-top: 30px;
    font-size: 19px;
    color: #999;
}
/* Testimonials slider navigation 
================================== */
.tt-ts-nav-prev,
.tt-ts-nav-next {
    position: absolute;
    top: 40%;
    z-index: 20;
    transform: translateY(-50%);
}
.tt-ts-nav-prev {
    left: -12%;
}
.tt-ts-nav-next {
    right: -12%;
}

.tt-ts-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.tt-ts-nav-arrow-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
/* Hide testimonials slider navigation*/
.vt-testimonials-slider.ts-hide-navigation .tt-ts-nav-prev,
.vt-testimonials-slider.ts-hide-navigation .tt-ts-nav-next {
    display: none ;
}
/* Testimonials slider pagination 
================================== */
.tt-ts-pagination {
    position: absolute;
    left: 50%;
    bottom: -80px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}
/* Testimonials slider pagination bullets */
.tt-ts-pagination-bullets {
    font-size: 0;
}
.tt-ts-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff;
}
.tt-ts-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--tt-main-color);
    border-color: var(--tt-main-color);
    opacity: 1;
}
/* Testimonials slider pagination dynamic bullets */
.tt-ts-pagination-bullets-dynamic {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
    transition: 0.2s transform, 0.2s left;
}
.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
/* Testimonials slider styles
============================== */
/* Full width */
.vt-testimonials-slider.ts-full-width {
    max-width: 100%;
}
.vt-testimonials-slider.ts-full-width .tt-ts-pagination {
    margin-top: 3%;
}
.vt-testimonials-slider.ts-full-width .tt-ts-nav-prev {
    left: 2%;
}
.vt-testimonials-slider.ts-full-width .tt-ts-nav-next {
    right: 2%;
}
.tt-btn:hover > *:not(.tt-btn-icon) {
    transform: translate3d(0, -50%, 0);
}
body:not(.is-mobile) .tt-btn:hover .tt-btn-line {
    animation: swipe-line 0.8s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
}
@keyframes swipe-line {
    0% {
        transform-origin: right;
        transform: scale(1);
    }
    33% {
        transform-origin: right;
        transform: scaleX(0);
    }
    66% {
        transform-origin: left;
        transform: scaleX(0);
    }
    to {
        transform-origin: left;
        transform: scale(1);
    }
}

/* Button disabled */
.tt-btn.tt-btn-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
/* ------------------------------------------------------------- *
 * Social buttons
/* ------------------------------------------------------------- */

.social-buttons {
}
.social-buttons ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 3px;
}
.social-buttons ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 2px;
}
.social-buttons ul > li:first-child {
    margin-left: 0;
}
.social-buttons ul > li:last-child {
    margin-right: 0;
}

.social-buttons > ul > li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #eaeaea;
    transition: opacity 0.2s;
    border: 1px solid #eee;
    border-radius: 50%;
}
body:not(.tt-magic-cursor) .social-buttons > ul:hover > li a {
    opacity: 0.5;
}
body:not(.tt-magic-cursor) .social-buttons > ul > li a:hover {
    opacity: 1;
}
/* ------------------------------------------------------------- *
 * tt-Arrows
/* ------------------------------------------------------------- */
[class*="tt-arrow"] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    box-shadow: inset 0 0 0 40px;
    margin: 10px;
    color: #fff;
}
[class*="tt-arrow"]:before,
[class*="tt-arrow"]:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 12px;
    height: 2px;
    box-shadow: inset 0 0 0 40px;
}
[class*="tt-arrow"]:before {
    top: 0px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}
[class*="tt-arrow"]:after {
    bottom: 0px;
    transform: rotate(45deg);
    transform-origin: top left;
}
.tt-arrow-left {
    /* Left is devault angle */
}
.tt-arrow-right {
    transform: rotate(180deg);
}
.tt-arrow-up {
    transform: rotate(90deg);
}
.tt-arrow-down {
    transform: rotate(270deg);
}
.tt-arrow-left-up {
    transform: rotate(45deg);
}
.tt-arrow-left-down {
    transform: rotate(320deg);
}
.tt-arrow-right-up {
    transform: rotate(135deg);
}
.tt-arrow-right-down {
    transform: rotate(225deg);
}
/* ------------------------------------------------------------- *
 * Accordion
/* ------------------------------------------------------------- */

.vt-accordion {
    position: relative;
}
.vt-accordion-item {
    position: relative;
}
/* Accordion heading 
===================== */
.vt-accordion-heading {
    position: relative;
    cursor: pointer;
}

.tt-ac-head {
    padding: 20px 13% 20px 0;
}
.vt-accordion-item:first-child .tt-ac-head {
    padding-top: 0;
}

.tt-ac-head-title {
    margin: 0;
    padding-right: 13%;
    font-size: 32px;
    font-weight: bold;
    font-weight: 600;
    color: #ccc;
    line-height: 1.2;
    transition: color 0.3s;
}
.vt-accordion-item:not(.active) .vt-accordion-heading:hover .tt-ac-head-title,
.vt-accordion-item.active .tt-ac-head-title {
    color: #fff;
}
/* Accordion heading subtext */
.vt-accordion-subtext {
    margin-top: 10px;
    font-size: 19px;
    font-weight: normal;
    color: #999;
}
/* Accordion heading caret */
.vt-accordion-caret-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
}
.vt-accordion-caret-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.vt-accordion-caret {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 5px;
    box-shadow: inset 0 0 0 40px;
    margin: 10px;
    color: #666;
    transform: rotate(270deg);
    transition: all 0.3s;
}
.vt-accordion-caret:before,
.vt-accordion-caret:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 25px;
    height: 5px;
    box-shadow: inset 0 0 0 40px;
}
.vt-accordion-caret:before {
    top: 1px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}
.vt-accordion-caret:after {
    bottom: 1px;
    transform: rotate(45deg);
    transform-origin: top left;
}
.vt-accordion-item:not(.active) .vt-accordion-heading:hover .vt-accordion-caret {
    color: #fff;
}
.vt-accordion-item.active .vt-accordion-caret {
    transform: rotate(90deg);
}
.vt-accordion-item.active .vt-accordion-heading:hover .vt-accordion-caret {
    color: #fff;
}
/* Accordion content 
===================== */
.vt-accordion-content {
    padding-bottom: 40px;
    color: #e0e0e0;
}
.vt-accordion-content:not(.is-open) {
    display: none;
}

.vt-accordion-content p:last-child {
    margin-bottom: 0;
}

/* Accordion styles 
==================== */
/* borders */
.vt-accordion.tt-ac-borders .vt-accordion-heading {
    border-top: 1px solid #4a4a4a;
}
.vt-accordion.tt-ac-borders .tt-ac-head {
    padding-top: 45px;
    padding-bottom: 45px;
}
.vt-accordion.tt-ac-borders .vt-accordion-item:last-child {
    border-bottom: 1px solid #4a4a4a;
}
/* Accordion sizes 
=================== */
.vt-accordion.tt-ac-sm .tt-ac-head-title {
    font-size: calc(24px + 0.1vw);
}
/* ------------------------------------------------------------- *
 * Blockquote
/* ------------------------------------------------------------- */

blockquote {
    position: relative;
    margin: 50px 5%;
    padding-left: 40px;
    font-size: 24px;
    font-style: italic;
    border-left: 4px solid #3e3e3e;
}
blockquote.open-quote {
    border: none;
}
blockquote.open-quote::before {
    position: absolute;
    content: open-quote;
    top: -5px;
    left: 0;
    font-size: 84px;
    font-weight: 300;
    font-style: normal;
    color: #d2d2d2;
    line-height: 1;
}
blockquote footer {
    display: block;
    margin-top: 20px;
    font-size: 80%;
    color: #999;
}
blockquote footer::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #7d7d7d;
    margin: 0 10px 5px 0;
}

/* ------------------------------------------------------------- *
 * Figure
/* ------------------------------------------------------------- */

figure {
    position: relative;
    margin: 0;
}

/* figure image */
figure img {
    width: 100%;
    height: auto;
}

/* figure caption */
figcaption {
    position: relative;
    max-width: 600px;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    z-index: 9;
    opacity: 0.8;
    line-height: 1.3;
}
figcaption a {
    border-bottom: 1px dotted;
}
figcaption a:hover {
    opacity: 0.9;
}

/* ------------------------------------------------------------- *
 * Forms
/* ------------------------------------------------------------- */

.tt-form-control {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    border: 1px solid rgb(136 136 136 / 65%);
    border-radius: 3px;
}
.tt-form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgb(204 204 204 / 85%);
    outline: none;
    box-shadow: none;
}
.tt-form-control + .tt-form-control {
    margin-top: 20px;
}
.tt-form-control:disabled,
.tt-form-control[readonly] {
    background-color: rgb(176 176 176 / 6%);
    opacity: 0.4;
    cursor: not-allowed;
}

.tt-form-control:not(textarea):not([size]) {
    /* tt-form-control height */
    height: 56px;
}

.tt-form-text {
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #999;
}

label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: bold;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #999 ;
}
:-moz-placeholder {
    color: #999 ;
}
::-moz-placeholder {
    color: #999 ;
}
:-ms-input-placeholder {
    color: #999 ;
}

/* form group */
.tt-form-group {
    margin-bottom: 30px;
}

/* checkbox/radio */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

/* textarea */
textarea,
textarea.tt-form-control {
    padding: 15px;
}

/* select */
select {
    cursor: pointer;
}
select option {
    background-color: #131212;
    color: #fff;
}
select option[value=""][disabled] {
    display: none;
}
select[multiple] option {
    background-color: transparent;
    color: #fff;
}
select option[disabled],
select[multiple] option[disabled] {
    color: #999;
}
select:required:invalid {
    color: #999;
}

/* range slider */
input[type="range"] {
    width: 100%;
}

/* Custom forms 
================= */
/* Custom checkbox/radio */
.tt-form-check,
.tt-form-radio {
    position: relative;
    display: block;
    margin: 0 0 8px 5px;
}

.tt-form-check input,
.tt-form-radio input {
    position: absolute;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    transform: translate3d(0, -50%, 0);
}

.tt-form-check label,
.tt-form-radio label {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    vertical-align: top;
    font-size: 17px;
    cursor: pointer;
}
.tt-form-check label::before,
.tt-form-radio label::before {
    position: absolute;
    top: 3px;
    left: -0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #4e4e4e;
    border-radius: 3px;
    transition: background-color 0.2s;
}
.tt-form-check:hover label::before,
.tt-form-radio:hover label::before {
    background-color: #5a5a5a;
}
.tt-form-check label::after,
.tt-form-radio label::after {
    position: absolute;
    display: none;
    content: "";
    top: 8px;
    left: 7px;
    width: 4px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.tt-form-check input:checked ~ label::after,
.tt-form-radio input:checked ~ label::after {
    display: block;
}

.tt-form-radio label::before {
    border-radius: 100px;
}
.tt-form-radio label::after {
    top: 10px;
    left: 7px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
}

.tt-form-check input:disabled,
.tt-form-radio input:disabled {
    cursor: not-allowed;
}
.tt-form-check input:disabled ~ label,
.tt-form-radio input:disabled ~ label {
    cursor: not-allowed;
    opacity: 0.3;
}

.tt-form-check.tt-form-check-inline,
.tt-form-radio.tt-form-radio-inline {
    display: inline-block;
    margin-right: 10px;
}

/* Custom file upload */
.tt-form-file {
}
.btn-file {
    vertical-align: middle;
}
.btn-file > * input {
    position: absolute;
    left: 50%;
    width: 1%;
    opacity: 0;
}
.tt-file-info {
    width: 75%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: #777;
    line-height: 1;
}

/* Custom form with button inside */
.tt-form-btn-inside {
    position: relative;
}
.tt-form-btn-inside .tt-form-control {
    padding-right: 60px ;
}
.tt-form-btn-inside button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 60px;
    height: 54px;
    background-color: transparent;
    font-size: 19px;
    color: #999;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.tt-form-btn-inside button:hover {
    color: #fff;
}

/* Form extra styles 
===================== */
/* form style filled */
.tt-form-filled label {
}
.tt-form-filled .tt-form-control {
    background-color: rgb(136 136 136 / 15%);
    color: #fff;
    border: none;
}
.tt-form-filled .tt-form-control:focus {
    box-shadow: inset 0 0 0 1px rgb(136 136 136 / 60%);
}
.tt-form-filled .tt-form-control:disabled,
.tt-form-filled .tt-form-control[readonly] {
    opacity: 0.3;
}

/* form style minimal */
.tt-form-minimal .tt-form-group {
}
.tt-form-minimal .tt-form-group label {
    display: none;
}
.tt-form-minimal .tt-form-control:not(select),
.tt-form-minimal select.tt-form-control:not([multiple]) {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-radius: 0;
}
.tt-form-minimal .tt-form-control:focus {
    border-color: #fff;
}
.tt-form-minimal .tt-form-control:disabled,
.tt-form-minimal .tt-form-control[readonly] {
    opacity: 0.2;
}
.tt-form-minimal .tt-form-control,
.tt-form-minimal .tt-form-control select {
    border-color: rgb(136 136 136 / 60%);
}

.tt-form-minimal ::-webkit-input-placeholder {
    color: #fff ;
}
.tt-form-minimal :-moz-placeholder {
    color: #fff ;
}
.tt-form-minimal ::-moz-placeholder {
    color: #fff ;
}
.tt-form-minimal :-ms-input-placeholder {
    color: #fff ;
}

/* Form sizes 
============== */
/* form sm */
.tt-form-sm .tt-form-control:not(textarea):not([size]),
.tt-form-control.tt-form-sm,
.tt-form-btn-inside .tt-form-control.tt-form-sm + button {
    height: 40px ;
    font-size: 75%;
}
.tt-form-sm .tt-form-btn-inside button {
    height: 38px ;
}

/* form lg */
.tt-form-lg .tt-form-control:not(textarea):not([size]),
.tt-form-control.tt-form-lg,
.tt-form-btn-inside .tt-form-control.tt-form-lg + button {
    height: 70px ;
}
.tt-form-lg .tt-form-btn-inside button {
    height: 68px ;
}

/* -------------------------------------------------------------------- *
 * Contact info
/* -------------------------------------------------------------------- */

.tt-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
}

.tt-contact-info > li {
    padding: 3px 0;
}

.tt-ci-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 80%;
}
.tt-contact-info a {
    display: inline;
    transition: color 0.2s;
}
.tt-contact-info a:hover {
    color: #fff;
}

/* Social buttons */
.tt-contact-info .social-buttons {
    display: inline-block;
    margin-top: 15px;
    margin-left: -17px;
}

/* ------------------------------------------------------------- *
 * tt-Embed
/* ------------------------------------------------------------- */

.tt-embed {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.tt-embed::before {
    display: block;
    content: "";
    padding-bottom: 56.25%;
}
.tt-embed .tt-embed-item,
.tt-embed embed,
.tt-embed iframe,
.tt-embed object,
.tt-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* ------------------------------------------------------------- *
 * tt-Pagination
/* ------------------------------------------------------------- */

.tt-pagination {
    display: flex;
    margin-top: 40px;
    padding: 40px 3%;
}
body.tt-boxed .tt-wrap .tt-pagination {
    padding-left: 0;
    padding-right: 0;
}

.tt-pagin-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tt-pagin-item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    font-weight: 500;
    color: #fff;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.tt-pagin-item:hover,
.tt-pagin-item.active {
    opacity: 1;
}

.tt-pagin-prev {
    margin-right: 3%;
}
.tt-pagin-next {
    margin-left: 3%;
}
/* Align center */
.tt-pagination.tt-pagin-center {
    justify-content: center;
    text-align: center;
}
/* ------------------------------------------------------------- *
 * Sidebar (classic)
/* ------------------------------------------------------------- */
.tt-sidebar {
    margin-left: 40px;
}
/* Sidebar left */
.tt-row.tt-lg-row-reverse .tt-sidebar {
    margin-left: 0;
    margin-right: 40px;
}
/* Sliding sidebar */
.tt-sliding-sidebar-wrap {
    position: relative;
    z-index: 9999;
}

.tt-sliding-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    z-index: 2;
    background-color: #1b1b1b;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.4s ease-in-out;
}
body.tt-sliding-sidebar-open .tt-sliding-sidebar {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.tt-sliding-sidebar-inner {
    height: 100%;
    overflow-y: auto;
    padding: 10% 8%;
}

.tt-sliding-sidebar-close {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    backdrop-filter: blur(10px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
body.tt-sliding-sidebar-open .tt-sliding-sidebar-close {
    opacity: 1;
    visibility: visible;
}

/* Sliding sidebar trigger 
=========================== */
.tt-sliding-sidebar-trigger {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 40px;
    height: 100vh;
    background-color: #1b1b1b;
    font-size: 20px;
    color: #808080;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, width 0.3s;
}
.tt-sliding-sidebar-trigger:hover {
    width: 54px;
}
.tt-sliding-sidebar-trigger .tt-ss-icon-close {
    display: none;
}

/* Sliding sidebar trigger on mobile devices and small screens */
body.is-mobile .tt-sliding-sidebar-trigger {
    top: auto;
    left: auto;
    right: 12px ;
    bottom: 12px ;
    width: 44px ;
    height: 44px ;
    background-color: var(--tt-main-color) ;
    color: #fff;
    border-radius: 100px;
    z-index: 2;
}
body.is-mobile.tt-sliding-sidebar-open .tt-sliding-sidebar-trigger .tt-ss-icon {
    display: none;
}
body.is-mobile.tt-sliding-sidebar-open .tt-sliding-sidebar-trigger .tt-ss-icon-close {
    display: block;
}
/* Sliding sidebar position right 
================================== */
.tt-ss-right .tt-sliding-sidebar {
    left: auto;
    right: 0;
    transform: translate3d(100%, 0, 0);
}
.tt-ss-right .tt-sliding-sidebar-trigger {
    left: auto;
    right: 0;
}

/* ------------------------------------------------------------- *
 * Sidebar widgets
/* ------------------------------------------------------------- */

.sidebar-widget {
    margin-bottom: 60px;
}

/* Sidebar headings */
.sidebar-heading {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
}
.sidebar-heading:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--tt-main-color);
    border-radius: 100px;
    transform: translateY(-50%);
}

/* Sidebar search 
================== */
.sidebar-search {
}

/* Sidebar categories 
====================== */
.sidebar-categories {
}
.sidebar-categories > ul > li {
    padding: 0;
}
.sidebar-categories > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: #ccc;
    line-height: 1;
    padding: 10px 0px;
    transition: all 0.2s ease-in-out 0s;
}
.sidebar-categories > ul > li > a:hover {
    color: #fff;
}
.sidebar-categories > ul > li > a span {
    position: relative;
    float: right;
    top: -5px;
    background-color: rgb(133 133 133 / 22%);
    padding: 8px 9px 8px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #ccc;
    overflow: hidden;
    z-index: 1;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}
.sidebar-categories > ul > li > a:hover span {
    background-color: var(--tt-main-color);
    color: #fff;
}

/* Sidebar post list 
===================== */
.sidebar-post-list {
}
.sidebar-post-list > ul > li {
    list-style: none;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar-post-list > ul > li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.sidebar-post-data {
}
.sidebar-post-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.3;
}
.sidebar-post-title a {
    color: #ccc;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
}
.sidebar-post-title a:hover {
    background-size: 100% 96%;
    color: #fff;
}
.sidebar-post-author {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 15px;
}
.sidebar-post-author a {
    color: #777;
}
.sidebar-post-author a:hover {
    opacity: 0.8;
}
.sidebar-post-date {
    display: block;
    font-size: 13px;
    color: #999;
}

/* Sidebar post comments list 
============================== */
.sidebar-comments-list {
}
.sidebar-comments-list ul {
    margin: 0;
}

/* Sidebar comment */
.sidebar-comment {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-comment:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

/* Sidebar comment meta */
.sidebar-comment-meta {
    overflow: hidden;
}

/* Sidebar comment data */
.sidebar-comment-data {
}
.sidebar-comment-author {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.sidebar-comment-author a {
    position: relative;
    color: #ccc;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
}
.sidebar-comment-author a:hover {
    background-size: 100% 96%;
    color: #fff;
}
.sidebar-comment-date {
    display: block;
    font-size: 13px;
    color: #999;
}

/* Sidebar comment text */
.sidebar-comment-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-style: italic;
    color: #fff;
}
.sidebar-comment-text a {
    color: #999;
}
.sidebar-comment-text a:hover {
    color: #ddd;
}
.sidebar-comment-text p {
    margin-bottom: 0;
}

/* Sidebar tags 
================ */
.sidebar-tags {
}
.sidebar-tags-list {
}
.sidebar-tags-list::after {
    /* Clear */
    content: "";
    display: table;
    clear: both;
}
.sidebar-tags-list > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-tags-list > ul > li {
    margin: 3px;
}
.sidebar-tags-list a {
    position: relative;
    display: block;
    background-color: rgb(160 160 160 / 15%);
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #cacaca;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}
.sidebar-tags-list a:hover {
    background-color: var(--tt-main-color);
    color: #fff;
}

/* Sidebar meta 
================ */
.sidebar-meta {
}
.sidebar-meta ul > li > a {
    position: relative;
    margin: 3px 0;
    font-size: 16px;
    color: #b1b1b1;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
}
.sidebar-meta ul > li > a:hover {
    background-size: 100% 96%;
    color: #fff;
}
/* ------------------------------------------------------------- *
 * Blog list
/* ------------------------------------------------------------- */
/* Blog list item
================== */
.blog-list-item {
    position: relative;
    margin-bottom: 80px;
}

/* Blog list item image */
.bli-image-wrap {
}
.bli-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.bli-image img {
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bli-image:hover img {
    transform: scale(1.05);
}

#blog-list.bli-image-cropped .bli-image {
    position: relative;
    background-color: rgba(130, 130, 130, 0.1);
    padding-bottom: 55%;
}
#blog-list.bli-image-cropped .bli-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 8px;
}
.bli-info {
    position: relative;
    padding-top: 30px;
}

.bli-categories {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #d1d1d1;
}
.bli-categories a {
    position: relative;
    display: inline-block;
}
.bli-categories a:hover {
    opacity: 0.8;
}
.bli-categories a ~ a:not(:empty)::before {
    content: ", ";
}

.bli-title {
    margin-bottom: 20px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}
.bli-title a {
    color: #fff;
    display: inline;
    /*background-repeat: no-repeat;*/
    /*background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);*/
    /*background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);*/
    /*background-image: -ms-linear-gradient(transparent 96%,currentColor 1px);*/
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
}
.bli-title a:hover {
    background-size: 100% 96%;
}
.bli-meta {
    font-size: 15px;
    color: #d1d1d1;
}
.bli-meta a {
    position: relative;
    padding-bottom: 2px;
    color: #d1d1d1;
}
.bli-meta a:hover {
    opacity: 0.8;
}
/* Blog list item description */
.bli-desc {
    margin: 20px 0;
    font-weight: 300;
    font-size: 19px;
    color: #bbb;
}
/* Blog list item read more button */
.bli-read-more.tt-btn {
    height: 45px;
    margin: 40px 0 0 0;
}
/* ------------------------------------------------------------- *
 * Blog single post
/* ------------------------------------------------------------- */
/* blog single inner */
.blog-single-inner {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}
/* if page boxed layout enabled */
body.tt-boxed .blog-single-inner.tt-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
/* Blog single post 
==================== */
.tt-blog-post {
    position: relative;
}
/* blog single post content */
.tt-blog-post-content {
}
.tt-blog-post-content p {
    color: #ccc;
}
/* blog single post image */
.tt-blog-post-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.tt-bpi-link {
    position: relative;
    display: block;
}
.tt-blog-post-image img {
}
/* blog single tags */
.tt-blog-post-tags {
    padding: 40px 0;
    font-size: 16px;
    font-weight: bold;
    font-weight: 700;
    overflow: hidden;
    margin-top: 60px;
    overflow: hidden;
    border-top: 1px solid rgba(150, 150, 150, 0.3);
}
.tt-blog-post-tags span {
    color: #bbb;
}
.tt-blog-post-tags > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tt-blog-post-tags > ul > li {
    float: left;
    margin: 3px;
}
.tt-blog-post-tags a {
    position: relative;
    display: block;
    background-color: rgb(160 160 160 / 15%);
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}
.tt-blog-post-tags a:hover {
    background-color: var(--tt-main-color);
    color: #fff;
}

/* Blog single post share 
========================== */
.tt-blog-post-share {
    display: flex;
    align-items: center;
}
.tt-blog-post-share > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tt-blog-post-share > ul > li {
    display: inline-block;
}
.tt-bps-text {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 700;
    color: #bbb;
}

.tt-blog-post-share .social-buttons {
    margin-left: -20px;
}
.tt-blog-post-share .social-buttons > ul > li a {
    font-size: 19px;
}

/* Blog single post nav 
======================== */
.tt-blog-post-nav {
    margin-top: 40px;
    padding-top: 60px;
    overflow: hidden;
    border-top: 1px solid rgba(150, 150, 150, 0.3);
}

.tt-bp-nav-col {
    float: left;
    width: 50%;
}
.tt-bp-nav-left {
    padding-right: 5%;
    border-right: 1px solid rgba(150, 150, 150, 0.3);
}
.tt-bp-nav-left span {
    margin-right: 10px;
}
.tt-bp-nav-right {
    padding-left: 5%;
    text-align: right;
}
.tt-bp-nav-right span {
    margin-left: 10px;
}

.tt-bp-nav-text {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    font-weight: 500;
    color: #b7b7b7;
}
.tt-bp-nav-title {
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
}
.tt-bp-nav-title a {
    color: #fff;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
}
.tt-bp-nav-title a:hover {
    background-size: 100% 96%;
    color: #fff;
}
/* ------------------------------------------------------------- *
 * Blog carousel
/* ------------------------------------------------------------- */
.vt-blog-carousel {
    position: relative;
}
.vt-blog-carousel .swiper {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
}
.vt-blog-carousel-item {
    position: relative;
}
/* Blog carousel item 
====================== */
/* Blog carousel item image */
.tt-bci-image-wrap {
    display: block;
}
.tt-bci-image {
    position: relative;
    display: block;
    background-color: rgba(130, 130, 130, 0.1);
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 8px;
}
.tt-bci-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tt-bci-image-wrap:hover .tt-bci-image img {
    transform: scale(1.05);
}

/* Blog carousel item info */
.tt-bci-info {
    position: relative;
    padding-top: 20px;
}

.tt-bci-categories {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #d1d1d1;
}
.tt-bci-categories a {
    position: relative;
    display: inline-block;
}
.tt-bci-categories a:hover {
    opacity: 0.8;
}
.tt-bci-categories a ~ a:not(:empty)::before {
    content: ", ";
}

.tt-bci-title {
    margin-bottom: 20px;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}
.tt-bci-title a {
    color: #fff;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 2px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
}
.tt-bci-title a:hover {
    background-size: 100% 96%;
}

.tt-bci-meta {
    font-size: 15px;
    color: #d1d1d1;
}
.tt-bci-meta a {
    position: relative;
    padding-bottom: 2px;
    color: #d1d1d1;
}
.tt-bci-meta a:hover {
    opacity: 0.8;
}

/* Blog carousel navigation 
============================ */
.tt-blc-nav-prev,
.tt-blc-nav-next {
    position: absolute;
    top: -100px;
    z-index: 20;
    background-color: rgb(137 137 137 / 10%);
    border-radius: 96px 122px 80px 115px;
}
.tt-blc-nav-prev {
    right: 80px;
}
.tt-blc-nav-next {
    right: 0;
}

.tt-blc-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.tt-blc-nav-arrow-disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
/* Hide blog carousel navigation */
.vt-blog-carousel.tt-blc-hide-navigation .tt-blc-nav-next,
.vt-blog-carousel.tt-blc-hide-navigation .tt-blc-nav-prev {
    display: none;
}
/* Blog carousel pagination 
============================ */
.tt-blc-pagination {
    position: absolute;
    display: none; /* hidden by default */
    bottom: 15px;
    left: 50%;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}

/* Blog carousel pagination bullets */
.tt-blc-pagination-bullets {
    font-size: 0;
}
.tt-blc-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff;
}
.tt-blc-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--tt-main-color);
    border-color: var(--tt-main-color);
    opacity: 1;
}

/* Blog carousel pagination dynamic bullets */
.tt-blc-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    max-width: fit-content;
}
.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
    transition: 0.2s transform, 0.2s left;
}
.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

/* Blog carousel pagination fraction */
.tt-blc-pagination-fraction {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}

.tt-blc-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px;
}
.tt-blc-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px;
}

/* Blog carousel pagination progressbar */
.tt-blc-pagination-progressbar {
    width: 100%;
    max-width: 300px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.tt-blc-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scale(0);
    transform-origin: left top;
}

/* Display blog carousel pagination */
.vt-blog-carousel[data-pagination-type] {
    padding-bottom: 100px;
}
.vt-blog-carousel[data-pagination-type] .tt-blc-pagination {
    display: block;
}
/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */
#tt-footer {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 2;
}

.tt-footer-inner {
    position: relative;
}
body:not(.tt-boxed) .tt-footer-inner,
.tt-footer-inner:not(.tt-wrap) {
    padding-left: 3.5%;
    padding-right: 3.5%;
}
#tt-footer {
    font-size: 18px;
    color: #fff;
}
#tt-footer .tt-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}
/* Footer copyright */
#tt-footer .tt-copyright {
    color: #ccc;
}

#tt-footer .tt-copyright .tt-btn-link {
    font-weight: normal;
}
#tt-footer .tt-copyright.text-gray .tt-btn-link > * {
    color: #ccc;
}
#tt-footer .tt-copyright.text-gray:hover .tt-btn-link .tt-btn-icon {
}
/*custom*/
.sec-title h3 span {
    display: block;
}
.sec-title h2 span {
    display: block;
}
.sec-title h3,
.sec-title h2 {
    margin-bottom: 3rem;
}
 {
    display: block;
}
.contact-info p {
    margin-bottom: 0.5rem;
}
.bg-background {
    padding: 2rem;
}
.grid-work1 {
    display: grid;
    grid-template-columns: 40% 60%;
}
.grid-work2 {
    display: grid;
    grid-template-columns: 60% 40%;
}
.content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.content-left {
    order: 1;
}
.image-right {
    order: 2;
}
.image-left {
    order: 3;
}
.content-right {
    order: 4;
}
.work-title {
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 5px;
}
.subtitle {
    color: #6c757d;
}
.tt-btn {
    color: #fff;
    font-family: inherit;
    display: inline-block;
    padding: 14px 15px;
    line-height: 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #fff;
    background: transparent;
    transition: all 0.7s;
    z-index: 1;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.tt-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #df2027;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}
.tt-btn:hover {
    color: #fff;
    border-color: #df2027;
}
.tt-btn:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}
.tt-btn:hover:before {
    top: -30px;
    left: -30px;
}
.tt-btn:active:before {
    background: #df2027;
    transition: background 0s;
}
.image-work {
    border-radius: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-center {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
}
.btn-center .tt-btn {
    padding: 15px 30px;
    font-size: 17px;
}
.btn-center .tt-btn:before {
    width: 260px;
}
/* Grid Layout for .state-grid */
.state-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    position: relative;
    margin: auto;
    width: 100%;
}
.box-dark {
    will-change: transform, color, background;
    background: rgba(31, 32, 34, 0.4);
    position: relative;
    z-index: 0;
    display: inline-block;
    border-radius: 1.5rem;
    padding: 3.5rem;
    transition: background 0.5s ease;
}
.block-wrapper-left {
    font-size: 10rem;
    line-height: 0.8;
    letter-spacing: -5px;
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-family: DM Mono, monospace;
    margin-bottom: 6rem;
    height: 10rem;
}

.block-wrapper-left .sup {
    font-size: 65%;
    margin-top: -0.5rem;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.number-two {
    position: absolute;
    top: 0;
    transform: translateY(120%);
    transition: transform 0.5s ease;
}

.block-wrapper-right {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
    transition: all 0.5s ease;
    width: 100%;
    align-self: flex-end;
    text-align: right;
    font-family: Dirtyline;
}

/* Hover effects for each block */
.state_block-1:hover {
    color: #fff;
    background: #b92f04;
}
.state_block-2:hover {
    color: #121315;
    background: #c8d0d0;
}
.state_block-3:hover {
    color: #121315;
    background: #a0c9b8;
}
.state_block-4:hover {
    color: #121315;
    background: #dece3d;
}
.box-dark:hover .number-two {
    transform: translateY(0%);
}
.contact-info h5 {
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-size: 1.5rem;
    line-height:1.5rem;
}
.sec-title h2 span,
.sec-title h3 span {
    background: linear-gradient(90deg, #ffffff 50%, #252525 0);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}
.top-iconsvg{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #fff;
    padding: 0px;
    outline: 0;
    z-index: 99;
    bottom: 125px;
    right: 38px;
    position: fixed;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    font-size: 28px;
    background: transparent;
    border: 1px solid #fff ;
    border: 0px;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    cursor: pointer;
}
.top-icon:hover {
    background: #df2027;
    border: 1px solid #df2027 ;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
span.top-icon svg {
    height: 18px;
    width: 18px;
}
.about-text {
    font-size: 2rem;
    line-height: 3rem;
}
h2.anim-fadeinup.about-sub {
    text-align: center;
    text-transform: lowercase;
}
.about-right p {
    font-size: 1.5rem;
}
/* Starting position for anim-left */
.anim-left {
    opacity: 0;
    transform: translateX(-100px);
}

/* Starting position for anim-right */
.anim-right {
    opacity: 0;
    transform: translateX(100px);
}
.tt-ts-item-inner {
    overflow: hidden;
    border-radius: 1.5rem;
    border-width: 2px;
    transition: all 0.5s ease;
    background: rgba(31, 32, 34, 0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: #e0eeee;
    padding: 4vw 1.5vw;
   
}
.tt-ts-item-inner:hover {
    background: rgba(31, 32, 34, 0.4);
    border-color: transparent;
}
.vt-testimonials-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.vt-testimonials-slider-item {
    height: 100%;
    display: flex;
    align-items: stretch;
}
.tt-ts-item-inner {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}
.clients-thumb {
    width: 8rem;
}
.clients-thumb img {
    border-radius: 9999px;
}
.services-blocks {
    margin-top: 2rem;
}
.services-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: rgba(31, 32, 34, 0.4);
    border-radius: 1.5rem;
}
.services-left h2 {
    font-size: 4.5rem;
    line-height: 1;
}
.services-left {
    width: 100%;
    padding-right: 1rem;
}
.services-right {
    width: 100%;
}
.services-block h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
    font-weight: 500;
}
.services-block-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}
.services-right p {
    font-size: 1.4rem;
}
.team-grid {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.team-desc strong {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.team-desc p {
    color: #8f8f8f;
    margin-bottom: 0px;
    color: #8f8f8f;
    text-transform: capitalize;
    font-size: 1.5rem;
}
.team-grid .teamgrid:nth-child(even) {
    margin-top: 0px;
}
.team-grid .teamgrid:nth-child(2n) {
    width: 40%;
    margin-top: 50px;
}
.team-grid .teamgrid:nth-child(3n + 1) {
    width: 40%;
}
.team-grid .teamgrid:nth-child(3n) {
    width: 40%;
    margin-top:3rem;
    /*margin-top: 170px;*/
}
.team-grid .teamgrid:nth-child(6n) {
    margin-top: 0 ;
}
.team-grid .team-desc {
    text-align: center;
}
.img-scale:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-grid {
    position: relative;
    float: left;
    display: flex;
    height: 25rem;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}
.marquee-item,
.marquee-item-rev {
    display: flex;
}
.gallery-grid .item {
    background: rgba(31, 32, 34, 0.7);
    position: relative;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    display: flex;
    height: 25rem;
    width: 25rem;
    min-width: 25rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    overflow: hidden;
}
.gallery-grid .item:after {
    position: absolute;
    left: 50%;
    top: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 0.75rem;
    border-width: 0;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    opacity: 0.2;
    --tw-content: "";
    content: var(--tw-content);
}
h3.expertise-title {
    font-size: 6rem;
    line-height: 4rem;
    margin-bottom: 5rem;
    text-align: center;
}
.work-single-about {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12rem 0;
}
.work-single-title {
    width: 100%;
}
.blog-sub-tt {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.vt__container.up-arrow {
    display:none;
    position: fixed;
    bottom: 1%;
    z-index: 11111;
    left: 0;
    padding:0;
    transition:0.9s all ease;
}
/*loader*/
#eye-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 1); /* Light overlay */
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px); /* optional */
}
.loader {
  width: 8em;
  height: 8em;
}

.loader__eye1,
  .loader__eye2,
  .loader__mouth1,
  .loader__mouth2 {
  animation: eye1 3s ease-in-out infinite;
}

.loader__eye1,
  .loader__eye2 {
  transform-origin: 64px 64px;
}

.loader__eye2 {
  animation-name: eye2;
}

.loader__mouth1 {
  animation-name: mouth1;
}

.loader__mouth2 {
  animation-name: mouth2;
  visibility: hidden;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 90%, 10%);
    --fg: hsl(var(--hue), 90%, 90%);
  }
}

@keyframes eye1 {
  from {
    transform: rotate(-260deg) translate(0, -56px);
  }

  50%,
    60% {
    animation-timing-function: cubic-bezier(0.17, 0, 0.58, 1);
    transform: rotate(-40deg) translate(0, -56px) scale(1);
  }

  to {
    transform: rotate(225deg) translate(0, -56px) scale(0.35);
  }
}

@keyframes eye2 {
  from {
    transform: rotate(-260deg) translate(0, -56px);
  }

  50% {
    transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
  }

  52.5% {
    transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1, 0);
  }

  55%,
    70% {
    animation-timing-function: cubic-bezier(0, 0, 0.28, 1);
    transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
  }

  to {
    transform: rotate(150deg) translate(0, -56px) scale(0.4);
  }
}

@keyframes eyeBlink {
  from,
    25%,
    75%,
    to {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0);
  }
}

@keyframes mouth1 {
  from {
    animation-timing-function: ease-in;
    stroke-dasharray: 0 351.86;
    stroke-dashoffset: 0;
  }

  25% {
    animation-timing-function: ease-out;
    stroke-dasharray: 175.93 351.86;
    stroke-dashoffset: 0;
  }

  50% {
    animation-timing-function: steps(1, start);
    stroke-dasharray: 175.93 351.86;
    stroke-dashoffset: -175.93;
    visibility: visible;
  }

  75%,
    to {
    visibility: hidden;
  }
}

@keyframes mouth2 {
  from {
    animation-timing-function: steps(1, end);
    visibility: hidden;
  }

  50% {
    animation-timing-function: ease-in-out;
    visibility: visible;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -351.86;
  }
}

