
/*--------------------------------------------------
	Swiper Slider
---------------------------------------------------*/	

/* Swiper Slider */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;

    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.swiper-wrapper-smallpcard {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #005A9C;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}


/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/	

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; 
    bottom: 0;
    background: #fff;
    z-index : 800;
    text-align:center;
}

.light-content.preloader-wrap {
    background: rgb(212,159,83);
}
.outer{
	height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.percentage {
    z-index: 100;

    opacity: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 90px;
    color: rgb(212,159,83);
}

.light-content .percentage {
    color:rgba(255,255,255,1);
}

.trackbar {
    width: 30vw;
    height: 1px;
    background: rgba(212,159,83,0.2);
    margin: 0 auto;
    margin-top:70px;
    position: relative;
    left:0;
    right:0;
    opacity: 1;
}

.light-content .trackbar {
    background: rgba(255,255,255,0.2);
}

.loadbar {
    width: 0%;
    height: 1px;
    background: rgb(212,159,83); 
    position: absolute;
    top: 0px;
    left: 0;
    right:0;
    margin: 0 auto;
    overflow: hidden;
}

.light-content .loadbar {
    background: rgba(255,255,255,1);
}

.hold-progress-bar {
    width: 0%;
    height: 3px;
    background: rgba(255,255,255,1); 
    position: absolute;
    top: 0px;
    left: 0;
    right:0;
    margin: 0 auto;
    overflow: hidden;
}

.light-content .hold-progress-bar {
    background: rgba(0,0,0,1);
}



@keyframes movebefore {
  0% {
    left:-6px;
    opacity:1;
  }
  
  100% {
    left:-12px;
    opacity:0
  }
}

.headphones:after {
    content:")";
    position:absolute;
    height:10px;
    width:4px;
    top:32px;
    right:-6px;
    line-height:10px;
    font-size:10px;
    font-weight:700;
    color:#fff;
    -webkit-animation: moveafter 0.8s ease-out infinite;
    animation: moveafter 0.8s ease-out infinite;
}

@keyframes moveafter {
  0% {
    right:-6px;
    opacity:1;
  }
  
  100% {
    right:-12px;
    opacity:0
  }
}

.headphones-text{
    font-size:10px;
    margin-top:20px;
}

/*--------------------------------------------------
	Owl Carousel
---------------------------------------------------*/	

.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}

/*--------------------------------------------------
	Social Share
---------------------------------------------------*/	

.jssocials-shares{
    margin:.2em 0
}
.jssocials-shares *{
    box-sizing:border-box
}
.jssocials-share{
    display:inline-block;
    vertical-align:top;
    margin:.3em .6em .3em 0
}
.jssocials-share:last-child{
    margin-right:0
}
.jssocials-share-logo{
    width:1em;
    vertical-align:middle;
    font-size:1.5em
}
img.jssocials-share-logo{
    width:auto;
    height:1em
}
.jssocials-share-link{
    display:inline-block;
    text-align:center;
    text-decoration:none;
    line-height:1
}
.jssocials-share-link.jssocials-share-link-count{
    padding-top:.2em
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{
    display:block;
    font-size:.6em;
    margin:0 -.5em -.8em
}
.jssocials-share-link.jssocials-share-no-count{
    padding-top:.5em
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{
    height:1em
}
.jssocials-share-label{
    padding-left:.3em;
    vertical-align:middle
}
.jssocials-share-count-box{
    display:inline-block;
    height:1.5em;
    padding:0 .3em;
    line-height:1;
    vertical-align:middle;
    cursor:default
}
.jssocials-share-count-box.jssocials-share-no-count{
    display:none
}
.jssocials-share-count{
    line-height:1.5em;
    vertical-align:middle
}








/* Additional */
	#showcase-holder {
		width:100%;
		height:60vh;
		position:absolute;
		perspective: 1000px;
		overflow:hidden;
		z-index: 2;
	}

/**/

	#home-showcase-holder {
		width:100%;
		height:75vh;
		position:absolute;
		perspective: 1000px;
		overflow:hidden;
	}
	
	#home-showcase-holder .showcase-pagination-wrap {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		z-index: 100;
		bottom: 0;
		height: 100%;
		display: table;
		pointer-events: none;
		transform: translateY(-30vh);
		-webkit-transform: translateY(-30vh);
	}
	
	#home-showcase-holder .showcase-pagination {
		width:100%;
		height:100%;
		display: table-cell;
		vertical-align: bottom;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position:relative;
		pointer-events:none;
	}
	
	#home-showcase-holder .swiper-pagination-bullet {
		position: absolute;
		width: 100%;
		height: auto;
		display: block;
		border-radius: 0;
		background: transparent;
		box-sizing: border-box;
		text-align: center;
		opacity: 1;
		bottom: 0;
	
	}
	
	#home-showcase-holder .swiper-pagination-bullet {
		color: rgba(0,0,0,1);
		text-align: center;
	}
	
	.light-content #home-showcase-holder .swiper-pagination-bullet {
		color: rgba(255,255,255,1);
		text-align: center;
	}

	.homeslider{
		height: 75vh!important;
	}

