body {
overflow: hidden;
overflow-y:scroll;
}
#content-scroll {
z-index: 1;
position: relative;
}
#page-content .mos-img{
max-width: 900px;
}
#page-content .mos-img img{
display: none;
}
footers {
position:absolute;
width:100%;
height:80px;
z-index:900;
box-sizing:border-box;
text-align:center;
bottom:0;
left:0;
overflow:hidden;
pointer-events:none;
}
footers.fixed {
position:fixed;
}
footers.showcase-footer{
position:absolute;
z-index: 2000;
}
footers .swiper-pagination {
margin: 0 auto;
width: 100%;
left: 0;
right: 0;
top: 20px;
max-width: 400px;
pointer-events: initial;
}
#footer-container {
padding: 0 80px;
margin: 0px auto;
height: 80px;
position: absolute;
width: 100%;
box-sizing: border-box;
bottom: 0;
left: 0;
}
.footer-middle {
position: absolute;
margin: 0 auto;
width: 100%;
height: auto;
display: table;
left: 0;
pointer-events: none;;
}

.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;
background-image: none
}

.button-wrap.left .icon-wrap {
float:left;
}

.button-wrap.right .icon-wrap {
float:right;
}

.button-icon {
height: 40px;
width: 40px;
color: #000;
text-align: center;
line-height: 30px;
font-size: 22px;
}

.light-content .button-icon {
color:#fff;
}

.button-icon i {
height:40px;
line-height:35px;
width:40px;
text-align:center;
}

.button-text {
font-weight: 600;
font-family: 'Poppins', sans-serif;
font-size: 12px;
line-height:30px;
margin:25px 0;
overflow: hidden;
width:auto;
padding:0 10px;
color:#000;
-webkit-transition: color 0.05s ease-in-out;
transition: color 0.05s ease-in-out;
}

/*--------------------------------------------------
Swiper Slider
---------------------------------------------------*/	

.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-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: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
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'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.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-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-container-rtl .swiper-button-prev {
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'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.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-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");
}
/* Pagination Styles */
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
}
/* Bullets */
.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;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
}
/* 3D Container */
.swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
/* Safari 4+, Chrome */
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 3.6-15 */
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Opera 11.10-12.00 */
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
/* Safari 4+, Chrome */
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 3.6-15 */
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Opera 11.10-12.00 */
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
/* Safari 4+, Chrome */
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 3.6-15 */
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Opera 11.10-12.00 */
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
/* Safari 4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Chrome 10+, Safari 5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 3.6-15 */
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Opera 11.10-12.00 */
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
/* Windows 8 IE 10 fix */
-ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-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;
-moz-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;
}
/* Scrollbar */
.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;
}
/* Preloader */
.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%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-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%;
-webkit-background-size: 100%;
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);
}

}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}


/*--------------------------------------------------
General Styles
---------------------------------------------------*/	

#showcase-slider-holder, #showcase-carousel-holder {
width:100%;
height:100vh;
position:relative;
overflow:hidden;
cursor:grab;
}

#showcase-slider-webgl-holder {
width:100%;
height:100vh;
position:relative;
cursor:grab;
}

.scale-drag #showcase-slider-holder, .scale-drag #showcase-carousel-holder, .scale-drag #showcase-slider-webgl-holder {
cursor: grabbing!important;
}

#showcase-slider {
position:absolute;
width:100%;
height:100%;
z-index:1;
overflow:visible;
cursor:grab;
}

.swiper-slide {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
-webkit-user-select: none;
-webkit-touch-callout: none; 
user-select: none;
z-index:0;
display: flex;
align-items: center;
justify-content: center;		
}

.swiper-slide-active {
z-index:1;		
}

.above.swiper-slide {
opacity: 1 !important;
}

.img-mask {	
width:100%;
height:100%;
display: block;
position:absolute;
left:0;
right:0;
margin:0 auto;
box-sizing:border-box;
z-index:0;
}

.section-image {
position:relative;
display:block;
width:100%;
height:100%;
background-repeat:no-repeat;
background-position:center center;
background-size: cover;
}

.section-image.temporary {
position:absolute;
top:0;
left:0;
}

.swiper-slide .outer {
padding: 0px;
margin: 0 auto;
box-sizing: border-box;		
display: table;
padding: 120px 60px;		
width:100%;
height: auto;
visibility:visible;
opacity:1;
position:relative;
z-index:10;
}

