@font-face {
    font-family: 'FuturaW01-Book';
    src: url('../fonts/FuturaW01-Book.eot');
    src: url('../fonts/FuturaW01-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaW01-Book.woff2') format('woff2'),
        url('../fonts/FuturaW01-Book.woff') format('woff'),
        url('../fonts/FuturaW01-Book.ttf') format('truetype'),
        url('../fonts/FuturaW01-Book.svg#FuturaW01-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bangla MN';
    src: url('../fonts/BanglaMN.eot');
    src: url('../fonts/BanglaMN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BanglaMN.woff2') format('woff2'),
        url('../fonts/BanglaMN.woff') format('woff'),
        url('../fonts/BanglaMN.ttf') format('truetype'),
        url('../fonts/BanglaMN.svg#BanglaMN') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------- *
 * Global variables
/* ------------------------------------------------------------- */

:root {
    --tt-main-bg-color: #0a0a0a;
    /* Template background color. */--tt-main-color: #b12c0d;
    /* Template main color. */
    --tt-main-font: 'Bangla MN';
    --tt-FuturaW01-font: 'FuturaW01-Book';
}

/* ------------------------------------------------------------- *
 * General
/* ------------------------------------------------------------- */
.font-tit {
    font-family: var(--tt-main-font)
}

* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    margin: 0;
    background-color: #000 !important;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #8f8f8f !important;
    overflow-x: hidden;
    font-family: 'FuturaW01-Book' !important;
    letter-spacing: 1px;
}

p {
    margin: 0 0 30px;
}

a {
    color: currentColor;
    text-decoration: none;
    outline: none
}

a:hover,
a:focus {
    color: currentColor;
}

p a {
    color: currentColor;
    opacity: .8;
    font-style: italic;
    border-bottom: 1px solid;
}

p a:hover,
p a:focus {
    color: currentColor;
    opacity: .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%;
}

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 !important;
}

/* ------------------------------------------------------------- *
 * Fonts
/* ------------------------------------------------------------- */

/* Body font
============= */
body {
    font-family: 'FuturaW01-Book';
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bangla MN';
}



/* 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: 'Bangla MN';
}


/* ------------------------------------------------------------- *
 * Page transitions
/* ------------------------------------------------------------- */
a {
    text-decoration: none !important
}

#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: .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;
}


/* ------------------------------------------------------------- *
 * Page content
/* ------------------------------------------------------------- */

#page-content {}


/* ------------------------------------------------------------- *
 * Custom scrollbar style
/* ------------------------------------------------------------- */

.tt-custom-scrollbar {
    overflow-y: auto;
}

/* Works on Firefox */
.tt-custom-scrollbar,
.tt-sliding-sidebar-inner,
.tt-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #555 #2a2a2a;
}

select {
    scrollbar-width: thin;
    scrollbar-color: #666 #2a2a2a;
}

/* Works on Chrome, Edge, and Safari */
.tt-custom-scrollbar::-webkit-scrollbar,
.tt-sliding-sidebar-inner::-webkit-scrollbar,
.tt-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

select::-webkit-scrollbar {
    width: 10px;
}

.tt-custom-scrollbar::-webkit-scrollbar-track,
.tt-sliding-sidebar-inner::-webkit-scrollbar-track,
.tt-sidebar::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.tt-custom-scrollbar::-webkit-scrollbar-thumb,
.tt-sliding-sidebar-inner::-webkit-scrollbar-thumb,
.tt-sidebar::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 50px;
}

select::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 50px;
}


/* ------------------------------------------------------------- *
 * Smooth Scrollbar
 * Source: https://github.com/idiotWu/smooth-scrollbar/
/* ------------------------------------------------------------- */

/* Hide default scrollbar */
body:not(.is-mobile).tt-smooth-scroll {
    overflow: hidden !important;
}

/* Scroll content (added if <body> contain class "tt-smooth-scroll". Disabled on mobile devices!) */
body:not(.is-mobile).tt-smooth-scroll #scroll-container {
    width: auto;
    height: 100vh;
    overflow: auto;
    margin: 0;
}

/* Styling scrollbar */
.scrollbar-track {
    background: transparent !important;
    z-index: 99999 !important;
    transition: background 0.2s ease-in-out;
}

.scrollbar-track:hover {
    background: rgba(222, 222, 222, 0.15) !important;
}

.scrollbar-thumb {
    background: #DDD !important;
    opacity: .25;
    transition: opacity 0.2s ease-in-out;
}

.scrollbar-track:hover .scrollbar-thumb {
    opacity: .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 !important;
}

#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) !important;
}


/* ------------------------------------------------------------- *
 * tt-Section
/* ------------------------------------------------------------- */

.tt-section {
    position: relative;
    padding: 80px 0;
}

@media (max-width: 991px) {
    .tt-section {
        padding: 10% 0;
    }
}

@media (max-width: 767px) {
    .tt-section {
        padding: 10% 0;
    }
}

@media (max-width: 480px) {
    .tt-section {
        padding: 15% 0;
    }
}


/* tt-section background image 
=============================== */
.tt-section-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}


/* 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;
}

@media (max-width: 991px) {
    .tt-heading {
        margin-bottom: 30px;
    }
}

/* 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 + 1vw);
    line-height: 1.2;
}

@media (min-width: 1025px) {
    .tt-heading.tt-heading-xlg.tt-heading-stroke .tt-heading-title {
        -webkit-text-stroke-width: 1px;
    }
}

.tt-heading.tt-heading-xlg .tt-heading-subtitle {
    font-size: calc(12px + 0.1vw);
    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;
}

@media (min-width: 1025px) {
    .tt-heading.tt-heading-xxlg.tt-heading-stroke .tt-heading-title {
        -webkit-text-stroke-width: 2px;
    }
}

.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: 0px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .tt-header-inner {
        padding-top: 0px;
    }
}

body:not(.tt-boxed) .tt-header-inner,
.tt-header-inner:not(.tt-wrap) {
    padding-left: 3.5%;
    padding-right: 3.5%;
}

/* 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;
    color: #FFF;
}

.tt-logo img {
    max-height: 40px;
    /* You may need to change the img height to match your logo type! */
}

.tt-logo-dark {
    display: none;
}


/* Logo for small screens */
@media (max-width: 1024px) {
    .tt-logo img {
        max-height: 32px;
        /* You may need to change the img height to match your logo type! */
    }
}


/* ------------------------------------------------------------- *
 * Classic menu
/* ------------------------------------------------------------- */

/* Classic menu (desktop)
========================== */
@media (min-width: 1025px) {
    .tt-main-menu {
        pointer-events: initial;
    }

    .tt-main-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0;
        /* inline list cap fix */
    }

    .tt-main-menu-list>li {
        display: inline-block;
        font-size: inherit;
        /* inline list cap fix */
        padding: 0 20px;
        transition: opacity 0.2s;
    }

    .tt-main-menu-list>li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .tt-main-menu-list>li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .tt-main-menu-list>li>a,
    .tt-main-menu-list>li>.tt-submenu-trigger>a {
        display: block;
        padding: 20px 5px;
        font-size: 15px;
        font-weight: 500;
        color: #FFF;
        transition: color 0.3s, opacity 0.3s;
    }

    /* Main menu hover */
    .tt-main-menu-list.tt-mm-hover>li>a,
    .tt-main-menu-list.tt-mm-hover>li>.tt-submenu-trigger>a {
        opacity: .6;
    }

    .tt-main-menu-list.tt-mm-hover>li>a:hover,
    .tt-main-menu-list.tt-mm-hover>li>.tt-submenu-trigger>a:hover,
    .tt-main-menu-list.tt-mm-hover>li.active>a,
    .tt-main-menu-list.tt-mm-hover>li.active>.tt-submenu-trigger>a,
    .tt-main-menu-list.tt-mm-hover>li.tt-submenu-open>.tt-submenu-trigger>a {
        opacity: 1;
        color: #FFF;
    }


    /* Submenu 
	============ */
    .tt-submenu-wrap {
        position: relative;
    }

    .tt-submenu {
        position: absolute;
        display: block !important;
        top: 100%;
        left: 0;
        width: 220px;
        background-color: #FFF;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        z-index: 99999;
        border-radius: 3px;
        transform: translate3d(0, 10px, 0);
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    /* Open submenu on hover */
    .tt-submenu-wrap.tt-submenu-open>.tt-submenu {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-delay: 0.1s;
    }

    /* submenu links */
    .tt-submenu-list {
        margin: 0;
        padding: 15px 0;
        list-style: none;
    }

    .tt-submenu-list li {
        width: 100%;
    }

    .tt-submenu-list li:first-child {}

    .tt-submenu-list li:last-child {}

    .tt-submenu-list li a {
        position: relative;
        display: block;
        padding: 8px 25px 8px 20px;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        font-weight: 400;
        line-height: 1.4;
        color: #111;
        transition: all 0.2s ease-in-out;
    }

    .tt-submenu-list>li a:hover,
    .tt-submenu-list>li>.tt-submenu-trigger:hover a,
    .tt-submenu-list>li.active>a,
    .tt-submenu-list>li.active>.tt-submenu-trigger a {
        background-color: rgba(0, 0, 0, 0.05);
    }

    /* Set submenu position to right on last menu list element */
    .tt-main-menu-list>li:last-child>.tt-submenu {
        left: auto;
        right: 0;
    }

    /* Submenu toggle */
    .tt-m-caret {
        display: none;
    }

    /* Sub-submenu */
    .tt-submenu .tt-submenu-wrap>.tt-submenu {
        left: 100%;
        right: auto;
        margin-top: -50px;
        margin-left: 0;
    }

    /* Caret (requires FontAwesome: https://fontawesome.com/) */
    .tt-submenu-trigger>a::after {
        margin-left: 7px;
        font-size: 9px;
        line-height: 0;

        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;
    }

    /* Caret in sub-submenus */
    .tt-submenu-wrap .tt-submenu-wrap .tt-submenu-trigger>a::after {
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 11px;
        transform: translate3d(0, -50%, 0) rotate(-90deg);
    }

    /* Hide ".tt-submenu-trigger-m" on desktop */
    .tt-submenu-trigger .tt-submenu-trigger-m {
        display: none;
    }


    /* Submenu styles 
	================== */
    /* Submenu dark style */
    .tt-submenu-dark .tt-submenu {
        background-color: #212121;
        color: #a9a9a9;
    }

    .tt-submenu-dark .tt-submenu .tt-submenu-list li a {
        color: #a9a9a9;
    }

    .tt-submenu-dark .tt-submenu .tt-submenu-list>li a:hover,
    .tt-submenu-dark .tt-submenu .tt-submenu-list>li>.tt-submenu-trigger:hover a,
    .tt-submenu-dark .tt-submenu .tt-submenu-list>li.active>a,
    .tt-submenu-dark .tt-submenu .tt-submenu-list>li.active>.tt-submenu-trigger a {
        color: #FFF;
        background-color: transparent;
    }
}


/* Mobile menu (for classic menu) 
================================== */
@media (min-width: 1025px) {
    #tt-m-menu-toggle-btn-wrap {
        /* Hide on desktop */
        display: none;
    }
}

/* Show mobile menu on small screens only */
@media (max-width: 1024px) {
    .tt-main-menu {
        pointer-events: initial;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--tt-main-bg-color);
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
    }

    .tt-main-menu-holder {
        position: relative;
        height: 100%;
        width: calc(100% + 17px);
        overflow-y: scroll;
        z-index: 2;
    }

    body.is-mobile .tt-main-menu-holder {
        padding-right: 17px;
    }

    .tt-main-menu-inner {
        display: table;
        width: 100%;
        height: 100%;
        padding: 20% 7%;
    }

    .tt-main-menu-content {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    /* Mobile menu list */
    .tt-main-menu-list {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tt-main-menu-list>li {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tt-main-menu-list>li:first-child {
        margin-top: 0;
    }

    .tt-main-menu-list>li:last-child {
        margin-bottom: 0;
    }

    .tt-main-menu-list>li a {
        position: relative;
        display: inline-block;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.2;
        color: #818181;
    }

    @media (max-width: 767px) {
        .tt-main-menu-inner {
            padding-top: 35%;
            padding-bottom: 35%;
        }

        .tt-main-menu-list>li a {
            font-size: 34px;
        }
    }

    /* Mobile menu list active (master parent) */
    .tt-main-menu-list>li.active>a,
    .tt-main-menu-list>li.active>.tt-submenu-trigger a,
    .tt-main-menu-list>li>.tt-submenu-trigger.tt-m-submenu-open a,
    .tt-main-menu-list>li.active>.tt-submenu-trigger .tt-m-caret {
        color: #FFF;
    }

    .tt-main-menu-list>li.active>a,
    .tt-main-menu-list>li.active>.tt-submenu-trigger a,
    .tt-main-menu-list>li>.tt-submenu-trigger.tt-m-submenu-open a {
        transform: skew(-15deg, 0deg);
    }

    /* Mobile submenu */
    .tt-submenu-wrap {
        position: relative;
    }

    .tt-submenu-trigger {
        position: relative;
        display: inline-block;
    }

    .tt-submenu-trigger>a {
        position: relative;
        z-index: 1;
    }

    .tt-submenu-trigger .tt-submenu-trigger-m {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        cursor: pointer;
    }

    .tt-submenu {
        display: none;
        position: relative;
        top: auto;
        left: 0 !important;
        min-width: 100%;
        background-color: transparent;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #a9a9a9;
    }

    .tt-submenu-list {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none;
    }

    .tt-submenu-list .tt-submenu {
        margin-top: 10px;
    }

    .tt-submenu-list>li {}

    .tt-submenu-list>li a {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
        font-weight: 500;
        color: #AAA;
        -webkit-text-stroke: 0;
    }

    /* Mobile submenu list hover/active */
    .tt-submenu-list>li a:hover,
    .tt-submenu-list>li>.tt-submenu-trigger:hover a,
    .tt-submenu-list>li>.tt-submenu-trigger:hover .tt-m-caret,
    .tt-submenu-list>li>.tt-submenu-trigger.tt-m-submenu-open a,
    .tt-submenu-list>li>.tt-submenu-trigger.tt-m-submenu-open .tt-m-caret,
    .tt-submenu-list>li.active>a,
    .tt-submenu-list>li.active>.tt-submenu-trigger a,
    .tt-submenu-list>li.active>.tt-submenu-trigger .tt-m-caret {
        color: #FFF;
    }

    /* Mobile submenu caret (requires FontAwesome: https://fontawesome.com/) */
    .tt-m-caret {
        position: absolute;
        top: 55%;
        right: -40px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #818181;
        cursor: pointer;
        z-index: 9;
        border-radius: 100%;
        transform: translate3d(0, -50%, 0);
    }

    .tt-m-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-submenu-trigger.tt-m-submenu-open .tt-m-caret::after {
        transform: rotate(180deg);
    }

    /* Mobile sub-submenu caret */
    .tt-submenu-list>li>.tt-submenu-trigger .tt-m-caret {
        color: #8a8a8a;
    }

    /* Mobile menu toggle button */
    #tt-m-menu-toggle-btn-wrap {
        position: relative;
        display: flex;
        align-items: center;
        pointer-events: initial;
        cursor: pointer;
        z-index: 9;
    }

    .tt-m-menu-toggle-btn-holder {
        float: left;
    }

    .tt-m-menu-toggle-btn {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
    }

    .tt-m-menu-toggle-btn span {
        position: absolute;
        display: block;
        top: 52%;
        left: 50%;
        height: 2px;
        width: 24px;
        background-color: transparent;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }

    .tt-m-menu-toggle-btn span::before,
    .tt-m-menu-toggle-btn span::after {
        position: absolute;
        display: block;
        content: '';
        height: 2px;
        width: 24px;
        background-color: #FFF;
        transition: all 0.3s ease-in-out;
    }

    .tt-m-menu-toggle-btn span::before {
        top: -4px;
        width: 24px;
    }

    .tt-m-menu-toggle-btn span::after {
        top: auto;
        bottom: -4px;
        width: 18px;
    }

    /* Toggle button text */
    .tt-m-menu-toggle-btn-text {
        float: left;
        padding-right: 5px;
        overflow: hidden;
        text-align: right;
        font-size: 16px;
        color: #FFF;
    }

    body.tt-m-menu-open .tt-m-menu-toggle-btn-text .tt-m-menu-text-menu {
        display: none;
    }

    /* Toggle button close */
    body.tt-m-menu-open .tt-m-menu-toggle-btn span {
        width: 20px;
        background-color: transparent;
    }

    body.tt-m-menu-open .tt-m-menu-toggle-btn span::before {
        top: 0;
        width: 20px;
        transform: rotate(45deg);
    }

    body.tt-m-menu-open .tt-m-menu-toggle-btn span::after {
        bottom: 0;
        width: 20px;
        transform: rotate(-45deg);
    }

    .tt-m-menu-toggle-btn-text .tt-m-menu-text-close {
        display: none;
    }

    body.tt-m-menu-open .tt-m-menu-toggle-btn-text .tt-m-menu-text-close {
        display: block;
    }

    /* Disable menu toggle button click until the animations last */
    body.tt-m-menu-toggle-no-click #tt-m-menu-toggle-btn-wrap {
        pointer-events: none;
    }

    /* Align mobile menu to center */
    .tt-main-menu.tt-m-menu-center .tt-main-menu-content {
        text-align: center;
    }

    .tt-main-menu.tt-m-menu-center .tt-submenu-list {
        margin: 0;
    }
}


/* ------------------------------------------------------------- *
 * Overlay menu 
/* ------------------------------------------------------------- */

/* Overlay menu 
================ */
.tt-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    pointer-events: initial;
    background-image: url(../img/old-footer-shape.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
}


.tt-ol-menu-ghost {
    position: absolute;
    left: auto;
    bottom: 10%;
    font-size: 8vw;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    line-height: .7;
    opacity: .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: block;
    height: 100%;
    padding: 150px 140px 120px 5%;
}

@media (max-width: 767px) {
    .tt-ol-menu-content {
        /*padding-top: 40%;*/
        padding-top: 35%;
        padding-bottom: 35%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* 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 !important;
}

/* 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;
}

@media (max-width: 767px) {
    .tt-ol-menu-list>li {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.tt-ol-menu-list>li:first-child {
    margin-top: 0;
}

.tt-ol-menu-list>li:last-child {
    margin-bottom: 0;
}

/* Overlay menu list item counter */
/* @media (min-width: 992px) {
	.tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list {
		counter-reset: ol-menu-list-counter;
	}
	.tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list > li::before {
		position: absolute;
		counter-increment: ol-menu-list-counter;
		content: "" counter(ol-menu-list-counter, decimal-leading-zero);
		top: 5px;
		left: -30px;
		line-height: 1;
		font-size: 14px;
		font-weight: normal;
		color: #FFF;
		opacity: 0.4;
	}
} */

/* Overlay menu list links (master parent) */
.tt-ol-menu-list>li>a,
.tt-ol-menu-list>li>.tt-ol-submenu-trigger>a {
    position: relative;
    display: inline-block;
    font-size: clamp(24px, 2.0vw, 42px);
    font-weight: bold;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    transition: color 0.2s, transform 0.2s ease-in-out;
}

/* Overlay menu list hover/active (master parent). */
.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;
}

/* Overlay menu submenu list links */
.tt-ol-submenu-list>li a,
.tt-ol-submenu-list>li>.tt-ol-submenu-trigger>a {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #AAA;
    transition: color 0.3s ease-in-out;
}

/* Overlay menu submenu list hover/active */
.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;
}

/* Submenu caret (requires FontAwesome: https://fontawesome.com/) */
.tt-ol-submenu-caret-wrap {
    position: absolute;
    top: 60%;
    right: -40px;
    transform: translate3d(0, -50%, 0);
}

@media (max-width: 767px) {
    .tt-ol-submenu-caret-wrap {
        right: -40px;
    }
}

.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-menu-list .tt-ol-submenu-wrap > a::after,
.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-menu-list .tt-ol-submenu-wrap > a::after,
.tt-ol-submenu-trigger.tt-ol-submenu-open .tt-ol-submenu-caret::after {
    /*transform: rotate(180deg);*/
    transform: none;	
    font-size: 15px;	
    margin-left: 8px;
}

/* 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: left;
    right: calc(50% - 100px);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 1300px) {
    .tt-ol-menu-social {
        /* right: 5%; */
    }
}

@media (min-width: 768px) {
    .tt-ol-menu-social {
        position: fixed;
        top: 17.2%;
        /* transform: translateY(-50%); */
    }
}

@media (max-width: 767px) {
    .tt-ol-menu-social {
        /* margin-top: 80px;
		text-align: left; */
    }
}

.tt-ol-menu-social>li {
    padding: 3px 0;
}

.tt-ol-menu-social>li>a {
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    line-height: 1.6;
    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(.215, .61, .355, 1) !important;
    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: 18px;
    font-weight: 600;
    color: #FFF;
}



/* ------------------------------------------------------------- *
 * 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;
}

body:not(.tt-boxed) .page-header-inner,
.page-header-inner:not(.tt-wrap) {
    padding-left: 13%;
    padding-right: 13%;
}

@media (max-width: 1920px) {
    .page-header-inner {
        padding-top: 250px;
        padding-bottom: 140px;
    }

    body.ph-image-on #page-header .page-header-inner {
        padding-top: 200px;
        padding-bottom: 140px;
    }

    /* If page header image does not exist or project info list exist */
    body:not(.ph-image-on) #page-header .page-header-inner,
    body.ph-image-on.ph-bg-image-on #page-header .page-header-inner {
        padding-top: 240px;
        padding-bottom: 200px;
    }
}

@media (max-width: 1400px) {
    body.tt-boxed .page-header-inner.tt-wrap {
        padding-left: 8%;
        padding-right: 5%;
    }
}

@media (max-width: 1024px) {
    #page-header .page-header-inner {
        padding-top: 250px;
        padding-bottom: 250px;
    }

    body:not(.tt-boxed) .page-header-inner,
    .page-header-inner:not(.tt-wrap) {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 768px) {

    .page-header-inner,
    body:not(.ph-image-on) #page-header .page-header-inner,
    body.ph-image-on.ph-bg-image-on #page-header .page-header-inner {
        padding-top: 200px;
        padding-bottom: 140px;
    }
}

@media (max-width: 540px) {
    body:not(.ph-center-on).ph-image-on #page-header .page-header-inner {
        padding-top: 240px;
        padding-bottom: 40vw;
    }
}


/* Page header image 
===================== */
.ph-image {
    position: absolute;
    top: 160px;
    right: 18vw;
    width: clamp(340px, 18vw, 800px);
    z-index: 2;
    line-height: 0;
}

@media (max-width: 1920px) {
    .ph-image {
        width: 380px;
    }

    #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 440px;
    }
}

@media (max-width: 1600px) {

    .ph-image,
    #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 25vw;
    }
}

@media (max-width: 1024px) {

    .ph-image,
    #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        right: 10vw;
    }
}

@media (max-width: 540px) {

    .ph-image,
    #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 50%;
    }
}

.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: .05;
}

.ph-image-cover-1 .ph-image-inner::before {
    opacity: .1;
}

.ph-image-cover-1-5 .ph-image-inner::before {
    opacity: .15;
}

.ph-image-cover-2 .ph-image-inner::before {
    opacity: .2;
}

.ph-image-cover-2-5 .ph-image-inner::before {
    opacity: .25;
}

.ph-image-cover-3 .ph-image-inner::before {
    opacity: .3;
}

.ph-image-cover-3-5 .ph-image-inner::before {
    opacity: .35;
}

.ph-image-cover-4 .ph-image-inner::before {
    opacity: .4;
}

.ph-image-cover-4-5 .ph-image-inner::before {
    opacity: .45;
}

.ph-image-cover-5 .ph-image-inner::before {
    opacity: .5;
}

.ph-image-cover-5-5 .ph-image-inner::before {
    opacity: .55;
}

.ph-image-cover-6 .ph-image-inner::before {
    opacity: .6;
}

.ph-image-cover-6-5 .ph-image-inner::before {
    opacity: .65;
}

.ph-image-cover-7 .ph-image-inner::before {
    opacity: .7;
}

.ph-image-cover-7-5 .ph-image-inner::before {
    opacity: .75;
}

.ph-image-cover-8 .ph-image-inner::before {
    opacity: .8;
}

.ph-image-cover-8-5 .ph-image-inner::before {
    opacity: .85;
}

.ph-image-cover-9 .ph-image-inner::before {
    opacity: .9;
}

.ph-image-cover-9-5 .ph-image-inner::before {
    opacity: .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, 64px);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    line-height: 1.2;
    z-index: 9;
}

/* page header caption title ghost */
.ph-caption-title-ghost {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 6%;
    padding-top: 5%;
    font-size: calc(16px + 19.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    line-height: 1;
    opacity: .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: .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: .8;
}

/* page header caption description */
.ph-caption-description {
    position: relative;
    max-width: 740px;
    margin-top: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    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: 4%;
    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: center;
    height: 50px;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: center left;
}

/* Scroll down text */
.tt-sd-text {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    font-weight: 600;
    color: #EEE;
}

/* 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 .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;
}

/* Scroll down for small screens */
@media (max-width: 1024px) {
    .tt-scroll-down {
        bottom: 0%;
        left: 6%;
    }

    .tt-sd-text {
        display: none;
    }

    .tt-sd-arrow {
        width: 15px;
    }

    .tt-sd-arrow::before,
    .tt-sd-arrow::after {
        width: 10px;
    }
}


/* 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;
}

@media (min-width: 1025px) {
    .ph-share-inner {
        text-align: right;
    }

    .ph-share-trigger {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 10px, 0);
        transition: all 0.3s ease;
    }

    .ph-share-text {
        letter-spacing: 1px;
        transform: rotate(-90deg);
    }

    .ph-share-icon {
        margin-top: 15px;
    }

    .ph-share:hover .ph-share-trigger {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -30px, 0);
    }

    .ph-share .social-buttons {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -10%, 0);
        transition: all 0.3s ease;
    }

    .ph-share:hover .social-buttons {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, -60%, 0);
    }
}

@media (max-width: 1024px) {
    .ph-share {
        right: 2%;
        bottom: 1%;
        height: auto;
    }

    .ph-share-inner {
        display: flex;
        align-items: center;
    }

    .ph-share-text {
        margin-right: 15px;
    }

    .ph-share-text::after {
        content: ":";
        margin-left: 1px;
    }

    .ph-share-icon {
        display: none;
    }
}


/* 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;
}

@media (max-width: 1024px) {
    #page-header.ph-stroke .ph-caption-title {
        -webkit-text-stroke-width: 1px;
    }
}


/* 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, 36px);
    line-height: 1;
}

@media (min-width: 1025px) {
    #page-header.ph-cap-xxlg.ph-stroke .ph-caption-title {
        -webkit-text-stroke-width: 3px;
    }
}

/* Page header full screen (no effect on smaller screens!) */
@media (min-width: 1025px) {
    #page-header.ph-full {
        display: flex;
        align-items: center;
        min-height: 100vh;
    }

    #page-header.ph-full .page-header-inner {
        padding-top: 10% !important;
        padding-bottom: 5% !important;
    }

    #page-header.ph-full.ph-center .page-header-inner {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }

    #page-header.ph-full .ph-image {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    #page-header.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner {
        padding-bottom: 140%;
    }
}



/* Page header positions 
========================= */
/* Position center */
#page-header.ph-center {
    text-align: center;
}

@media (min-width: 1025px) {
    #page-header.ph-center .page-header-inner {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
}

#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;
}

/* If "ttgr-cat-nav" is open */
@media (min-width: 768px) {
    body.ttgr-cat-nav-open .ttgr-item-inner {
        transition: transform 0.6s ease-in-out;
    }
}

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;
}

@media (max-width: 768px) {
    .ttgr-cat-trigger-wrap.ttgr-cat-fixed {
        bottom: 20px;
    }
}

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: .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 item counter */
@media (min-width: 992px) {
    .ttgr-cat-list {
        counter-reset: ttgr-cat-list-counter;
    }

    .ttgr-cat-list .ttgr-cat-item::before {
        position: absolute;
        counter-increment: ttgr-cat-list-counter;
        content: "" counter(ttgr-cat-list-counter, decimal-leading-zero);
        top: 5px;
        left: -40px;
        line-height: 1;
        font-size: 14px;
        font-weight: normal;
        color: #FFF;
        opacity: 0.4;
    }
}