/**/
	
	#showcase-tilt-wrap {
		width:100%;
		height:60vh;
		position:absolute;
		perspective: 1000px;
		overflow:hidden;
	}
	
	#showcase-tilt {
		width:100%;
		height:100%;
		position:fixed;
		overflow:visible;
		transform-style: preserve-3d;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);	
	}
	
	#showcase-tilt.disabled {
		-webkit-transform: translate3d(0, 0, 0) scale(1.05)!important;
		transform: translate3d(0, 0, 0) scale(1.05)!important;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}

	#showcase-slider {
		height: 100%;
		width: 100%;
	}
	
	.swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		-webkit-user-select: none;
		-webkit-touch-callout: none; 
		user-select: none;		
	}

	
	
	
	.item-slider::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,80%) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
	
	.img-mask {	
		width:100%;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		display: table;
		position:relative;
		box-sizing:border-box;
		-webkit-transition: 1.2s ease-in-out;
		transition: 1.2s ease-in-out;		
	}
	
	.section-image {
		position:relative;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-position:center center;
		background-size: cover;
		opacity:1;		 
	}
	
	.title {
		font-weight: 700;
		position: relative;
		display: block;
		margin-bottom: 0px;
		display: inline-block;
		vertical-align: top;
		width: auto;
		font-size: 2vw;
		color: #fff;
		line-height: 90px;
	}
	
	.swiper-pagination-bullet:first-child .title {
		opacity: 0;
		-webkit-transform: translateY(15vh) scale(1);
		transform: translateY(15vh) scale(1);
	}
	
	.swiper-pagination-bullet .title div {
		display: block;
		margin: 0 10px;
		float: left;
	}
	
	.title span {
		display: block;
		float:left;
		margin: 0;
		min-width: 20px;
		width:auto;
		line-height:90px;
		height:90px;
		box-sizing: border-box;
		opacity: 0;
		-webkit-transform: translateX(100px) scale(1.1);
		transform: translateX(100px) scale(1.1);
		color: #fff;
	}
	
	.swiper-pagination-bullet:first-child .title span {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1);
	}
	
	.subtitle {
		margin-bottom: -100px;
		opacity: 1;
		line-height: 20px;
		position: relative;
		left: 0;
		display: block;
		font-size: 14px;
		font-weight: 600;
		opacity: 0;
		-webkit-transform: translateX(20px) scale(1);
		transform: translateX(20px) scale(1);
		color: #979797;
	}
	
	.swiper-pagination-bullet:first-child .subtitle {
		opacity: 0;
		-webkit-transform: translateY(15vh) scale(1);
		transform: translateY(15vh) scale(1);
	}
	
	#showcase-holder .showcase-pagination-wrap {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		z-index: 100;
		bottom: 0;
		height: 100%;
		display: table;
		pointer-events: none;
		transform: translateY(-30vh);
		-webkit-transform: translateY(-30vh);
	}
	
	#showcase-holder .showcase-pagination {
		width:100%;
		height:100%;
		display: table-cell;
		vertical-align: bottom;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position:relative;
		pointer-events:none;
	}
	
	#showcase-holder .swiper-pagination-bullet {
		position: absolute;
		width: 100%;
		height: auto;
		display: block;
		border-radius: 0;
		background: transparent;
		box-sizing: border-box;
		text-align: center;
		opacity: 1;
		bottom: 0;
	
	}
	
	#showcase-holder .swiper-pagination-bullet {
		color: rgba(0,0,0,1);
		text-align: center;
	}
	
	.light-content #showcase-holder .swiper-pagination-bullet {
		color: rgba(255,255,255,1);
		text-align: center;
	}
	
	
	.showcase-counter {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity:0;
		color:#fff;
	}
	
	.counter-wrap {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		color:#fff;
	}
	
	.counter {
		height:20px;
		width:50px;
		position: absolute;
		bottom: 38px;
		left: 230px;
		text-align:center;
		opacity: 0;
		font-size:14px;
		font-weight:500;
		color:#fff;
		line-height: 20px;
		-webkit-transform: translateY(20px) scale(1);
		transform: translateY(20px) scale(1);		
	}
	
	.light-content .counter, .light-content .showcase-counter::after {
		color:#fff;
	}
	
	.showcase-counter::after {
		content: attr(data-total);
		width: 20px;
		height: 20px;
		font-size:14px;
		line-height: 20px;
		position: absolute;
		bottom: 38px;
		left: 300px;
		opacity: 1;
		font-weight:500;
		color:rgb(255, 255, 255);
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	
	.showcase-counter::before {
		content: '';
		width: 1px;
		height: 10px;
		position: absolute;
		bottom: 44px;
		left: 282px;
		background-color:rgb(255, 255, 255);
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	
	.light-content .showcase-counter::before {
		background-color:rgba(255,255,255,0.5);
	}
	
	.scale-up .counter-wrap, .scale-up .showcase-counter::after, .scale-up .showcase-counter::before {
		opacity:0!important;
	}
	
	.swiper-pagination-bullet:first-child .counter {
		opacity: 0;
		-webkit-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
	}
	
	.caption-border {
		height:1px;
		background-color:rgba(0,0,0,0.15);
		position:absolute;
		margin:0 auto;
		bottom:50px;
		transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
		-webkit-transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;	
	}
	
	.light-content .caption-border {
		background-color:rgba(255,255,255,0.15);
	}
	
	.caption-border.left {
		left:400px;
	}
	
	.caption-border.right {
		right:400px;
	}
	
	.caption-border.left::before {
		content: '';
		width: 90px;
		height: 1px;
		position: fixed;
		left: 80px;
		bottom:50px;
		background-color: rgba(0,0,0,0.15);
	}
	
	.caption-border.right::after {
		content: '';
		width: 90px;
		height: 1px;
		position: fixed;
		right: 80px;
		bottom:50px;
		background-color: rgba(0,0,0,0.15);
	}
	
	.light-content .caption-border.left::before, .light-content .caption-border.right::after {
		background-color: rgba(255,255,255,0.15);
	}
	
	.btn-hold-progress-bar {
		background: #fff;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
	}
	
	.caption-border.left .btn-hold-progress-bar {
		right:0;
	}
	
	.caption-border.right .btn-hold-progress-bar {
		left:0;
	}
	
	.arrows-wrap {
		width: 160px;
		height: 80px;
		position: absolute;
		right: 200px;
		pointer-events: initial;
		bottom:10px;
		pointer-events:initial;
		opacity:0;
	}
	
	.prev-wrap, .next-wrap {
		width:80px;
		height:80px;
		float:left;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
	}
	
	
	
	.arrows-wrap .swiper-button-next, .arrows-wrap .swiper-button-prev {
		position: relative;
		top: auto;
		width: 40px;
		height: 40px;
		margin-top: 0;
		z-index: 10;
		cursor: pointer;
		background-size: 11px 20px;
		background-position: center;
		background-repeat: no-repeat;
		left: auto;
		right: auto;
		background-image:none!important; 
	}
	
	.arrows-wrap .swiper-button-prev::before {
		height: 40px;
		width: 40px;
		position: absolute;
		left:0;
		font-size: 30px;
		line-height:40px;
		text-align:center;		
		font-family: 'FontAwesome';
		content: "\f104";
		color: rgb(255, 255, 255);
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}
	
	.arrows-wrap .swiper-button-next::before {
		height: 40px;
		width: 40px;
		position: absolute;
		left:0;
		font-size: 30px;
		line-height:40px;
		text-align:center;		
		font-family: 'FontAwesome';
		content: "\f105";
		color: rgb(255, 255, 255);
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}
	
	.light-content .arrows-wrap .swiper-button-prev::before, .light-content .arrows-wrap .swiper-button-next::before {
		color: #fff;
	}
	
	.arrows-wrap .swiper-button-next.swiper-button-disabled, .arrows-wrap .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}
	
	.footer-button-wrap {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		position:fixed;
		bottom:10px;
		left:0;
		right:0;
		max-width:180px;
		height:60px;
		margin:0 auto;
		pointer-events:initial;
		opacity:0;
		transform: translateY(15vh);
		-webkit-transform: translateY(15vh);
	}
	
	.footer-button {		
		opacity:1;		
	}
	
	.button-border {
		height: 40px;
		width: 140px;
		border: solid 2px #fff;
		border-radius: 30px;
		cursor:pointer;
		font-weight: 600;
		font-size: 14px;
		line-height:40px;
		overflow: hidden;
		color:#fff;
		text-align:center;		
		
	}
	
	.button-border span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:140px;
		text-align:center;
		transform-origin: 100% 0%;
	}
	
	.button-border span::before {
		position: absolute;
		width:140px;
		top: 100%;
		left:0;
		content: attr(data-hover);
	}
	
	.footer-button:hover .button-border span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	.button-wrap {
		position:relative;		
		cursor:pointer;
		top:0px;
		pointer-events:initial;		
	}
	
	.button-wrap.left {
		float:left;
		left:-32px;	
	}
	
	.button-wrap.right {
		float:right;
		right:-32px;	
	}
	
	.icon-wrap {
		width: 80px;
		height: 80px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		float:left;
	}
	
	.button-wrap.left .icon-wrap {
		float:left;
	}
	
	.button-wrap.right .icon-wrap {
		float:right;
	}
	
	.button-icon {
		height: 40px;
		width: 40px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		font-size: 22px;
	}
	
	.plus-img {
		width:30px;
		height:30px;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-15px;
		margin-top:-15px;
		z-index:10;
	}
	
	.plus-img span:first-child:before {
		content:"";
		height: 20px;
		width: 2px;
		background-color: #fff;
		position: absolute;
		left: 14px;
		top:5px;
		border-radius:2px;
		transform: scaleY(1);
		transform-origin: top;
		transition: transform .2s ease-in 0.1s;
		-webkit-transition: transform .2s ease-in 0.1s;
	}
  
    .button-wrap:hover .plus-img span:first-child:before {
		transform: scaleY(0);
		transform-origin: bottom;
		transition: transform .2s ease-out;
		-webkit-transition: transform .2s ease-out;
	}
	
	.plus-img span:last-child:before {
		content:"";
		height:2px;
		width:20px;
		background-color:#fff;
		position: absolute;
		top:14px;
		left:5px;
		border-radius:2px;
		transform: scaleX(1);
		transform-origin: left;
		transition: transform .2s ease-in 0.2s;
		-webkit-transition: transform .2s ease-in 0.2s;
	}
	
	.button-wrap:hover .plus-img span:last-child:before {
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out 0.1s;
		-webkit-transition: transform .2s ease-out 0.1s;
	}
	
	.plus-img span:first-child:after {
		content:"";
		height: 20px;
		width: 2px;
		background-color: #fff;
		position: absolute;
		left: 14px;
		top:5px;
		border-radius:2px;
		transform: scaleY(0);
		transform-origin: bottom;
		transition: transform .2s ease-in;
		-webkit-transition: transform .2s ease-in;
	}
  
    .button-wrap:hover .plus-img span:first-child:after {
		transform: scaleY(1);
		transform-origin: top;
		transition: transform .2s ease-out 0.1s;
		-webkit-transition: transform .2s ease-out 0.1s;
	}
	
	.plus-img span:last-child:after {
		content:"";
		height:2px;
		width:20px;
		background-color:#fff;
		position: absolute;
		top:14px;
		left:5px;
		border-radius:2px;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-in;
		-webkit-transition: transform .2s ease-in;
	}
	
	 .button-wrap:hover .plus-img span:last-child:after {
		transform: scaleX(1);
		transform-origin: left;
		transition: transform .2s ease-out 0.2s;
		-webkit-transition: transform .2s ease-out 0.2s;
	}

	.button-text {
		font-weight: 600;
		font-size: 12px;
		line-height:30px;
		margin:25px 0;
		overflow: hidden;
		width:140px;
		color:rgb(255, 255, 255);		
	}
	
	.light-content .button-text {
		color:#fff;		
	}
	
	.button-wrap.left .button-text {
		text-align:left;
		float: left;
	}
	
	.button-wrap.right .button-text {
		text-align:right;
		float: right;
	}
	
	.button-text span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:140px;
		text-align:center;
		transform-origin: 100% 0%;;
	}
	
	.button-wrap.left .button-text span {
		text-align:left;
	}
	
	.button-wrap.right .button-text span {
		text-align:right;
	}
	
	.button-text span::before {
		position: absolute;
		width:140px;
		top: 100%;
		left:0;
		content: attr(data-off);
	}
	
	.button-wrap:hover .button-text span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;;
	}
	
	.bars {
		height: 40px;
		left:7px;
		position: relative;
		width: 40px;
		cursor: pointer;
	}
	
	.bars .bar {
		background: #000;
		bottom: 12px;
		height: 3px;
		position: absolute;
		width: 2px;      
		animation: sound 0ms -800ms linear infinite alternate;
	}
	
	.light-content .bars .bar {
		background: #fff;
	}
	
	.mute .bars .bar {
		height: 2px;
		bottom:19px;     
		animation:none;
	}
	
	@keyframes sound {
		0% {
		   opacity: 1;
			height: 16px;
			-webkit-transform: scaleY(0.1);
			transform: scaleY(0.1);
		}
		100% {
			opacity: 1;       
			height: 16px; 
			-webkit-transform: scaleY(1);
			transform: scaleY(1);       
		}
	}
	
	@keyframes sound-disabled {
		0% {
		   opacity: 1;
			height: 3px; 
		}
		100% {
			opacity: 1;       
			height: 16px;        
		}
	}
	
	.bar:nth-child(1)  { left: 4px; animation-duration: 674ms; }
	.bar:nth-child(2)  { left: 8px; animation-duration: 733ms; }
	.bar:nth-child(3)  { left: 12px; animation-duration: 507ms; }
	.bar:nth-child(4)  { left: 16px; animation-duration: 458ms; }
	.bar:nth-child(5)  { left: 20px; animation-duration: 700ms; }
	.bar:nth-child(6)  { left: 24px; animation-duration: 627ms; }	
	
	#showcase-carousel {
		position: relative;
		width: calc(100% - 80px);
		margin: 0 auto;
		height:100vh;		
		overflow:visible;	
	}
	
	#showcase-carousel .swiper-wrapper {
		align-items: center;	
	}
	
	#showcase-carousel .swiper-slide {
		height: 19vw;
		overflow: visible;
		display: flex;
		top:-30px;
		cursor:pointer;	
	}
	
	#showcase-carousel .swiper-slide::after {
		display:none;
	}
	
	.section-wrap-image {
		width: 100%;
		height: 100%;
		position:absolute;
		-webkit-clip-path: inset(8px 8px 8px 8px);
		clip-path: inset(8px 8px 8px 8px);
		-webkit-transition: 1s cubic-bezier(.075,.82,.165,1);
		-moz-transition: 1s cubic-bezier(.075,.82,.165,1);
		transition: 1s cubic-bezier(.075,.82,.165,1);		
	}
	
	#showcase-carousel .swiper-slide:hover .section-wrap-image {		
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);		
	}
	
	#showcase-carousel .section-image {
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: 1;
	}
	
	.section-image::after {
		content: "";
		opacity:0;
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	.load-project-thumb .section-image::after {
		content: "";
		opacity:1;
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	.section-image img{
		width: 100%;
		height: 60vh;
		object-fit: cover;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home-section-image img{
		width: 100%;
		height: 75vh;
		object-fit: cover;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#showcase-carousel .slide-caption {
		z-index: 10;
		position: absolute;
		bottom: -60px;
		height: 60px;
		padding-top: 25px;
		padding-left:40px;
		box-sizing: border-box;
		width: 100%;
		cursor:default;
		left:0;
	}
	
	.scale-up #showcase-carousel .slide-caption {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
	
	#showcase-carousel .slide-title {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		font-weight: 700;
		display: block;
		float:left;
		position:relative;
	}
	
	#showcase-carousel .slide-title::after {
		content: '';
		width: 20px;
		height: 1px;
		background-color: #333;
		position: absolute;
		top: 9px;
		right: -40px;
	}
	
	#showcase-carousel .slide-cat {
		display:block;
		float:left;
		font-size: 14px;
		font-weight: 500;
		opacity: 0.3;
		line-height: 20px;
		overflow:hidden;
		margin-left: 55px;
	}

	#showcase-carousel .slide-cat span {
		position: relative;
		display: block;
		width:120px;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
	}
	
	#showcase-carousel .slide-cat span::before {
		position: absolute;
		top: 100%;
		width:100%;
		left:0;
		content: attr(data-hover);
	}
	
	#showcase-carousel .swiper-slide:hover .slide-cat span, #showcase-carousel .swiper-slide.above .slide-cat span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	.swiper-scrollbar {
		position: absolute;
		text-align: center;
		-webkit-transition: .3s opacity;
		-o-transition: .3s opacity;
		transition: .3s opacity;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 10;
		width: 25%;
		height: 3px;
		background: rgba(255,255,255,0) !important;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 40px;
		pointer-events:false;
		transform-origin: right;
	}
	
	.swiper-scrollbar::after {
		content: '';
		background: rgba(255,255,255,0.1);
		height: 1px;
		width: 100%;
		left: 0;
		top: 1px;
		position: absolute;
	}
	
	.swiper-scrollbar-drag {
		background-color:#fff!important;
		pointer-events:initial;
		z-index:1;
	}
	
	
	#large-showcase-carousel {
		position: relative;
		width: calc(100% - 80px);
		margin: 0 auto;
		height:100vh;		
		overflow:visible;	
	}
	
	#large-showcase-carousel .swiper-wrapper {
		align-items: center;	
	}
	
	#large-showcase-carousel .swiper-slide {
		height: 30vw;
		width:50vw!important;
		overflow: visible;
		display: flex;
		top:-30px;
		cursor:pointer;	
	}
	
	#large-showcase-carousel .swiper-slide::after {
		display:none;
	}
	
	#large-showcase-carousel .section-wrap-image {
		width: 100%;
		height: 100%;
		position:absolute;
		-webkit-clip-path: inset(8px 8px 8px 8px);
		clip-path: inset(8px 8px 8px 8px);
		-webkit-transition: 0.7s cubic-bezier(.075,.82,.165,1);
		-moz-transition: 0.7s cubic-bezier(.075,.82,.165,1);
		transition: 0.7s cubic-bezier(.075,.82,.165,1);	
	}
	
	.scale-up #large-showcase-carousel .section-wrap-image, .scale-up #large-showcase-carousel .swiper-slide:hover .section-wrap-image {
		-webkit-clip-path: inset(50px 8p0x 50px 80px);
		clip-path: inset(50px 80px 50px 80px);
		-webkit-transition: 0.7s cubic-bezier(.075,.82,.165,1);
		-moz-transition: 0.7s cubic-bezier(.075,.82,.165,1);
		transition: 0.7s cubic-bezier(.075,.82,.165,1);			
	}
	
	#large-showcase-carousel .swiper-slide:hover .section-wrap-image {		
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);		
	}
	
	#large-showcase-carousel .section-image {
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: 1;
	}
	
	#large-showcase-carousel .hero-video-wrapper {
		position:absolute;
		z-index:1;
	}
	
	.section-image::after {
		content: "";
		opacity:0;
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	.load-project-thumb .section-image::after {
		content: "";
		opacity:1;
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	
	#large-showcase-carousel .slide-caption {
		z-index: 10;
		position: absolute;
		bottom:27%;
		height: 120px;
		padding-left:0;
		box-sizing: border-box;
		width: 100%;
		cursor:default;
		left:-60px;
		pointer-events:none;
		-webkit-transition: 0.5s cubic-bezier(.075,.82,.165,1) 0.6s;
		transition: 0.5s cubic-bezier(.075,.82,.165,1) 0.6s;
	}
	
	#large-showcase-carousel .swiper-slide-active .slide-caption {
		-webkit-transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
		transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	}
	
	.scale-up #large-showcase-carousel .slide-caption{
		-webkit-transform: translateX(60px) ;
		transform: translateX(60px);
		opacity:0;
		-webkit-transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
		transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	}
	
	#large-showcase-carousel .swiper-slide.above .slide-caption{
		-webkit-transform: translateX(-20px) ;
		transform: translateX(-20px);
		opacity:0;
		-webkit-transition: 0.6s cubic-bezier(.075,.82,.165,1) 0s;
		transition: 0.6s cubic-bezier(.075,.82,.165,1) 0s;
	}
	
	#large-showcase-carousel .slide-title {
		font-size: 3.5vw;
		line-height: 90px;
		margin: 0;
		font-weight: 700;
		display: block;
		position:relative;
		width:100%;
	}
	
	#large-showcase-carousel .slide-title span {
		line-height:90px;
		height:90px;
		display: block;
		float:left;
		min-width:20px;
		width:auto;
	}
	
	#large-showcase-carousel .slide-cat {
		display:block;
		font-size: 14px;
		font-weight: 600;
		opacity: 1;
		line-height: 20px;
		overflow:hidden;
		margin-left:3px;
		width:100%;
	}

	#large-showcase-carousel .slide-cat span {
		position: relative;
		display: block;
		width:120px;
	}
	
	.disable-click {
		cursor: pointer;
		pointer-events: none;
	}
	