.swiper-slide .inner {
vertical-align: bottom;
text-align:left;
position:relative;
}

.slide-title-wrapper {
position: relative;
height: auto;
width: auto;
display: table;
margin: 0;		
text-align:left;
box-sizing:border-box;
}

.swiper-slide .slide-link {
position: relative;
width: auto;
display: table;
box-sizing:border-box;
bottom: 0px;
}

.slide-title {
font-size:80px;
line-height:80px;
font-weight:600;
margin-left:-4px;
position:relative;
display:block;		
pointer-events:none;
cursor:pointer;
z-index:10;
}

.slide-title-wrapper .slide-link {
display:none;
width:0;
height:0;
}

.slide-title a, .slide-titles a  {
color:#000;
}
.mx-subtitle {
position: relative;
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
padding-left: 23px;
margin-right: 15px;
}
.subtitles {
margin-bottom: 10px;
}
.subtitles .btn {
margin-top: 10px;
}
.mx-subtitle:before {
content: '';
width: 15px;
height: 3px;
background-color: #c00;
border-radius: 3px;
position: absolute;
left: 0;
top: calc(50% - 2px);
}

.the-button-wrapper {
position: relative;
width: 165px;
height: auto;
line-height: 1.5;
margin-top: 20px;
padding: 0;
left: 0;
text-align: center;
cursor: pointer;
}


@media (max-width: 940px) {

.mos-img {
max-width: 600px;
}

.swiper-slide .outer {
width: 80% !important;
}
}
@media all and (min-width: 1920px) {
.the-button-wrapper {
width: 205px;
}
}

@media (max-width: 640px) {
.the-button-wrapper {
width: 165px;
}
.mos-img {
width: 94% !important;
}
}


.the-button {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.10em;
color: #000;
background: none;
padding: 10px 0px;
margin-top: 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.the-button a{position: relative;z-index: 20;
padding: 10px 40px;
color: #000;
}

@media all and (min-width: 1920px) {
.the-button {
font-size: 12px;
letter-spacing: 0.25em;
}
}

@media only screen and (max-width: 640px) {
.the-button {
font-size: 10px;
letter-spacing: 0.10em;
}
}

.the-button.the-button-details {
font-size: 10px;
letter-spacing: 0.10em;
}

.the-button:hover:before,
.the-button.the-button-details:hover:before {
width: 100%;
}

.the-button:hover:after,
.the-button.the-button-details:hover:after {
width: 100%;
}

.the-button::before {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
left: -6px;
border: 1px solid #000;
border-right: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
.the-button::before {
width: 20px;
height: 47px;
top: -5px;
}
}

@media only screen and (max-width: 640px) {
.the-button::before {
width: 15px;
height: 38px;
top: -2px;
}
}

.the-button.the-button-details::before {
width: 15px;
height: 38px;
top: -2px;
}

.the-button::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #000;
border-left: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;  
}

@media all and (min-width: 1920px) {
.the-button::after {
width: 20px;
height: 47px;
top: -5px;
}
}

@media only screen and (max-width: 640px) {
.the-button::after {
width: 15px;
height: 38px;
top: -2px;
}
}

.the-button.the-button-details::after {
width: 15px;
height: 38px;
top: -2px;
}

.the-button-submit {
width: 165px;
top: -19px;
border: none;
}

@media all and (min-width: 1920px) {
.the-button-submit {
width: 205px;
border: none;
}
}

@media only screen and (max-width: 640px) {
.the-button-submit {
width: 165px;
top: -19px;
}
}

.light-content .slide-title, .light-content .slide-title a,.light-content .slide-titles, .light-content .slide-titles a, .light-content .button-text,.light-content .swiper-slide .inner,.light-content .the-button,.light-content .the-button a {
color:#fff;
}
.light-content .the-button:hover:before,
.light-content .the-button.the-button-details:hover:before {
width: 100%;
}

.light-content .the-button:hover:after,
.light-content .the-button.the-button-details:hover:after {
width: 100%;
}

.light-content .the-button::before {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
left: -6px;
border: 1px solid #fff;
border-right: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}

.light-content .the-button::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #fff;
border-left: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;  
}