/* 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 positions */
@media (min-width: 768px) {
    .ttgr-cat-classic-nav.ttgr-cat-classic-center {
        text-align: center;
    }

    .ttgr-cat-classic-nav.ttgr-cat-classic-right {
        text-align: right;
    }
}

/* 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%;
}

@media (max-width: 768px) {
    .ttgr-height {
        position: relative;
        padding-bottom: 60%;
    }
}

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 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-2 .tt-grid-item {
        width: 50%;
    }
}

.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%;
}

/* layout-3 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-3 .tt-grid-item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .tt-grid.ttgr-layout-3 .tt-grid-item {
        width: 33.33333%;
    }
}

.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%;
}

/* layout-4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tt-grid.ttgr-layout-4 .tt-grid-item {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tt-grid.ttgr-layout-4 .tt-grid-item {
        width: 33.33333%;
    }
}

@media (min-width: 1400px) {
    .tt-grid.ttgr-layout-4 .tt-grid-item {
        width: 25%;
    }
}

.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%;
}

/* layout-1-2 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-1-2 .tt-grid-item {
        width: 50%;
    }
}

.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%;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%);
    }
}

.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%;
}

/* layout-2-1 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-2-1 .tt-grid-item {
        width: 50%;
    }
}

.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%;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%);
    }
}

.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%;
}

/* layout-2-3 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .tt-grid.ttgr-layout-2-3 .tt-grid-item {
        width: 50%;
    }

    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) {
        width: 100%;
    }

    .tt-grid.ttgr-layout-2-3 .ttgr-height {
        padding-bottom: 70% !important;
    }

    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}

@media (min-width: 1200px) {
    .tt-grid.ttgr-layout-2-3 .tt-grid-item {
        width: 33.33333%;
    }

    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1),
    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) {
        width: 50%;
    }
}

.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 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .tt-grid.ttgr-layout-3-2 .tt-grid-item {
        width: 50%;
    }

    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) {
        width: 100%;
    }

    .tt-grid.ttgr-layout-3-2 .ttgr-height {
        padding-bottom: 70% !important;
    }

    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}

@media (min-width: 1200px) {
    .tt-grid.ttgr-layout-3-2 .tt-grid-item {
        width: 33.33333%;
    }

    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4),
    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) {
        width: 50%;
    }
}

.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%;
}

/* layout-3-4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tt-grid.ttgr-layout-3-4 .tt-grid-item {
        width: 50%;
    }

    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) {
        width: 100%;
    }

    .tt-grid.ttgr-layout-3-4 .ttgr-height {
        padding-bottom: 70% !important;
    }

    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tt-grid.ttgr-layout-3-4 .tt-grid-item {
        width: 33.33333%;
    }

    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1),
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) {
        width: 50%;
    }

    .tt-grid.ttgr-layout-3-4 .ttgr-height {
        padding-bottom: 70% !important;
    }

    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1) .ttgr-height,
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) .ttgr-height {
        padding-bottom: 60% !important;
    }
}

@media (min-width: 1400px) {
    .tt-grid.ttgr-layout-3-4 .tt-grid-item {
        width: 25%;
    }

    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1),
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2),
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) {
        width: 33.33333%;
    }
}

.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%;
}

/* layout-4-3 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tt-grid.ttgr-layout-4-3 .tt-grid-item {
        width: 50%;
    }

    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) {
        width: 100%;
    }

    .tt-grid.ttgr-layout-4-3 .ttgr-height {
        padding-bottom: 70% !important;
    }

    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tt-grid.ttgr-layout-4-3 .tt-grid-item {
        width: 33.33333%;
    }

    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4),
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) {
        width: 50%;
    }

    .tt-grid.ttgr-layout-4-3 .ttgr-height {
        padding-bottom: 70% !important;
    }

    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4) .ttgr-height,
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) .ttgr-height {
        padding-bottom: 60% !important;
    }
}

@media (min-width: 1400px) {
    .tt-grid.ttgr-layout-4-3 .tt-grid-item {
        width: 25%;
    }

    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5),
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6),
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) {
        width: 33.33333%;
    }
}

.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%;
}

/* layout-creative-1 */
@media (min-width: 768px) {

    .tt-grid.ttgr-layout-creative-1 .tt-grid-item:nth-of-type(6n+1),
    .tt-grid.ttgr-layout-creative-1 .tt-grid-item:nth-of-type(6n+5) {
        width: 60%;
    }

    .tt-grid.ttgr-layout-creative-1 .tt-grid-item:nth-of-type(6n+2),
    .tt-grid.ttgr-layout-creative-1 .tt-grid-item:nth-of-type(6n+4) {
        width: 40%;
        padding-top: 12vw;
    }

    .tt-grid.ttgr-layout-creative-1 .tt-grid-item:nth-child(3n+3) {
        width: 100%;
        padding: 0 14vw;
    }

    .tt-grid.ttgr-layout-creative-1:not(.ttgr-portrait):not(.ttgr-not-cropped) .tt-grid-item:nth-child(3n+3) .ttgr-height {
        padding-bottom: 55%;
    }
}

/* layout-creative-2 */
@media (min-width: 768px) {

    .tt-grid.ttgr-layout-creative-2 .tt-grid-item:nth-of-type(4n+1),
    .tt-grid.ttgr-layout-creative-2 .tt-grid-item:nth-of-type(4n+4) {
        width: 58%;
    }

    .tt-grid.ttgr-layout-creative-2 .tt-grid-item:nth-of-type(4n+2),
    .tt-grid.ttgr-layout-creative-2 .tt-grid-item:nth-of-type(4n+3) {
        width: 42%;
        padding-top: 9.8vw;
    }

    .tt-grid.ttgr-layout-creative-2 .tt-grid-item:last-child:nth-child(odd) {
        width: 100%;
        padding: 0 14vw;
    }

    .tt-grid.ttgr-layout-creative-2:not(.ttgr-portrait):not(.ttgr-not-cropped) .tt-grid-item:last-child:nth-child(odd) .ttgr-height {
        padding-bottom: 55%;
    }
}


/* tt-grid items shifted 
========================= */
/* Without layout class (one column) */
@media (min-width: 768px) {
    .tt-grid.ttgr-shifted:not([class*="ttgr-layout-"]) .tt-grid-item:nth-child(even) .ttgr-item-inner {
        margin-left: 20vw;
    }

    .tt-grid.ttgr-shifted:not([class*="ttgr-layout-"]) .tt-grid-item:nth-child(odd) .ttgr-item-inner {
        margin-right: 20vw;
    }
}

/* With layout 2 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-2.ttgr-shifted .tt-grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 8vw;
    }
}

/* With layout 3 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-3.ttgr-shifted .tt-grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 13vw;
    }
}

@media (min-width: 1200px) {
    .tt-grid.ttgr-layout-3.ttgr-shifted .tt-grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 8vw;
    }
}

/* With layout 4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tt-grid.ttgr-layout-4.ttgr-shifted .tt-grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 13vw;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tt-grid.ttgr-layout-4.ttgr-shifted .tt-grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 8vw;
    }
}

@media (min-width: 1400px) {

    .tt-grid.ttgr-layout-4.ttgr-shifted .tt-grid-item:nth-child(2) .ttgr-item-inner,
    .tt-grid.ttgr-layout-4.ttgr-shifted .tt-grid-item:nth-child(4) .ttgr-item-inner {
        margin-top: 6vw;
    }
}


/* 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;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-gap-1 .ttgr-item-inner {
        margin: 0 0.2vw 0.4vw 0.2vw;
    }
}

@media (max-width: 767px) {
    .tt-grid.ttgr-gap-1 .ttgr-item-inner {
        margin: 0 1vw 1vw 1vw;
    }
}

/* 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;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-gap-4 .ttgr-item-inner {
        margin: 0 3vw 6vw 3vw;
    }
}

@media (max-width: 767px) {
    .tt-grid.ttgr-gap-4 .ttgr-item-inner {
        margin: 0 1.5vw 5vw 1.5vw;
    }
}

/* 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;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-gap-5 .ttgr-item-inner {
        margin: 0 4vw 8vw 4vw;
    }
}

@media (max-width: 767px) {
    .tt-grid.ttgr-gap-5 .ttgr-item-inner {
        margin-bottom: 5vw;
    }
}

/* 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;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-gap-6 .ttgr-item-inner {
        margin: 0 5vw 10vw 5vw;
    }
}

@media (max-width: 767px) {
    .tt-grid.ttgr-gap-6 .ttgr-item-inner {
        margin-bottom: 6vw;
    }
}


/* 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 !important;
    line-height: 0 !important;
}

.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 !important;
    line-height: 0 !important;
}

.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 {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}


/* ------------------------------------------------------------- *
 * Portfolio grid
/* ------------------------------------------------------------- */

#portfolio-grid {
    position: relative;
}

/* Portfolio grid item */
.portfolio-grid-item {
    position: relative;
}


/* Portfolio grid item image 
============================= */
.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 grid item caption 
=============================== */
.pgi-caption {
    width: 100%;
    max-width: 1200px;
    padding: 20px 3% 0px 3%;
}

.tt-grid.ttgr-gap-3 .pgi-caption,
.tt-grid.ttgr-gap-4 .pgi-caption,
.tt-grid.ttgr-gap-5 .pgi-caption,
.tt-grid.ttgr-gap-6 .pgi-caption {
    padding-left: 0;
    padding-right: 0;
}

.pgi-caption-inner {}

/* Portfolio grid item title */
.pgi-title {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: clamp(28px, 4vw, 64px);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .pgi-title {
        font-size: calc(19px + 1.5vw);
    }
}

/* Portfolio grid item title hover (no effect if "pgi-cap-inside" enabled!) */
#portfolio-grid:not(.pgi-cap-inside) .pgi-title a {
    display: inline;
}

#portfolio-grid:not(.pgi-cap-inside) .pgi-title a {
    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.5s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%;
}

#portfolio-grid:not(.pgi-cap-inside) .pgi-title a:hover {
    background-size: 100% 96%;
}


/* Portfolio grid item categories */
.pgi-categories-wrap {
    position: relative;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
}

.pgi-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    opacity: .6;
}

.pgi-category~.pgi-category {
    margin-left: -4px;
}

.pgi-category~.pgi-category:not(:empty)::before {
    content: ", ";
}

.pgi-category~.pgi-category~.pgi-category~.pgi-category {
    visibility: hidden;
    width: 0;
}

.pgi-category~.pgi-category~.pgi-category~.pgi-category~.pgi-category {
    display: none;
}

.pgi-category+.pgi-category+.pgi-category+.pgi-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible;
}


/* Portfolio grid item caption sizes 
===================================== */
@media (min-width: 768px) {

    .ttgr-layout-2 .pgi-title,
    .ttgr-layout-1-2 .pgi-title,
    .ttgr-layout-2-1 .pgi-title,
    .ttgr-layout-creative-1 .pgi-title,
    .ttgr-layout-creative-2 .pgi-title {
        font-size: calc(19px + 0.4vw);
    }

    .ttgr-layout-3 .pgi-title,
    .ttgr-layout-2-3 .pgi-title,
    .ttgr-layout-3-2 .pgi-title {
        font-size: calc(19px + 0.2vw);
    }

    .ttgr-layout-4 .pgi-title,
    .ttgr-layout-3-4 .pgi-title,
    .ttgr-layout-4-3 .pgi-title {
        font-size: calc(19px + 0.1vw);
    }


    body.tt-boxed .tt-wrap .ttgr-layout-2 .pgi-title,
    body.tt-boxed .tt-wrap .ttgr-layout-1-2 .pgi-title,
    body.tt-boxed .tt-wrap .ttgr-layout-2-1 .pgi-title {
        font-size: calc(19px + 0.2vw);
    }

    body.tt-boxed .tt-wrap .ttgr-layout-3 .pgi-title,
    body.tt-boxed .tt-wrap .ttgr-layout-2-3 .pgi-title,
    body.tt-boxed .tt-wrap .ttgr-layout-3-2 .pgi-title {
        font-size: calc(19px + 0.1vw);
    }

    body.tt-boxed .tt-wrap .ttgr-layout-4 .pgi-title,
    body.tt-boxed .tt-wrap .ttgr-layout-3-4 .pgi-title,
    body.tt-boxed .tt-wrap .ttgr-layout-4-3 .pgi-title {
        font-size: calc(19px + 0.1vw);
    }
}


/* Portfolio grid item caption positions 
========================================= */
/* Position inside */
#portfolio-grid.pgi-cap-inside .pgi-caption {
    position: absolute;
    left: 0;
    bottom: 8%;
    padding: 0 8%;
    z-index: 2;
}

#portfolio-grid.pgi-cap-inside .pgi-category {
    opacity: 1;
}

/* Position center */
#portfolio-grid.pgi-cap-center .pgi-caption {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#portfolio-grid.pgi-cap-center .pgi-caption-inner {
    text-align: center;
}

#portfolio-grid.pgi-cap-inside.pgi-cap-center .pgi-caption {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%) !important;
}


/* Portfolio grid item caption styles 
====================================== */
/* If light image used (effect only if "pgi-cap-inside" enabled) */
#portfolio-grid.pgi-cap-inside .pgi-image-is-light .pgi-title {
    color: #111;
}

#portfolio-grid.pgi-cap-inside .pgi-image-is-light .pgi-category {
    color: #111;
}

#portfolio-grid.pgi-cap-inside .pgi-image-is-light .pgi-image-holder[class*="cover-opacity-"]::before {
    display: none !important;
}


/* Portfolio grid item hover 
============================= */

/* Clip path (effect only with gaps) */
@media (min-width: 768px) {
    #portfolio-grid.pgi-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .pgi-image-holder {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }

    #portfolio-grid.pgi-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .pgi-image-wrap:hover .pgi-image-holder {
        clip-path: inset(3% 3% 3% 3%);
    }

    /* Image zoom */
    #portfolio-grid.pgi-hover .pgi-image {
        transition: all 1s cubic-bezier(.165, .84, .44, 1);
    }

    #portfolio-grid.pgi-hover .pgi-image-wrap:hover .pgi-image {
        transform: scale(1.05);
    }
}

/* Caption hover */
body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .pgi-title {
    transform: translate3d(0, 15px, 0);
    transition: all 0.25s ease-out;
    transition-delay: 0.1s;
}

body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .portfolio-grid-item:hover .pgi-title {
    transform: translate3d(0, 0, 0);
}

body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .pgi-categories-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 20px, 0);
    transition: all 0.25s ease-out;
    transition-delay: 0.1s;
}

body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .portfolio-grid-item:hover .pgi-categories-wrap {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------- *
 * 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;
}

@media (max-width: 1024px) {
    .portfolio-list-item {
        margin-left: 32%;
        margin-right: 5%;
    }
}

@media (max-width: 768px) {
    .portfolio-list-item {
        margin-left: 5%;
        margin-right: 5%;
    }
}

/* Portfolio list item image */
.pli-image,
.pli-video {
    position: relative;
    z-index: 2;
}

.pli-image img {}

@media (max-width: 768px) {

    .pli-image[class*="cover-opacity-"]::before,
    .pli-video[class*="cover-opacity-"]::before {
        display: none !important;
    }
}

/* Portfolio list item image cropped */
.portfolio-list.pli-cropped .pli-image img,
.pli-video video {
    width: 100%;
    /* height: 35vw; */
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width: 1024px) {

    .portfolio-list.pli-cropped .pli-image img,
    .pli-video video {
        height: 45vw;
    }
}

@media (max-width: 768px) {

    .portfolio-list.pli-cropped .pli-image img,
    .pli-video video {
        height: 60vw;
    }
}

/* Portfolio list item caption */
@media (min-width: 769px) {
    .pli-caption {
        position: absolute;
        left: -15%;
        bottom: 10%;
        width: 100%;
        max-width: 600px;
    }

    .pli-caption-front {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 3;
    }

    .pli-caption.pli-caption-back {
        z-index: 1;
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .pli-caption-front {
        margin-top: 20px;
    }

    .pli-caption.pli-caption-back {
        display: none;
    }
}

.pli-title {
    margin: 0;
    font-size: calc(16px + 2vw);
    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;
}

@media (max-width: 768px) {
    .pli-categories-wrap {
        margin-bottom: 10px;
    }
}

.pli-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pli-category {
        color: #999;
    }
}

.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;
}

@media (max-width: 768px) {
    .portfolio-list-item::before {
        display: none;
    }
}


/* Portfolio list item hover
============================= */
@media (min-width: 769px) {

    .portfolio-list.pli-hover .pli-image,
    .portfolio-list.pli-hover .pli-video,
    .portfolio-list.pli-hover .pli-caption-front {
        transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
        clip-path: inset(0 0 0 0);
    }

    .portfolio-list.pli-hover .portfolio-list-item:hover .pli-image,
    .portfolio-list.pli-hover .portfolio-list-item:hover .pli-video,
    .portfolio-list.pli-hover .portfolio-list-item:hover .pli-caption-front {
        clip-path: inset(3% 3% 3% 3%);
    }

    /* Image zoom */
    .portfolio-list.pli-hover .pli-image-hover-zoom {
        transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }

    .portfolio-list.pli-hover .portfolio-list-item:hover .pli-image-hover-zoom {
        transform: scale(1.05);
    }
}


/* Portfolio list alternative layout
===================================== */
@media (min-width: 1025px) {
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) {
        margin-left: 40%;
        margin-right: 5%;
    }

    .portfolio-list.pl-alter .portfolio-list-item:nth-child(odd) {
        margin-left: 5%;
        margin-right: 40%;
    }
}

@media (max-width: 1024px) {
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) {
        margin-left: 30%;
        margin-right: 5%;
    }

    .portfolio-list.pl-alter .portfolio-list-item:nth-child(odd) {
        margin-left: 5%;
        margin-right: 30%;
    }
}

@media (max-width: 768px) {

    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even),
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(odd) {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 769px) {
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(odd) .pli-caption {
        left: 10%;
    }

    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) .pli-caption {
        left: 30%;
    }

    .portfolio-list.pl-alter .portfolio-list-item:nth-child(odd) .pli-counter {
        left: auto;
        right: -30%;
    }
}


/* If portfolio list item image is light
========================================= */
@media (min-width: 768px) {

    .portfolio-list-item.pli-image-is-light .pli-image[class*="cover-opacity-"]::before,
    .portfolio-list-item.pli-image-is-light .pli-video[class*="cover-opacity-"]::before {
        display: none;
    }

    .portfolio-list-item.pli-image-is-light .pli-caption-front .pli-title {
        color: #111;
    }

    .portfolio-list-item.pli-image-is-light .pli-caption-front .pli-category {
        color: #111;
    }
}


/* ------------------------------------------------------------- *
 * Portfolio thumbnail list
/* ------------------------------------------------------------- */

.portfolio-thumbnail-list {
    position: relative;
}


/* Portfolio thumbnail list item
================================= */
.ptl-item {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
    will-change: transform;
}

.ptl-item:first-child {
    border-top: 1px solid #333;
}

@media (max-width: 767px) {
    .ptl-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Item category */
.ptl-item-category-wrap {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
    opacity: .6;
    transition: opacity 0.3s ease;
}

.ptl-item-category {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: calc(13px + 0.1vw);
    font-weight: normal;
    color: #FFF;
    line-height: 1.4;
    transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
}

.ptl-item-category~.ptl-item-category {
    margin-left: -4px;
}

.ptl-item-category~.ptl-item-category {
    visibility: hidden;
}

.ptl-item-category+.ptl-item-category:not(:empty)::before {
    content: "...";
    margin-left: 2px;
    visibility: visible;
}

.ptl-item-category~.ptl-item-category~.ptl-item-category {
    display: none;
}

/* Item caption */
.ptl-item-caption {
    position: relative;
    display: inline-grid;
    align-items: center;
    padding-top: 25px;
    text-decoration: none;
}

.ptl-item-caption-inner {
    position: relative;
    max-width: 900px;
    overflow: hidden;
}

/* Item counter */
.portfolio-thumbnail-list {
    counter-reset: ptl-item-counter;
}

.ptl-item-caption::before {
    position: absolute;
    counter-increment: ptl-item-counter;
    content: "" counter(ptl-item-counter, decimal-leading-zero);
    top: 10px;
    right: -20px;
    line-height: 1;
    font-size: calc(12px + 0.2vw);
    font-weight: 300;
    color: #FFF;
    opacity: .5;
    z-index: 2;
    transition: opacity .3s;
}

@media (max-width: 767px) {
    .ptl-item-caption::before {
        right: -10px;
    }
}

/* Item title */
.ptl-item-title,
.ptl-item-hover-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: clamp(28px, 4vw, 64px);
    font-weight: bold;
    font-weight: 600;
    color: #EEE;
    line-height: 1.2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.51, 0.57, 0.17, 1), opacity 0.4s ease;

    /* Ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
}

.ptl-item-title {
    position: relative;
}

.ptl-item-hover-title {
    position: absolute;
    left: 0;
    max-width: 100%;
    color: #FFF;
    opacity: 1;
}

/* Item thumbnails  */
.ptl-item-thumbnails {
    display: flex;
}

@media (min-width: 768px) {
    .ptl-item-thumbnails {
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .ptl-item-thumbnails {
        margin-top: 20px;
    }
}

.ptli-image {
    position: relative;
    width: 100%;
    max-width: clamp(50px, 4vw, 74px);
    line-height: 0;
    overflow: hidden;
    border-radius: 100px;
}

.ptli-image::before {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.ptli-image:not(.ptli-image:first-child) {
    margin-left: 10px;
}

.ptli-image>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.ptli-image~.ptli-image~.ptli-image~.ptli-image~.ptli-image~.ptli-image {
    /* Display 5 thumbnails max */
    display: none;
}

/* Thumbnails overlap */
.portfolio-thumbnail-list.ptl-thumb-overlap .ptli-image {
    max-width: clamp(50px, 5vw, 84px);
    border: 4px solid var(--tt-main-bg-color);
}

.portfolio-thumbnail-list.ptl-thumb-overlap .ptli-image:not(.ptli-image:first-child) {
    margin-left: -20px;
}

/* Item hover */
.ptl-item-title,
.ptl-item-hover-title {
    white-space: nowrap;
}

.portfolio-thumbnail-list:hover .ptl-item-title {
    opacity: .5;
}

.portfolio-thumbnail-list:hover .ptl-item-category-wrap,
.portfolio-thumbnail-list:hover .ptl-item-caption::before {
    opacity: .3;
}

.ptl-item:hover .ptl-item-category-wrap {
    opacity: .9;
}

.ptl-item:hover .ptl-item-caption::before {
    opacity: .7;
}

.ptl-item:hover .ptl-item-title {
    transform: translate3d(0, -100%, 0);
}

.ptl-item:hover .ptl-item-hover-title {
    transform: translate3d(0, -100%, 0);
}


/* ------------------------------------------------------------- *
 * Portfolio interactive
/* ------------------------------------------------------------- */

.portfolio-interactive {
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
}

body.tt-boxed .tt-wrap .portfolio-interactive {
    padding-left: 3%;
    padding-right: 3%;
}

@media (max-width: 1024px) {
    .portfolio-interactive {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* Portfolio interactive list 
============================== */
.portfolio-interactive-list {}

/* Portfolio interactive item */
.portfolio-interactive-item {
    position: relative;
}

.portfolio-interactive-item.pi-item-hover {
    z-index: 9;
}

/* Portfolio interactive item category */
.pi-item-category-wrap {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
    opacity: .6;
    transition: opacity 0.3s ease;
}

.pi-item-category {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: calc(13px + 0.1vw);
    font-weight: normal;
    color: #FFF;
    line-height: 1.4;
    transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
}

.pi-item-category~.pi-item-category {
    margin-left: -4px;
}

.pi-item-category~.pi-item-category {
    visibility: hidden;
}

.pi-item-category+.pi-item-category:not(:empty)::before {
    content: "...";
    margin-left: 2px;
    visibility: visible;
}

.pi-item-category~.pi-item-category~.pi-item-category {
    display: none;
}

/* Portfolio interactive item link */
.pi-item-title-link {
    position: relative;
    display: inline-grid;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    text-decoration: none;
}

.pi-item-title-link-inner {
    position: relative;
    max-width: 900px;
    overflow: hidden;
}

/* Portfolio interactive item counter */
.portfolio-interactive {
    counter-reset: pi-item-counter;
}

.pi-item-title-link::before {
    position: absolute;
    counter-increment: pi-item-counter;
    content: "" counter(pi-item-counter, decimal-leading-zero);
    top: 10px;
    right: -20px;
    line-height: 1;
    font-size: calc(12px + 0.3vw);
    font-weight: 300;
    color: #FFF;
    opacity: .6;
    z-index: 2;
}

@media (max-width: 1024px) {
    .pi-item-title-link::before {
        right: 0;
    }
}

/* Portfolio interactive item title */
.pi-item-title,
.pi-item-hover-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: clamp(28px, 4vw, 68px);
    font-weight: 600;
    color: #EEE;
    line-height: 1.2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.51, 0.57, 0.17, 1), opacity 0.4s ease;

    /* Ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
}

.pi-item-title {
    position: relative;
}

.pi-item-hover-title {
    position: absolute;
    left: 0;
    max-width: 100%;
    color: #FFF;
    opacity: 1;
}

/* Portfolio interactive item hover */
.pi-item-title,
.pi-item-hover-title {
    white-space: nowrap;
}

.portfolio-interactive.hovered .pi-item-title {
    opacity: .5;
}

.portfolio-interactive.hovered .pi-item-category-wrap,
.portfolio-interactive.hovered .pi-item-title-link::before {
    opacity: .3;
}

.pi-item-title-link:hover .pi-item-category-wrap {
    opacity: .9;
}

.pi-item-title-link:hover .pi-item-title {
    transform: translate3d(0, -100%, 0);
}

.pi-item-title-link:hover .pi-item-hover-title {
    transform: translate3d(0, -100%, 0);
}

.portfolio-interactive.hovered .pi-item-title-link:hover::before {
    opacity: .7;
}


/* Portfolio interactive images
================================ */
.pi-item-image {
    position: absolute;
    display: block;
    top: 50%;
    left: 30%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate3d(0, -50%, 0);
    transition: all .3s ease-out;
}

.portfolio-interactive-item.pi-item-hover .pi-item-image {
    opacity: 1;
    visibility: visible;
    transition-delay: .1s;
}

.pi-item-image-inner {
    position: relative;
    width: 500px;
    padding-bottom: 70%;
    background-color: #121212;
    line-height: 0;
    transform: translate3d(0, 30px, 0) rotate(0deg) scale(.95);
    transition: transform .3s ease-out;
}

@media (max-width: 992px) {
    .pi-item-image-inner {
        width: 300px;
    }
}

.portfolio-interactive-item.pi-item-hover .pi-item-image-inner {
    transform: translate3d(0, 0, 0) rotate(6deg) scale(1);
    transition-delay: .1s;
}

.pi-item-image img,
.pi-item-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
}

video.pi-item-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Portfolio interactive styles 
================================ */
/* Style stroke (no effect on small screens) */
@media (min-width: 1025px) {
    .portfolio-interactive.pi-stroke .pi-item-title {
        font-weight: bold;
        font-weight: 700;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #EEE;
        -webkit-text-fill-color: transparent;
    }

    body.is-firefox .portfolio-interactive.pi-stroke .pi-item-title {
        -webkit-text-stroke-width: 2px;
    }
}

/* Style inline */
@media (min-width: 768px) {
    .portfolio-interactive.pi-inline .portfolio-interactive-list::after {
        content: "";
        display: table;
        clear: both;
    }

    .portfolio-interactive.pi-inline .portfolio-interactive-item {
        float: left;
    }

    .portfolio-interactive.pi-inline .portfolio-interactive-item:last-child {
        margin-right: 0;
    }

    .portfolio-interactive.pi-inline .pi-item-title-link {
        padding: 25px 50px 40px 0;
    }

    .portfolio-interactive.pi-inline .pi-item-title-link-inner {
        max-width: 600px;
    }

    .portfolio-interactive.pi-inline .pi-item-title-link::after {
        position: absolute;
        content: "/";
        top: 47%;
        right: 15px;
        line-height: 1;
        font-size: calc(12px + 1.3vw);
        font-weight: 500;
        color: #FFF;
        opacity: .5;
        z-index: 2;
        transform: translate3d(0, -50%, 0);
    }

    .portfolio-interactive.pi-inline.pi-center .pi-item-title-link::after {
        top: 65%;
        font-size: calc(12px + 2.3vw);
    }

    .portfolio-interactive.pi-inline .pi-item-title,
    .portfolio-interactive.pi-inline .pi-item-hover-title {
        font-size: clamp(28px, 3vw, 48px);
        font-weight: 600;
    }

    .portfolio-interactive.pi-inline .pi-item-title-link::before {
        top: 8px;
        right: 55px;
        font-size: calc(11px + 0.2vw);
    }

    .portfolio-interactive.pi-inline .pi-item-category {
        font-size: calc(11px + 0.1vw);
    }

    @media (max-width: 1200px) {
        .portfolio-interactive.pi-inline .pi-item-title-link {
            padding: 25px 40px 30px 0;
        }

        .portfolio-interactive.pi-inline .pi-item-title-link::before {
            right: 45px;
        }
    }

    .portfolio-interactive.pi-inline .pi-item-image-inner {
        width: 400px;
    }

    @media (max-width: 992px) {
        .portfolio-interactive.pi-inline .pi-item-image-inner {
            width: 300px;
        }
    }
}

/* Style center */
.portfolio-interactive.pi-center .portfolio-interactive-list {
    text-align: center;
}

.portfolio-interactive.pi-center:not(.pi-stroke) .pi-item-title {}

.portfolio-interactive.pi-center .pi-item-title-link {
    padding-bottom: 0;
}

.portfolio-interactive.pi-center .pi-item-title-link::before {
    display: none;
}

.portfolio-interactive.pi-center .pi-item-title-link-inner {
    max-width: 100%;
}

.portfolio-interactive.pi-center .pi-item-category-wrap {
    left: 50%;
    opacity: 0 !important;
    overflow: hidden;
    transform: translateX(-50%);
}

.portfolio-interactive.pi-center .pi-item-title-link:hover .pi-item-category-wrap {
    opacity: 1 !important;
}

.portfolio-interactive.pi-center .pi-item-category {
    transform: translate3d(0, 100%, 0);
}

.portfolio-interactive.pi-center .pi-item-title-link:hover .pi-item-category {
    transform: translate3d(0, 0, 0);
}

.portfolio-interactive.pi-center .pi-item-image {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}


/* Portfolio interactive stand-alone 
=====================================
Note: class "pi-full" is for use only if the portfolio interactive section is a stand-alone element of the page (no "page-header", no other sections). 
Also, the top and bottom padding must be removed from the "tt-section" (use the "no-padding" class)!
*/
body:not(.page-header-on) .portfolio-interactive.pi-full {
    display: table;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}

body:not(.page-header-on) .portfolio-interactive.pi-full .pi-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;

}

body:not(.page-header-on) .portfolio-interactive.pi-full {
    min-height: 100vh;
}

@media (max-width: 1024px) {
    body:not(.page-header-on) .portfolio-interactive.pi-full {
        min-height: calc(100vh - 25vh);
        padding-bottom: 40px;
    }

    body:not(.page-header-on) .portfolio-interactive.pi-full .portfolio-interactive-list {
        padding-bottom: 0;
    }
}

/* Portfolio interactive ghost */
.portfolio-interactive-ghost {
    display: none;
}

body.pi-full-on:not(.page-header-on) .portfolio-interactive-ghost {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    font-size: 22.5vw;
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    line-height: .7;
    opacity: .07;
    z-index: -1;
}

@media (max-width: 767px) {

    body:not(.page-header-on) .portfolio-interactive-ghost,
    body:not(.page-header-on).pi-inline-on .portfolio-interactive-ghost {
        top: 15%;
        bottom: auto;
    }
}

/* Footer position fixed */
@media (min-width: 1025px) {
    body.pi-full-on #tt-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        pointer-events: none;
    }

    body.pi-full-on #tt-footer a {
        pointer-events: initial;
    }
}