/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/			
			


@media only screen and (max-width: 1466px) {
		
	.title {
    	font-size: 2vw;
		line-height: 70px;
	}
	
	.title span {
		line-height: 70px;
		height: 70px;	
	}
	
	.counter {
    	left: 100px;
		bottom:28px;
	}
	
	.showcase-counter::before {
		bottom: 33px;
		left: 145px;
	}
	
	.showcase-counter::after {
    	left: 160px;
		bottom:28px;
	}
	
	.arrows-wrap {
		width: 100px;
		height: 50px;
		right: 95px;
		bottom: 16px;
	}
	
	.prev-wrap, .next-wrap {
		width: 50px;
		height: 50px;
	}
	
	.caption-border {
    	bottom: 40px;
	}
	
	.caption-border.left {
		left: 200px;
	}
	
	.caption-border.left::before {
		width: 40px;
		left: 50px;
		bottom: 40px;
	}
	
	.caption-border.right {
		right: 200px;
	}
	
	.caption-border.right::after {
		width: 40px;
		right: 50px;
		bottom: 40px;
	}
	
	#showcase-carousel {
		width: calc(100% - 80px);
	}
	
	#showcase-carousel .swiper-slide {
		height: 27vw;
	}
	
	#large-showcase-carousel .slide-title {
		font-size: 4.5vw;
		line-height: 70px;
	}
	
	#large-showcase-carousel .slide-title span {
		line-height: 70px;
		height: 70px;	
	}
	
}