.swiper-slide .outer .slide-title.active-title {
pointer-events:initial;
}

.scale-drag .swiper-slide .outer .slide-title.active-title {
pointer-events:none;
}
.slide-title span {
position: relative;
display: block;
opacity:0;
}
.slide-title.active-title span{
position: relative;
display: block;
opacity:0;
}	
#itemsWrapperLinks .slide-title span,#itemsWrapperLinks .subtitles span,#itemsWrapperLinks .mos-img span {
position: relative;
display: inline-block;
font-weight: 500;
}

#itemsWrapperLinks .slide-title span,#itemsWrapperLinks .subtitles span,#itemsWrapperLinks .mos-img span {
transform: translateY(160px);
-webkit-transform: translateY(160px);
}

.subtitle {
font-size: 18px;
font-weight:500;
z-index: 10;
}


.subtitle span {
position: relative;
transform: translateY(30px);
-webkit-transform: translateY(30px);
}

.no-titles .subtitle span {
opacity: 0;
}

/*--------------------------------------------------
WebGl Slider
---------------------------------------------------*/

#showcase-slider-webgl-holder {
z-index:100;	
}

#slider-webgl {
overflow:visible;	
}

.scale-drag-down .swiper-slide .outer  {
opacity:1!important;
}

#showcase-slider-webgl-holder .swiper-slide::before {
content:"";
position:absolute;
height:1px;
width:120px;
background-color:#000;
left:-120px;
bottom:51%;
opacity:0.1;
}

#showcase-slider-webgl-holder .swiper-slide::after {
content:"";
position:absolute;
height:1px;
width:120px;
background-color:#000;
right:-120px;
bottom:51%;
opacity:0.1;
}

.scale-drag-down #showcase-slider-webgl-holder .swiper-slide::before, .scale-drag-down #showcase-slider-webgl-holder .swiper-slide::after {
height:2px;
}

.light-content #showcase-slider-webgl-holder .swiper-slide::before, .light-content #showcase-slider-webgl-holder .swiper-slide::after {
background-color:#fff;
opacity:0.1;
}

#showcase-slider-webgl-holder .swiper-slide.above::before, #showcase-slider-webgl-holder .swiper-slide.above::after {
opacity:0!important;
-webkit-transition: opacity 0.2s ease-in-out 0;
transition: opacity 0.2s ease-in-out 0s;
}

#showcase-slider-webgl-holder > .swiper-slide > div {
width: 0;
height: 0;
position: absolute;
display:block;
text-align:center;
visibility:hidden;	
}

#showcase-slider-webgl-holder .slide-title span {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}

#showcase-slider-webgl-holder .subtitle span {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}

.scale-drag-down .swiper-slide .outer .slide-title span {
-webkit-text-fill-color: #fff;
-webkit-background-clip: text!important;
}

.scale-drag-down .swiper-slide-active .outer .slide-title span {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text!important;
background-size: cover !important;
background-position: center !important;
}

#canvas-slider {
width:100%;
height:100%;
position:absolute;
top:0;
right:0;
overflow:hidden;
-webkit-transition: width 0.5s ease-in-out 0;
transition: width 0.5s ease-in-out 0s;
}

#canvas-slider.split {
transform: translateX(50%);
-webkit-transform: translateX(50%);
}

#canvas-slider.split canvas{
transform: translateX(-25%);
-webkit-transform: translateX(-25%);
}

#canvas-slider .slider-img {
position: absolute;
height:100%;
width:100%;
background-size:cover;
background-position:center center;
background-color:#222;
visibility:hidden;
top: 0;
left: 0;
z-index: 0;
-webkit-transform: scale(1.01);
transform: scale(1.01);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;		
}

#canvas-slider img {
width:100%;
height: 100%;
position:relative;
display:none;
z-index:100;
cursor:pointer;		
object-position: center; 
object-fit: cover;
}

#slider-split-webgl {
position:fixed;
z-index:15;
height:100vh;
width:50%;
top:0;
left:0;
opacity:1;
visibility:visible;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-in-out 0.3s;
transition: all 0.1s ease-in-out 0.3s;
}

#slider-split-webgl.active {
opacity:1;
visibility:visible;
-webkit-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}

.show-loader #slider-split-webgl.active::after {
visibility:hidden;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
}

