@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	line-height:1.6;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #333;
}
::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
	color:#c2c2c2;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
/**************** Loader ********************/
.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #151515;
	background: -webkit-linear-gradient(30deg, rgba(21, 21, 21, 1) 0%, rgba(55, 57, 60, 1) 65%);
	background: -moz-linear-gradient(30deg, rgba(21, 21, 21, 1) 0%, rgba(55, 57, 60, 1) 65%);
	background: linear-gradient(30deg, rgba(21, 21, 21, 1) 0%, rgba(55, 57, 60, 1) 65%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515", endColorstr="#37393C", GradientType=0);
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    width: 100%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 0 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.6;
    display: inline-block;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 300px;
    width: auto;
}
@media (min-width: 1200px) {
	.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
	.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
		max-height: 300px;
	}
}
@media (max-width: 1200px) {
	.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
	.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
		max-height: 150px;
	}
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: #fff
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/**************** Loader ********************/
p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 12px 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
	cursor:pointer;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}

/********* Header ********/
header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
header.header-absolute {
    position: absolute;
}
body.fixed-header header.header-absolute {
    position: fixed;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a img{
	width:auto;
	display:block;
	position:relative;
	position: relative;
	z-index: 1;
}
header .logo-wrap a picture:last-child,
body.fixed-header header .logo-wrap a picture:first-child{
	display:none;
}
body.fixed-header header .logo-wrap a picture:last-child{
	display:block;
}
/********* Menu ********/
@media (min-width: 1200px) {
	header{padding:50px 0 0 0;}
	body.fixed-header header{
		padding:0;
		background-color:#fff;
		-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
		box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
	}
	
	header .logo-wrap a{
        position: absolute;
        top: -45px;
        left: 0;
	}
	body.fixed-header header .logo-wrap a{
        top: -25px;
	}
	
	header .left,
	header .right{
		min-width: 300px;
	}
	header .right a.phone,
	header .right a.email{
		color: #fff;
		display:block;
		text-align:right;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
        font-size: 18px;
	}
	body.fixed-header header .right a.phone,
	body.fixed-header header .right a.email{
		color:#000;
        font-size: 14px;
	}
	body.fixed-header header .right a.phone{
		margin-bottom:0;
	}
	header .right .languages{
        margin: 0 0 0 20px;
	}
	header .right .languages a{
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        padding: 10px 0 9px 9px;
        line-height: 1;
	}
	header .right .languages a.active{
		background-color:#fff;
		color:#000;
		position:relative;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	header .right .languages a.active:before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 9999px;
        background-color: #fff;
        z-index: -1;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	body.fixed-header header .right .languages a{
        padding: 6px 0 4px 6px;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
	}
	body.fixed-header header .right .languages a.active,
	body.fixed-header header .right .languages a.active:before{
        background-color: #000000;
		color:#fff;
	}
	
	body.fixed-header header .menu-links{display:none;}	
	header .logo-wrap a picture img{max-height:150px;}
	body.fixed-header header .logo img {max-height: 49px;}
	
}
@media (max-width: 1200px) {
	header{
		padding:15px 0 13px 0;
	}
	body.mobile-menu-open header{
        background-color: #000;
	}
	body.fixed-header header{
		padding:10px 0;
        background-color: #fff;
		-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
		box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
	}
	
	
	header .right a.phone,
	header .right a.email{
		color: #fff;
		display:block;
		text-align:right;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
        font-size: 17px;
        line-height: 1;
	}
	body.fixed-header header .right a.phone,
	body.fixed-header header .right a.email{
		color:#000;
	}
	body.fixed-header header .right a.phone{
		margin-bottom:0;
	}
	header .right .languages{
        margin: 0 0 0 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
	}
	header .right .languages a{
        padding: 5px;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
	}
	header .right .languages a.active{
		color:#000;
		position:relative;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	header .right .languages a.active:before{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100px;
        background-color: #fff;
        z-index: -1;
        -webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	body.fixed-header header .right .languages a{
        color: #000;
	}
	body.fixed-header header .right .languages a.active:before{
        background-color: #000000;
	}
	body.fixed-header header .right .languages a.active{
		color:#fff;
	}
	
	body.fixed-header header .menu-links{display:none;}	
	header .logo-wrap a picture img{max-height:60px;}
	body.mobile-menu-open header .logo-wrap a picture img{max-height:35px;}
	body.fixed-header header .logo-wrap a picture img{max-height:22px;}
	
}



@media (min-width: 1200px) {
	
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom>ul{
        gap: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	}
	.menu-wrap .bottom ul li.menu-item{
		position: relative;
        margin: 0;
	}
	.menu-wrap .bottom ul li.menu-item:first-child{margin: 0 0 0 0;border:0;padding:0;}
	.menu-wrap .bottom>ul>li.menu-item.arrow{width: 350px;}
	
	body.fixed-header .menu-wrap .bottom ul li.menu-item{
		margin: 0;
		padding: 0;
	}
	
	.menu-wrap .bottom ul li.menu-item a{
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		position: relative;
        line-height: 1;
		color: #fff;
		letter-spacing: 2px;
		text-decoration: none;
		z-index:1;
		display:block;
	}
	.menu-wrap .bottom ul li.menu-item:hover>a,
	.menu-wrap .bottom ul li.menu-item a:hover{
		color: #ccc;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
		text-transform: uppercase;
	}
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		text-align: center;
		color: var(--theme-color-2);
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{
		display:none;
	}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
        font-size: 12px;
        color: #000;
        line-height: 55px;
        font-weight: 600;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item:last-child a{padding: 0 0 0 20px;}
	body.fixed-header .menu-wrap .bottom ul li.menu-item:first-child a{padding: 0 20px 0 0;}
	body.fixed-header .menu-wrap .bottom>ul>li.sub-item>a:after{
		color:#000;
	}
	.menu-wrap .bottom .menu-list .sub-menu,
	.menu-wrap .bottom .menu-list .back-link{
		display:none;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 250px;
		display: none;
		background-color: #f1f1f1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		width:250px;
		left: -80px;
	}
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul{
		padding:15px 0
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		font-size: 12pt;
		line-height: 40px;
		padding: 0 30px;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {display: block;}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		top: 0;
		left: 100%;
		right:auto;
		text-align:left;
	}
	.menu-wrap .bottom>ul>li>ul>li.sub-item:hover>.sub-menu{
		right: 400px;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    body.fixed-header .menu-toggle span {
        background-color: #000;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 45px;
		line-height: 45px;
		border-top: 1px solid #191919;
		position: relative;
		font-size: 14px;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 47px;
		width: 45px;
		height: 45px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #191919;
		border-bottom: 1px solid #191919;
		background-color: #191919;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:63px;
		bottom: 0;
		width: 100%;
		background-color: #000;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	body.fixed-header .menu-wrap {
		top:44px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 37px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 50px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #191919;
		background-color: #191919;
		margin: -45px 0 0 0;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li:last-child a {
		border-bottom: 1px solid #191919;
	}
	.menu-list li {
		margin:0;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li a {
        display: block;
        line-height: 1;
        color: #fff;
        font-size: 14px;
        padding: 15px 20px;
        border-top: 1px solid #191919;
        text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #fff;
	background-color:#000;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
	float:left;
    margin: 0;
    color: #fff;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li p{
    line-height: 1.7;
	margin:0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	font-weight:300;
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
	line-height:1.7;
    margin: 0 6px;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
    position: relative;
    background-color: #000;
	color: #878c8d;
}
footer h4{
	letter-spacing:1px;
}
footer a{
	display:block;
	color: #878c8d;
	text-decoration:none;
	font-weight:400;
	line-height:1.7;
}
footer .footer-social a{
	color: #ffffff;
	display:block;
	margin:0 0 0 30px;
}
footer .footer-social a:first-child{
	margin:0;
}
footer iframe{
	display:block;
}
@media(min-width:1200px){
	footer .left{
		width:50%;
	}
	footer iframe{
		width: 50%;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
	}
}
@media(max-width:1200px){
	footer iframe{
		width: 100%;
	}
}
/**************** Footer ********************/
/**************** Cookies ********************/
.cookies{-moz-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-o-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-ms-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);position:fixed;z-index:15;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff}@media (min-width:768px){.cookies{max-width:400px;bottom:30px;left:30px;padding:30px}.cookies .theme-btn{padding:11px 16px 10px}}@media (max-width:768px){.cookies{right:90px;bottom:20px;left:20px;padding:20px}.cookies .theme-btn{padding:11px 16px 10px}}.cookies h4{margin:0 0 20px;font-weight:400}.cookies p{line-height:1.5}.cookies a{cursor:pointer}
/**************** Cookies ********************/
/**************** Accordions ********************/
.accordions .accordion-item{border:1px solid var(--theme-color-1);margin:-1px 0 0;background-color:#fff}.accordions .accordion-item:first-child{margin:0}.accordions .accordion-item .accordion-item-title{position:relative;font-weight:400;letter-spacing:1px;cursor:pointer;color:var(--theme-color-1);padding:20px 80px 20px 30px;line-height:1.4}.accordions .accordion-item .accordion-item-title:before{font-family:"Font Awesome 5 Pro";color:var(--theme-color-1);z-index:1;font-weight:300;content:"\f067";margin:0;position:absolute;top:21px;right:20px;bottom:0;font-size:22px;text-align:center;line-height:1}.accordions .accordion-item.active .accordion-item-title:before{content:"\f068"}.accordions .accordion-item .accordion-item-caption{line-height:1.7;font-weight:400;background-color:#fff}.accordions .accordion-item.active .accordion-item-title,.accordions .accordion-item.active .accordion-item-title:before,.accordions .accordion-item:hover .accordion-item-title,.accordions .accordion-item:hover .accordion-item-title:before{border-color:var(--theme-color-2);background-color:var(--theme-color-2);color:#fff}.accordions .accordion-item:not(.active) .accordion-item-caption{display:none}
/**************** Accordions ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.c-items {
    background-color: #transparent;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 10%);
    height: 100%;
}
.form-item-icons i:after {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
/**************** Contact / Table ********************/
/**************** Post ********************/
.author,.pagination li a{color:#000;text-decoration:none}.post-single-page-next-prev .page-next a,.post-single-page-next-prev .page-prev a,.post-single-page-next-prev .page-prev-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;text-decoration:none;color:#000}.post-single-page-next-prev{position:fixed;bottom:20px;left:0;right:0;z-index:5;max-width:400px;margin:0 auto}.post-single-page-next-prev.divider{max-width:800px}.post-single-page-next-prev .page-prev-wrap{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 2px 5px 0 rgb(0 0 0 / 6%);-moz-box-shadow:0 2px 5px 0 rgb(0 0 0 / 6%);box-shadow:0 0 10px 0 rgb(0 0 0 / 13%);overflow:hidden;background-color:#fff;position:relative}.post-single-page-next-prev.divider .page-prev-wrap:before{content:"";position:absolute;top:0;bottom:0;left:calc(50% - .5px);width:1px;background-color:#f6f7f8}.post-single-page-next-prev .page-next,.post-single-page-next-prev .page-prev{background-color:#fff;max-width:400px;width:100%}.post-single-page-next-prev .page-next a,.post-single-page-next-prev .page-prev a{padding:20px;min-height:82px;width:100%}.post-single-page-next-prev .page-next h5,.post-single-page-next-prev .page-prev h5{font-size:14px;font-weight:400;margin:0}.post-single-page-next-prev .page-next i,.post-single-page-next-prev .page-prev i{width:30px}.author{padding:15px 30px 15px 15px;border:1px solid #ededed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:table}.author picture{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block;overflow:hidden}.author picture img{display:block}.author .caption{padding:0 0 0 20px}.author .caption h4{margin:0 0 10px;line-height:1.4}.post-single-page .post-single-details div,.post-single-page .share-links a{min-height:40px;line-height:40px;padding:0 15px;font-size:12px;font-weight:300;margin:0 0 0 5px;color:#fff}.block-sing-item{background-color:#f6f7f8;border-top:1px solid #ededed}.pagination{list-style-type:none;margin:0;padding:0}.page-documents .item .top .info p:last-child,.page-links .item .top .info p:last-child,.pagination li,.post-single-page .post-single-details div:first-child,.post-single-page .share-links a:first-child,.posts-block .item .text p{margin:0}.pagination li a{padding:0 15px;height:50px;line-height:50px;background-color:#fff;display:block;border:1px solid #ededed;margin:0 0 0 -1px;min-width:50px;text-align:center}.pagination li:first-child a{margin:0;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;border-top-left-radius:5px;border-bottom-left-radius:5px}.pagination li:last-child a{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px}.pagination li:hover a{border-color:var(--theme-color-1);background-color:var(--theme-color-1);color:#fff}.pagination li.active a{border-color:var(--theme-color-3);background-color:var(--theme-color-3);color:#fff}.posts-block .item{padding:30px 30px 100px;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;-webkit-box-shadow:0 2px 5px 0 rgb(0 0 0 / 6%);-moz-box-shadow:0 2px 5px 0 rgb(0 0 0 / 6%);box-shadow:0 2px 5px 0 rgb(0 0 0 / 6%);height:100%}.posts-block .item .image{text-decoration:none;display:block;background-color:#f6f7f8;position:relative}.posts-block .item .date{color:var(--theme-color-1);line-height:1;font-size:12px}.posts-block .item .image picture img{display:block;max-width:100%;width:auto;height:auto;margin:0 auto}.posts-block .item .text h3{text-decoration:none;color:#000;font-weight:400;line-height:1.4}.posts-block .item .text a{text-decoration:none;color:#000;line-height:1.5}.posts-block .item .text .more{color:#fff;font-weight:300;position:absolute;right:30px;bottom:30px;padding:14px 16px;line-height:1}.posts-block .pagination+.row{margin-top:10px}.posts-block .row+.pagination{margin-top:20px}.post-single-page .post-single-details div{background-color:var(--theme-color-1);border:1px solid #ededed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.post-single-page .share-links a{text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.post-single-page .share-links a.email,.post-single-page .share-links a.facebook{background-color:#568fce}.post-single-page .share-links a.x{background-color:#000}.post-single-page .share-links a.whatsapp{background-color:#17c242}.page-documents .item,.page-links .item{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 5px 10px 0 rgb(0 0 0 / 6%);-moz-box-shadow:0 5px 10px 0 rgb(0 0 0 / 6%);box-shadow:0 5px 10px 0 rgb(0 0 0 / 6%);position:relative}.page-documents .item .top{color:#000;text-decoration:none;display:block;text-align:center}.page-documents .item .top .icon,.page-documents .item .top .image,.page-documents .item .top h3,.page-links .item .top{color:var(--theme-color-1)}.gallery-item-image:before,.gallery-item-video:before,.page-documents .item .top .icon,.page-links .item .top{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.page-documents .item .top .icon,.page-documents .item .top .image{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 0 20px;width:100%;background-color:#f6f7f8;padding:15px}.page-documents .item .top .icon{height:230px;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-moz-justify-content:center}.page-documents .item .top .image picture{display:block;width:100%;background-color:#f6f7f8}.page-documents .item .top .image picture img{display:block;height:auto;width:auto;max-height:200px;max-width:100%;margin:0 auto}.page-documents .item .top .info p,.page-links .item .top .info p{margin:0 20px 0 0;text-transform:uppercase;line-height:1}.page-links .item .top{position:relative;display:flex;text-decoration:none;font-weight:600;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.page-links .item .top .icon{width:35px;line-height:1}.page-links .item .text{border-top:1px solid #f8f8f8}.gallery-item-image,.gallery-item-video{position:relative;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden}.gallery-item-image picture,.gallery-item-image picture img,.gallery-item-video picture,.gallery-item-video picture img{display:block;width:100%;height:auto}.gallery-item-image:before,.gallery-item-video:before{position:absolute;top:15px;right:15px;line-height:1;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;justify-content:center;-webkit-justify-content:center;-moz-justify-content:center;font-size:20px;color:#fff;text-align:center;font-family:'Font Awesome 5 Pro';font-weight:400}.gallery-item-image:before{content:"\f31d"}.gallery-item-video:before{content:"\f04b"}
/**************** Post ********************/


.block-title h1{
	margin-top:0;
	color:var(--theme-color-2)
}
.block-title p{
    line-height: 1.5;
    color: var(--theme-color-2);
    max-width: 900px;
    display: inline-block;
}

.content{
    position: relative;
    z-index: 1;
}





.home-main-slider .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span,
.home-main-slider .prev,
.home-main-slider .next{
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-main-slider .pagi {
	bottom:0;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.home-main-slider .pagi .swiper-pagination-bullet.prog {
	overflow:hidden;
	cursor:pointer;
    height: 5px;
	width:0;
    display: block;
    /*background-color: rgb(255 255 255 / 20%);*/
}
.home-main-slider .pagi .swiper-pagination-bullet.prog:first-child {
	margin:0
}
.home-main-slider .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active {
    width: 100%;
}
.home-main-slider .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span {
	height:100%;
	display:block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
	animation-play-state: paused;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-main-slider .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: rgb(255 255 255 / 10%);
}
.home-main-slider .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}
.home-main-slider .swiper-slide{
	overflow:hidden;
}
.home-main-slider .item-wrap{
	position:relative;
	width:100%;
    z-index: 2;
}
.home-main-slider .home-slider{
    background-color: #151517;
}
.home-main-slider .caption .tag{
    color: #fff;
    letter-spacing: 2px;
	line-height:1.3;
}
.home-main-slider .caption .title{
    color: #fff;
    font-weight: 900;
	line-height:1.3;
}
.home-main-slider .caption .text{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	line-height:1.3;
}
.home-main-slider .caption a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.home-main-slider .caption a i{
	position:relative;
}
@media (min-width: 1200px) {
	.home-main-slider .item-wrap{
		height:100vh;
	}
	.home-main-slider .caption a{
		padding: 15px 30px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 2px solid #fff;
		letter-spacing: 1px;
	}
	.home-main-slider .caption{
        padding: 0 0 100px 0;
        text-align: center;
        margin: 0 auto;
	}
	.home-main-slider .socials{
		bottom: 30px;
		left: 30px;
	}
	.home-main-slider .prev-next{
		gap:1px;
		bottom: 1px;
		right: 1px;
	}
	.home-main-slider .caption a:hover{
		background-color:#fff;
		color:var(--theme-color-1)
	}
	.home-main-slider .prev-next .prev,
	.home-main-slider .prev-next .next{
		width: 70px;
		height: 70px;
		line-height: 72px;
		font-size: 32px;
	}
	.home-main-slider .item-wrap .number{
		letter-spacing: .04em;
		font-size: 13vw;
		margin: 0 auto -85px auto;
		-webkit-text-stroke: 2px rgba(255, 255, 255, 0.6);
	}
	.home-main-slider .socials a{
		margin: 25px 0 0 0;
	}
	.home-main-slider .caption .text{
		letter-spacing: 4px;
	}
}
@media (max-width: 1200px) {
	.home-main-slider .item-wrap{
		height:70vh;
	}
	.home-main-slider .caption a{
        padding: 5px 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #fff;
		margin-top:4px;
	}
	.home-main-slider .caption{
        padding: 15px 15px 50px 15px;
        text-align: center;
        margin: 0 auto;
	}
	.home-main-slider .socials{
		display:none;
	}
	.home-main-slider .prev-next{
		gap:1px;
		bottom: 1px;
		right: 1px;
        left: 1px;
	}
	.home-main-slider .caption a:hover{
		background-color:#fff;
		color:var(--theme-color-1)
	}
	.home-main-slider .prev-next .prev,
	.home-main-slider .prev-next .next{
        width: 35px;
        height: 35px;
        line-height: 38px;
        font-size: 13px;
	}
	.home-main-slider .item-wrap .number{
		letter-spacing: .04em;
		font-size: 13vw;
		margin: 0 auto 20px auto;
		-webkit-text-stroke: 2px rgba(255, 255, 255, 0.6);
	}
	.home-main-slider .socials a {
		margin: 7px 0 0 0;
	}
}
.home-main-slider .socials{
    position: absolute;
    z-index: 1;
}
.home-main-slider .item-wrap .number{
    line-height: 1;
    color: transparent;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    display: block;
    font-weight: 800;
}
.home-main-slider .background{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
.home-main-slider .prev-next{
    position: absolute;
    z-index: 1;
}
.home-main-slider .prev-next .prev,
.home-main-slider .prev-next .next{
	cursor:pointer;
    background-color: #fff;
    text-align: center;
}
.home-main-slider .prev-next .swiper-button-disabled{
    cursor: no-drop;
}
.home-main-slider .prev-next .swiper-button-disabled i{
	color:#d2d1d1;
}
.home-main-slider .socials a{
    display: block;
    color: #fff;
    text-align: center;
}
.home-main-slider .socials a:first-child{
    margin: 40px 0 0 0;
}
.home-main-slider .socials div{
	position:relative;	
}
.home-main-slider .socials div p{
    color: #fff;
    display: block;
    margin: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    white-space: nowrap;
    right: 0;
    left: 0;
}
.home-main-slider .socials span{
    display: block;
    height: 100px;
    background-color: #fff;
    width: 2px;
    margin: 60px auto 30px auto;
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


@media (min-width: 1200px) {
	.block-title .ticket{
		letter-spacing: 15px;
	}
}
@media (max-width: 1200px) {
	.block-title .ticket{
		letter-spacing: 3px;
	}
}
.block-title .ticket{
    font-weight: 400;
    text-transform: uppercase;
}
.block-title h1{
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}


.home-about .left{
    position: relative;
    min-height: 100%;
}
@media(min-width:1200px){
	.home-about .left:before{
		right: 0;
	}
}
@media(max-width:1200px){
	.home-about .left:before{
		right: -30px;
	}
}
.home-about .left:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3000px;
    background-color: #f6f7f8;
    z-index: -1;
}
.home-about .left .icons a{
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 4%);
    height: 100%;
    border: 3px solid rgb(255 255 255 / 10%);
}
.home-about .left .icons a p{
	line-height:1.4;
	font-size:14px;
	opacity:0.7;
}
.home-about .left .icons .title{
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}
.home-about .left .text p{
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}
.home-about .right{
    min-height: 100%;
}
.home-about .right .counter-wrap{
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-position-y: 40%;
    animation: imgPos 5s linear normal infinite paused;
    background-attachment: fixed;
}
.home-about .right .counter-wrap .counter{
    font-size:300px;
	font-weight:900;
	line-height:1;
}
@media(min-width:1200px){
	.home-about .right .counter-wrap .counter{
		font-size:  300px;
	}
}
@media(max-width:1200px){
	.home-about .right .counter-wrap .counter{
		font-size:  100px;
        line-height: 1;
	}
}
	




@media(min-width:1200px){
	.home-services .top .left{
		width: 40%;
		height: 600px;
	}
	.home-services .top .right{
		width: 60%;
	}
	.home-services .top .right .text-1{
		padding: 30px 100px;
		height: 50%;
	}
	.home-services .top .right .text-2{
		padding: 30px 100px;
		height: 50%;
	}
}
@media(max-width:1200px){
	.home-services .top .left{
		width: 100%;
		height: 400px;
	}
	.home-services .top .right{
		width: 100%;
	}
	.home-services .top .right .text-1,
	.home-services .top .right .text-2{
		padding: 50px 40px;
		text-align: center;
	}
}
.home-services .top .left{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-services .top .right .text-1 p{
    color: #878c8d;
    line-height: 2;
}
.home-services .top .right .text-2{
    color: #000000;
    line-height: 1.6;
    background-color: #f6f7f8;
}
.home-services .item{
    min-height: 100%;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -webkit-box-shadow: 0 4px 3px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 4px 3px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 3%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.home-services .item picture,
.home-services .item picture img{
	width:100%;
	height:auto;
}
.home-services .item p{
    font-weight: 300;
    font-size: 14px;
	line-height:1.4;
    color: #878c8d;
	margin:0;
}
.services-page .item{
    background-color: transparent;
}
.services-page .item .caption{
	padding-bottom:0;
}
.services-page .item *{
    color: #fff;
}



.home-products .b--title{
    text-align: center;
    color: #fff;
    display: table;
    margin: 0 auto;
	max-width:750px;
}
.home-products .tabs{
    position: relative;
}
.home-products .nav-wrap {
    margin: 0 auto 30px auto;
    display: table;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
}
.home-products .nav-wrap ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
    gap: 2px;
}
.home-products .nav-wrap ul li {
    margin:0 !important;
	width:100%;
}
.home-products .nav-wrap ul li a {
    font-weight: 500;
    display: block;
    background-color: #212121;
	white-space:nowrap;
    text-align: center;
    cursor: pointer;
	text-decoration:none;
	color:var(--theme-color-2);
}
@media(min-width:1200px){
	.home-products .nav-wrap ul li a {
		padding: 15px 30px;
	}
}
@media(max-width:1200px){
	.home-products .nav-wrap ul li a {
        padding: 12px 14px 9px 14px;
        font-size: 14px;
        line-height: 14px;
	}
}
.home-products .nav-wrap ul li.active a {
    background-color:var(--theme-color-2);
    color: #fff;
}
.home-products .nav-wrap ul li:first-child a {
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.home-products .nav-wrap ul li:last-child a {
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.home-products .item{
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #fff;
    border: 2px solid rgb(255 255 255 / 10%);
}
.home-products .item .image picture,
.home-products .item .image picture img{
	display:block;
	max-width:100%;
	height:auto;
}
.home-products .item .image{
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b0909;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}
@media (min-width: 1200px) {
	.home-products .item .image{
		height: 650px;
	}
}
@media (max-width: 1200px) {
	.home-products .item .image{
		height: auto;
	}
}
.home-products .item .image:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 28%);
}
.home-products .item .caption{
	position:absolute
}
.home-products .item h3{
    color: #fff;
    z-index: 1;
    letter-spacing: 1px;
	margin:0;
	line-height: 1.5;
}
.home-products .item .title{
	position: absolute;
    color: #fff;
    z-index: 1;
    letter-spacing: 1px;
    display: block;
}
@media (min-width: 1200px) {
	.home-products .item .title{
		bottom: 40px;
		left: 30px;
		width: 22px;
	}
	.home-products .item .title .left-title{
		letter-spacing: 7px;
	}
	.home-products .item .caption{
		bottom: 33px;
		right: 30px;
		left: 80px;
	}
	.home-products .prev,
	.home-products .next{
		min-width: 40px;
		height: 50px;
		line-height: 53px;
		font-size: 42px;
		top: calc(50% - 20px);
	}
	.home-products .prev{
		left: 0;
		padding: 0 0 0 30px;
	}
	.home-products .next{
		right: 0;
		padding: 0 30px 0 0;
	}
}
@media (max-width: 1200px) {
	.home-products .item .title{
		display:none;
	}
	.home-products .item .title .left-title{
		letter-spacing: 2px;
	}
	.home-products .item .caption{
		bottom: 15px;
		right: 15px;
		left: 15px;
        text-align: center;
	}
	.home-products .prev,
	.home-products .next{
		min-width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		top: 15px;
	}
	.home-products .prev{
		left: 0;
		padding: 0 0 0 15px;
	}
	.home-products .next{
		right: 0;
		padding: 0 15px 0 0;
	}
}
.home-products .item .title .left-title{
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0;
    font-weight: 300;
	opacity:0.2;
}
.home-products .item .caption p {
    line-height: 1.4;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.home-products .swiper-button-disabled{display:none;}
.home-products .prev,
.home-products .next{
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.products-page .item{
	border: 2px solid rgb(255 255 255 / 12%);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.products-page .item:hover{
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
    border-color: #fff;
}






.product-page .top-images,
.product-page .product-image-slider .image,
.product-page .image-one{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width:1200px){
	.product-page .image-one{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.product-page .product-image-slider{
		position: absolute;
		top: calc(100% - 250px);
		left: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 6px 6px 10px 0 rgb(0 0 0 / 15%);
		-moz-box-shadow: 6px 6px 10px 0 rgb(0 0 0 / 15%);
		box-shadow: 6px 6px 10px 0 rgb(0 0 0 / 15%);
	}
	.product-page .product-image-slider,
	.product-page .product-image-slider .image{
		height: 550px;
		width: 380px;
	}
	.product-page .text-wrap {
		position: relative;
		margin: -165px 0 0 0;
		background-color: rgb(0 0 0 / 52%);
		height: 165px;
	}
	.product-page .text-wrap .title h1,
	.product-page .text-wrap .title h3{
		color: #fff;
	}
}
@media(max-width:1200px){
	
}
.product-page .product-image-slider{
    z-index: 2;
    overflow: hidden;
}
.product-page .product-image-slider .prev-next{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.product-page .product-image-slider .prev-next .prev,
.product-page .product-image-slider .prev-next .next{
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 21px;
	cursor:pointer;
}
.product-page .top-images .container,
.product-page .top-images .container>div {
    height: 100%;
}
.product-page .text-wrap .row {
	min-height:100%;
}
.product-page .text-wrap .title h1,
.product-page .text-wrap .title h3{
	letter-spacing:1px;
}
.product-page .text-wrap .title h1{
	font-weight:500;
    margin: 0 0 20px 0;
}
.product-page .text-wrap .title h3{
	font-weight:400;
    margin: 0;
}
.product-page .text-line p{
	line-height:1.7;
}



.home-bg-block .bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-repeat:no-repeat;
	background-size:contain;
}
.home-bg-block:first-child{
	border-top:0;
}
@media(min-width:1200px){
	.home-bg-block.bg-image-left .bg {
        background-attachment: fixed;
        background-position: left bottom;
	}
	.home-bg-block.bg-image-right .bg {
        background-attachment: fixed;
        background-position: right bottom;
	}
}
@media(max-width:1200px){
	.home-bg-block.bg-image-left .bg {
        background-attachment: fixed;
        background-position: left bottom;
	}
	.home-bg-block.bg-image-right .bg {
        background-attachment: fixed;
        background-position: right bottom;
	}
}