/* ------------------------------------------------------------- *
 * Portfolio split
/* ------------------------------------------------------------- */

.portfolio-split {
    position: relative;
    height: 80vh;
}


/* Portfolio split images 
========================== */
.portfolio-split-images {
    position: relative;
    width: 70%;
    overflow: hidden;
    height: 80vh;
}

@media (max-width: 1400px) {
    .portfolio-split-images {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .portfolio-split-images {
        width: 100%;
    }

    .portfolio-split-images::before {
        position: relative;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: .6;
        z-index: 1;
    }
}

.pspl-images-inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121212;
}

.pspl-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.pspl-image.active {
    opacity: 1;
    visibility: visible;
}

.pspl-image img,
.pspl-image video.pspl-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


/* Portfolio split list 
======================== */
.portfolio-split-list {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90vh;
    left: 0;
    width: 40%;
    padding: 0 90px;
}

@media (max-width: 1400px) {
    .portfolio-split-list {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .portfolio-split-list {
        left: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        /* text-align: center; */
    }
}

/* Portfolio split item */
.portfolio-split-item {
    position: relative;
}

.portfolio-split-item.pi-item-hover {
    z-index: 9;
}

/* Portfolio split item category */
.pspl-item-category-wrap {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
    opacity: .6;
    transition: opacity 0.3s ease;
}

.pspl-item-category {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: calc(13px + 0.1vw);
    font-weight: normal;
    color: #FFF;
    line-height: 1.4;
    transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
}

.pspl-item-category~.pspl-item-category {
    margin-left: -4px;
}

.pspl-item-category~.pspl-item-category {
    visibility: hidden;
}

.pspl-item-category+.pspl-item-category:not(:empty)::before {
    content: "...";
    margin-left: 2px;
    visibility: visible;
}

.pspl-item-category~.pspl-item-category~.pspl-item-category {
    display: none;
}

/* Portfolio split item link */
.pspl-item-title-link {
    position: relative;
    display: inline-grid;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
}

.pspl-item-title-link-inner {
    position: relative;
    max-width: 900px;
    overflow: hidden;
}

/* Portfolio split item counter */
.portfolio-split-list {
    counter-reset: pspl-item-counter;
}

/* Portfolio split item title */
.pspl-item-title,
.pspl-item-hover-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: clamp(32px, 3vw, 44px);
    font-weight: bold;
    font-weight: 600;
    color: #EEE;
    line-height: 1.2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.51, 0.57, 0.17, 1), opacity 0.4s ease;

    /* Ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
}

.pspl-item-title {
    position: relative;
}

.pspl-item-hover-title {
    position: absolute;
    left: 0;
    max-width: 100%;
    color: #FFF;
    opacity: 1;
}

/* Portfolio split item hover */
.pspl-item-title,
.pspl-item-hover-title {
    white-space: nowrap;
}

.portfolio-split.hovered .pspl-item-title {
    opacity: .5;
}

.portfolio-split.hovered .pspl-item-category-wrap,
.portfolio-split.hovered .pspl-item-title-link::before {
    opacity: .3;
}

.pspl-item-title-link:hover .pspl-item-category-wrap {
    opacity: .9;
}

.pspl-item-title-link:hover .pspl-item-title {
    transform: translate3d(0, -100%, 0);
}

.pspl-item-title-link:hover .pspl-item-hover-title {
    transform: translate3d(0, -100%, 0);
}

.portfolio-split.hovered .pspl-item-title-link:hover::before {
    opacity: .7;
}


/* Portfolio split ghost 
========================= */
.pspl-ghost {
    position: fixed;
    display: block;
    bottom: 140px;
    left: 3.5%;
    font-size: 15vh;
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    line-height: .7;
    opacity: .07;
    z-index: -1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .pspl-ghost {
        display: none;
    }
}


/* Portfolio split reversed layout
=================================== */
body.pspl-reverse-on .portfolio-split-images {
    left: 0;
    right: auto;
}

@media (min-width: 1025px) {
    body.pspl-reverse-on .portfolio-split-list {
        left: 45%;
        padding-left: 5%;
    }
}

@media (min-width: 1400px) {
    body.pspl-reverse-on .portfolio-split-list {
        left: 50%;
    }
}

body.pspl-reverse-on .pspl-ghost {
    left: auto;
    right: 3.5%;
}


/* If portfolio split image is light and active 
================================================ */
@media (min-width: 1025px) {

    body.pspl-light-image-on:not(.pspl-reverse-on):not(.tt-ol-menu-active) .tt-ol-menu-toggle-btn-text,
    body.pspl-light-image-on:not(.pspl-reverse-on) .tt-main-menu-list>li>a,
    body.pspl-light-image-on:not(.pspl-reverse-on) .tt-main-menu-list>li>.tt-submenu-trigger>a,
    body.pspl-light-image-on:not(.pspl-reverse-on) #tt-footer .footer-social .footer-social-text,
    body.pspl-light-image-on:not(.pspl-reverse-on) #tt-footer .footer-social a {
        color: #111;
    }

    body.pspl-light-image-on:not(.pspl-reverse-on):not(.tt-ol-menu-active) .tt-ol-menu-toggle-btn span::before,
    body.pspl-light-image-on:not(.pspl-reverse-on):not(.tt-ol-menu-active) .tt-ol-menu-toggle-btn span::after,
    body.pspl-light-image-on:not(.pspl-reverse-on):not(.is-mobile):not(.tt-ol-menu-open) .tt-ol-menu-toggle-btn:hover span {
        background-color: #111;
    }

    /* If reversed layout is enabled */
    body.pspl-light-image-on.pspl-reverse-on:not(.tt-ol-menu-active) #tt-header .tt-logo-light {
        display: none;
    }

    body.pspl-light-image-on.pspl-reverse-on:not(.tt-ol-menu-active) #tt-header .tt-logo-dark {
        display: block;
    }

    body.pspl-light-image-on.pspl-reverse-on #tt-footer .tt-btn-link>*,
    body.pspl-light-image-on.pspl-reverse-on #tt-footer .tt-btn-link>*::after {
        color: #111;
    }

    body.pspl-light-image-on.pspl-reverse-on #tt-footer .tt-btn-link:hover>*,
    body.pspl-light-image-on.pspl-reverse-on #tt-footer .tt-btn-link:hover>*::after {
        color: #111;
    }
}


/* ------------------------------------------------------------- *
 * Portfolio slider (full screen)
/* ------------------------------------------------------------- */

.tt-portfolio-slider {
    position: relative;
    width: 100%;
    background-color: var(--tt-main-bg-color);
}

.tt-portfolio-slider .swiper {
    height: 100vh;
}

/* Portfolio slider slide */
.tt-portfolio-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    background-color: #000;
}


/* Portfolio slider item 
========================= */
.tt-portfolio-slider-item {
    position: relative;
    height: 100%;
}

img.tt-psi-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* Slide opasity cover (for prev/next slides) */
.tt-portfolio-slider-item::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    transition: 0.5s ease-in-out;
}

.swiper-slide-prev .tt-portfolio-slider-item::after,
.swiper-slide-next .tt-portfolio-slider-item::after {
    opacity: .7;
    visibility: visible;
}


/* Portfolio slider caption 
============================ */
.tt-portfolio-slider-caption {
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
    max-width: 100%;
    color: #FFF;
    z-index: 998;
    pointer-events: none;
    transform: translate3d(0, -50%, 0);
}

.tt-ps-caption-inner {}

.tt-portfolio-slider-caption a {
    pointer-events: initial;
}

/* Portfolio slider caption title */
.tt-ps-caption-title {
    margin: 0;
    font-size: clamp(24px, 5vw, 62px);
    font-weight: bold;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Bangla MN';
}

.tt-ps-caption-title a {
    display: inline;
    color: #FFF;
}

/* Portfolio slider caption title hover if the magic cursor is not enabled */
body:not(.tt-magic-cursor) .tt-ps-caption-title a {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 3px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%;
}

body:not(.tt-magic-cursor) .tt-ps-caption-title a:hover {
    background-size: 100% 96%;
    color: currentColor;
}

/* Portfolio slider caption category */
.tt-ps-caption-category {
    margin: 0 0 24px 0;
    font-size: calc(13px + 0.6vw);
    font-weight: 500;
    font-family: 'Bangla MN';
}


/* Portfolio slider caption position 
===================================== */
/* Position center */
.tt-portfolio-slider-caption.psc-center {
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    transform: translate(-50%, -50%);
}


/* Portfolio slider caption styles 
=================================== */
/* Style stroke */
.tt-portfolio-slider-caption.psc-stroke .tt-ps-caption-title {
    font-weight: bold;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1200px) {
    .tt-portfolio-slider-caption.psc-stroke .tt-ps-caption-title {
        -webkit-text-stroke-width: 1px;
    }
}

@media (max-width: 991px) {
    .tt-portfolio-slider-caption.psc-stroke .tt-ps-caption-title {
        -webkit-text-stroke-width: 1px;
    }
}


/* Portfolio slider navigation 
=============================== */
.tt-portfolio-slider-navigation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 26px;
    left: 50%;
    width: 340px;
    height: 60px;
    z-index: 3;
    transform: translate3d(-50%, 0, 0);
}

@media (max-width: 767px) {
    .tt-portfolio-slider-navigation {
        width: 90%;
    }
}

.tt-ps-nav-prev,
.tt-ps-nav-next {
    position: absolute;
    top: 0;
    z-index: 20;
}

.tt-ps-nav-prev {
    left: 0;
}

.tt-ps-nav-next {
    right: 0;
}

.tt-ps-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
    outline: none;
}

body:not(.tt-magic-cursor) .tt-ps-nav-arrow:hover {
    opacity: .5;
}

.tt-ps-nav-arrow.tt-ps-nav-arrow-disabled {
    /* opacity: .5; */
    cursor: auto;
    pointer-events: none;
}

.tt-portfolio-slider .swiper-button-lock {
    display: none;
}


/* Portfolio slider pagination 
=============================== */
.tt-ps-nav-pagination {}

.tt-portfolio-slider .swiper-pagination-lock {
    display: none;
}

/* Portfolio slider pagination bullets */
.tt-ps-nav-pagination-bullets {
    font-size: 0;
}

.tt-ps-nav-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff;
}

.tt-ps-nav-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1;
}

/* Portfolio slider pagination dynamic bullets */
.tt-ps-nav-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.tt-ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left;
}

.tt-ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.tt-ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.tt-ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.tt-ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}

.tt-ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

/* Portfolio slider pagination fraction */
.tt-ps-nav-pagination-fraction {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
}

.tt-ps-nav-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px;
}

.tt-ps-nav-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px;
}

/* Portfolio slider pagination progressbar */
.tt-ps-nav-pagination-progressbar {
    position: absolute;
    left: 90px;
    right: 90px;
    width: auto;
    max-width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.tt-ps-nav-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;
}


/* ------------------------------------------------------------- *
 * Portfolio carousel
/* ------------------------------------------------------------- */

.tt-portfolio-carousel {
    position: relative;
}

.tt-portfolio-carousel .swiper-wrapper {
    position: relative;
}

.tt-portfolio-carousel .swiper-wrapper.swtr-smooth {
    /* Add transition when windows resize or orientation change */
    transition: transform 0.8s !important;
}

.tt-portfolio-carousel .swiper-slide {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: visible;
}

@media (min-width: 1025px) {
    .tt-portfolio-carousel .swiper-slide {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .tt-portfolio-carousel .swiper-slide {
        height: calc(100vh - 60px);
    }
}


/* Portfolio carousel item
=========================== */
.tt-portfolio-carousel-item {
    position: relative;
    display: flex;
    line-height: 0;
}

@media (min-width: 1025px) {
    .tt-portfolio-carousel-item {
        margin-left: 7vw;
        margin-right: 7vw;
    }
}

.tt-pci-image-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.tt-pci-image,
.tt-portfolio-carousel-item .tt-pci-video {
    position: relative;
}

video.tt-pci-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1025px) {

    .tt-pci-image,
    .tt-portfolio-carousel-item .tt-pci-video {
        height: 30vw;
    }

    .tt-pci-image {
        width: auto;
    }

    .tt-portfolio-carousel-item .tt-pci-video {
        width: 48vw;
    }
}

@media (max-width: 1024px) {

    .tt-portfolio-carousel-item,
    .tt-pci-inner {
        width: 100%;
    }

    .tt-pci-image,
    .tt-portfolio-carousel-item .tt-pci-video {
        width: 100%;
        height: 60vw;
        object-fit: cover;
        object-position: 50% 50%;
    }
}


/* Portfolio carousel item hover 
================================= */
@media (min-width: 1025px) {

    .pci-hover .tt-slide-active .tt-portfolio-carousel-item .tt-pci-image-wrap,
    .pci-hover .tt-slide-active .tt-portfolio-carousel-item .tt-pci-caption-front {
        clip-path: inset(0 0 0 0);
        transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }

    .pci-hover .tt-slide-active .tt-portfolio-carousel-item:hover .tt-pci-image-wrap,
    .pci-hover .tt-slide-active .tt-portfolio-carousel-item:hover .tt-pci-caption-front {
        clip-path: inset(3% 3% 3% 3%);
    }

    .pci-hover .tt-slide-active-start .tt-portfolio-carousel-item:hover .tt-pci-image-wrap,
    .pci-hover .tt-slide-active-start .tt-portfolio-carousel-item:hover .tt-pci-caption-front {
        clip-path: inset(0 0 0 0);
    }

    .pci-hover .tt-pci-image {
        transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }

    .pci-hover .tt-portfolio-carousel-item:hover .tt-pci-image {
        transform: scale(1.05);
    }
}


/* Slide disabled (for non active slides)
================== */
.tt-portfolio-carousel-item {
    transition: all 0.5s ease-in-out;
}

.swiper-slide.tt-pcs-disabled .tt-portfolio-carousel-item {
    cursor: auto;
    pointer-events: none;
    opacity: .3;
    transform: scale(0.9);
}


/* Portfolio carousel item caption 
=================================== */
.tt-pci-caption {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.tt-pci-caption-inner {
    position: relative;
}

.tt-pci-title {
    margin: 0;
    font-size: calc(16px + 2.8vw);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    line-height: 1.2;
}

.tt-pci-categories {
    position: relative;
    margin-bottom: 20px;
}

.tt-pci-category {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.2;
}

.tt-pci-category~.tt-pci-category {
    margin-left: -4px;
}

.tt-pci-category~.tt-pci-category:not(:empty)::before {
    content: ", ";
}

.tt-pci-category~.tt-pci-category~.tt-pci-category~.tt-pci-category {
    visibility: hidden;
    width: 0;
}

.tt-pci-category~.tt-pci-category~.tt-pci-category~.tt-pci-category~.tt-pci-category {
    display: none;
}

.tt-pci-category+.tt-pci-category+.tt-pci-category+.tt-pci-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible;
}

@media (min-width: 1025px) {
    .tt-pci-caption {
        left: 0;
        transform: translate3d(-100px, 0, 0);
    }

    .tt-pci-caption-front {
        position: absolute;
        top: 0;
        left: -1px;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        overflow: hidden;
    }

    .tt-pci-caption-back {
        left: -1px;
        z-index: 1;
    }

    .tt-pci-caption-back .tt-pci-title {
        color: var(--tt-main-color);
    }
}

@media (max-width: 1024px) {
    .tt-pci-caption {
        left: 5%;
        right: 5%;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 9;
    }

    .tt-pci-caption-back {
        display: none;
    }

    .tt-pci-categories {
        margin-bottom: 20px;
    }
}


/* Portfolio carousel caption animation 
======================================== */
.swiper-slide .tt-pci-caption-inner,
.swiper-slide .tt-pci-categories {
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.swiper-slide.swiper-slide-prev .tt-pci-caption-inner,
.swiper-slide.swiper-slide-next .tt-pci-caption-inner,
.swiper-slide.swiper-slide-prev .tt-pci-categories,
.swiper-slide.swiper-slide-next .tt-pci-categories {
    transition: all 0.3s ease-out;
}

.swiper-slide.swiper-slide-active .tt-pci-caption-inner,
.swiper-slide.swiper-slide-active .tt-pci-categories {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

/* Offset */
.swiper-slide.swiper-slide-prev .tt-pci-caption-inner {
    transform: translate3d(-100px, 0, 0) scaleX(1.3);
    transform-origin: right;
}

.swiper-slide.swiper-slide-next .tt-pci-caption-inner {
    transform: translate3d(100px, 0, 0) scaleX(1.3);
    transform-origin: left;
}

.swiper-slide.swiper-slide-prev .tt-pci-categories {
    transform: translate3d(-30px, 0, 0) scaleX(1.1);
    transform-origin: left;
}

.swiper-slide.swiper-slide-next .tt-pci-categories {
    transform: translate3d(30px, 0, 0) scaleX(1.1);
    transform-origin: left;
}

/* Delay */
.swiper-slide.swiper-slide-active .tt-pci-caption-inner {
    transition-delay: 0.6s;
}

.swiper-slide.swiper-slide-active .tt-pci-categories {
    transition-delay: 0.7s;
}


/* Portfolio carousel caption styles
===================================== */
/* Style stroke */
@media (min-width: 1025px) {
    .pci-caption-stroke .tt-pci-caption-back .tt-pci-title {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: transparent;
    }

    .pci-caption-stroke .tt-pci-title {
        font-weight: bold;
        font-weight: 700;
    }

    /* If Firefox */
    body.is-firefox .pci-caption-stroke .tt-pci-caption-back .tt-pci-title {
        -webkit-text-stroke-width: 2px;
    }
}

/* If item background image is light */
@media (min-width: 1025px) {
    .pci-image-is-light .tt-pci-caption-front .tt-pci-title {
        color: #111;
    }

    .pci-image-is-light .tt-pci-caption-front .tt-pci-category {
        color: #111;
    }

    .pci-image-is-light .tt-pci-image-wrap[class*="cover-opacity-"]::before {
        display: none !important;
    }
}


/* Portfolio carousel navigation 
================================= */
.tt-pc-navigation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 26px;
    left: 50%;
    width: 340px;
    height: 60px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}

@media (max-width: 767px) {
    .tt-pc-navigation {
        width: 90%;
    }
}

.tt-pc-nav-prev,
.tt-pc-nav-next {
    position: absolute;
    top: 0;
    z-index: 20;
}

.tt-pc-nav-prev {
    left: 0;
}

.tt-pc-nav-next {
    right: 0;
}

.tt-pc-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    outline: none;
}

.tt-pc-arrow.tt-pc-arrow-disabled {
    cursor: auto;
    pointer-events: none;
}

.tt-portfolio-carousel .swiper-button-lock {
    display: none;
}


/* Portfolio carousel pagination 
================================= */
.tt-pc-pagination {}

.tt-portfolio-carousel .swiper-pagination-lock {
    display: none;
}

/* Portfolio carousel pagination bullets */
.tt-pc-pagination-bullets {
    font-size: 0;
}

.tt-pc-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-pc-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--tt-main-color) !important;
    border-color: var(--tt-main-color) !important;
    opacity: 1;
}

/* Portfolio carousel pagination dynamic bullets */
.tt-pc-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left;
}

.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}

.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

/* Portfolio carousel pagination fraction */
.tt-pc-pagination-fraction {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
}

.tt-pc-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px;
}

.tt-pc-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px;
}

/* Portfolio carousel pagination progressbar */
.tt-pc-pagination-progressbar {
    position: absolute;
    left: 90px;
    right: 90px;
    width: auto;
    max-width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.tt-pc-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;
}


/* ------------------------------------------------------------- *
 * Portfolio hover carousel
/* ------------------------------------------------------------- */

.tt-portfolio-hover-carousel {
    position: relative;
}

.tt-portfolio-hover-carousel .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 75vh;
    padding: 0 5%;
}

@media (max-width: 768px) {
    .tt-portfolio-hover-carousel .swiper-slide {
        padding: 0 50px;
    }
}

/* Disable actions until animations are loaded (for "tt-transition" only) */
body.tt-transition .tt-portfolio-hover-carousel::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

body.tt-transition .tt-portfolio-hover-carousel.tt-phc-ready::before {
    display: none;
}


/* Portfolio hover carousel item 
================================= */
.tt-phc-item {
    position: relative;
    display: block;
    pointer-events: none;
}

.tt-portfolio-hover-carousel .swiper-slide.active .tt-phc-item {
    pointer-events: initial;
}

.tt-portfolio-hover-carousel .swiper-slide.active .tt-phc-item::before {
    opacity: 1;
}

/* Title */
.tt-phc-item-title {
    margin: 0;
    font-size: calc(28px + 0.5vw);
    font-weight: bold;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
    transition: color .3s ease-in-out;
}

.tt-portfolio-hover-carousel .swiper-slide.active .tt-phc-item-title {
    color: #FFF;
    opacity: 1;
}

/* Categories */
.tt-phc-categories {
    position: relative;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -5px, 0);
    transition: all .3s ease-in-out;
}

.tt-portfolio-hover-carousel .swiper-slide.active .tt-phc-categories {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.tt-phc-category {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.2;
}

.tt-phc-category~.tt-phc-category {
    margin-left: -4px;
}

.tt-phc-category~.tt-phc-category:not(:empty)::before {
    content: ", ";
}

.tt-phc-category~.tt-phc-category~.tt-phc-category~.tt-phc-category {
    visibility: hidden;
    width: 0;
}

.tt-phc-category~.tt-phc-category~.tt-phc-category~.tt-phc-category~.tt-phc-category {
    display: none;
}

.tt-phc-category+.tt-phc-category+.tt-phc-category+.tt-phc-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible;
}


/* Portfolio hover carousel images 
=================================== */
.tt-portfolio-hover-carousel-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.phc-images-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121212;
}

.phc-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition: all .4s ease-in-out;
}

.phc-image.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.phc-image img,
.phc-image video.phc-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


/* Portfolio hover carousel counter 
==================================== */
.tt-phc-counter {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 38px;
    left: 50%;
    height: 40px;
    font-size: 17px;
    color: #FFF;
    font-weight: normal;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}

.tt-phc-count {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.tt-phc-count span:first-child {
    opacity: 1;
}

.tt-phc-count span {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.tt-phc-counter-separator {
    position: relative;
    margin: 0 5px;
}

.tt-phc-counter-separator::before {
    display: block;
    content: "";
    width: 17px;
    height: 1px;
    background-color: #FFF;
    opacity: .7;
    transform: rotate(-70deg);
}

.tt-phc-total {
    height: 40px;
    line-height: 40px;
}


/* If image is light 
===================== */
.phc-image.phc-image-is-light[class*="cover-opacity-"]::before {
    opacity: 0 !important;
}

body.tt-light-bg-on .tt-phc-item-title {
    -webkit-text-stroke: 1px #111;
}

body.tt-light-bg-on .tt-portfolio-hover-carousel .swiper-slide.active .tt-phc-item-title {
    color: #111;
    -webkit-text-stroke: 1px #111;
}

body.tt-light-bg-on .tt-phc-category,
body.tt-light-bg-on .tt-phc-item::before,
body.tt-light-bg-on .tt-phc-counter {
    color: #111;
}

body.tt-light-bg-on .tt-phc-counter-separator::before {
    background-color: #111;
}

body.tt-portfolio-hover-carousel-on.tt-light-bg-on #ball {
    border-color: #111;
}

body.tt-portfolio-hover-carousel-on.tt-light-bg-on #ball .ball-drag,
body.tt-portfolio-hover-carousel-on.tt-light-bg-on #ball .ball-drag::before,
body.tt-portfolio-hover-carousel-on.tt-light-bg-on #ball .ball-drag::after {
    color: #111;
}