#slider-split-webgl .outer {
width: 100%;
box-sizing: border-box;
}

#slider-split-webgl .inner {
vertical-align: middle;
position: relative;
text-align: left;
}

#slider-split-scroll {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: calc(100% + 30px);
overflow:hidden;
overflow-y: scroll;
}

#slider-split-projects  {
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 1480px;
box-sizing:border-box;
margin: 0 auto;
padding: 0px 80px;
overflow:hidden;
pointer-events: none;
}

#slider-split-projects li {
list-style:none;
position: relative;
display:table;
cursor:pointer;
pointer-events: initial;
}

.show-loader #slider-split-projects li {
pointer-events: none;
}

#slider-split-projects li:first-child {
margin-top:calc(25vh - 50px);
}

#slider-split-projects li:last-child {
margin-bottom:calc(25vh - 50px);
}

li.split-slider-intro {
font-size: 18px;
font-weight:500;
line-height:30px;
margin-bottom:40px;
width: 100%;
z-index: 10;		
display:block;
color: #f33a3a;
overflow:hidden;
pointer-events:none!important;
}

.light-content li.split-slider-intro {
color: #f33a3a;
}

.split-slider-intro span {
position:relative;
display:block;
transform: translateY(60px);
-webkit-transform: translateY(60px);
}

.split-caption {
position: relative;
display: table;
width: auto;
z-index: 10;
overflow: hidden;
padding: 10px 0px;
}

.split-caption div:first-child {
height:100%;
width:100%;
position:absolute;
z-index:10;
}

.quick-link {
width:0;
height:0;
visibility:hidden;
}

.split-title {
font-family: 'Roboto Slab', serif;
font-weight: 500;
font-size: 48px;
line-height: 80px;
position: relative;
display: table;
width: auto;
z-index: 5;
overflow: hidden;
-webkit-transition: opacity 0.1s ease-in-out 0s;
transition: opacity 0.1s ease-in-out 0s;
}

#slider-split-projects:hover li .split-title {
opacity:0.1;
}

#slider-split-projects li:hover .split-title {
opacity:1;
}

.split-title span {
position: relative;
display: block;
transform: translateY(80px);
-webkit-transform: translateY(80px);
}

.split-subtitle {
font-size: 14px;
line-height: 20px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
color: #000;
text-align:left;
padding-left:2px;
opacity:0.8;
overflow:hidden;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
filter: grayscale(100%);
}

#slider-split-projects:hover li .split-subtitle {
opacity:0.1;
}

#slider-split-projects li:hover .split-subtitle {
opacity:1;
color: #f33a3a;
filter: grayscale(0);
}

.light-content .split-subtitle {
color: #fff;
}

.split-subtitle span {
position: relative;
display: block;
transform: translateY(20px);
-webkit-transform: translateY(20px);
}

/*--------------------------------------------------
Showcase Footer Elements
---------------------------------------------------*/	

.showcase-footer.slider .swiper-pagination {
position: relative;
text-align: right;
max-width:none;
pointer-events:none;
}

.swiper-pagination .parallax-wrap {
width: 40px;
height: 40px;
display: inline-flex;
position: relative;
justify-content: center;
align-items: center;
pointer-events:initial;
}

.swiper-pagination .parallax-element {
height: 40px;
width: 40px;
color: #000;
text-align: center;
line-height: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
width: 40px;
height: 40px;
background: transparent!important;
}

.swiper-pagination-bullet {
background: #000;
}

.swiper-pagination-bullet-active .path {
display: inline-block !important;
stroke-dasharray: 1000;
stroke-dashoffset: 0;
animation: dash ease-in 3s;
animation-iteration-count: unset;
}

.swiper-pagination-bullet .path {
stroke:#000;
}

.swiper-pagination-bullet .solid-fill {
fill:#000;
}

.light-content .swiper-pagination-bullet .path {
stroke:#fff;
}

.light-content .swiper-pagination-bullet .solid-fill {
fill:#fff;
}

.path {
display: none;
}

@keyframes dash {
from {
stroke-dashoffset: 1000;
}

to {
stroke-dashoffset: 0;
}
}


/*--------------------------------------------------
16. Responsive
---------------------------------------------------*/			


@media only screen and (max-width: 1466px) {

.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
font-size: 60px;
line-height: 90px;
}