@media only screen and (max-width: 1024px) {
	
	
	.title {
    	font-size: 3vw;
	}

	.venueSlider {
		top: 0;
	}
	
	.counter {
    	left: 20px;
	}
	
	.showcase-counter::before {
		left: 65px;
	}
	
	.showcase-counter::after {
    	left: 80px;
	}
	
	.arrows-wrap {
		right: 25px;
	}
	
	.caption-border.left {
		left: 130px;
	}
	
	.caption-border.right {
		right: 130px;
	}
	
	.caption-border.left::before, .caption-border.right::after {
		display:none;
	}
	
	#showcase-tilt {
		-webkit-transform: translate3d(0, 0, 0) scale(1)!important;
		transform: translate3d(0, 0, 0) scale(1)!important;
	}
	
	#showcase-carousel {
		width: calc(100% - 60px);
	}
	
	.section-wrap-image {
		-webkit-clip-path: inset(0px 0px 0px 0px);
		clip-path: inset(0px 0px 0px 0px);
	}
	
	#showcase-carousel .slide-caption {
		padding-top: 20px;
		padding-left: 20px;
	}
	
	.swiper-scrollbar {
		display:none;
	}
	
	#large-showcase-carousel .swiper-slide {
		height: 40vw;
		width:70vw!important;
	}
	
	#large-showcase-carousel .slide-caption {
		left: -40px;
	}
	
	#large-showcase-carousel .slide-title {
		font-size: 5.5vw;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.title {
    	font-size: 4vw;
	}
	
	.venueSlider {
		top: 0;
		left: 0;
	}

	.title span {
    	min-width: 10px;
	}
	
	.counter {
    	display:none;
	}
	
	.showcase-counter::before {
		display:none;
	}
	
	.showcase-counter::after {
    	display:none;
	}
		
	.arrows-wrap {
		display:none!important;
	}
	
	#showcase-carousel .swiper-slide {
		height: 50vw;
	}
	
	.caption-border.left {
		left: 30px;
	}
	
	.caption-border.right {
		right: 30px;
	}
	
	.scale-up #large-showcase-carousel .section-wrap-image, .scale-up #large-showcase-carousel .swiper-slide:hover .section-wrap-image {
		-webkit-clip-path:  inset(8px 8px 8px 8px);	
		clip-path: inset(8px 8px 8px 8px);	
	}
	
	#large-showcase-carousel .slide-caption {
		left: 0;
		text-align: center;
		bottom: calc(50% - 80px);
		height: 80px;	
	}
	
	#large-showcase-carousel .swiper-slide.above .slide-caption{
		-webkit-transform: translateX(0px) ;
		transform: translateX(0px);
	}
	
	.scale-up #large-showcase-carousel .slide-caption{
		-webkit-transform: translateX(0px) ;
		transform: translateX(0px);
	}
	
	#large-showcase-carousel .slide-title {
		font-size: 6vw;
		display: inline-block;
		width: auto;
		line-height: 50px;
	}
	
	#large-showcase-carousel .slide-title span {
		line-height: 50px;
		height:50px;
		min-width: 10px;	
	}
	
	#large-showcase-carousel .slide-cat span {
		width: auto;
	}
		
	
}