/* ------------------------------------------------------------- *
 * 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: .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%;
}


/* tt-Gallery item hover 
========================= */
@media (min-width: 768px) {

    /* Clip path (effect only with gaps) */
    .tt-gallery.ttga-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .tt-gallery-item-inner {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }

    .tt-gallery.ttga-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .tt-gallery-item:hover .tt-gallery-item-inner {
        clip-path: inset(3% 3% 3% 3%);
    }

    /* Image zoom (".tt-gallery-image-hover-zoom" is added by .js) */
    .tt-gallery.ttga-hover .tt-gallery-image-hover-zoom {
        transition: all 1s cubic-bezier(.165, .84, .44, 1);
    }

    .tt-gallery.ttga-hover .tt-gallery-item:hover .tt-gallery-image-hover-zoom {
        transform: scale(1.05);
    }
}


/* ----------------------------------------------------------------------- *
 * Lightgallery (lightbox plugin)
 * More info: http://sachinchoolur.github.io/lightGallery)
/* ----------------------------------------------------------------------- */

/* Lightgallery sub html (image caption) */
.lg-sub-html {
    font-size: 14px;
}

@media (max-width : 992px) {
    .lg-sub-html {
        padding: 10px 10px 40px 10px;
        font-size: 14px;
    }
}

.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: .4;
    transition: all .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;
}

/* hide next/prev buttons on small screens */
@media (max-width: 768px) {

    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        display: none;
    }
}


/* ------------------------------------------------------------- *
 * 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: .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: .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;
}

@media (max-width: 1024px) {
    .tt-page-nav {
        text-align: center;
    }
}

@media (max-width: 1400px) {
    body.tt-boxed .tt-wrap .tt-page-nav {
        padding-left: 8%;
        padding-right: 8%;
    }
}

/* 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 .5s cubic-bezier(0.51, 0.57, 0.17, 1);
}

.tt-pn-title {
    position: relative;
    color: #666;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 1025px) {
    .tt-pn-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* 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;
}

@media (max-width: 1024px) {
    .tt-pn-hover-title {
        display: none;
    }
}

/* Page nav hover */
@media (min-width: 1025px) {
    .tt-pn-link:hover .tt-pn-title {
        transform: translate3d(0, -100%, 0);
        transition-delay: 0.1s;
    }

    .tt-pn-link:hover .tt-pn-hover-title {
        transform: translate3d(0, 0, 0);
        transition-delay: 0.1s;
    }
}

/* Page nav subtitle */
.tt-pn-subtitle {
    margin-top: 5px;
    font-size: calc(19px + 0.1vw);
    color: #FFF;
}


/* Page nav styles 
=================== */
/* Style stroke (no effect on small screens) */
@media (min-width: 1025px) {
    .tt-page-nav.tt-pn-stroke .tt-pn-title {
        font-weight: bold;
        font-weight: 700;
        opacity: .8;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: transparent;
    }

    /* If Firefox */
    body.is-firefox .tt-page-nav.tt-pn-stroke .tt-pn-title {
        -webkit-text-stroke-width: 3px;
    }
}


/* 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);
}

@media (min-width: 1025px) {
    .tt-page-nav.tt-pn-center .tt-pn-link:hover .tt-pn-hover-title {
        transform: translate3d(-50%, 0, 0);
    }
}


/* ------------------------------------------------------------- *
 * Next project (nav)
/* ------------------------------------------------------------- */

.tt-next-project {
    position: relative;
    display: flex;
    align-items: center;
    height: 80vh;
    overflow: hidden;
    background-color: #141414;
}

@media (max-width: 1024px) {
    .tt-next-project {
        height: 50vh;
    }

    body:not(.tt-np-image-on) .tt-next-project {
        height: auto;
    }
}

@media (min-width: 1025px) {
    body.tt-np-image-on .tt-next-project {
        height: 80vh;
    }
}

/* 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: .05;
}

.tt-next-project.np-image-cover-1 .tt-np-image::before {
    opacity: .1;
}

.tt-next-project.np-image-cover-1-5 .tt-np-image::before {
    opacity: .15;
}

.tt-next-project.np-image-cover-2 .tt-np-image::before {
    opacity: .2;
}

.tt-next-project.np-image-cover-2-5 .tt-np-image::before {
    opacity: .25;
}

.tt-next-project.np-image-cover-3 .tt-np-image::before {
    opacity: .3;
}

.tt-next-project.np-image-cover-3-5 .tt-np-image::before {
    opacity: .35;
}

.tt-next-project.np-image-cover-4 .tt-np-image::before {
    opacity: .4;
}

.tt-next-project.np-image-cover-4-5 .tt-np-image::before {
    opacity: .45;
}

.tt-next-project.np-image-cover-5 .tt-np-image::before {
    opacity: .5;
}

.tt-next-project.np-image-cover-5-5 .tt-np-image::before {
    opacity: .55;
}

.tt-next-project.np-image-cover-6 .tt-np-image::before {
    opacity: .6;
}

.tt-next-project.np-image-cover-6-5 .tt-np-image::before {
    opacity: .65;
}

.tt-next-project.np-image-cover-7 .tt-np-image::before {
    opacity: .7;
}

.tt-next-project.np-image-cover-7-5 .tt-np-image::before {
    opacity: .75;
}

.tt-next-project.np-image-cover-8 .tt-np-image::before {
    opacity: .8;
}

.tt-next-project.np-image-cover-8-5 .tt-np-image::before {
    opacity: .85;
}

.tt-next-project.np-image-cover-9 .tt-np-image::before {
    opacity: .9;
}

.tt-next-project.np-image-cover-9-5 .tt-np-image::before {
    opacity: .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;
}

@media (min-width: 1025px) {
    body.tt-np-image-on .tt-np-caption {
        padding: 10% 17% 40px 17%;
    }
}

@media (max-width: 1024px) {
    .tt-np-caption {
        padding: 140px 10% 40px 10%;
    }

    body:not(.tt-np-image-on) .tt-np-caption {
        padding: 15% 10%;
    }
}

.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: .7;
    opacity: .07;
    z-index: 1;
    transform: translate3d(0, 50%, 0);
}

@media (max-width: 1024px) {
    body:not(.tt-np-image-on) .tt-np-ghost {
        font-size: 32vw;
    }
}

/* 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;
}

@media (max-width: 1024px) {
    .tt-next-project.tt-np-stroke .tt-np-title {
        -webkit-text-stroke-width: 1px;
    }
}


/* ------------------------------------------------------------- *
 * 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%;
    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 {
    opacity: 0.7;
    transform: scale(1);
    transition: transform .3s, opacity .3s;
}

.tt-logo-wall>li:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.tt-logo-wall .lv-client-light {
    display: block;
}

.tt-logo-wall .lv-client-dark {
    display: none;
}

/* 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%;
}

/* Logo wall on smaller screens */
@media (max-width: 767px) {
    .tt-logo-wall>li {
        width: 50% !important;
    }
}


/* ------------------------------------------------------------- *
 * tt-Image
/* ------------------------------------------------------------- */

.tt-image {
    overflow: hidden;
}

/* tt-image fixed height */
@media (min-width: 1025px) {
    .tt-image.tti-fixed-height img {
        width: 100%;
        height: 80vh;
        object-fit: cover;
        object-position: 50% 50%;
    }
}


/* ------------------------------------------------------------- *
 * Content carousel
/* ------------------------------------------------------------- */

.tt-content-carousel {
    position: relative;
}

.tt-content-carousel .swiper-wrapper {}

.tt-content-carousel-item {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
}

@media (min-width: 1025px) {
    .tt-content-carousel .swiper-slide {
        height: 100%;
        width: auto;
    }

    .tt-content-carousel-item {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .tt-content-carousel .tt-cc-image,
    .tt-content-carousel .swiper-slide .tt-cc-video {
        position: relative;
        width: 100%;
        height: 28vw;
        width: auto;
    }
}

@media (max-width: 1024px) {
    .tt-content-carousel-item {
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .tt-content-carousel .tt-cc-image,
    .tt-content-carousel .swiper-slide .tt-cc-video {
        position: relative;
        width: 100%;
        height: 60vw;
        object-fit: cover;
        object-position: 50% 50%;
    }
}


/* 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 !important;
}


/* 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(.33);
    position: relative;
    transition: .2s transform, .2s left;
}

.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.tt-cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.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);
}

@media (max-width: 768px) {
    .tt-cc-pagination-progressbar {
        max-width: 90%;
    }
}

.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;
}

@media (max-width: 1024px) {
    .tt-content-carousel.cc-pagination-outside {
        overflow: visible;
        margin-bottom: 65px;
    }

    .tt-content-carousel.cc-pagination-outside .tt-cc-pagination {
        bottom: -65px;
    }
}

/* Hide content carousel pagination (for desktop only!) */
@media (min-width: 1025px) {
    .tt-content-carousel.cc-hide-pagination .tt-cc-pagination {
        display: none !important;
    }
}


/* Content carousel shifted style (no effect on small screens!) 
================================== */
@media (min-width: 1025px) {
    .tt-content-carousel.cc-shifted .swiper-slide:nth-child(2n) {
        padding-top: 7%;
    }
}


/* ------------------------------------------------------------- *
 * Testimonials slider
/* ------------------------------------------------------------- */

.tt-testimonials-slider {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.tt-testimonials-slider .swiper-wrapper {}

.tt-testimonials-slider-item {
    position: relative;
    display: block;
    margin: 0 auto;
    opacity: .1;
    transition: opacity 0.3s;
}

.tt-testimonials-slider .swiper-slide-active .tt-testimonials-slider-item {
    opacity: 1;
}

.tt-testimonials-slider .tt-ts-text {
    font-size: calc(19px + 0.3vw);
    line-height: 1.6;
    font-style: italic;
}

.tt-testimonials-slider .tt-ts-subtext {
    margin-top: 30px;
    font-size: 19px;
    color: #999;
}

@media (min-width: 1025px) {
    .tt-testimonials-slider .swiper-slide {
        max-width: 800px;
        margin-left: 3vw;
        margin-right: 3vw;
    }
}

@media (max-width: 1024px) {
    .tt-testimonials-slider .swiper-slide {
        width: 100% !important;
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .tt-testimonials-slider-item {
        padding: 20px;
    }
}


/* Testimonials slider navigation 
================================== */
.tt-ts-nav-prev,
.tt-ts-nav-next {
    position: absolute;
    top: 40%;
    z-index: 20;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {

    .tt-ts-nav-prev,
    .tt-ts-nav-next {
        display: none;
    }
}

.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*/
.tt-testimonials-slider.ts-hide-navigation .tt-ts-nav-prev,
.tt-testimonials-slider.ts-hide-navigation .tt-ts-nav-next {
    display: none !important;
}


/* Testimonials slider pagination 
================================== */
.tt-ts-pagination {
    position: absolute;
    left: 50%;
    bottom: -80px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}

@media (max-width: 1024px) {
    .tt-ts-pagination {
        bottom: -50px;
    }
}

/* Hide testimonials slider pagination (for desktop only!) */
@media (min-width: 1025px) {
    .tt-testimonials-slider.ts-hide-pagination {
        margin-bottom: 0;
    }

    .tt-testimonials-slider.ts-hide-pagination .tt-ts-pagination {
        display: none !important;
    }
}

/* 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(.33);
    position: relative;
    transition: .2s transform, .2s left;
}

.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}

.tt-ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}


/* Testimonials slider styles
============================== */
/* Full width */
.tt-testimonials-slider.ts-full-width {
    max-width: 100%;
}

.tt-testimonials-slider.ts-full-width .tt-ts-pagination {
    margin-top: 3%;
}

.tt-testimonials-slider.ts-full-width .tt-ts-nav-prev {
    left: 2%;
}

.tt-testimonials-slider.ts-full-width .tt-ts-nav-next {
    right: 2%;
}


/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */

button {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.tt-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: transparent;
    margin: 15px 15px 15px 0;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    z-index: 9;
}

.tt-btn:last-child {
    margin-right: 0;
}

.tt-btn>* {
    position: relative;
    color: #FFF;
    transition: transform 0.3s;
}

.tt-btn>*,
.tt-btn>*::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
}
.load-more-btn {
    width: 86px;
}
.tt-btn>*::after {
    position: absolute;
    content: attr(data-hover);
    top: 100%;
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}

.tt-btn:hover>*:not(.tt-btn-icon) {
    transform: translate3d(0, -100%, 0);
}

/* Button icon (works with "tt-btn-link" only!) */
.tt-btn-icon {
    display: inline-flex;
}

.tt-btn-icon:first-child {
    margin-right: 10px;
}

.tt-btn-icon:last-child {
    margin-left: 10px;
}


/* Button styles 
================= */
/* Button full width */
.tt-btn-full {
    display: flex;
    width: 100%;
    text-align: center;
}

/* Button round */
.tt-btn-round {
    width: 110px;
    height: 110px;
}

@media (max-width: 1024px) {
    .tt-btn-round {
        width: 100px;
        height: 100px;
    }
}

.tt-btn-round>* {
    max-width: 75%;
    padding: 0;
    line-height: 1.4;
}

.tt-btn-round>*::after {
    width: 100;
    line-height: 1.4;
}

/* Button primary */
.tt-btn-primary {
    background-color: var(--tt-main-color);
}

.tt-btn-primary>*,
.tt-btn-primary>*::after {
    color: #FFF;
}

.tt-btn-primary:hover>* {
    color: #FFF;
}

/* Button primary outline */
.tt-btn-primary-outline {
    box-shadow: inset 0 0 0 2px var(--tt-main-color);
}

.tt-btn-primary-outline>*,
.tt-btn-primary-outline>*::after {
    color: var(--tt-main-color);
}

.tt-btn-primary-outline:hover>* {
    color: var(--tt-main-color);
}

/* Button light */
.tt-btn-light {
    background-color: #FFF;
}

.tt-btn-light>*,
.tt-btn-light>*::after {
    color: #111;
}

.tt-btn-light:hover>* {
    color: #111;
}

/* Button light outline */
.tt-btn-light-outline {
    box-shadow: inset 0 0 0 2px #FFF;
}

.tt-btn-light-outline>*,
.tt-btn-light-outline>*::after {
    color: #FFF;
}

.tt-btn-light-outline:hover>* {
    color: #FFF;
}

/* Button dark */
.tt-btn-dark {
    background-color: #FFFFFF;
}

.tt-btn-dark>*,
.tt-btn-dark>*::after {
    color: #FFF;
}

.tt-btn-dark:hover>* {
    color: #FFF;
}

/* Button dark outline */
.tt-btn-dark-outline {
    box-shadow: inset 0 0 0 2px #222;
}

.tt-btn-dark-outline>*,
.tt-btn-dark-outline>*::after {
    color: #222;
}

.tt-btn-dark-outline:hover>* {
    color: #222;
}

/* Button link */
.tt-btn-link {
    padding: 0;
    align-items: center;
    font-weight: normal;
    border-radius: 0;
}

.tt-btn-link>*,
.tt-btn-link>*::after {
    padding: 0;
    line-height: 1.6;
    color: #FFF;
}

.tt-btn-link:hover>*,
.tt-btn-link:hover>*::after {
    color: #FFF;
}


/* Button line (alternative to the icon)
=============== */
.tt-btn-line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    margin-top: 2px;
}

body:not(.is-mobile) .tt-btn:hover .tt-btn-line {
    animation: swipe-line .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: .4;
    cursor: not-allowed;
}


/* Scrolling button
==================== */
.tt-scrolling-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    line-height: 0;
    z-index: 9;
}

@media (max-width: 991px) {
    .tt-scrolling-btn {
        transform: scale(.8);
    }
}

@media (max-width: 380px) {
    .tt-scrolling-btn {
        transform: scale(.7);
    }
}

/* Scrolling button icon */
.scr-btn-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    font-size: 18px;
    color: #999;
    transform: translate(-50%, -50%);
    transition: color .2s;
}

.tt-scrolling-btn:hover .scr-btn-icon {
    color: #FFF;
}

/* Scrolling button spinner */
.scr-btn-spinner {}

.tt-scrolling-btn svg {
    width: 100%;
}

/* Scrolling button text (Note: If you change the scrolling button text, you probably need to adjust this CSS so that your text fits correctly!) */
.scr-btn-text {
    font-size: 41px;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 13px;
    fill: #BBB;
    transition: fill .2s;
}

.tt-scrolling-btn:hover .scr-btn-text {
    fill: #FFF;
}


/* ------------------------------------------------------------- *
 * Social buttons
/* ------------------------------------------------------------- */

.social-buttons {}

.social-buttons ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-buttons ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 2px;
}

@media (max-width: 991px) {
    .social-buttons ul>li {
        margin: 0px;
    }
}

.social-buttons ul>li:first-child {
    margin-left: 0;
}

.social-buttons ul>li:last-child {
    margin-right: 0;
}

.social-buttons>ul>li a {
    display: block;
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #eaeaea;
    transition: opacity 0.2s;
}

body:not(.tt-magic-cursor) .social-buttons>ul:hover>li a {
    opacity: .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
/* ------------------------------------------------------------- */

.tt-accordion {
    position: relative;
}

.tt-accordion-item {
    position: relative;
    margin-bottom: 10px;
}


/* Accordion heading 
===================== */
.tt-accordion-heading {
    position: relative;
    cursor: pointer;
}

.tt-ac-head {
    padding: 20px 13% 20px 0;
}

.tt-accordion-item:first-child .tt-ac-head {
    padding-top: 0;
}

.tt-ac-head-title {
    margin: 0;
    padding-right: 13%;
    font-size: 14px;
    font-weight: bold;
    font-weight: 500;
    color: #CCC;
    line-height: 1.2;
    transition: color 0.3s;
    font-family: var(--tt-FuturaW01-font);
}

.tt-accordion-item:not(.active) .tt-accordion-heading:hover .tt-ac-head-title,
.tt-accordion-item.active .tt-ac-head-title {
    color: #FFF;
}


/* Accordion heading subtext */
.tt-accordion-subtext {
    margin-top: 10px;
    font-size: 19px;
    font-weight: normal;
    color: #999;
}

/* Accordion heading caret */
.tt-accordion-caret-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
}

.tt-accordion-caret-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    outline: none;
}

.tt-accordion-caret {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 0px;
    box-shadow: inset 0 0 0 40px;
    margin: 10px;
    color: #666;
    transform: rotate(270deg);
    transition: all 0.3s;
}

.tt-accordion-caret:before,
.tt-accordion-caret:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 12px;
    height: 1px;
    box-shadow: inset 0 0 0 40px;
}

.tt-accordion-caret:before {
    top: 0px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.tt-accordion-caret:after {
    bottom: 0px;
    transform: rotate(45deg);
    transform-origin: top left;
}

.tt-accordion-item:not(.active) .tt-accordion-heading:hover .tt-accordion-caret {
    color: #FFF;
}

.tt-accordion-item.active .tt-accordion-caret {
    transform: rotate(90deg);
}

.tt-accordion-item.active .tt-accordion-heading:hover .tt-accordion-caret {
    color: #FFF;
}



/* Accordion content 
===================== */
.tt-accordion-content {
    padding-bottom: 40px;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    background-color: #060606;
    padding-left: 15px;
}

.tt-accordion-content:not(.is-open) {
    display: none;
}

.tt-accordion-content p:last-child {
    margin-bottom: 0;
}


/* Accordion styles 
==================== */
/* borders */
.tt-accordion.tt-ac-borders .tt-accordion-heading {
    border-top: 1px solid #060606;
    background-color: #060606;
}

.tt-accordion.tt-ac-borders .tt-ac-head {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .tt-accordion.tt-ac-borders .tt-ac-head {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* .tt-accordion.tt-ac-borders .tt-accordion-item:last-child {
	border-bottom: 1px solid #4a4a4a;
} */


/* Accordion sizes 
=================== */
.tt-accordion.tt-ac-sm .tt-ac-head-title {
    font-size: calc(14px + 0.1vw);
}

@media (min-width: 992px) {
    .tt-accordion.tt-ac-lg .tt-ac-head-title {
        font-size: calc(24px + 1vw);
    }

    .tt-accordion.tt-ac-xlg .tt-ac-head-title {
        font-size: calc(24px + 1.5vw);
    }

    .tt-accordion.tt-ac-xxlg .tt-ac-head-title {
        font-size: calc(24px + 2vw);
    }
}


/* ------------------------------------------------------------- *
 * Blockquote
/* ------------------------------------------------------------- */

blockquote {
    position: relative;
    margin: 50px 5%;
    padding-left: 40px;
    font-size: 24px;
    font-style: italic;
    border-left: 4px solid #3e3e3e;
}

@media (max-width: 768px) {
    blockquote {
        margin-left: 0;
        margin-right: 0;
    }
}

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: .8;
}

@media (min-width: 1025px) {
    figcaption {
        position: absolute;
        right: 5%;
        bottom: 5%;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

figcaption a {
    border-bottom: 1px dotted;
}

figcaption a:hover {
    opacity: .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: .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 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #999 !important;
}

/* 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: .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 !important;
}

.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: .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: .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 !important;
}

.tt-form-minimal :-moz-placeholder {
    color: #FFF !important;
}

.tt-form-minimal ::-moz-placeholder {
    color: #FFF !important;
}

.tt-form-minimal :-ms-input-placeholder {
    color: #FFF !important;
}


/* 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 !important;
    font-size: 75%;
}

.tt-form-sm .tt-form-btn-inside button {
    height: 38px !important;
}

/* 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 !important;
}

.tt-form-lg .tt-form-btn-inside button {
    height: 68px !important;
}


/* -------------------------------------------------------------------- *
 * tt-Signature
/* -------------------------------------------------------------------- */

.tt-signature {}

.tt-signature-light {}

.tt-signature-dark {
    display: none;
}


/* -------------------------------------------------------------------- *
 * 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;
}


/* -------------------------------------------------------------------- *
 * Background video
 * Note: position "relative" or "absolute" required on parent element!
/* -------------------------------------------------------------------- */

.tt-bg-video-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

video.tt-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ------------------------------------------------------------- *
 * 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;
}


/* ------------------------------------------------------------- *
 * Scrolling text
/* ------------------------------------------------------------- */

.tt-scrolling-text {
    display: flex;
    position: relative;
    pointer-events: none;
}

.tt-scrolling-text-inner {
    padding-left: 2vw;
    font-size: calc(16px + 6vw);
    line-height: 1;
    font-weight: bold;
    font-weight: 600;
    color: #CCC;
    white-space: nowrap;
    animation-name: tt_scrolling_text;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    /* animation-duration is handled by js. */
}

.tt-scrolling-text-inner:after {
    content: attr(data-text);
}

@keyframes tt_scrolling_text {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* Animation direction reverse. */
.tt-scrolling-text.scr-text-reverse .tt-scrolling-text-inner {
    animation-direction: reverse;
}


/* Scrolling text styles 
========================= */
/* Style stroke */
.tt-scrolling-text.scr-text-stroke .tt-scrolling-text-inner {
    font-weight: bold;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #CCC;
    -webkit-text-fill-color: transparent;
}


/* ------------------------------------------------------------- *
 * 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: .4;
    transition: opacity 0.3s;
}

@media (max-width: 1024px) {
    .tt-pagin-item {
        width: 35px;
        height: 35px;
        font-size: 21px;
    }
}

.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;
}

@media (max-width: 1600px) {
    .tt-sidebar {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .tt-sidebar {
        margin: 60px 0 0 0 !important;
    }
}

/* Sidebar left */
.tt-row.tt-lg-row-reverse .tt-sidebar {
    margin-left: 0;
    margin-right: 40px;
}

@media (max-width: 1600px) {
    .tt-row.tt-lg-row-reverse .tt-sidebar {
        margin-right: 10px;
    }
}


/* ------------------------------------------------------------- *
 * Sliding sidebar
/* ------------------------------------------------------------- */

@media (max-width: 1400px) and (min-width: 769px) {
    body:not(.is-mobile).tt-sliding-sidebar-left-on #content-wrap {
        padding-left: 40px;
    }

    body:not(.is-mobile).tt-sliding-sidebar-right-on #content-wrap {
        padding-right: 40px;
    }

    body:not(.is-mobile).tt-sliding-sidebar-left-on .tt-header-inner {
        padding-left: 50px;
    }

    body:not(.is-mobile).tt-sliding-sidebar-right-on .tt-header-inner {
        padding-right: 50px;
    }
}

/* 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;
}

@media (max-width: 767px) {
    .tt-portfolio-slider-caption {
        bottom: 10%;
    }
    .tt-portfolio-slider-caption .tt-btn {
        height: 30px;
        padding: 0 12px;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .tt-sliding-sidebar {
        width: 90%;
    }
}

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 !important;
    bottom: 12px !important;
    width: 44px !important;
    height: 44px !important;
    background-color: var(--tt-main-color) !important;
    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;
}

@media (max-width: 768px) {
    .tt-sliding-sidebar-trigger {
        top: auto;
        left: auto;
        right: 12px !important;
        bottom: 12px !important;
        width: 44px !important;
        height: 44px !important;
        background-color: var(--tt-main-color) !important;
        color: #FFF;
        border-radius: 100px;
        z-index: 2;
    }

    body.tt-sliding-sidebar-open .tt-sliding-sidebar-trigger .tt-ss-icon {
        display: none;
    }

    body.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 .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(.215, .61, .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: .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(.215, .61, .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 .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(.215, .61, .355, 1);
    background-size: 0 96%;
}

.sidebar-meta ul>li>a:hover {
    background-size: 100% 96%;
    color: #FFF;
}


/* ------------------------------------------------------------- *
 * Blog list
/* ------------------------------------------------------------- */

#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(.165, .84, .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%;
}

/* Blog list item info */
.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: .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(.215, .61, .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: .8;
}

/* Blog list item description */
.bli-desc {
    margin-top: 20px;
    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 list compact 
===================== */
@media (min-width: 1025px) {
    #blog-list.bli-compact .blog-list-item {
        display: flex;
        margin-bottom: 100px;
    }

    #blog-list.bli-compact .bli-image-wrap {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    #blog-list.bli-compact .bli-image {
        padding-bottom: 0;
    }

    #blog-list.bli-compact .bli-image,
    #blog-list.bli-compact .anim-image-parallax-wrap {
        height: 100%;
    }

    #blog-list.bli-compact .bli-info {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-top: 0;
    }

    #blog-list.bli-compact .bli-image-wrap+.bli-info {
        padding: 0 0 0 5%;
    }

    #blog-list.bli-compact .bli-categories {
        margin-bottom: 10px;
    }

    #blog-list.bli-compact .bli-title {
        margin-bottom: 15px;
        font-size: clamp(28px, 3vw, 38px);
    }

    #blog-list.bli-compact .bli-desc {
        margin-top: 20px;
    }

    #blog-list.bli-compact .bli-read-more {
        margin: 30px 0 0 0;
    }

    /* Counter (no effect if sidebar exist!) */
    body:not(.tt-sidebar-on) #blog-list.bli-compact {
        counter-reset: bli-compact-counter;
    }

    body:not(.tt-sidebar-on) #blog-list.bli-compact .bli-info::before {
        position: absolute;
        counter-increment: bli-compact-counter;
        content: "" counter(bli-compact-counter, decimal-leading-zero);
        top: -30%;
        left: 30%;
        line-height: 1;
        font-size: clamp(40px, 37vw, 360px);
        font-weight: normal;
        color: #FFF;
        opacity: 0.1;
        z-index: -1;
    }

    /* If sidebar exist */
    body.tt-sidebar-on #blog-list.bli-compact .bli-title {
        font-size: 30px;
    }
}


/* ------------------------------------------------------------- *
 * Blog interactive
/* ------------------------------------------------------------- */

.blog-interactive {}

.blog-interactive-item {
    position: relative;
    margin-bottom: 100px;
}