/*-- Showcase Sticky --*/

.active .vp-title, .not-in-view .first-title .vp-title, .not-in-view .last-title .vp-title {
font-size: 90px;
}

.vp-title {
font-size: 60px;
line-height: 180px;
}

.temporary-hero .vp-title {
font-size: 90px;
line-height: 120px;
}

/*-- Large Carousel Slider --*/

#showcase-carousel-holder.large-carousel .swiper-slide {
height: 80%;
width: 60vw !important;
}

/*-- Mixed Carousel Slider --*/

#showcase-carousel-holder.mixed-carousel .swiper-slide {
height: 85%;
width: 32vw !important;
}

#showcase-carousel-holder.mixed-carousel .swiper-slide.wide {
height: 85%;
width: 76vw !important;
}

/*-- Showcase Lists --*/

.showcase-list-holder {
padding: 110px 60px 0px 60px;
height: calc(100vh - 120px);
}

.vertical-list .sl-title {
font-size: 90px;
line-height: 120px;
}

/*-- Split Showcase --*/

#slider-split-projects {
padding: 0px 60px;
}

}


@media only screen and (max-width: 1024px) {

.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
font-size: 50px;
line-height: 57px;
}
/*-- Showcase Slider --*/

#showcase-slider .inner .slide-title, #showcase-slider .inner .subtitle, #showcase-slider-captions .inner .subtitle {
opacity:1;
}

#showcase-slider-captions {
display:none;
}

#showcase-slider-lists {
display:none;
}

/*-- Showcase Sticky --*/

.active .vp-title, .not-in-view .first-title .vp-title, .not-in-view .last-title .vp-title {
font-size: 72px;
}

.vp-title {
font-size: 50px;
line-height: 82px;
margin-bottom: 30px;
}
.temporary-hero .vp-title {
font-size: 72px;
line-height: 100px;
}

/*-- Large Carousel SLider --*/

#showcase-carousel-holder.mixed-carousel .swiper-slide {
height: height: 38vw;
width: 25vw !important;
}

/*-- Mixed Carousel Slider --*/

#showcase-carousel-holder.mixed-carousel .swiper-slide {
height: 90%;
width: 30vw !important;
}

#showcase-carousel-holder.mixed-carousel .swiper-slide.wide {
height:90%;
width: 63vw !important;
}

/*-- Hight Columns Carousel Slider --*/

#showcase-carousel-holder.columns-carousel .swiper-slide {
width: 50vw !important;
}

#showcase-carousel-holder.columns-carousel .swiper-slide .outer .subtitle span {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}

/*-- Showcase Lists --*/

.showcase-list-holder, .showcase-list-holder.vertical-list {
padding: 110px 20px 0px 20px;
}

.showcase-list-intro {
display:none;
}

.slide-list, .vertical-list .slide-list {
position: relative;
opacity: 1;
margin: 0 20px;
width: calc(50% - 40px);
height: 40vw;
padding: 0;
float: left;
text-align: left;
display: block;		
}

.slide-list::before {
display:none;
}

.hover-reveal, .vertical-list .hover-reveal {
position: relative;
opacity: 1;
width: 100%;
height: calc(100% - 120px);
top: 0;
left: 0;
pointer-events:initial;
}

.sl-title {
font-size: 24px;
line-height: 40px;
margin-top: 10px;
}

.sl-title span {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}

.sl-subtitle, .vertical-list .sl-subtitle {
font-size: 14px;
opacity: 1;
filter: grayscale(0);
transform: translate3d(0px, 0px, 0px);
}

.sl-subtitle span, .vertical-list .sl-subtitle span {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
}

.vertical-list .sl-title {
font-size: 24px;
line-height: 40px;
margin-top: 10px;
}

/*-- Split Showcase --*/
#slider-split-webgl {
position:relative;
width: 100%;
height: auto;
}

#slider-split-scroll {
position: relative;
width: 100%;
overflow: hidden;
}

#slider-split-projects {
padding: 0px 40px;
}

#slider-split-projects li:last-child {
margin-bottom: 50px
}

#canvas-slider.split {
transform: translateX(0);
-webkit-transform: translateX(0);
}

#canvas-slider.split canvas{
transform: translateX(0);
-webkit-transform: translateX(0);
}


}