@media only screen and (max-width: 479px) {
	
	#showcase-holder .showcase-pagination-wrap {
		transform: translateY(-35vh);
		-webkit-transform: translateY(-35vh);
	}
	
	.title {
    	font-size: 9vw;
	}
	
	.title span {
    	min-width: 10px;
	}
	
	.caption-border.left {
		left: 20px;
	}
	
	.caption-border.right {
		right: 20px;
	}
	
	#showcase-carousel {
		width: calc(100% - 40px);	
	}
	
	#showcase-carousel .slide-caption {
		padding-top: 20px;
		padding-left:0px;
		text-align: center;
	}
	
	#showcase-carousel .slide-title {
		float: none;
	}
	
	#showcase-carousel .slide-title::after {
		display:none;
	}
	
	#showcase-carousel .slide-cat {
		margin-left: 0px;	
		font-size:12px;
		float:none;
	}
	
	#showcase-carousel .slide-cat span {
		width: auto;
	}
	
	#large-showcase-carousel .swiper-slide {
		height: 50vw;
		width:80vw!important;
	}
	
	#large-showcase-carousel .slide-title {
		font-size: 6vw;
		line-height: 30px;
	}
	
	#large-showcase-carousel .slide-title span {
		line-height: 30px;
		height:30px;
		min-width: 10px;	
	}
	
}		



/* preloader logo Anumatiion */