@media (max-width: 1400px) {
    .blog-interactive-item {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 768px) {
    .blog-interactive-item {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Blog interactive item counter */
@media (min-width: 769px) {
    .blog-interactive {
        counter-reset: bi-item-counter;
    }

    .blog-interactive-item::before {
        position: absolute;
        counter-increment: bi-item-counter;
        content: "" counter(bi-item-counter, decimal-leading-zero);
        top: 45%;
        right: 0;
        line-height: 1;
        font-size: clamp(40px, 12vw, 220px);
        font-weight: normal;
        color: #FFF;
        opacity: 0.1;
        z-index: -1;
        transform: translateY(-50%);
    }
}

@media (max-width: 1400px) {
    .blog-interactive-item::before {
        right: 3%;
    }
}

/* Blog interactive item image */
.bi-item-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.bi-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 769px) {
    .blog-interactive-item .bi-item-image {
        display: none;
    }

    #ball .bi-item-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    #ball .bi-item-image::before {
        position: absolute;
        display: block;
        content: "";
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        background-color: #040404;
        opacity: .2;
    }
}

@media (max-width: 768px) {
    .bi-item-image {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 60%;
    }

    .bi-item-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

/* Blog interactive item categories */
.bi-item-categories {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999;
}

.bi-item-categories a {
    position: relative;
    display: inline-block;
}

.bi-item-categories a:hover {
    opacity: .8;
}

.bi-item-categories a~a:not(:empty)::before {
    content: ", ";
}

/* Blog interactive item title */
.bi-item-title {
    margin-bottom: 30px;
    font-size: clamp(28px, 3vw, 50px);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
    line-height: 1.4;
}

@media (min-width: 769px) {
    .blog-interactive-item:not(.bi-item-image-on) .bi-item-title {
        padding-right: 23%;
    }
}

@media (max-width: 768px) {
    .bi-item-title {
        margin-bottom: 15px;
    }
}

.bi-item-title a {
    display: block;
    color: #FFF;
}

.blog-interactive-item:not(.bi-item-image-on) .bi-item-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(.215, .61, .355, 1);
    background-size: 0 96%;
}

.blog-interactive-item:not(.bi-item-image-on) .bi-item-title a:hover {
    background-size: 100% 96%;
    color: #FFF;
}

@media (min-width: 769px) {
    .blog-interactive-item.bi-item-image-on .bi-item-title a {
        padding-right: 23%;
    }
}

/* Blog interactive item meta */
.bi-item-meta {
    font-size: 15px;
    color: #999;
}

.bi-item-meta a {
    position: relative;
    padding-bottom: 2px;
    color: #999;
}

.bi-item-meta a:hover {
    opacity: .8;
}

/* Magic cursor behavior */
#magic-cursor.blog-interactive-hover-on {
    z-index: -1;
}

#magic-cursor.blog-interactive-hover-on #ball {
    overflow: hidden;
    border: none !important;
}

/* Blog interactive item styles 
================================ */
/* Borders */
@media (min-width: 769px) {
    .blog-interactive.bi-borders .blog-interactive-item {
        margin: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgb(144 144 144 / 35%);
    }

    .blog-interactive.bi-borders .blog-interactive-item:first-child {
        border-top: 1px solid rgb(144 144 144 / 35%);
    }
}


/* ------------------------------------------------------------- *
 * 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 {}

.tt-bpi-caption {}

/* 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 .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;
}

@media (max-width: 680px) {
    .tt-bp-nav-text {
        margin-bottom: 0;
        font-size: 19px;
        color: #FFF;
    }
}

.tt-bp-nav-title {
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
}

@media (max-width: 680px) {
    .tt-bp-nav-title {
        display: none;
    }
}

.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(.215, .61, .355, 1);
    background-size: 0 96%;
}

.tt-bp-nav-title a:hover {
    background-size: 100% 96%;
    color: #FFF;
}


/* Blog single post comments 
============================= */
#tt-blog-post-comments {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(150, 150, 150, 0.2);
}

.tt-bpc-heading {
    margin: 0 0 30px 0;
    font-size: 24px;
}

/* tt-Comments list */
.tt-comments-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.tt-comments-list>li {
    margin-top: 40px;
}

/* tt-Comments */
.tt-comment {}

/* tt-Comments avatar */
.tt-comment-avatar {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 100px;
}

.tt-comment-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.tt-comment-avatar:hover {
    opacity: .9;
}

/* tt-Comments pody */
.tt-comment-body {
    position: relative;
    display: table;
}

@media (max-width: 768px) {
    .tt-comment-body {
        display: block;
    }
}

/* tt-Comments meta */
.tt-comment-meta {
    padding-right: 70px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}

.tt-comment-heading {
    margin: 0 0 5px 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    color: #CCC;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tt-comment-heading a {
    position: relative;
    color: #DDD;
    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.4s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%;
}

.tt-comment-heading a:hover {
    background-size: 100% 96%;
    color: #FFF;
}

.tt-comment-time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #b7b7b7;
}

/* tt-Comments text */
.tt-comment-text {
    clear: both;
    color: #CCC;
}

@media (max-width: 768px) {
    .tt-comment-text {
        font-size: 16px;
    }
}

/* tt-Comments reply */
.tt-comment-reply {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    z-index: 9;
}

@media (max-width: 768px) {
    .tt-comment-reply {
        top: 0;
        right: 0;
    }
}

.tt-comment-reply a {
    position: relative;
    color: #999;
    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.3s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%;
}

.tt-comment-reply a:hover {
    background-size: 100% 96%;
    color: #FFF;
}

/* blog single post comment form */
.tt-post-comment-form-heading {
    margin-bottom: 50px;
    font-size: 28px;
}

#tt-post-comment-form {
    margin-top: 140px;
}

@media (max-width: 768px) {
    #tt-post-comment-form {
        margin-top: 80px;
    }
}

#tt-post-comment-form .tt-post-comment-reminder {
    margin-top: 30px;
    line-height: 1.2;
}

#tt-post-comment-form .tt-post-comment-reminder label {
    padding-top: 3px;
    font-size: 15px;
    font-weight: normal;
    color: #888;
    text-transform: unset;
    letter-spacing: 0;
}


/* ------------------------------------------------------------- *
 * Blog carousel
/* ------------------------------------------------------------- */

.tt-blog-carousel {
    position: relative;
}

.tt-blog-carousel .swiper {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
}

.tt-blog-carousel-item {
    position: relative;
}

@media (min-width: 768px) {
    .tt-blog-carousel-item {
        margin-left: 1.5vw;
        margin-right: 1.5vw;
    }
}


/* 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;
}

.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(.165, .84, .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: .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(.215, .61, .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: .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: .3;
    cursor: auto;
    pointer-events: none;
}

@media (max-width: 768px) {

    .tt-blc-nav-prev,
    .tt-blc-nav-next {
        top: -65px;
    }

    .tt-blc-nav-prev {
        right: 55px;
    }

    .tt-blc-nav-arrow {
        width: 50px;
        height: 50px;
    }

    [class*="tt-arrow"] {
        width: 17px;
    }

    [class*="tt-arrow"]:before,
    [class*="tt-arrow"]:after {
        width: 10px;
    }
}

/* Hide blog carousel navigation */
.tt-blog-carousel.tt-blc-hide-navigation .tt-blc-nav-next,
.tt-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;
}

.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left;
}

.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.tt-blc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.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);
}

@media (max-width: 768px) {
    .tt-blc-pagination-progressbar {
        max-width: 90%;
    }
}

.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 */
.tt-blog-carousel[data-pagination-type] {
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .tt-blog-carousel[data-pagination-type] {
        padding-bottom: 80px;
    }
}

.tt-blog-carousel[data-pagination-type] .tt-blc-pagination {
    display: block;
}


/* Blog carousel styles 
======================== */
/* Style shifted */
@media (min-width: 1025px) {
    .tt-blog-carousel.tt-blc-shifted:not([data-loop="true"]) .swiper-slide:nth-child(even) {
        padding-top: 5%;
    }
}


/* ------------------------------------------------------------- *
 * 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 a {
    font-size: 14px;
    color: #FFF;
}

#tt-footer .tt-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Footer copyright */
#tt-footer .tt-copyright {
    color: #CCC;
}

#tt-footer .tt-copyright a {
    color: #CCC;
}

#tt-footer .tt-copyright a:hover {}

#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 {}


/* For desktop only 
==================== */
@media (min-width: 1025px) {
    #tt-footer {
        padding: 0px 0;
        background-color: rgba(0, 0, 0, 1);
    }
}

#tt-footer.footer-absolute {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0;
    pointer-events: none;
}

#tt-footer.footer-absolute a {
    pointer-events: initial;
}

.tt-footer-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* Footer columns */
.footer-col {
    flex: 1;
    padding: 0 15px;
    margin: 0 5px;
}

.footer-col:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-col:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-col-inner {}

/* Align footer column content */
.footer-col.tt-align-top-center {
    display: flex;
    justify-content: center;
}

.footer-col.tt-align-top-right {
    display: flex;
    justify-content: flex-end;
}

.footer-col.tt-align-center-left {
    display: flex;
    align-items: center;
}

.footer-col.tt-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-col.tt-align-center-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-col.tt-align-bottom {
    display: flex;
    align-items: flex-end;
}

.footer-col.tt-align-bottom-center {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer-col.tt-align-bottom-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* Footer social */
#tt-footer .footer-social {
    position: relative;
    line-height: 50px;
    height: 50px;
    pointer-events: auto;
    color: #FFF;
}

#tt-footer .footer-social:before {
    /* expands the hover area */
    position: absolute;
    content: "";
    top: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
}

#tt-footer .footer-social .footer-social-text {
    display: block;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

#tt-footer .footer-social .footer-social-text>span {
    margin-right: 13px;
}

#tt-footer .footer-social .social-buttons {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -50%, 0);
}

#tt-footer .footer-social .footer-social-text,
#tt-footer .footer-social .social-buttons {
    transition: all 0.3s ease;
}

#tt-footer .footer-social:hover .footer-social-text {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    visibility: hidden;
}

#tt-footer .footer-social:hover .social-buttons {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}


/* For smaller screens only 
============================ */
@media (max-width: 1024px) {
    #tt-footer {
        /*padding: 60px 0;*/
    }

    .tt-footer-inner {
        /*display: flex;*/
        /*flex-direction: column;*/
    }

    /* Footer columns */
    .footer-col {
        display: block;
        /*margin-bottom: 10px;*/
        text-align: center;
    }

    .footer-col:first-child {}

    .footer-col:last-child {}

    .footer-col-inner {}

    /* Order footer columns */
    .footer-col.order-m-first {
        order: -1;
    }

    .footer-col.order-m-last {
        /*order: 10;*/
    }

    .footer-col.order-m-1 {
        order: 1;
    }

    .footer-col.order-m-2 {
        order: 2;
    }

    .footer-col.order-m-3 {
        order: 3;
    }

    .footer-col.order-m-4 {
        order: 4;
    }

    .footer-col.order-m-5 {
        order: 5;
    }

    .footer-col.order-m-6 {
        order: 6;
    }

    .footer-col.order-m-7 {
        order: 7;
    }

    .footer-col.order-m-8 {
        order: 8;
    }

    .footer-col.order-m-9 {
        order: 9;
    }

    .footer-col.order-m-10 {
        order: 10;
    }

    /* Footer copyright */
    #tt-footer .tt-copyright .tt-btn-link {
        height: auto;
    }

    /* Footer social */
    #tt-footer .footer-social {
        /*margin-bottom: 10px;*/
    }

    #tt-footer .footer-social .footer-social-text {
        /*display: none;*/
        display: block;	
        text-align: right;	
        font-size: 15px;	
        cursor: pointer;	
        opacity: 1;	
        visibility: visible;	
        margin-right: 16px;
    }

    #tt-footer .social-buttons>ul>li a {
        width: 34px;
        height: 34px;
    }
}


/* ------------------------------------------------------------- *
 * If background is light
/* ------------------------------------------------------------- */

/* Make magic cursor dark 
========================== */
body.tt-light-bg-hover #ball,
body.psi-light-bg-on #ball {
    border-color: #111;
}

body.tt-light-bg-hover:not(.tt-ol-menu-open) #ball .ball-drag,
body.tt-light-bg-hover:not(.tt-ol-menu-open) #ball .ball-drag::before,
body.tt-light-bg-hover:not(.tt-ol-menu-open) #ball .ball-drag::after,
body.psi-light-bg-on:not(.tt-ol-menu-open) #ball .ball-drag::before,
body.psi-light-bg-on:not(.tt-ol-menu-open) #ball .ball-drag::after {
    color: #111;
}


/* Make header elements dark
============================= */
/* Make header logo dark */
body.tt-light-bg-on:not(.tt-ol-menu-active):not(.tt-m-menu-active) #tt-header .tt-logo-light {
    display: none;
}

body.tt-light-bg-on:not(.tt-ol-menu-active):not(.tt-m-menu-active) #tt-header .tt-logo-dark {
    display: block;
}

/* Make overlay menu toggle button dark */
body.tt-light-bg-on:not(.tt-ol-menu-active) .tt-ol-menu-toggle-btn-text {
    color: #111;
}

body.tt-light-bg-on:not(.tt-ol-menu-active):not(.is-mobile) .tt-ol-menu-toggle-btn:hover span,
body.tt-light-bg-on:not(.tt-ol-menu-active) .tt-ol-menu-toggle-btn span::before,
body.tt-light-bg-on:not(.tt-ol-menu-active) .tt-ol-menu-toggle-btn span::after {
    background-color: #111;
}

/* Make classic menu links dark */
@media (min-width: 1025px) {

    body.tt-light-bg-on .tt-main-menu-list>li>a,
    body.tt-light-bg-on .tt-main-menu-list>li>.tt-submenu-trigger>a {
        color: #111;
    }

    body.tt-light-bg-on .tt-main-menu-list.tt-mm-hover>li>a:hover,
    body.tt-light-bg-on .tt-main-menu-list.tt-mm-hover>li>.tt-submenu-trigger>a:hover,
    body.tt-light-bg-on .tt-main-menu-list.tt-mm-hover>li.active>a,
    body.tt-light-bg-on .tt-main-menu-list.tt-mm-hover>li.active>.tt-submenu-trigger>a,
    body.tt-light-bg-on .tt-main-menu-list.tt-mm-hover>li.tt-submenu-open>.tt-submenu-trigger>a {
        opacity: 1;
        color: #000;
    }
}

@media (max-width: 1024px) {
    body.tt-light-bg-on:not(.tt-m-menu-active) .tt-m-menu-toggle-btn-text {
        color: #111;
    }

    body.tt-light-bg-on:not(.tt-m-menu-active) .tt-m-menu-toggle-btn span::before,
    body.tt-light-bg-on:not(.tt-m-menu-active) .tt-m-menu-toggle-btn span::after {
        background-color: #111;
    }
}


/* Make page header elements dark 
================================== */
/* Make page header caption dark */
body.tt-light-bg-on .ph-category,
body.tt-light-bg-on .ph-caption-title,
body.tt-light-bg-on .ph-caption-subtitle,
body.tt-light-bg-on .ph-meta,
body.tt-light-bg-on .ph-meta a {
    color: #111;
}

body.tt-light-bg-on #page-header.ph-stroke .ph-caption-title {
    -webkit-text-stroke-color: #111;
}

/* Make scroll down button dark */
body.tt-light-bg-on .tt-sd-arrow-inner,
body.tt-light-bg-on .tt-sd-arrow::before,
body.tt-light-bg-on .tt-sd-arrow::after {
    background-color: #555;
}

body.tt-light-bg-on .tt-sd-text {
    color: #555;
}

body.tt-light-bg-on .tt-sd-inner:hover .tt-sd-arrow-inner,
body.tt-light-bg-on .tt-sd-inner:hover .tt-sd-arrow::before,
body.tt-light-bg-on .tt-sd-inner:hover .tt-sd-arrow::after {
    background-color: #000;
}

body.tt-light-bg-on .tt-sd-inner:hover .tt-sd-text {
    color: #000;
}

/* Make project share button dark */
body.tt-light-bg-on .ph-share-text {
    color: #111;
}

body.tt-light-bg-on .ph-share-icon {
    color: #111;
    opacity: .9 !important;
}

body.tt-light-bg-on .ph-share .social-buttons>ul>li a {
    color: #111;
}


/* Make portfolio slider elements dark (full screen)
======================================= */
/* Make portfolio slider caption dark */
body.tt-light-bg-on .tt-ps-caption-category,
body.tt-light-bg-on .tt-ps-caption-title a {
    color: #111;
}

body.tt-light-bg-on .tt-portfolio-slider-caption.psc-stroke .tt-ps-caption-title {
    -webkit-text-stroke-color: #111;
}

/* Make portfolio slider navigation dark */
body.tt-light-bg-on .tt-ps-nav-pagination-fraction,
body.tt-light-bg-on .tt-ps-nav-arrow,
body.tt-light-bg-on [class*="tt-arrow"] {
    color: #111;
}

body.tt-light-bg-on .tt-ps-nav-pagination-progressbar {
    background-color: rgb(0 0 0 / 20%);
}

body.tt-light-bg-on .tt-ps-nav-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #111;
}

body.tt-light-bg-on .tt-ps-nav-pagination-bullets .swiper-pagination-bullet {
    border-color: #111;
}

body.tt-light-bg-on .tt-ps-nav-pagination-bullets .swiper-pagination-bullet-active {
    background: #111;
}


/* Make next project elements dark 
=================================== */
body.tt-np-image-on .tt-next-project.tt-np-image-is-light .tt-np-title,
body.tt-np-image-on .tt-next-project.tt-np-image-is-light .tt-np-title a,
body.tt-np-image-on .tt-next-project.tt-np-image-is-light .tt-np-subtitle {
    color: #111;
}

.tt-next-project[class*="np-image-cover-"].tt-np-image-is-light .tt-np-image::before {
    display: none;
}


/* Make footer elements dark 
============================= */
@media (min-width: 1025px) {

    body.tt-light-bg-on #tt-footer,
    body.tt-light-bg-on #tt-footer a,
    body.tt-light-bg-on #tt-footer .tt-btn-link>*,
    body.tt-light-bg-on #tt-footer .tt-btn-link>*::after,
    body.tt-light-bg-on #tt-footer .tt-copyright.text-gray .tt-btn-link>*,
    body.tt-light-bg-on #tt-footer .footer-social {
        color: #111;
    }

    body.tt-light-bg-on #tt-footer .tt-btn-link::after,
    body.tt-light-bg-on #tt-footer .tt-btn-line {
        background-color: #111;
    }
}


/* ------------------------------------------------------------- *
 * Template style switch button
/* ------------------------------------------------------------- */

.tt-style-switch {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
    right: 0;
    width: 40px;
    height: 35px;
    background-color: #444;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    z-index: 999;
    border-radius: 50px 0 0 50px;
    transition: all .2s;
}

@media (max-width: 540px) {
    .tt-style-switch {
        top: auto;
        bottom: 150px;
    }
}

body:not(.is-mobile) .tt-style-switch:hover {
    width: 45px;
    background-color: var(--tt-main-color);
    color: #FFF;
}


.tt-style-switch.is-dark {}

.tt-stsw-dark,
.tt-stsw-light {
    line-height: 0;
}

.tt-style-switch:not(.is-dark) .tt-stsw-dark {
    display: none;
}

.tt-style-switch.is-dark .tt-stsw-light {
    display: none;
}

/* If the sliding sidebar is on the right side */
@media (min-width: 769px) {
    body.tt-sliding-sidebar-right-on .tt-style-switch {
        right: auto;
        left: 0;
        border-radius: 0 50px 50px 0;
    }
}

.tt-logo-dark,
.tt-logo-light {
    height: 100px;
}


.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #00203f;
    color: #FFF;
    line-height: 30px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    border: 5px solid #00203f;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
    z-index: 999999999;
}

.floatingButton .fa {
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #FFF;
}

.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(224deg);
}

.floatingMenu {
    position: absolute;
    bottom: 20px;
    right: 0px;
    /* width: 200px; */
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 2px;
}