@media only screen and (max-width: 767px) {

.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
font-size: 50px;
line-height: 70px;
}

.subtitle {
font-size: 16px;
line-height: 30px;
}

footerga .swiper-pagination {
display: none;
}

/*-- Showcase Slider --*/

#showcase-slider-lists .slide-small-title {
font-size: 32px;
}

/*-- Showcase Sticky --*/

.active .vp-title, .not-in-view .first-title .vp-title, .not-in-view .last-title .vp-title {
font-size: 60px;
}

.vp-title {
font-size: 36px;
line-height: 72px;
margin-bottom: 20px;
}

.temporary-hero .vp-title {
font-size: 60px;
line-height: 80px;
}

.vp-cat {
font-size: 16px;
}

/*-- Large Carousel SLider --*/


#showcase-carousel-holder.large-carousel .swiper-slide {
height: 90%;
width: 90vw !important;
}

/*-- Mixed Carousel Slider --*/

#showcase-carousel-holder.mixed-carousel .swiper-slide {
height: 90%;
width: 50vw !important;
}

#showcase-carousel-holder.mixed-carousel .swiper-slide.wide {
height: 90%;
width: 100vw !important;
}

/*-- Hight Columns Carousel Slider --*/

#showcase-carousel-holder.columns-carousel .swiper-slide {
width: 100vw !important;
}

/*-- Showcase Lists --*/

.showcase-list-holder, .showcase-list-holder.vertical-list {
padding: 110px 10px 0px 10px;
}

.slide-list, .vertical-list .slide-list {
position: relative;
opacity: 1;
margin:0 20px;
width: calc(100% - 40px);
height: 80vw;
padding:0;
}

/*-- Split Showcase --*/

#slider-split-projects {
padding: 0px 30px;
}

}


@media only screen and (max-width: 479px) {

.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
font-size: 40px;
line-height: 67px;
}

.subtitle {
font-size: 14px;
line-height: 30px;
}

/*-- Showcase Slider --*/

#showcase-slider-lists .slide-small-title {
font-size: 28px;
}

/*-- Showcase Sticky --*/

.active .vp-title, .not-in-view .first-title .vp-title, .not-in-view .last-title .vp-title {
font-size: 48px;
}

.vp-title {
font-size: 36px;
line-height: 72px;
margin-bottom: 20px;
}

.temporary-hero .vp-title {
font-size: 48px;
line-height: 72px;
}

.vp-cat {
font-size: 14px;
}

/*-- Showcase Lists --*/

.showcase-list-holder, .showcase-list-holder.vertical-list {
padding: 110px 0px 0px 0px;
}

/*-- Split Showcase --*/

#slider-split-projects {
padding: 0px 20px;
}

.split-title {
font-size: 36px;
line-height: 80px;
}

}	
.full img {
width: 100%;
height: 100%;
position: relative;
display: block;
object-position: center;
object-fit: cover;
}	
@media only screen and (max-width: 1024px) {
#footer-container {
padding: 0 40px;
height:70px;
}
}

@media only screen and (max-width: 767px) {
.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
font-size: 45px;
line-height: 50px;
}	
.subtitle {
font-size: 16px;
line-height: 30px;
}
footers .swiper-pagination {
display: none;
}
}	

.item-image {
width:100%;
height: 100%;
position:relative;
display:block;
z-index:100;	
object-position: center; 
object-fit: cover;
}	
.hero-video-wrapper video.bgvid {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
}

.video-wrapper {
position: relative;
box-sizing: border-box;
min-width: 100%;
max-height: 100vh;
width: 100%;
height: auto;
background-size: cover;
padding:0;
overflow:hidden!important;
opacity:1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}

.video-cover {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:100;
cursor:pointer;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
-webkit-transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
}

.video-cover.hidden {
opacity:0;
height: calc(100% - 50px);
-webkit-transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
}

video.bgvid { 
background-size: cover;
height: auto;
min-height: 100%;
min-width: 100%;
position: absolute;
width: 100%;
z-index: -100;
}

.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:auto;
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:auto;
top: 100%;
left:0;
content: attr(data-hover);
}

.header-middle .button-text span::before {
content: attr(data-on);
}

.button-wrap:hover .button-text span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transform-origin: 0% 0%;
}