.floatingMenu li a {
    padding: 6px 8px;
    display: inline-block;
    background: #FFF;
    color: #222;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}

.footer-logo img {
    height: 55px;
}

.footer-row {
    background-color: #111111;
}


.portfolio-list-item:nth-child(odd) .list-block-item {
    background-image: linear-gradient(to right, #222222, #1b1b1b, #151515, #0c0c0c, #000000);
    padding: 26px;
    width: 76%;
    position: absolute;
    left: 80%;
    top: 7%;
    height: 86%;
    z-index: 11;
}

.portfolio-list-item:nth-child(even) .list-block-item {
    background-image: linear-gradient(to left, #222222, #1b1b1b, #151515, #0c0c0c, #000000);
    padding: 26px;
    width: 76%;
    position: absolute;
    right: 80%;
    top: 7%;
    height: 86%;
    z-index: 11;
}

.list-view-details {
    font-size: 14px;
}
.rate-tag{
    color:#d7b56e;
    font-size:18px;
    font-weight:600;
}
.title-tag-big {
    font-size: 36px !important;
    font-weight: 600;
    font-family: var(--tt-main-font);
    color:#FFFFFF;
}
.room-well-btn .pl-00{
    padding-left:0px;
}
.a-section {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.a-section div i {
    color: #d7b56e;
    font-size: 20px;
}

.a-section div span {
    margin-left: 5px;
}

.a-section div {
    width: 33.33%;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* .amenities-block img {
	height: 65px;
} */

.amenities-box {
    border-top: 1px solid #222222;
    margin-bottom: 80px;
    padding-top: 20px;
    display: flex;
    flex-flow: nowrap;
    justify-content: start;
    align-items: center;
}

.img-well {
    width: 20%;
}

.details-well {
    width: 80%;
}

.img-well img {
    height: auto;
    width:76px;
}

.details-well h4 {
    font-size: 18px;
}

.details-well {
    margin-left: 16px;
    padding-top: 10px;
}

.details-well a {
    color: #8f8f8f;
    font-size: 12px;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.amenities-box p {
    font-size: 14px;
    margin-bottom: 0.2rem !important;
}

.menu-address li {
    list-style: none;
}

.menu-address {
    font-size: 18px;
    position: fixed;
    right: 10%;
    top: 151px;
    line-height: 1.8;
}

.full-modal .pop-block {
    border-top: 1px solid #333;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.full-modal .pop-title span {
    font-size: 14px;
    font-family: var(--tt-FuturaW01-font);
}

.full-modal .pop-title {
    text-align: center;
    font-family: var(--tt-main-font);
    font-size: 28px;
}
.pop-sub-title{
    text-align: center;
    margin-bottom: 50px;
}
.full-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #000;
/*     background-image: linear-gradient(to bottom, #000000, #030303, #070707, #0a0a0a, #0d0d0d, #101010, #131313, #161616, #191919, #1c1c1c, #1f1f1f, #222222); */
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}

.full-modal .modal-lg,
.full-modal .modal-xl {
    max-width: 100%;
}

.full-modal .modal-header {
    border-bottom: 0px;
}

.full-modal .modal {
    padding-right: 0px !important;
}

.full-modal .pop-block h4 {
    color: #fff;
    font-size: 16px;
}

.full-modal .modal-dialog {
    min-height: 98%;
    margin: auto !important;
}

.full-modal .modal-header .close span {
    position: relative;
    top: -1px;
}

.full-modal .modal-header .close {
    padding: 0;
    margin: 0;
}

.full-modal .close:hover {
    color: #FFF;
}

.full-modal .modal-body {
    padding: 6rem 1rem;
}

.full-modal .close {
    float: none;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
    background-color: #333;
    border-radius: 400px;
    height: 36px;
    width: 36px;
    display: inline;
    position: absolute;
    right: 16px;
    text-align: center;
    z-index: 10000;
}

.pop-ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 40px;
}

.pop-li-list {}

/* Footer Css*/
.footer-row {
    height: 100%;
}

#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 1683px 575px #999, 1829px 398px #999, 300px 1490px #999, 467px 1579px #999, 434px 938px #999, 373px 822px #999, 1247px 174px #999, 397px 819px #999, 1580px 116px #999, 1094px 1480px #999, 1520px 1597px #999, 1681px 1785px #999, 1677px 1345px #999, 537px 1728px #999, 1112px 1360px #999, 485px 1095px #999, 1548px 164px #999, 1369px 901px #999, 628px 125px #999, 875px 858px #999, 721px 1782px #999, 264px 66px #999, 676px 1840px #999, 1489px 1369px #999, 1392px 1808px #999, 1899px 468px #999, 1588px 737px #999, 184px 1046px #999, 749px 730px #999, 919px 310px #999, 1668px 1038px #999, 935px 506px #999, 479px 125px #999, 807px 998px #999, 585px 451px #999, 30px 1130px #999, 1743px 1048px #999, 1090px 743px #999, 1120px 1726px #999, 1519px 243px #999, 1814px 728px #999, 1327px 1080px #999, 3px 675px #999, 1813px 1190px #999, 1987px 688px #999, 434px 1305px #999, 1221px 1116px #999, 1365px 1713px #999, 1938px 414px #999, 992px 1251px #999, 787px 18px #999, 1418px 1009px #999, 441px 431px #999, 1814px 545px #999, 1722px 1159px #999, 1025px 1926px #999, 1518px 1148px #999, 508px 1098px #999, 1262px 435px #999, 698px 1963px #999, 1800px 539px #999, 1486px 138px #999, 957px 128px #999, 1202px 1746px #999, 776px 1237px #999, 864px 1868px #999, 1744px 1706px #999, 367px 1882px #999, 489px 1625px #999, 103px 1484px #999, 1327px 1056px #999, 1357px 827px #999, 897px 221px #999, 128px 626px #999, 566px 1668px #999, 1379px 826px #999, 235px 236px #999, 18px 24px #999, 1322px 843px #999, 1675px 1290px #999, 621px 1716px #999, 562px 834px #999, 1776px 723px #999, 1722px 1089px #999, 1767px 300px #999, 525px 1433px #999, 234px 1124px #999, 1786px 140px #999, 1936px 1689px #999, 1233px 1740px #999, 679px 1265px #999, 108px 143px #999, 1670px 59px #999, 175px 1533px #999, 1307px 1712px #999, 1292px 446px #999, 1270px 43px #999, 307px 592px #999, 869px 302px #999, 73px 696px #999, 521px 1500px #999, 60px 1306px #999, 1340px 28px #999, 190px 1155px #999, 1448px 1453px #999, 955px 1635px #999, 1018px 78px #999, 952px 1232px #999, 1643px 1527px #999, 290px 1609px #999, 1584px 459px #999, 910px 530px #999, 431px 788px #999, 1582px 1881px #999, 904px 548px #999, 738px 333px #999, 845px 1942px #999, 946px 641px #999, 699px 332px #999, 1530px 1748px #999, 1488px 383px #999, 558px 1791px #999, 961px 519px #999, 366px 192px #999, 1248px 1551px #999, 1388px 586px #999, 1289px 1875px #999, 926px 1039px #999, 906px 588px #999, 1224px 280px #999, 656px 843px #999, 1587px 311px #999, 225px 1936px #999, 1715px 790px #999, 1105px 573px #999, 812px 1974px #999, 1441px 1122px #999, 150px 1540px #999, 408px 273px #999, 382px 1372px #999, 1009px 94px #999, 82px 636px #999, 1989px 1105px #999, 1579px 1941px #999, 426px 770px #999, 334px 1089px #999, 877px 964px #999, 1192px 149px #999, 1728px 1187px #999, 1966px 856px #999, 535px 1129px #999, 1106px 1748px #999, 217px 1886px #999, 1396px 1716px #999, 81px 1191px #999, 365px 1030px #999, 1743px 1446px #999, 59px 957px #999, 305px 1016px #999, 1797px 381px #999, 864px 823px #999, 30px 770px #999, 1218px 1020px #999, 1211px 875px #999, 1618px 1537px #999, 44px 941px #999, 635px 1898px #999, 434px 1178px #999, 1281px 1503px #999, 1111px 907px #999, 1500px 182px #999, 1322px 332px #999, 669px 1330px #999, 881px 1723px #999, 450px 1508px #999, 915px 1761px #999, 724px 469px #999, 1477px 1391px #999, 1015px 1411px #999, 1039px 218px #999, 552px 743px #999, 1886px 471px #999, 746px 1023px #999, 274px 198px #999, 1195px 1115px #999, 359px 469px #999, 1454px 475px #999, 1751px 1226px #999, 1564px 1704px #999, 972px 908px #999, 731px 1786px #999, 1044px 59px #999, 333px 176px #999, 313px 1145px #999, 765px 1093px #999, 1685px 1752px #999, 1244px 722px #999, 201px 440px #999, 1553px 340px #999, 1349px 1253px #999, 1874px 463px #999, 298px 1930px #999, 611px 1973px #999, 1306px 770px #999, 1273px 1408px #999, 533px 241px #999, 1102px 381px #999, 744px 1058px #999, 1311px 731px #999, 1870px 922px #999, 1545px 1327px #999, 877px 674px #999, 46px 1571px #999, 341px 788px #999, 642px 1267px #999, 856px 1169px #999, 512px 307px #999, 80px 1194px #999, 1238px 1701px #999, 741px 184px #999, 1355px 1620px #999, 1552px 583px #999, 1841px 1510px #999, 1983px 671px #999, 1920px 207px #999, 241px 47px #999, 1103px 1261px #999, 735px 603px #999, 248px 1421px #999, 451px 119px #999, 1477px 1629px #999, 355px 1881px #999, 1499px 1891px #999, 485px 859px #999, 1162px 1291px #999, 1327px 1942px #999, 1125px 1856px #999, 2px 1088px #999, 1442px 384px #999, 290px 1747px #999, 1317px 947px #999, 764px 442px #999, 584px 1173px #999, 1335px 997px #999, 1713px 12px #999, 1220px 247px #999, 9px 707px #999, 769px 705px #999, 1246px 1698px #999, 1208px 1488px #999, 1926px 1186px #999, 1379px 1562px #999, 420px 1423px #999, 539px 1542px #999, 1405px 1283px #999, 1076px 1567px #999, 587px 826px #999, 148px 213px #999, 228px 1775px #999, 1407px 1023px #999, 783px 987px #999, 112px 582px #999, 836px 294px #999, 651px 1602px #999, 1511px 235px #999, 1308px 743px #999, 276px 1935px #999, 328px 381px #999, 605px 572px #999, 181px 1949px #999, 1943px 1863px #999, 1624px 293px #999, 1173px 1740px #999, 506px 714px #999, 1295px 277px #999, 471px 1647px #999, 1409px 1227px #999, 48px 1808px #999, 1044px 1988px #999, 1375px 1247px #999, 905px 832px #999, 815px 1680px #999, 1286px 1140px #999, 1891px 401px #999, 21px 291px #999, 1659px 695px #999, 716px 219px #999, 352px 809px #999, 826px 50px #999, 907px 962px #999, 1331px 1713px #999, 1504px 152px #999, 512px 1429px #999, 590px 1681px #999, 171px 1980px #999, 1083px 1286px #999, 1913px 238px #999, 373px 272px #999, 1159px 1579px #999, 586px 793px #999, 931px 1663px #999, 911px 938px #999, 428px 1988px #999, 679px 1273px #999, 795px 771px #999, 1644px 249px #999, 136px 1860px #999, 974px 114px #999, 421px 866px #999, 1242px 231px #999, 125px 567px #999, 1875px 1347px #999, 1595px 1711px #999, 406px 1548px #999, 139px 805px #999, 259px 693px #999, 110px 270px #999, 798px 26px #999, 1456px 504px #999, 1325px 1139px #999, 1712px 1883px #999, 1579px 607px #999, 940px 408px #999, 866px 1062px #999, 1729px 267px #999, 1226px 536px #999, 1162px 340px #999, 394px 1264px #999, 1721px 1608px #999, 1375px 730px #999, 1319px 606px #999, 1288px 1757px #999, 1314px 1711px #999, 1169px 58px #999, 1333px 1463px #999, 207px 295px #999, 714px 674px #999, 443px 68px #999, 930px 1549px #999, 1079px 61px #999, 819px 400px #999, 1385px 1736px #999, 865px 1891px #999, 902px 715px #999, 765px 438px #999, 943px 805px #999, 1752px 684px #999, 181px 1242px #999, 1267px 461px #999, 1176px 417px #999, 416px 686px #999, 1965px 1310px #999, 1170px 1310px #999, 1516px 157px #999, 934px 943px #999, 391px 1278px #999, 756px 1649px #999, 841px 1689px #999, 289px 1537px #999, 963px 322px #999, 527px 1526px #999, 722px 1197px #999, 838px 1154px #999, 1290px 565px #999, 1285px 1518px #999, 378px 617px #999, 1367px 1327px #999, 1432px 276px #999, 1784px 152px #999, 961px 198px #999, 1100px 1465px #999, 1968px 1190px #999, 1161px 989px #999, 1811px 625px #999, 737px 694px #999, 1121px 916px #999, 655px 283px #999, 371px 1797px #999, 1452px 1645px #999, 234px 287px #999, 194px 1645px #999, 702px 872px #999, 1245px 1355px #999, 406px 1978px #999, 1198px 1753px #999, 449px 1524px #999, 1380px 875px #999, 1021px 1716px #999, 265px 1164px #999, 1182px 1813px #999, 477px 1626px #999, 858px 1964px #999, 1331px 1243px #999, 1054px 1795px #999, 777px 794px #999, 834px 341px #999, 1228px 389px #999, 37px 1549px #999, 1826px 530px #999, 1962px 252px #999, 1855px 495px #999, 1935px 812px #999, 421px 945px #999, 1156px 997px #999, 856px 1406px #999, 1867px 1662px #999, 1047px 491px #999, 1424px 188px #999, 252px 873px #999, 745px 1838px #999, 1364px 1966px #999, 1114px 157px #999, 183px 1857px #999, 1553px 421px #999, 1314px 1060px #999, 297px 540px #999, 1064px 609px #999, 1628px 399px #999, 41px 1715px #999, 1009px 1766px #999, 2px 722px #999, 93px 410px #999, 265px 499px #999, 971px 327px #999, 921px 133px #999, 1983px 20px #999, 616px 940px #999, 344px 1597px #999, 6px 413px #999, 863px 383px #999, 907px 1029px #999, 1590px 965px #999, 1397px 1183px #999, 1662px 1206px #999, 491px 417px #999, 564px 1477px #999, 1068px 998px #999, 1627px 1169px #999, 1591px 1366px #999, 514px 1294px #999, 174px 1280px #999, 1081px 1874px #999, 1934px 744px #999, 1994px 426px #999, 1802px 1044px #999, 1075px 679px #999, 98px 207px #999, 1711px 1201px #999, 653px 1033px #999, 576px 1754px #999, 1007px 1880px #999, 823px 1562px #999, 59px 2px #999, 1316px 188px #999, 1669px 1272px #999, 395px 21px #999, 1369px 1036px #999, 1950px 410px #999, 1326px 55px #999, 1282px 1287px #999, 650px 1331px #999, 53px 1660px #999, 1184px 662px #999, 949px 1094px #999, 826px 660px #999, 621px 339px #999, 1900px 1235px #999, 861px 456px #999, 270px 381px #999, 12px 1234px #999, 1116px 16px #999, 1491px 287px #999, 1796px 177px #999, 66px 1455px #999, 1531px 1208px #999, 1022px 406px #999, 980px 1995px #999, 1702px 1472px #999, 819px 1996px #999, 1421px 1272px #999, 1115px 1196px #999, 1259px 1673px #999, 842px 254px #999, 1130px 905px #999, 1822px 561px #999, 1986px 1209px #999, 1250px 288px #999, 1434px 319px #999, 1016px 1417px #999, 1272px 553px #999, 67px 1786px #999, 1246px 762px #999, 1958px 1991px #999, 1968px 1940px #999, 135px 523px #999, 1854px 9px #999, 870px 1948px #999, 814px 1047px #999, 33px 709px #999, 66px 971px #999, 1928px 539px #999, 1753px 1358px #999, 778px 1158px #999, 44px 1238px #999, 502px 3px #999, 316px 1963px #999, 135px 566px #999, 586px 1202px #999, 186px 555px #999, 930px 1707px #999, 1744px 934px #999, 1682px 1590px #999, 572px 1223px #999, 1192px 1436px #999, 1069px 733px #999, 397px 266px #999, 1800px 587px #999, 1960px 1748px #999, 1503px 1141px #999, 1822px 335px #999, 104px 971px #999, 1601px 1936px #999, 1488px 1805px #999, 1205px 1507px #999, 1988px 655px #999, 411px 81px #999, 299px 1325px #999, 573px 297px #999, 1314px 1164px #999, 1304px 1399px #999, 201px 93px #999, 1595px 1216px #999, 109px 1276px #999, 1093px 942px #999, 1546px 770px #999, 1309px 70px #999, 364px 325px #999, 1542px 464px #999, 218px 886px #999, 294px 1042px #999, 1017px 222px #999, 1794px 1238px #999, 1100px 1056px #999, 1888px 1796px #999, 332px 1448px #999, 956px 510px #999, 178px 1258px #999, 889px 1226px #999, 1269px 147px #999, 1104px 881px #999, 1261px 419px #999, 1648px 1800px #999, 942px 377px #999, 1663px 1289px #999, 177px 713px #999, 1536px 877px #999, 1900px 317px #999, 1203px 1181px #999, 592px 1146px #999, 1411px 1582px #999, 322px 1030px #999, 37px 1406px #999, 1308px 1392px #999, 1882px 139px #999, 1250px 253px #999, 69px 1837px #999, 1441px 70px #999, 523px 782px #999, 90px 1060px #999, 368px 1516px #999, 1307px 1194px #999, 412px 1265px #999, 1067px 716px #999, 1285px 970px #999, 1620px 1595px #999, 1756px 1497px #999, 156px 1522px #999, 1377px 1165px #999, 631px 1068px #999, 266px 592px #999, 925px 1017px #999, 1150px 72px #999, 813px 1173px #999, 1302px 310px #999, 259px 1989px #999, 1040px 495px #999, 81px 1310px #999, 745px 1585px #999, 921px 1642px #999, 824px 288px #999, 693px 1792px #999, 645px 1439px #999, 777px 126px #999, 827px 1956px #999, 1625px 602px #999, 1718px 812px #999, 624px 261px #999, 349px 302px #999, 393px 612px #999, 959px 47px #999, 814px 1827px #999, 934px 778px #999, 1163px 636px #999, 987px 952px #999, 1783px 1609px #999, 748px 349px #999, 1332px 1668px #999, 709px 1413px #999, 1410px 1596px #999, 1501px 821px #999, 517px 1154px #999, 691px 53px #999, 786px 844px #999, 355px 1977px #999, 1676px 414px #999, 419px 398px #999, 1290px 1990px #999, 1743px 1589px #999, 1658px 580px #999, 1916px 210px #999, 171px 655px #999, 1165px 431px #999, 1585px 941px #999, 1895px 1258px #999, 66px 83px #999, 1608px 1474px #999, 493px 624px #999, 495px 475px #999, 229px 1807px #999, 99px 691px #999, 1265px 1494px #999, 1162px 395px #999, 1648px 1245px #999, 1465px 245px #999, 570px 1964px #999, 88px 1344px #999, 1666px 1041px #999, 1987px 1179px #999, 848px 55px #999, 539px 1579px #999, 1227px 1208px #999, 378px 1458px #999, 171px 1800px #999, 1058px 540px #999, 886px 1963px #999, 1761px 651px #999, 591px 670px #999, 772px 78px #999, 242px 675px #999, 1541px 1178px #999, 1191px 1979px #999, 1008px 1369px #999, 1352px 1841px #999, 143px 109px #999, 1183px 703px #999, 1352px 790px #999, 609px 1859px #999, 1123px 497px #999, 1073px 1729px #999, 158px 1300px #999, 1413px 264px #999, 405px 1149px #999, 1506px 1143px #999, 377px 237px #999, 1251px 1969px #999, 839px 167px #999, 669px 825px #999, 1451px 1849px #999, 437px 1876px #999, 1739px 1278px #999, 1928px 588px #999, 1455px 1327px #999, 573px 1398px #999, 1794px 1396px #999, 1436px 1002px #999, 313px 1218px #999, 447px 1322px #999, 26px 1644px #999, 369px 1496px #999, 1429px 681px #999, 298px 1846px #999, 893px 921px #999, 1092px 1490px #999, 262px 212px #999, 999px 1377px #999, 971px 942px #999, 94px 1764px #999, 1698px 859px #999, 1419px 1646px #999, 993px 10px #999, 160px 220px #999, 503px 664px #999, 1826px 554px #999, 233px 1000px #999, 709px 1073px #999, 379px 1587px #999, 334px 78px #999, 142px 382px #999, 226px 1863px #999, 1425px 1071px #999;
    animation: animStar 50s linear infinite;
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 1683px 575px #999, 1829px 398px #999, 300px 1490px #999, 467px 1579px #999, 434px 938px #999, 373px 822px #999, 1247px 174px #999, 397px 819px #999, 1580px 116px #999, 1094px 1480px #999, 1520px 1597px #999, 1681px 1785px #999, 1677px 1345px #999, 537px 1728px #999, 1112px 1360px #999, 485px 1095px #999, 1548px 164px #999, 1369px 901px #999, 628px 125px #999, 875px 858px #999, 721px 1782px #999, 264px 66px #999, 676px 1840px #999, 1489px 1369px #999, 1392px 1808px #999, 1899px 468px #999, 1588px 737px #999, 184px 1046px #999, 749px 730px #999, 919px 310px #999, 1668px 1038px #999, 935px 506px #999, 479px 125px #999, 807px 998px #999, 585px 451px #999, 30px 1130px #999, 1743px 1048px #999, 1090px 743px #999, 1120px 1726px #999, 1519px 243px #999, 1814px 728px #999, 1327px 1080px #999, 3px 675px #999, 1813px 1190px #999, 1987px 688px #999, 434px 1305px #999, 1221px 1116px #999, 1365px 1713px #999, 1938px 414px #999, 992px 1251px #999, 787px 18px #999, 1418px 1009px #999, 441px 431px #999, 1814px 545px #999, 1722px 1159px #999, 1025px 1926px #999, 1518px 1148px #999, 508px 1098px #999, 1262px 435px #999, 698px 1963px #999, 1800px 539px #999, 1486px 138px #999, 957px 128px #999, 1202px 1746px #999, 776px 1237px #999, 864px 1868px #999, 1744px 1706px #999, 367px 1882px #999, 489px 1625px #999, 103px 1484px #999, 1327px 1056px #999, 1357px 827px #999, 897px 221px #999, 128px 626px #999, 566px 1668px #999, 1379px 826px #999, 235px 236px #999, 18px 24px #999, 1322px 843px #999, 1675px 1290px #999, 621px 1716px #999, 562px 834px #999, 1776px 723px #999, 1722px 1089px #999, 1767px 300px #999, 525px 1433px #999, 234px 1124px #999, 1786px 140px #999, 1936px 1689px #999, 1233px 1740px #999, 679px 1265px #999, 108px 143px #999, 1670px 59px #999, 175px 1533px #999, 1307px 1712px #999, 1292px 446px #999, 1270px 43px #999, 307px 592px #999, 869px 302px #999, 73px 696px #999, 521px 1500px #999, 60px 1306px #999, 1340px 28px #999, 190px 1155px #999, 1448px 1453px #999, 955px 1635px #999, 1018px 78px #999, 952px 1232px #999, 1643px 1527px #999, 290px 1609px #999, 1584px 459px #999, 910px 530px #999, 431px 788px #999, 1582px 1881px #999, 904px 548px #999, 738px 333px #999, 845px 1942px #999, 946px 641px #999, 699px 332px #999, 1530px 1748px #999, 1488px 383px #999, 558px 1791px #999, 961px 519px #999, 366px 192px #999, 1248px 1551px #999, 1388px 586px #999, 1289px 1875px #999, 926px 1039px #999, 906px 588px #999, 1224px 280px #999, 656px 843px #999, 1587px 311px #999, 225px 1936px #999, 1715px 790px #999, 1105px 573px #999, 812px 1974px #999, 1441px 1122px #999, 150px 1540px #999, 408px 273px #999, 382px 1372px #999, 1009px 94px #999, 82px 636px #999, 1989px 1105px #999, 1579px 1941px #999, 426px 770px #999, 334px 1089px #999, 877px 964px #999, 1192px 149px #999, 1728px 1187px #999, 1966px 856px #999, 535px 1129px #999, 1106px 1748px #999, 217px 1886px #999, 1396px 1716px #999, 81px 1191px #999, 365px 1030px #999, 1743px 1446px #999, 59px 957px #999, 305px 1016px #999, 1797px 381px #999, 864px 823px #999, 30px 770px #999, 1218px 1020px #999, 1211px 875px #999, 1618px 1537px #999, 44px 941px #999, 635px 1898px #999, 434px 1178px #999, 1281px 1503px #999, 1111px 907px #999, 1500px 182px #999, 1322px 332px #999, 669px 1330px #999, 881px 1723px #999, 450px 1508px #999, 915px 1761px #999, 724px 469px #999, 1477px 1391px #999, 1015px 1411px #999, 1039px 218px #999, 552px 743px #999, 1886px 471px #999, 746px 1023px #999, 274px 198px #999, 1195px 1115px #999, 359px 469px #999, 1454px 475px #999, 1751px 1226px #999, 1564px 1704px #999, 972px 908px #999, 731px 1786px #999, 1044px 59px #999, 333px 176px #999, 313px 1145px #999, 765px 1093px #999, 1685px 1752px #999, 1244px 722px #999, 201px 440px #999, 1553px 340px #999, 1349px 1253px #999, 1874px 463px #999, 298px 1930px #999, 611px 1973px #999, 1306px 770px #999, 1273px 1408px #999, 533px 241px #999, 1102px 381px #999, 744px 1058px #999, 1311px 731px #999, 1870px 922px #999, 1545px 1327px #999, 877px 674px #999, 46px 1571px #999, 341px 788px #999, 642px 1267px #999, 856px 1169px #999, 512px 307px #999, 80px 1194px #999, 1238px 1701px #999, 741px 184px #999, 1355px 1620px #999, 1552px 583px #999, 1841px 1510px #999, 1983px 671px #999, 1920px 207px #999, 241px 47px #999, 1103px 1261px #999, 735px 603px #999, 248px 1421px #999, 451px 119px #999, 1477px 1629px #999, 355px 1881px #999, 1499px 1891px #999, 485px 859px #999, 1162px 1291px #999, 1327px 1942px #999, 1125px 1856px #999, 2px 1088px #999, 1442px 384px #999, 290px 1747px #999, 1317px 947px #999, 764px 442px #999, 584px 1173px #999, 1335px 997px #999, 1713px 12px #999, 1220px 247px #999, 9px 707px #999, 769px 705px #999, 1246px 1698px #999, 1208px 1488px #999, 1926px 1186px #999, 1379px 1562px #999, 420px 1423px #999, 539px 1542px #999, 1405px 1283px #999, 1076px 1567px #999, 587px 826px #999, 148px 213px #999, 228px 1775px #999, 1407px 1023px #999, 783px 987px #999, 112px 582px #999, 836px 294px #999, 651px 1602px #999, 1511px 235px #999, 1308px 743px #999, 276px 1935px #999, 328px 381px #999, 605px 572px #999, 181px 1949px #999, 1943px 1863px #999, 1624px 293px #999, 1173px 1740px #999, 506px 714px #999, 1295px 277px #999, 471px 1647px #999, 1409px 1227px #999, 48px 1808px #999, 1044px 1988px #999, 1375px 1247px #999, 905px 832px #999, 815px 1680px #999, 1286px 1140px #999, 1891px 401px #999, 21px 291px #999, 1659px 695px #999, 716px 219px #999, 352px 809px #999, 826px 50px #999, 907px 962px #999, 1331px 1713px #999, 1504px 152px #999, 512px 1429px #999, 590px 1681px #999, 171px 1980px #999, 1083px 1286px #999, 1913px 238px #999, 373px 272px #999, 1159px 1579px #999, 586px 793px #999, 931px 1663px #999, 911px 938px #999, 428px 1988px #999, 679px 1273px #999, 795px 771px #999, 1644px 249px #999, 136px 1860px #999, 974px 114px #999, 421px 866px #999, 1242px 231px #999, 125px 567px #999, 1875px 1347px #999, 1595px 1711px #999, 406px 1548px #999, 139px 805px #999, 259px 693px #999, 110px 270px #999, 798px 26px #999, 1456px 504px #999, 1325px 1139px #999, 1712px 1883px #999, 1579px 607px #999, 940px 408px #999, 866px 1062px #999, 1729px 267px #999, 1226px 536px #999, 1162px 340px #999, 394px 1264px #999, 1721px 1608px #999, 1375px 730px #999, 1319px 606px #999, 1288px 1757px #999, 1314px 1711px #999, 1169px 58px #999, 1333px 1463px #999, 207px 295px #999, 714px 674px #999, 443px 68px #999, 930px 1549px #999, 1079px 61px #999, 819px 400px #999, 1385px 1736px #999, 865px 1891px #999, 902px 715px #999, 765px 438px #999, 943px 805px #999, 1752px 684px #999, 181px 1242px #999, 1267px 461px #999, 1176px 417px #999, 416px 686px #999, 1965px 1310px #999, 1170px 1310px #999, 1516px 157px #999, 934px 943px #999, 391px 1278px #999, 756px 1649px #999, 841px 1689px #999, 289px 1537px #999, 963px 322px #999, 527px 1526px #999, 722px 1197px #999, 838px 1154px #999, 1290px 565px #999, 1285px 1518px #999, 378px 617px #999, 1367px 1327px #999, 1432px 276px #999, 1784px 152px #999, 961px 198px #999, 1100px 1465px #999, 1968px 1190px #999, 1161px 989px #999, 1811px 625px #999, 737px 694px #999, 1121px 916px #999, 655px 283px #999, 371px 1797px #999, 1452px 1645px #999, 234px 287px #999, 194px 1645px #999, 702px 872px #999, 1245px 1355px #999, 406px 1978px #999, 1198px 1753px #999, 449px 1524px #999, 1380px 875px #999, 1021px 1716px #999, 265px 1164px #999, 1182px 1813px #999, 477px 1626px #999, 858px 1964px #999, 1331px 1243px #999, 1054px 1795px #999, 777px 794px #999, 834px 341px #999, 1228px 389px #999, 37px 1549px #999, 1826px 530px #999, 1962px 252px #999, 1855px 495px #999, 1935px 812px #999, 421px 945px #999, 1156px 997px #999, 856px 1406px #999, 1867px 1662px #999, 1047px 491px #999, 1424px 188px #999, 252px 873px #999, 745px 1838px #999, 1364px 1966px #999, 1114px 157px #999, 183px 1857px #999, 1553px 421px #999, 1314px 1060px #999, 297px 540px #999, 1064px 609px #999, 1628px 399px #999, 41px 1715px #999, 1009px 1766px #999, 2px 722px #999, 93px 410px #999, 265px 499px #999, 971px 327px #999, 921px 133px #999, 1983px 20px #999, 616px 940px #999, 344px 1597px #999, 6px 413px #999, 863px 383px #999, 907px 1029px #999, 1590px 965px #999, 1397px 1183px #999, 1662px 1206px #999, 491px 417px #999, 564px 1477px #999, 1068px 998px #999, 1627px 1169px #999, 1591px 1366px #999, 514px 1294px #999, 174px 1280px #999, 1081px 1874px #999, 1934px 744px #999, 1994px 426px #999, 1802px 1044px #999, 1075px 679px #999, 98px 207px #999, 1711px 1201px #999, 653px 1033px #999, 576px 1754px #999, 1007px 1880px #999, 823px 1562px #999, 59px 2px #999, 1316px 188px #999, 1669px 1272px #999, 395px 21px #999, 1369px 1036px #999, 1950px 410px #999, 1326px 55px #999, 1282px 1287px #999, 650px 1331px #999, 53px 1660px #999, 1184px 662px #999, 949px 1094px #999, 826px 660px #999, 621px 339px #999, 1900px 1235px #999, 861px 456px #999, 270px 381px #999, 12px 1234px #999, 1116px 16px #999, 1491px 287px #999, 1796px 177px #999, 66px 1455px #999, 1531px 1208px #999, 1022px 406px #999, 980px 1995px #999, 1702px 1472px #999, 819px 1996px #999, 1421px 1272px #999, 1115px 1196px #999, 1259px 1673px #999, 842px 254px #999, 1130px 905px #999, 1822px 561px #999, 1986px 1209px #999, 1250px 288px #999, 1434px 319px #999, 1016px 1417px #999, 1272px 553px #999, 67px 1786px #999, 1246px 762px #999, 1958px 1991px #999, 1968px 1940px #999, 135px 523px #999, 1854px 9px #999, 870px 1948px #999, 814px 1047px #999, 33px 709px #999, 66px 971px #999, 1928px 539px #999, 1753px 1358px #999, 778px 1158px #999, 44px 1238px #999, 502px 3px #999, 316px 1963px #999, 135px 566px #999, 586px 1202px #999, 186px 555px #999, 930px 1707px #999, 1744px 934px #999, 1682px 1590px #999, 572px 1223px #999, 1192px 1436px #999, 1069px 733px #999, 397px 266px #999, 1800px 587px #999, 1960px 1748px #999, 1503px 1141px #999, 1822px 335px #999, 104px 971px #999, 1601px 1936px #999, 1488px 1805px #999, 1205px 1507px #999, 1988px 655px #999, 411px 81px #999, 299px 1325px #999, 573px 297px #999, 1314px 1164px #999, 1304px 1399px #999, 201px 93px #999, 1595px 1216px #999, 109px 1276px #999, 1093px 942px #999, 1546px 770px #999, 1309px 70px #999, 364px 325px #999, 1542px 464px #999, 218px 886px #999, 294px 1042px #999, 1017px 222px #999, 1794px 1238px #999, 1100px 1056px #999, 1888px 1796px #999, 332px 1448px #999, 956px 510px #999, 178px 1258px #999, 889px 1226px #999, 1269px 147px #999, 1104px 881px #999, 1261px 419px #999, 1648px 1800px #999, 942px 377px #999, 1663px 1289px #999, 177px 713px #999, 1536px 877px #999, 1900px 317px #999, 1203px 1181px #999, 592px 1146px #999, 1411px 1582px #999, 322px 1030px #999, 37px 1406px #999, 1308px 1392px #999, 1882px 139px #999, 1250px 253px #999, 69px 1837px #999, 1441px 70px #999, 523px 782px #999, 90px 1060px #999, 368px 1516px #999, 1307px 1194px #999, 412px 1265px #999, 1067px 716px #999, 1285px 970px #999, 1620px 1595px #999, 1756px 1497px #999, 156px 1522px #999, 1377px 1165px #999, 631px 1068px #999, 266px 592px #999, 925px 1017px #999, 1150px 72px #999, 813px 1173px #999, 1302px 310px #999, 259px 1989px #999, 1040px 495px #999, 81px 1310px #999, 745px 1585px #999, 921px 1642px #999, 824px 288px #999, 693px 1792px #999, 645px 1439px #999, 777px 126px #999, 827px 1956px #999, 1625px 602px #999, 1718px 812px #999, 624px 261px #999, 349px 302px #999, 393px 612px #999, 959px 47px #999, 814px 1827px #999, 934px 778px #999, 1163px 636px #999, 987px 952px #999, 1783px 1609px #999, 748px 349px #999, 1332px 1668px #999, 709px 1413px #999, 1410px 1596px #999, 1501px 821px #999, 517px 1154px #999, 691px 53px #999, 786px 844px #999, 355px 1977px #999, 1676px 414px #999, 419px 398px #999, 1290px 1990px #999, 1743px 1589px #999, 1658px 580px #999, 1916px 210px #999, 171px 655px #999, 1165px 431px #999, 1585px 941px #999, 1895px 1258px #999, 66px 83px #999, 1608px 1474px #999, 493px 624px #999, 495px 475px #999, 229px 1807px #999, 99px 691px #999, 1265px 1494px #999, 1162px 395px #999, 1648px 1245px #999, 1465px 245px #999, 570px 1964px #999, 88px 1344px #999, 1666px 1041px #999, 1987px 1179px #999, 848px 55px #999, 539px 1579px #999, 1227px 1208px #999, 378px 1458px #999, 171px 1800px #999, 1058px 540px #999, 886px 1963px #999, 1761px 651px #999, 591px 670px #999, 772px 78px #999, 242px 675px #999, 1541px 1178px #999, 1191px 1979px #999, 1008px 1369px #999, 1352px 1841px #999, 143px 109px #999, 1183px 703px #999, 1352px 790px #999, 609px 1859px #999, 1123px 497px #999, 1073px 1729px #999, 158px 1300px #999, 1413px 264px #999, 405px 1149px #999, 1506px 1143px #999, 377px 237px #999, 1251px 1969px #999, 839px 167px #999, 669px 825px #999, 1451px 1849px #999, 437px 1876px #999, 1739px 1278px #999, 1928px 588px #999, 1455px 1327px #999, 573px 1398px #999, 1794px 1396px #999, 1436px 1002px #999, 313px 1218px #999, 447px 1322px #999, 26px 1644px #999, 369px 1496px #999, 1429px 681px #999, 298px 1846px #999, 893px 921px #999, 1092px 1490px #999, 262px 212px #999, 999px 1377px #999, 971px 942px #999, 94px 1764px #999, 1698px 859px #999, 1419px 1646px #999, 993px 10px #999, 160px 220px #999, 503px 664px #999, 1826px 554px #999, 233px 1000px #999, 709px 1073px #999, 379px 1587px #999, 334px 78px #999, 142px 382px #999, 226px 1863px #999, 1425px 1071px #999;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 509px 29px #999, 1065px 660px #999, 38px 1285px #999, 1710px 1879px #999, 1654px 649px #999, 834px 1447px #999, 448px 1572px #999, 259px 1548px #999, 613px 842px #999, 638px 1732px #999, 1090px 1248px #999, 1243px 1222px #999, 788px 1891px #999, 741px 33px #999, 664px 1240px #999, 45px 546px #999, 1305px 1504px #999, 888px 1050px #999, 1941px 558px #999, 205px 745px #999, 1267px 1344px #999, 689px 1036px #999, 1311px 1516px #999, 1051px 644px #999, 1877px 859px #999, 1173px 38px #999, 1025px 1833px #999, 759px 893px #999, 337px 1893px #999, 260px 1218px #999, 1661px 1809px #999, 700px 1640px #999, 1430px 1784px #999, 199px 188px #999, 1763px 213px #999, 1105px 864px #999, 1746px 581px #999, 1104px 1872px #999, 1295px 981px #999, 498px 576px #999, 1510px 1649px #999, 9px 219px #999, 788px 1568px #999, 626px 93px #999, 1883px 1931px #999, 996px 1715px #999, 1918px 73px #999, 383px 978px #999, 578px 950px #999, 1155px 706px #999, 1717px 1029px #999, 18px 296px #999, 319px 1919px #999, 1220px 1093px #999, 90px 950px #999, 1103px 1162px #999, 593px 1011px #999, 780px 200px #999, 420px 1615px #999, 1023px 130px #999, 1735px 509px #999, 745px 193px #999, 1052px 950px #999, 752px 1680px #999, 681px 1713px #999, 204px 1357px #999, 691px 1683px #999, 186px 51px #999, 1459px 136px #999, 419px 26px #999, 618px 1775px #999, 191px 1028px #999, 1042px 100px #999, 1016px 1178px #999, 1588px 1159px #999, 936px 201px #999, 1830px 153px #999, 571px 1142px #999, 1784px 831px #999, 1441px 1664px #999, 747px 943px #999, 754px 416px #999, 1723px 1198px #999, 615px 1187px #999, 1019px 1319px #999, 1166px 872px #999, 1496px 1700px #999, 966px 1844px #999, 1272px 252px #999, 1967px 1018px #999, 530px 156px #999, 41px 784px #999, 266px 359px #999, 1886px 836px #999, 884px 1145px #999, 1346px 1168px #999, 1268px 1021px #999, 975px 1558px #999, 1624px 1060px #999, 188px 379px #999, 983px 1209px #999, 1889px 1030px #999, 640px 747px #999, 1737px 1594px #999, 128px 1324px #999, 112px 1663px #999, 299px 590px #999, 1548px 1827px #999, 337px 1755px #999, 840px 1102px #999, 230px 1831px #999, 359px 467px #999, 458px 909px #999, 1517px 446px #999, 456px 304px #999, 362px 460px #999, 1882px 117px #999, 104px 1536px #999, 1326px 1265px #999, 323px 208px #999, 1661px 1540px #999, 1456px 1969px #999, 359px 1397px #999, 1086px 1932px #999, 335px 298px #999, 1287px 865px #999, 559px 1545px #999, 1244px 1706px #999, 582px 258px #999, 1172px 1813px #999, 517px 527px #999, 1916px 1414px #999, 490px 1472px #999, 1029px 1674px #999, 491px 1775px #999, 1534px 443px #999, 19px 15px #999, 995px 1691px #999, 1827px 1314px #999, 959px 479px #999, 361px 401px #999, 1840px 1737px #999, 1233px 1414px #999, 1321px 1350px #999, 45px 1334px #999, 1687px 1770px #999, 885px 33px #999, 851px 856px #999, 1687px 1803px #999, 1231px 1115px #999, 1970px 868px #999, 1734px 1172px #999, 1675px 1876px #999, 552px 382px #999, 131px 1250px #999, 489px 1219px #999, 54px 105px #999, 1907px 475px #999, 1740px 1762px #999, 1063px 695px #999, 1716px 1317px #999, 1420px 264px #999, 660px 1788px #999, 1582px 1606px #999, 1256px 1013px #999, 1763px 870px #999, 292px 1241px #999, 929px 222px #999, 740px 1791px #999, 1797px 1891px #999, 1892px 1791px #999, 840px 1058px #999, 235px 1741px #999, 446px 1075px #999, 1870px 776px #999, 1624px 46px #999, 415px 532px #999, 1897px 470px #999, 261px 1402px #999, 1475px 329px #999, 1590px 1271px #999, 409px 241px #999, 986px 481px #999, 783px 917px #999, 1853px 337px #999, 830px 1087px #999, 1447px 437px #999, 1929px 1329px #999, 1901px 1427px #999, 665px 781px #999, 1000px 893px #999, 1527px 488px #999, 334px 712px #999, 1391px 771px #999, 1812px 1559px #999, 183px 258px #999, 1762px 1037px #999, 291px 10px #999, 1443px 1057px #999, 350px 346px #999;
    animation: animStar 100s linear infinite;
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 509px 29px #999, 1065px 660px #999, 38px 1285px #999, 1710px 1879px #999, 1654px 649px #999, 834px 1447px #999, 448px 1572px #999, 259px 1548px #999, 613px 842px #999, 638px 1732px #999, 1090px 1248px #999, 1243px 1222px #999, 788px 1891px #999, 741px 33px #999, 664px 1240px #999, 45px 546px #999, 1305px 1504px #999, 888px 1050px #999, 1941px 558px #999, 205px 745px #999, 1267px 1344px #999, 689px 1036px #999, 1311px 1516px #999, 1051px 644px #999, 1877px 859px #999, 1173px 38px #999, 1025px 1833px #999, 759px 893px #999, 337px 1893px #999, 260px 1218px #999, 1661px 1809px #999, 700px 1640px #999, 1430px 1784px #999, 199px 188px #999, 1763px 213px #999, 1105px 864px #999, 1746px 581px #999, 1104px 1872px #999, 1295px 981px #999, 498px 576px #999, 1510px 1649px #999, 9px 219px #999, 788px 1568px #999, 626px 93px #999, 1883px 1931px #999, 996px 1715px #999, 1918px 73px #999, 383px 978px #999, 578px 950px #999, 1155px 706px #999, 1717px 1029px #999, 18px 296px #999, 319px 1919px #999, 1220px 1093px #999, 90px 950px #999, 1103px 1162px #999, 593px 1011px #999, 780px 200px #999, 420px 1615px #999, 1023px 130px #999, 1735px 509px #999, 745px 193px #999, 1052px 950px #999, 752px 1680px #999, 681px 1713px #999, 204px 1357px #999, 691px 1683px #999, 186px 51px #999, 1459px 136px #999, 419px 26px #999, 618px 1775px #999, 191px 1028px #999, 1042px 100px #999, 1016px 1178px #999, 1588px 1159px #999, 936px 201px #999, 1830px 153px #999, 571px 1142px #999, 1784px 831px #999, 1441px 1664px #999, 747px 943px #999, 754px 416px #999, 1723px 1198px #999, 615px 1187px #999, 1019px 1319px #999, 1166px 872px #999, 1496px 1700px #999, 966px 1844px #999, 1272px 252px #999, 1967px 1018px #999, 530px 156px #999, 41px 784px #999, 266px 359px #999, 1886px 836px #999, 884px 1145px #999, 1346px 1168px #999, 1268px 1021px #999, 975px 1558px #999, 1624px 1060px #999, 188px 379px #999, 983px 1209px #999, 1889px 1030px #999, 640px 747px #999, 1737px 1594px #999, 128px 1324px #999, 112px 1663px #999, 299px 590px #999, 1548px 1827px #999, 337px 1755px #999, 840px 1102px #999, 230px 1831px #999, 359px 467px #999, 458px 909px #999, 1517px 446px #999, 456px 304px #999, 362px 460px #999, 1882px 117px #999, 104px 1536px #999, 1326px 1265px #999, 323px 208px #999, 1661px 1540px #999, 1456px 1969px #999, 359px 1397px #999, 1086px 1932px #999, 335px 298px #999, 1287px 865px #999, 559px 1545px #999, 1244px 1706px #999, 582px 258px #999, 1172px 1813px #999, 517px 527px #999, 1916px 1414px #999, 490px 1472px #999, 1029px 1674px #999, 491px 1775px #999, 1534px 443px #999, 19px 15px #999, 995px 1691px #999, 1827px 1314px #999, 959px 479px #999, 361px 401px #999, 1840px 1737px #999, 1233px 1414px #999, 1321px 1350px #999, 45px 1334px #999, 1687px 1770px #999, 885px 33px #999, 851px 856px #999, 1687px 1803px #999, 1231px 1115px #999, 1970px 868px #999, 1734px 1172px #999, 1675px 1876px #999, 552px 382px #999, 131px 1250px #999, 489px 1219px #999, 54px 105px #999, 1907px 475px #999, 1740px 1762px #999, 1063px 695px #999, 1716px 1317px #999, 1420px 264px #999, 660px 1788px #999, 1582px 1606px #999, 1256px 1013px #999, 1763px 870px #999, 292px 1241px #999, 929px 222px #999, 740px 1791px #999, 1797px 1891px #999, 1892px 1791px #999, 840px 1058px #999, 235px 1741px #999, 446px 1075px #999, 1870px 776px #999, 1624px 46px #999, 415px 532px #999, 1897px 470px #999, 261px 1402px #999, 1475px 329px #999, 1590px 1271px #999, 409px 241px #999, 986px 481px #999, 783px 917px #999, 1853px 337px #999, 830px 1087px #999, 1447px 437px #999, 1929px 1329px #999, 1901px 1427px #999, 665px 781px #999, 1000px 893px #999, 1527px 488px #999, 334px 712px #999, 1391px 771px #999, 1812px 1559px #999, 183px 258px #999, 1762px 1037px #999, 291px 10px #999, 1443px 1057px #999, 350px 346px #999;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1075px 1391px #999, 1549px 935px #999, 688px 266px #999, 1524px 231px #999, 349px 53px #999, 1440px 1524px #999, 1248px 445px #999, 1873px 7px #999, 894px 1558px #999, 1101px 1178px #999, 1314px 1225px #999, 195px 1371px #999, 1599px 494px #999, 113px 690px #999, 714px 856px #999, 1615px 543px #999, 533px 154px #999, 1604px 1318px #999, 1564px 1322px #999, 1781px 297px #999, 1745px 1713px #999, 1562px 1270px #999, 90px 1217px #999, 1380px 837px #999, 731px 82px #999, 1637px 1991px #999, 938px 1079px #999, 438px 701px #999, 880px 918px #999, 1792px 1743px #999, 383px 1040px #999, 834px 528px #999, 1581px 1885px #999, 488px 500px #999, 1546px 679px #999, 1619px 1564px #999, 193px 1493px #999, 159px 139px #999, 1792px 329px #999, 921px 266px #999, 1263px 1370px #999, 1698px 1749px #999, 354px 1883px #999, 1431px 340px #999, 423px 1583px #999, 1163px 1546px #999, 641px 405px #999, 1732px 1563px #999, 248px 714px #999, 314px 65px #999, 353px 106px #999, 316px 1161px #999, 1328px 409px #999, 1897px 208px #999, 275px 866px #999, 887px 1926px #999, 679px 1764px #999, 303px 328px #999, 1411px 277px #999, 765px 30px #999, 547px 265px #999, 1093px 708px #999, 1988px 688px #999, 1390px 1674px #999, 700px 1174px #999, 1517px 160px #999, 1656px 966px #999, 1355px 1005px #999, 1222px 1496px #999, 282px 1620px #999, 1987px 630px #999, 1515px 568px #999, 1930px 1398px #999, 908px 1710px #999, 1839px 34px #999, 158px 164px #999, 683px 264px #999, 1393px 1349px #999, 1236px 1698px #999, 1620px 1258px #999, 1479px 127px #999, 845px 993px #999, 918px 65px #999, 1121px 119px #999, 662px 1066px #999, 1195px 1853px #999, 1655px 1682px #999, 1418px 437px #999, 12px 126px #999, 858px 1966px #999, 1528px 574px #999, 1341px 393px #999, 279px 531px #999, 1710px 697px #999, 539px 759px #999, 1757px 1539px #999, 1281px 352px #999, 1738px 1919px #999, 208px 627px #999, 697px 172px #999;
    animation: animStar 150s linear infinite;
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1075px 1391px #999, 1549px 935px #999, 688px 266px #999, 1524px 231px #999, 349px 53px #999, 1440px 1524px #999, 1248px 445px #999, 1873px 7px #999, 894px 1558px #999, 1101px 1178px #999, 1314px 1225px #999, 195px 1371px #999, 1599px 494px #999, 113px 690px #999, 714px 856px #999, 1615px 543px #999, 533px 154px #999, 1604px 1318px #999, 1564px 1322px #999, 1781px 297px #999, 1745px 1713px #999, 1562px 1270px #999, 90px 1217px #999, 1380px 837px #999, 731px 82px #999, 1637px 1991px #999, 938px 1079px #999, 438px 701px #999, 880px 918px #999, 1792px 1743px #999, 383px 1040px #999, 834px 528px #999, 1581px 1885px #999, 488px 500px #999, 1546px 679px #999, 1619px 1564px #999, 193px 1493px #999, 159px 139px #999, 1792px 329px #999, 921px 266px #999, 1263px 1370px #999, 1698px 1749px #999, 354px 1883px #999, 1431px 340px #999, 423px 1583px #999, 1163px 1546px #999, 641px 405px #999, 1732px 1563px #999, 248px 714px #999, 314px 65px #999, 353px 106px #999, 316px 1161px #999, 1328px 409px #999, 1897px 208px #999, 275px 866px #999, 887px 1926px #999, 679px 1764px #999, 303px 328px #999, 1411px 277px #999, 765px 30px #999, 547px 265px #999, 1093px 708px #999, 1988px 688px #999, 1390px 1674px #999, 700px 1174px #999, 1517px 160px #999, 1656px 966px #999, 1355px 1005px #999, 1222px 1496px #999, 282px 1620px #999, 1987px 630px #999, 1515px 568px #999, 1930px 1398px #999, 908px 1710px #999, 1839px 34px #999, 158px 164px #999, 683px 264px #999, 1393px 1349px #999, 1236px 1698px #999, 1620px 1258px #999, 1479px 127px #999, 845px 993px #999, 918px 65px #999, 1121px 119px #999, 662px 1066px #999, 1195px 1853px #999, 1655px 1682px #999, 1418px 437px #999, 12px 126px #999, 858px 1966px #999, 1528px 574px #999, 1341px 393px #999, 279px 531px #999, 1710px 697px #999, 539px 759px #999, 1757px 1539px #999, 1281px 352px #999, 1738px 1919px #999, 208px 627px #999, 697px 172px #999;
}

#title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #999;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
}

#title span {
    background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}





#earthback {}

#earth {
    /* [1] Allow it to contain the absolutely positions pseudo-elements (later-on) */
    position: relative;
    background-image: url("../img/map-1.png");
    background-color: #000000;
    ;

    /* [2] Set-up the dimensions and spacing */
    width: 300px;
    height: 300px;
    margin: 3em auto;

    /* [3] Prepare the animation effects */
    transition: transform 200ms linear;
    animation: rotate 8s linear infinite;
    /* This is going to be defined in the next step */

    /* [4] Tweak the appearance, and give it a nice background i.e. the world map */
    color: #000;
    border-radius: 50%;
    background: url("https://cdn.pixabay.com/photo/2012/02/22/19/28/africa-15428_960_720.jpg") 0 0 repeat / 2070px;
    box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);

    /* [5] Position things in a 3d space */
    transform-style: preserve-3d;
}

#earth:after {
    /* [1] Break the flow to show this as an overlay */
    position: absolute;
    top: 0;
    left: 0;

    /* [2] Make it take all the space available in the box (ahem... globe!) */
    width: 100%;
    height: 100%;

    /* [3] Make sure this has no generated content, as we want this just for fancy purposes */
    content: "";

    /* [4] Give it some shape and shadow */
    border-radius: 50%;
    box-shadow: -80px 15px 80px 10px rgba(0, 0, 0, 0.9) inset;
}

#earth:before {
    /* [1] Again, break the flow to show this as an overlay */
    position: absolute;
    top: 0;
    left: 0;

    /* [2] Again, give it all the available space */
    width: 100%;
    height: 100%;

    /* [3] Duh. */
    content: "";

    /* [4] Add some shape and overlay effect to it */
    opacity: 0.2;
    border-radius: 50%;
    background: radial-gradient(circle at 100px 100px, #999, #000);
}

@keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 630px 0;
    }
}

.tt-logo .tt-btn {
    height: 40px;
}

.darkHeader {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.footer-link {
    list-style: none;
    text-align: left;
}

.footer-link>li {
    padding: 3px 0;
}

.footer-link>li>a {
    font-size: 16px;
    color: #919191;
    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(.215, .61, .355, 1) !important;
    background-size: 0 100%;
}

.footer-link>li>a:hover,
.footer-link>li>a:focus {
    background-size: 100% 100%;
    color: #FFF;
}

.footer-link-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #EEE;
}



.footer-row {
    position: relative;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    background-image: linear-gradient(to bottom, #000000, #161616, #242424, #2b2b2b, #333333);
    margin-top: 150px;
    border-top:1px solid #242424;
}

.footer-shape img {
    position: absolute;
    bottom: 53px;
}

.bg {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -3;
}

.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
}

@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }

    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}

@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }

    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}

@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }

    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}

.star-field {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}

.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc,
        -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7,
        758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke,
        183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3,
        158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb,
        719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4,
        870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4,
        414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3,
        641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2,
        727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0,
        -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2,
        755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6,
        554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8,
        359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc,
        74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf,
        -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6,
        -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa,
        -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke,
        -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed,
        70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke,
        -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9,
        -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0,
        839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2,
        -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white,
        170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6,
        808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc,
        -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3,
        -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2,
        -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6,
        392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb,
        98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}

.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}

.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}

.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}






.slider {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    padding: 0;
}

.slider li {
    position: relative;
    background: none no-repeat center/cover;
    min-height: 100%;
    overflow: hidden;
    flex-grow: 1;
    transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider li:hover {
    flex-grow: 5;
}

.slider li:hover h1 {
    transform: rotateZ(0) translateY(0);
}

.slider li:hover p {
    transform: translateY(calc((100% + 2rem) * -1)) rotateZ(0);
}

.slider a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.slider h1 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    transform-origin: left top;
    transform: rotateZ(90deg) translateY(-1em);
    font-family: sans-serif;
    transition: 0.25s cubic-bezier(0.35, 0, 0, 1);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.slider p {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    padding: 1rem;
    font-family: sans-serif;
    transform-origin: left top;
    transform: translateY(0) rotateZ(90deg);
    transition: 0.5s cubic-bezier(0.35, 0, 0, 1);
    width: 25em;
    color: rgba(0, 0, 0, 0.65);
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    border-radius: 0.25rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.slider .one {
    background-image: url(../img/portfolio/1920/portfolio-1.jpg);
}

.slider .two {
    background-image: url(../img/portfolio/1920/portfolio-2.jpg);
}

.slider .three {
    background-image: url(../img/portfolio/1920/portfolio-3.jpg);
}

.slider .four {
    background-image: url(../img/portfolio/1920/portfolio-4.jpg);
}

.slider .five {
    background-image: url(../img/portfolio/1920/portfolio-5.jpg);
}





.ctaMail {
    position: relative;
    background: url(../img/3.png) no-repeat center center/cover;
    border-radius: 100px;
    padding: 45px 175px 45px 110px;
    margin: 65px 0 0
}

.ctaMail:after {
    position: absolute;
    left: 110px;
    top: -15px;
    width: 3px;
    height: 45px;
    background: #fff;
    content: ''
}

.ctaMail .subTitle {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .36px;
    margin: 8px 0 5px
}

.ctaMail .secTitle {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}



.achivementSection01 {
    position: relative;
    padding: 160px 0 154px;
    background: url(../img/4.jpg) no-repeat top center/cover
}

.achivementSection01 .subTitle {
    margin-top: 10px
}

.achivementSection01 .secTitle {
    margin-bottom: 15px
}

.achivementSection01 p {
    color: #5f5f5f;
    margin-bottom: 31px
}

.achivementSection01 .withbg li:nth-child(2) {
    margin-left: 26px
}

.achivementSection01 .withbg {
    margin-bottom: 46px
}

.ClientNumber h2 {
    font-size: 110.79px;
    line-height: 109px;
}

.withbg li span {
    padding: 12px 30px 16px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .07);
}

.withbg li {
    font-family: fira sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #101a25;
    margin: 0 0 14px;
}

.listItem li {
    list-style: none;
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.listItem {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

.featureSection07 {
    position: relative;
    padding: 160px 0 60px;
}

.featureSection07 .secTitle {
    line-height: 42px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 14px;
}

.secTitle {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 40px;
    margin-bottom: 40px;
}

.largeContainer .secTitle {
    font-weight: 600;
    ;
}

.featureSection07 .listItem li i {
    color: #c75251;
    margin-right: 10px;
}

.featureSection07 .listItem li {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    line-height: 40px;
    font-family: fira sans, sans-serif;
}

.listItem li {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.consultSectionTitle {
    position: relative;
    padding: 160px 0 407px;
    background: url(../img/portfolio/1920/portfolio-4.jpg) no-repeat center center/cover;
}

.consultSectionTitle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(29, 29, 29, .82)
}

.consultSectionTitle .container {
    position: relative;
    z-index: 2
}

.consultSectionTitle .secTitle {
    color: #fff;
    letter-spacing: -1px;
    line-height: 55px;
    margin-bottom: 11px;
    font-weight: 600;
}

.consultSection01 {
    position: relative;
    z-index: 2;
    position: relative;
    padding: 0 0 80px
}

.consultArea {
    position: relative;
    border-radius: 5px;
    background: url(../img/portfolio/1920/portfolio-1.jpg) no-repeat top center;
    padding: 86px 60px 0 100px;
    z-index: 2;
    margin-top: -370px
}

.consultArea:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(15, 13, 29, .14);
    border-radius: 5px
}

.consultArea .row {
    position: relative;
    z-index: 2
}

.consultArea .popup_video {
    margin-top: 100px
}

.consultArea h3 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    margin: 36px 40px 60px 0
}

.best-rate p {
    font-weight: 600;
    color: #333333;
}

.contact_form i {
    font-size: 22px;
    color: #c75251;
    margin-right: 16px;
}

.contact_form {
    position: relative;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 47px 40px 48px;
    margin-bottom: -34px;
    -webkit-box-shadow: 0 10px 81px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 10px 81px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 10px 81px 0 rgba(0, 0, 0, .09)
}

.contact_form h5 {
    font-size: 30px;
    color: #0f0d1d;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 30px
}

.contact_form p {
    font-size: 16px;
    line-height: 25px;
    color: #5f5f5f;
    margin: 0 0 24px
}

.contact_form button {
    width: 100%;
    margin-top: 16px
}

.service_section_02 {
    position: relative;
    padding: 120px 0 125px
}

.ClientNumber {
    position: absolute;
    left: 39px;
    bottom: 25px;
    text-align: left;
}

.ClientNumber h2 {
    position: relative;
    font-size: 110.79px;
    line-height: 109px;
    margin: 0 0 0 4px;
    font-weight: 600;
}

.ClientNumber h2 sup {
    font-style: normal;
    font-size: 55px;
    line-height: 60px;
    color: var(--theme-color);
    top: -58px;
}

.ClientNumber h5 {
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.withbg li {
    font-family: 'Bangla MN';
    font-size: 18px;
    font-weight: 500;
    color: #101a25;
}

.listItem li i {
    color: #c75251;
    margin-right: 10px;
}





.pricingSection03 {
    position: relative;
    background: url(../img/15.jpg) no-repeat center center/cover;
    padding: 150px 0 0 113px;
    border-radius: 50px;
    margin: 150px;
    ;
}

.pricingTab03 {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    right: -17%;
    top: 44%;
    z-index: 2;
    text-align: right
}

.pricingTab03 li {
    list-style: none;
    display: block
}

.pricingTab03 li a {
    position: relative;
    display: inline-block;
    height: 59px;
    background: #fff;
    line-height: 59px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #382c4d;
    text-transform: uppercase;
    font-weight: 800;
    font-family: fira sans, sans-serif;
    padding: 0 25px;
    margin: 0 0 10px
}

.pricingTab03 li a:before {
    display: inline-block;
    font-family: themewar !important;
    content: "\f025";
    color: inherit;
    position: relative;
    font-weight: 400;
    top: 1px;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricingTab03 li a.active:before {
    font-size: 15px;
    visibility: visible;
    opacity: 1;
    margin-right: 6px
}

.pricingTab03 li a.active,
.pricingTab03 li a:hover {
    background: var(--theme-color-three);
    color: #fff;
    padding: 0 31px
}

.tabContent03 {
    position: relative
}

.tabContent03 img {
    max-width: 100%;
    height: auto;
    border-radius: 65px;
    position: absolute;
    left: -80px;
    top: -150px
}

.pricing-item-02 {
    position: relative;
    max-width: 400px;
    background: #fff;
    font-family: fira sans, sans-serif;
    border-radius: 50px;
    padding: 50px 40px 36px;
    margin-left: 160px;
    margin-top: -63px;
    z-index: 2;
    -webkit-box-shadow: -1px 3px 57px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: -1px 3px 57px 0 rgba(0, 0, 0, .06);
    box-shadow: -1px 3px 57px 0 rgba(0, 0, 0, .06)
}

.pricing-item-02 .p-title {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    color: #382c4d;
    position: relative;
    z-index: 2
}

.pricing-item-02 .p-price {
    justify-content: center;
    color: #382c4d;
    font-size: 65.69px;
    font-weight: 600;
    letter-spacing: -1.3px;
    line-height: 1;
    margin: 0 0 8px
}

.pricing-item-02 .p-price sup {
    font-size: inherit;
    top: 32px;
    margin: 0
}

.pricing-item-02 p {
    color: #382c4d;
    font-size: 18px;
    margin: 0 0 29px
}

.pricing-item-02 ul {
    border-top: 1px solid #ededed;
    margin: 0;
    padding: 34px 0 29px;
    text-align: left
}

.pricing-item-02 ul li {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 13px
}

.pricing-item-02 ul li i {
    color: #c75251;
    font-size: 16px;
    display: inline-block;
    margin-right: 13px
}

.pricing-item-02 .berpo_btn {
    width: 100%;
    border-radius: 50px;
    background: var(--theme-color-three);
    color: #f0f0f0;
    font-size: 14px;
    height: 65px;
    line-height: 67px;
    -webkit-box-shadow: 0 0 27px 0 rgba(255, 85, 56, .26);
    -moz-box-shadow: 0 0 27px 0 rgba(255, 85, 56, .26);
    box-shadow: 0 0 27px 0 rgba(255, 85, 56, .26)
}

.priceCon {
    position: relative;
    padding: 45px 0 190px 45px
}

.priceCon p {
    color: #382c4d;
    margin: -26px 0 41px
}

.priceCon .icon_box_01 {
    padding-left: 93px;
    padding-top: 10px
}

.priceCon .icon_box_01 i {
    width: 74px;
    height: 74px;
    background: #FFF;
    border-radius: 50%;
    font-size: 30px;
    line-height: 74px;
    color: #c75251;
}

.priceCon .icon_box_01 h5 {
    color: #382c4d;
    font-size: 18px;
    line-height: 28px
}

.priceCon .icon_box_01 span {
    color: #382c4d;
    font-weight: 600;
    font-size: 22px;
    margin: 0
}

.icon_box_01 {
    position: relative;
    min-height: 67px;
    margin: 0 0 20px;
    padding: 0 0 0 99px
}

.icon_box_01 i {
    width: 67px;
    height: 67px;
    background: #ebf1ff;
    line-height: 67px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    color: var(--theme-color-two)
}

.icon_box_01 i.twi-phone-volume:before {
    display: inline-block;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.icon_box_01 h5 {
    font-size: 19px;
    line-height: 30px;
    color: #767676;
    font-weight: 400;
    margin: 0
}

.icon_box_01 h5 span {
    display: block;
    color: #000;
    font-size: 18px;
    margin: 4px 0 0
}

.fcta .tt-form-control:not(textarea):not([size]) {
    height: 50px;
    border-radius: 100px 0 0 100px;
    background-color: #444;
    padding-left: 30px;
}

.tt-form-group input.wpcf7-form-control{
    height: 50px;
    border-radius: 100px 0 0 100px;
    background-color: #444;
    padding-left: 30px;
    color: #FFF;
    border: none;
}

.fcta .tt-col-md-7 {
    padding-right: 0;
}

.fcta .tt-col-md-5 {
    padding-left: 0;
}

.fcta .tt-form-group {
    margin-bottom: 0;
}

.fcta .tt-btn {
    margin: 0;
}

.fcta .tt-btn {
    border-radius:100px;
    width: 100%;
}
.newsletter-info{     display: flex;
    align-items: center;
    justify-items: center;}
.newsletter-info h2{
    font-size:18px !important;
    font-family: 'FuturaW01-Book' !important;
    margin:0;
}
.fcta {
    position: absolute;
    border-radius: 1000px;
    padding: 10px 0px 10px 10px;
    margin-top: auto;
    background-position: top;
    background-size: 100%;
    background-attachment: fixed;
    top: -35px;
    width: 100%;
    background-image: linear-gradient(to top, #161616, #1d1d1d, #242424, #2b2b2b, #333333);
}

.fcta h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    font-family: 'FuturaW01-Book';
}

.fcta .berpo_btn.with_icon03 {
    background: #fff;
    color: #181818;
    border: 2px solid #fff;
    line-height: 54px;
    margin-top: 15px
}

.fcta .berpo_btn.with_icon03:hover {
    color: #fff;
    background: 0 0
}

.fcta .berpo_btn.with_icon03:after {
    background: 0 0
}

.fcta .berpo_btn.with_icon03:nth-child(2) {
    color: #fff;
    background: 0 0;
    margin-left: 12px
}

.fcta .berpo_btn.with_icon03:hover:nth-child(2) {
    background: #fff;
    color: #181818
}

.footer-row .tt-wrap {
    max-width: 1140px !important;
}

.footer-contact {
    background-image: url(../img/map-2.png);
    background-size: contain;
    color: #919191;
    padding: ;
    background-repeat: no-repeat;
    height: 280px;
    padding-top: 40px;
}

.footer-contact a {
    color: #919191;
}

body:not(.tt-boxed) .tt-footer-inner,
.tt-footer-inner:not(.tt-wrap) {
    padding-left: 6.5%;
    padding-right: 6.5%;
}




.attention-todetail-component {
    position: relative;
}

.attention-todetail-wrapper .attention-todetail-component {
    height: 130vh;
    display: flex;
}

.attention-todetail-wrapper .linear-gradient-container1 {
    background-image: linear-gradient(180deg, #000, transparent 84%);
    top: 0;
    height: 30%;
}

.linear-gradient-container,
.linear-gradient-container1,
.radial-gradient-container {
    pointer-events: none;
    height: 650px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* .attention-todetail-wrapper .linear-gradient-container1 {    
    background: linear-gradient(180deg,#000,transparent 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050505",endColorstr="#000000",GradientType=0);
}  */
/* .attention-todetail-wrapper .radial-gradient-container {
    background-image: radial-gradient(circle at 100% 50%,rgba(0,0,0,.5),transparent 95%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    height: 100%;
} */
.attention-todetail-wrapper .radial-gradient-container {
    background-image: radial-gradient(ellipse at 0 50%, rgba(0, 0, 0, .7), transparent 95%);
    height: 100%;
}

.attention-todetail-wrapper .linear-gradient-container2 {
    height: 30%;
    bottom: -3px;
    position: absolute;
    background: linear-gradient(180deg, #000, transparent 84%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    width: 100%;
    z-index: 2;
}


.luxury-well .tt-pci-caption {
    left: 0px;
    transform: translate3d(100px, 0, 0);
    z-index: 1;
}


.luxury-well .tt-pci-title {
    margin: 0;
    font-size: calc(16px + 1.5vw);
}


.dining-section {
    position: relative;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 100px;
}

.img-tag-1 {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.container-main>ul>li:first-child .image {
    opacity: 1;
    visibility: visible;
}


.container-main>ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.container-item-1 {
    padding: 15px 0;
}

.link {
    font-family: 'Bangla MN';
    position: relative;
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    transition: opacity .3s ease-in-out;
}

.container-item-1.active .link+.image {
    opacity: 1;
    visibility: visible;
}

.container-main.hover .link {
    opacity: .4;
}

.container-item-1.active .link {
    opacity: 1;
}

.menu-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 110px;
    padding-right: 110px;
}

.menu-footer-link {
    display: flex;
    align-items: center;
    height: 50px;
}

.menu-footer-link a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.z-index-5 {
    z-index: 5;
}




/* ======= Rooms1 style ======= */
.rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.rooms1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms1 .item:hover .con {
    bottom: 0;
}

.rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.rooms1 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.rooms1 .item .category a {
    color: #fff;
}

.rooms1 .item .category:hover {
    color: #fff;
}

.rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
}

.rooms1 .item .con i {
    color: #fff;
    font-size: 18px;
}

.rooms1 .item .con i:hover {
    color: #fff;
}

.rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
    border-color: #aa8453;
}

/* line animation */
.rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}

.rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* facilities */
.rooms1 .facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rooms1 .facilities ul li {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: 20px;
    float: left;
}

.rooms1 .facilities ul li i {
    margin-right: 10px;
}

/* permalink */
.rooms1 .item .con .permalink {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
}

.rooms1 .item .con .permalink i {
    font-size: 10px;
    text-align: right;
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
    color: #aa8453;
}

.questions-block {
    display: flex;
    justify-content: space-between;
    background-color: #222;
    align-items: center;
    padding: 0px 20px;
    border-radius: 6px;
    margin-top: 100px;
}

.questions-block .questions-title {
    font-size: 20px;
    color: #FFF;
    padding-left: 20px;
}

.questions-block .tt-btn {
    height: 40px;
    font-size: 14px;
}

.strong-tag-white strong {
    color: #FFFFFF !important;
}

/* ======= Rooms 2 style  ======= */
.rooms2 {
    position: relative;
    margin-bottom: 120px;
}

.rooms2:last-child {
    margin-bottom: 20px;
}

.rooms2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.rooms2.left figure {
    margin-left: 0;
    margin-right: auto;
}


.rooms2 .caption {
    background: #060606;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 80%;
    padding: 3%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
}

.rooms2.left .caption {
    left: auto;
    right: 0;
}


.rooms2 .caption.padding-left {
    padding-left: 4%;
}

.rooms2.left .caption.padding-left {
    padding-right: 4%;
}


.rooms2 .caption h4,
.rooms2 .caption h4 a {
    font-size: 35px;
    color: #222;
    margin-bottom: 5px;
}

.rooms2 .caption h3,
.rooms2 .caption h3 a {
    font-size: 24px;
    color: #D7B56E;
    margin-bottom: 10px; 
 letter-spacing: 2px; 
}

.rooms2 .caption h3 span {
    font-size: 15px;
    color: #666;
    font-family: 'Barlow', sans-serif;
}

.rooms2 .caption h6 {
    display: inline-block;
    color: #666;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.rooms2 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms2 .caption .info-wrapper .more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.rooms2 .caption .info-wrapper .more i {
    color: #666;
    font-size: 10px;
}

.rooms2 .caption .info-wrapper .date {
    color: #222;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    background: transparent;
    border: 1px solid #D7B56E;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3px 12px;
}

.rooms2 .caption .info-wrapper .date:hover {
    background: transparent;
    border: 1px solid #222;
    color: #222;
}

@media (max-width: 991.98px) {
    .rooms2 figure {
        width: auto;
        margin: 0;
    }

    .rooms2 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        background:#111111;
        margin:-15px 15px 15px;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


.quotes-well,
.quotes-well-1 {
    position: relative;
    font-size: 24px;
    text-align: center;
}

.quotes-well-1 {
    /* margin-bottom: 150px; */
}

.quotes-left {
    position: absolute;
    left: -70px;
    top: -28px;
}

.quotes-right {
    position: absolute;
    right: -70px;
    bottom: 0;
}

.quotes-name {
    font-size: 20px;
    color: #FFF;
    font-family: var(--tt-main-font);
    margin-top: 20px;
}

.text-align-end {
	text-align-last: end !important;
}

.text-align-end p {
	text-align: justify;
}

hr {
	border-top: 1px solid rgba(34, 34, 34, 0.5);
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.covid-19-title h3 {
	color: #D7B56E;
}
.covid-well p{
 text-align:justify;   
}

.did-floating-label-content {
	position: relative;
	margin-bottom: 20px;
}

.did-floating-label {
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 15px;
	padding: 0 5px;
	background: #000;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.did-floating-textarea {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #444;
	border-radius: 0px;
	box-sizing: border-box;
}

.did-floating-input,
.did-floating-select {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background: #000;
	color: #FFF;
	border: 1px solid #444;
	border-radius: 0px;
	box-sizing: border-box;
}

.did-floating-input:focus,
.did-floating-textarea:focus,
.did-floating-select:focus {
	outline: none;
}

.did-floating-textarea:focus~.did-floating-label,
.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
	top: -8px;
	font-size: 13px;
}

/* line animation */
.rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
    text-align-last: end !important;
}

.text-align-end p {
    text-align: justify;
}

hr {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.covid-19-title h3 {
    color: #D7B56E;
}



.did-floating-label-content {
    position: relative;
    margin-bottom: 20px;
}

.did-floating-label {
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    padding: 0 5px;
    background: #000;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-textarea {
    font-size: 14px;
}


/* Form CSS */

.wpcf7 form .wpcf7-response-output{
    /* display: none; */
    margin: 3px 10px !important;
    border: none !important;
    padding: 1px 47px !important;
    text-align: center;
}

.did-floating-textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #000;
    color: #FFF;
    border: 1px solid #444;
    border-radius: 0px;
    box-sizing: border-box;
}

.did-floating-input,
.did-floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #000;
    color: #FFF;
    border: 1px solid #444;
    border-radius: 0px;
    box-sizing: border-box;
}

.did-floating-input:focus,
.did-floating-textarea:focus,
.did-floating-select:focus {
    outline: none;
}

.did-floating-textarea:focus~.did-floating-label,
.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}


.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input .did-floating-textarea,
.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
    border: 2px solid #9d3b3b;
    color: #9d3b3b;
}

.did-error-input .did-floating-label {
    font-weight: 600;
    color: #9d3b3b;
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}

.input-group {
    display: flex;
}

.input-group .did-floating-input {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    padding-left: 0;
}

.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3d85d8;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: 0 !important;
    left: 0;
}

.intl-tel-input {
    position: relative;
    display: block !important;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: none !important;
    background-color: #000 !important;
    border: 1px solid #444 !important;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
}


/* Gravity forms CSS*/

.gform_wrapper.gravity-theme textarea,	
.gform_wrapper.gravity-theme select,	
.gform_wrapper.gravity-theme input {	
    /* background-color: transparent !important; */	
    box-shadow: none !important;	
    border: 1px solid #444;	
    color: #fff;	
    background: #000;	
}	
.gform_wrapper.gravity-theme .did-floating-input {	
    border: none !important;	
}	
.ginput_container_phone input {	
    /* padding-left: 52px !important; */	
}	
.tt-form-filled label {	
    /* top: 5px; */	
    /* position: absolute; */	
/*     padding-left: 20px;	 */
    /* left: 25px; */	
}	
.tt-form-filled label:focus { 	
    background: green; 	
    position: absolute;	
    padding-left: 20px;	
}	
.gform_body #field_1_10 .gfield_label:focus{	
    top: 20px;	
    background: #000;	
    /* padding: 4px 25px; */	
    outline: none;	
    left: 20px;	
    position: relative;	
}	
.gfield_label	
{	
    font-size: 15px;	
    padding: 8px 18px;	
}	
.gform_footer .gform_button{	
    position: relative;	
    display: inline-flex;	
    align-items: center;	
    justify-content: center;	
    height: 50px;	
    /* background-color: transparent; */	
    margin: 15px 15px 15px 0;	
    padding: 0 30px;	
    text-align: center;	
    font-size: 16px;	
    font-weight: bold;	
    font-weight: 500;	
    overflow: hidden;	
    cursor: pointer;	
    border: none;	
    border-radius: 8px;	
    z-index: 1;	
    background-color: #b12c0d;	
}	
.gfield_validation_message{	
    margin-top: 37px;	
}	

span.spf-phone.error-msg.hide{
     display: none !important;
}

span.spf-phone.valid-msg
{
    display: none !important;
}


input#gform_submit_button_1{
    background-color: var(--tt-main-color);
}
.tt-section-inner .gform_wrapper.gravity-theme .tt-form-filled .gform_fields {	
    clear: both;	
    display: inline-block;	
    width: 100%;	
}	
.tt-section-inner .gform_wrapper.gravity-theme .tt-form-filled .solutation {	
    width: 20%;	
    display: inline-block;	
    vertical-align: text-top;	
}	
.tt-section-inner .gform_wrapper.gravity-theme .tt-form-filled .first_last_name {	
    width: 80%;	
    display: inline-block;	
}	
.tt-section-inner .gform_wrapper.gravity-theme .email-one-half-first {	
    width: 50%;	
    display: inline-block;	
    margin-right: 1%;	
}	
.tt-section-inner .gform_wrapper.gravity-theme  .email-one-half-second{	
    width: 48%;	
    display: inline-block;	
    margin-left: 1%;	
}	
.tt-section-inner .gform_wrapper.gravity-theme .tt-form-filled .first_last_name .gf_name_has_2 {	
    padding: 15px;	
}	

.name_first, .name_last{
    /*font-size: 14px;*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*padding: 0 20px;*/
    /*background: #000;*/
    /*color: #FFF;*/
    /*border-radius: 0px;*/
}

.tt-section-inner .gform_wrapper.gravity-theme .gfield {	
    margin-bottom: 20px;	
}	
.membership .ginput_container {
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {display:none !important;}
.membership .ginput_container_date img{
    display:none;
}
.validation_message{	
    display: none;	
}	

.gform_wrapper.gravity-theme .ginput_complex label{
    color: #fff;
    font-weight: 700;
}

/* Froms CSS */	
.gform_confirmation_message_1{	
    font-size: 28px;	
    text-align: center;	
    color: #b12c0d;	
}	
input#input_1_11::placeholder{	
    color: transparent !important;	
    	
}	
.gfield .iti.iti--allow-dropdown input{	
    border: 1px solid #444 ;	
}

.strong-tag-white{
    margin-top: 30px;
}

.tt-text-justify{
    text-align: justify;
}


/*Cookies Page CSS*/
.manage-btn, .accept-btn {
  color: white;
  padding: 8px 20px;
  margin: 8px 0;
  border: 1px solid black;
  cursor: pointer;
}
.manage-btn {
  /*padding: 14px 20px;*/
  background-color: #203864;
  margin-right: 10px
}
.accept-btn {
    background-color: #fff;
  color: #203864;
}
.cookie-section {
  text-align: justify;
  padding: 16px;
}
.cookie-clearfix {
	text-align: center;
}
.cookie-clearfix::after {
  content: "";
  clear: both;
  display: table;
  text-align: center;
}
.note {
  color: red;
}

.cookie-policy {
  text-align: justify;
  margin-top: 50px;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px;
}
.tt-tprivacy-text{
	color: #fff;
    text-align: center;
    font-size: 21px;
}
table, th, td {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.cookies-pref{
    font-size: 16px;
    text-align: start;
	padding: 10px 10px;
}
.cookies-manage{
    font-size: 16px;
	    text-align: center;
}
.cookie-clearfix {
    padding-top: 20px;
	text-align: center; 
}
.cookie-clearfix::after {
  content: "";
  clear: both;
  display: table;
  text-align: center;
}
.manage-btn {
    font-size: 16px;
     color: #fff;
    padding: 6px 21px;
    /* padding: 14px 20px; */
    background-color: #203864;
    margin-right: 10px;
}
.accept-btn {
    font-size: 16px;
      padding: 6px 21px;
    color: #203864;
}
.contact-sidebar{
    padding:10px;
    text-align:justify;
}
.contact-sidebar h1{
    font-size:32px;
    color:#FFF;
}
.map{
  filter: grayscale(100%) invert(92%) contrast(83%);
  margin-bottom:-5px;
}
.space-line {
    padding: 20px;
    padding-top:80px;
    display: flex;
    font-size:18px;
    flex-direction:column;
    align-items: center;
    background-image: linear-gradient(to bottom, #000000, #030303, #070707, #0a0a0a, #0d0d0d, #0d0d0d, #0d0d0d, #0d0d0d, #0a0a0a, #070707, #030303, #000000);
    min-height: 350px;
}
.space-line img{
    margin-bottom:20px;
}

@media screen and (max-width: 419px) {
  .manage-btn, .accept-btn {
     width: 100%;
  }
}

.hidden-fields {
    display: none;
}

#service-type, #topic-choose, #amendmentadvise, #adddetails, #amendmentselectdate, #specialrequest,#cctadvise,
#cancellationdate, #additionaldetails, #amendment-number, #cancletion-number, #spaamendmentdate, #spadetails,#spaamendmentcandate, #spacandetails
,#new-booking, #main-message{
    display: none;
}


#comment-error, #email-error, #author-error {
    color: #b11f24;
    font-size: 14.5px;
    margin: 2px 0px 5px 10px;
}

.tt-form-filled .error{
    color: #b11f24;
    font-size: 14.5px;
    margin: 2px 0px 5px 10px;
    padding-left:0;
}

.room-book{
    border-radius: 0px;
    box-shadow: inset 0 0 0 2px #444;
    margin-bottom: 20px;
    margin-top: 5px;
    /* padding: 20px 20px; */
    /* border: 1px solid #444; */
}

.menu-well-box{
    background:linear-gradient(to bottom,#0d0d0d, #0d0d0d, #0d0d0d, #0d0d0d, #0a0a0a, #070707, #030303, #000000);
    margin-bottom:50px;
    padding: 30px 30px 30px 0;
    min-height:340px;
}

.g-recaptcha{
        margin-top: 30px;
}
.gform_required_legend{
	display: none;
}
.confirmation-txt{
	color: #d7b56e;
    font-size: 18px;
}
/* gform_wrapper */
.confirmation-class{
    position:relative;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.ginput_container_text input:focus ~ .gfield_label{
  color:red !important;
}
.bookinginfo .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: linear-gradient(to bottom, #000000, #030303, #070707, #0a0a0a, #0d0d0d, #101010, #131313, #161616, #191919, #1c1c1c, #1f1f1f, #222222);
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}
.bookinginfo .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bookinginfo .modal-dialog {
    margin: 1.75rem auto;
  }
.bookinginfo .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bookinginfo .close {
  float: none;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-shadow: none;
  opacity: 1;
  background-color: #333;
  border-radius: 400px;
  height: 36px;
  width: 36px;
  display: inline;
  position: absolute;
  right: -10px;
  top:-10px;
  text-align: center;
  z-index: 10000;
}
.booking_popup{
    color:#FFF;
    font-size:22px;
    padding: 40px;
    text-align:justify;
}
@media screen and (min-width: 320px) and (max-width: 599px) {
    .bookinginfo .close {
        right: 10px;
        top:10px;
    }
    .booking_popup{
    color:#FFF;
    font-size:18px;
    padding: 40px;
    text-align:center;
}
}

.gfield{
    position:relative;
}
.gfield_label{
    position: absolute;
    top: -11px;
    left: 10px;
    background-color: #000;
    padding: 2px 10px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 0px;
    padding: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: #8f8f8f !important;
}
.field_sublabel_below legend.gfield_label{position: relative;top: 0;
    left: 0px;color: #FFFFFF !important;}
.gfield_required{
    display:none !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    height:50px;
}
input::file-selector-button {
  color: #8f8f8f;
 background-color:#000;
 border: thin solid black;
}
#gform_browse_button_1_37 {
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield_label {
	z-index: 1;
}
input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline: 1px solid White;
  border-radius: 0px;
}
#gform_fields_1 {
	display: grid !important;
}
#gform_1_validation_container {
	margin-bottom: 16px;
}
.height-100-vh .modal-content{
    height:100vh;
}
#gform_2 {
	margin-top: 20px;
}
.popup-page-sec .popup-heading {
	font-size: clamp(24px,2.0vw,42px);
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    transition: color .2s,transform .2s ease-in-out;
    font-family: 'bangla mn';	
	margin-top: 100px;
}
.popup-page-sec .popup-desc {
	margin: 40px 15px 0;
}
@media screen and (max-width: 1199px) {
  div#quickbook-widget .MbsSearchWidget
{
    margin: 20px 0 0 0 !important;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
    
  div#quickbook-widget .MbsSearchWidget
{
    max-width: 100% !important;
    width: auto;
  }
}
@media screen and (min-width:321px) and (max-width:768px){
    .full-modal.height-100-vh .modal-content{
        background:#000000 !important;
    }
}
/* .gform_wrapper.gravity-theme #gform_fields_2 > .gfield {
	margin-bottom: 20px;
} */
/*div#quickbook-widget .MbsSearchWidget .checkinDate.startDate*/
/*{*/
/*  border-radius: 3px 0 0 3px;*/
/*  border-right: none !important;*/
/*  min-width: 283px  !important;*/
/*}*/
/*.formGroup,.searchBlock,.promocode{*/
/*    width:100% !important;*/
/*}*/
/*div#quickbook-widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex*/
/*{*/
/*  display: flex;*/
/*  margin-right: auto !important;*/
/*  position: relative;*/
/*}*/
/*#quickbook-widget .searchinOut.formGroup*/
/*{*/
/*  margin-right: auto !important;*/
/*}*/


/* Hide Dining Menu Item */ 
.dining-hide {
	display: none;
}

.sidebar-blog-menu{
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: inherit;
}

.addtoany_share_save_container{
	text-align:center;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

  .left-img-blog{
        width: 50%;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
    .right-img-blog{
        width: 50%;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }
@media screen and (min-width: 300px) and (max-width: 767px) {
    
    .left-img-blog{
        width: 100%;
    }
    
    .right-img-blog{
        width: 100%;
    }
}
.iti--allow-dropdown {
	display:flex !important; 
}
.gform_wrapper #input_1_11 , .gform_wrapper #input_6_11 {
	padding-left:50px !important;
}
.iti__country-list{
	background-color:#000 !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
	    border: 1px solid #c02b0a !important;
}



.tt-btn-light-outline.green-1{
    box-shadow: inset 0 0 0 2px #10e38e;
}
.tt-portfolio-slider-caption .tt-btn-light-outline>*,.tt-portfolio-slider-caption .tt-btn-light-outline>*::after {
    font-weight:600;
}
.tt-btn-light-outline.green-1>*, .tt-btn-light-outline.green-1>*::after {
    color: #10e38e;
    font-weight:600;
}
.tt-btn-light-outline.yellow-1{
    box-shadow: inset 0 0 0 2px #FFFF00;
}
.tt-btn-light-outline.yellow-1>*, .tt-btn-light-outline.yellow-1>*::after {
    color: #FFFF00;
    font-weight:600;
}



/**
 * Gallery Display CSS
 * Add this to your theme's style.css file or create a separate CSS file
 */

/* Gallery Container Styles */
.filter-button-group {
    margin-bottom: 30px;
}

.filter-button {
    display: inline-block;
    padding: 8px 10px;
    background-color: #f8f8f8;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 8px 0px;
    margin: 0 5px;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    border-radius: 0px;
    color: #FFF;
    margin: auto 14px;
}

.filter-button.selected,
.filter-button:hover {
    background-color: transparent;
    color: #d7b56e;
    border-color: #d7b56e;
}

/* Gallery Grid Styles */
.grid {
    margin: 0 -15px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    padding: 15px;
    margin-bottom: 15px;
}

/* Gallery Item Styles */
.photogallery-block {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.photogallery-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.photogallery-block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.photogallery-block img {
	width: 100%;
	height: 200px;
	display: block;
	transition: transform 0.5s ease;
	object-fit: cover;
}

.photogallery-block:hover img {
    transform: scale(1.05);
	cursor: url(../images/icon-zoom-white.png), pointer;
}

.photogallery-block:hover .youtube-thumb img {
	cursor: url(../images/icon-zoom-white-play.png), pointer;
}

.photogallery-block:hover img {
    transform: scale(1.05);
}

.photogallery-block p {
    padding: 10px;
    margin: 0;
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .grid-item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .grid-item {
        width: 100% !important;
    }
    
    .filter-button {
        display: inline-block;
        margin-bottom: 10px;
    }
}

/* Gallery CSS */
/* .eg-grid-item {
    width: 240px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.eg-grid-item img {
    display: block;
    width: 100%;
    height: auto;
} */

/* .eg-grid-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
}

.eg-grid-item > * {
  margin: 0;
  padding: 0;
} */

.eg-grid {
  margin: 40px auto;
  /* width: 960px; */
  box-sizing: border-box;
  left:15px;
  position: relative;
}
/* @media screen and (min-width: 1315px) {
  .eg-grid {
    width: 1275px;
  }
}
@media screen and (min-width: 1630px) {
  .eg-grid {
    width: 1590px;
  }
}
@media screen and (min-width: 1945px) {
  .eg-grid {
    width: 1905px;
  }
}
@media screen and (min-width: 2260px) {
  .eg-grid {
    width: 2220px;
  }
}
@media screen and (min-width: 2575px) {
  .eg-grid {
    width: 2535px;
  }
} */
.eg-grid .eg-grid-item {
  position: relative;
}
.eg-grid .eg-grid-item {
  margin-bottom: 15px;
  width: 350px;
  border-radius:12px;
}
.eg-grid .eg-grid-item img{
    border-radius:12px;
}
@media only screen and (max-width: 960px) {
    .eg-grid .eg-grid-item {
        margin-bottom: 15px;
        background: #F66;
        width: 200px;
    }
}
@media only screen and (max-width: 680px) {
    .eg-grid .eg-grid-item {
        margin-bottom: 15px;
        background: #F66;
        width: 43%;
    }
}

/* Fancybox CSS */
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-toolbar div {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    background: rgba(30, 30, 30, 0.6);
    color: #ccc;
    font-size: 12px;
    font-weight: 700;
    min-width: 42px;
    text-align: center;
    white-space: nowrap;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-show-thumbs .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    overflow: visible;
}

.fancybox-show-thumbs .fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
}

.fancybox-show-thumbs .fancybox-thumbs::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.fancybox-thumbs__list a:before {
	    border: 6px solid #d7b56e !important;
}
.services-box{
    min-height: 280px;
}
@media screen and (min-width: 200px) and (max-width: 480px) {
    .services-box{
        min-height: 380px;
    }
}
@media screen and (min-width: 481px) and (max-width: 599px) {
    .services-box{
        min-height: 320px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
    .services-box{
        min-height: 320px;
    }
}
