@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/bootstrap/bootstrap.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: 'Poppins', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;color:#000}
/* Header */

body>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
body>.loader .img-wrap{
    -webkit-transition: all 0.8s 0s ease-in-out;
    -moz-transition: all 0.8s 0s ease-in-out;
    -o-transition: all 0.8s 0s ease-in-out;
    transition: all 0.8s 0s ease-in-out;
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0 auto;
    top: calc(50% - 20px);
    text-align: center;
    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;
	z-index:2;
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
body>.loader .img-wrap .img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    height: 40px;
	width:250px;
	opacity: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;
}
body>.loader:before,
body>.loader:after{
    -webkit-transition: all 0.8s 0s ease-in-out;
    -moz-transition: all 0.8s 0s ease-in-out;
    -o-transition: all 0.8s 0s ease-in-out;
    transition: all 0.8s 0s ease-in-out;
    content: "";
    height: calc(50vh + 1000px);
    position: absolute;
    left: -1000px;
    right: -1000px;
    background-color: #fff;
}
body>.loader:before{top:-1000px;}
body>.loader:after{bottom:-1000px;}

body:not(.onloadsite)>.loader .img-wrap .img{opacity:0}
body:not(.onloadsite)>.loader:before,body:not(.onloadsite)>.loader:after{height:0px}




p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.text-uppercase{text-transform:uppercase}

.text-line h1{font-size:50;line-height:1.2;margin-bottom:30px;font-weight:400;}
.text-line h2{font-size:40;line-height:1.3;margin-bottom:30px;font-weight:400;}
.text-line h3{font-size:30;line-height:1.4;margin-bottom:30px;font-weight:400;}
.text-line h4{font-size:20;line-height:1.5;margin-bottom:30px;font-weight:400;}
.text-line h5{font-size:18;line-height:1.6;margin-bottom:30px;font-weight:400;}
.text-line h6{font-size:16;line-height:1.7;margin-bottom:30px;font-weight:400;}
.text-line li{line-height:1.6;margin:0 0 10px 0;font-weight:300;}


/**************** 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;
    position: fixed;
}
html.fixed-header header {
    background-color: rgb(255 255 255 / 90%);
    -webkit-box-shadow: 0 7px 20px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 7px 20px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 7px 20px 0 rgb(0 0 0 / 7%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a picture,
header .logo-wrap a picture img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
	max-height:100px;
}
html.mobile-menu-open{
	overflow:hidden !important;
}

/********* Menu ********/

header .header-languages {
    position: absolute;
    top: -3px;
}
html.fixed-header header .header-languages {
    top: 0;
}
header .header-languages a{
    color: #000;
    position: relative;
    margin: 0 10px 0 0;
    line-height: 1;
}
header .header-languages a:last-child{
    margin: 0;
}
header .header-languages:before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header .header-languages a.active {
    font-weight: 600;
    color: var(--theme-color-2);
}

@media (min-width: 1200px) {
	html header .logo-wrap a picture:last-child,
	html.fixed-header header .logo-wrap a picture:first-child,
	html[data-header="2"] header .logo-wrap a picture:first-child{
		display:none;
	}
	html[data-header="2"] header .logo-wrap a picture:last-child,
	html.fixed-header header .logo-wrap a picture:last-child{
		display:block;
	}

	header .header-languages {
		right: 100px;
		padding: 0 15px 10px 15px;
	}
	html.fixed-header header .header-languages {
		padding-top: 12px;
	}
	html.fixed-header header .logo-wrap a img{
		max-height: 50px;
	}
	html:not(.fixed-header) header .header-middle .logo{
		position:absolute;
	}
	header .header-middle{
		padding:40px 0 0 0;
	}
	html.fixed-header header .header-middle{
		padding: 10px 0;
	}
	header .header-languages:before {
		background-color: #fff;
	}
	body.other-pages header .header-languages:before {
		background-color: #f6f7f8;
	}
}
@media (max-width: 1200px) {
	
	html header .logo-wrap a picture:last-child,
	html.fixed-header header .logo-wrap a picture:first-child,
	html.mobile-menu-open .logo-wrap a picture:first-child,
	html[data-header="2"] header .logo-wrap a picture:first-child{
		display:none;
	}
	html[data-header="2"] header .logo-wrap a picture:last-child,
	html.fixed-header header .logo-wrap a picture:last-child,
	html.mobile-menu-open header .logo-wrap a picture:last-child {
		display:block;
	}
	
	header .header-languages {
		right: 60px;
		padding: 0 15px 10px 15px;
	}
	header .logo-wrap a img{
		max-height: 30px;
	}
	header .header-middle{
		padding:15px 0
	}
	header .header-languages:before {
		background-color: #f6f7f8;
	}
}



.menu-toggle {
	width:25px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
.menu-wrap .menu-toggle {
    position: absolute;
    top: 50px;
    right: 60px;
}
.menu-toggle span:nth-child(1),
.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
	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;
}
html[data-header="2"] .menu-toggle span,
html.fixed-header .menu-toggle span,
html.mobile-menu-open .menu-toggle span,
.menu-wrap .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;
}
html.mobile-menu-open .menu-toggle span:nth-child(1),
.menu-wrap .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);
}
html.mobile-menu-open .menu-toggle span:nth-child(2),
.menu-wrap .menu-toggle span:nth-child(2) {
	width: 0;
}
html.mobile-menu-open .menu-toggle span:nth-child(3),
.menu-wrap .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);
}



@media (min-width: 1200px) {
	.menu-wrap{
		-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;
		overflow: hidden;
		position: fixed;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: #000;
		z-index: 100;
		-moz-transform: translate(100%, 0px);
		-webkit-transform: translate(100%, 0px);
		-o-transform: translate(100%, 0px);
		-ms-transform: translate(100%, 0px);
		transform: translate(100%, 0px);
		width: 100%;
		max-width: 50%;
	}
	html.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	html.mobile-menu-open header:before{
		content:"";
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
		background-color: rgb(0 0 0 / 65%);
		z-index:99;
	}
	.menu-wrap .bottom{
		position:relative;
		background-color: #fff;
		height: calc(100% - 140px);
		overflow: hidden;
		margin: 0 0 0 auto;
		width: 100%;
		padding: 50px 120px 0 50px;
		overflow-y: auto;
	}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom-text{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		margin: 0 0 0 auto;
		width: 100%;
		padding: 40px 80px 50px 50px;
		overflow-y: auto;
		background-color: #fff;
	}
	.menu-wrap .header-language a,
	.menu-wrap .header-socials a{
		color:#000;
		text-decoration:none;
		margin:0 0 0 20px;
	}
	.menu-wrap .header-language a:first-child,
	.menu-wrap .header-socials a:first-child{
		margin:0;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item{border:0;padding:0;margin:0;}
	.menu-wrap .bottom>ul>li.menu-item{position:relative;}
	
	
	
	.menu-wrap .bottom ul li.menu-item a{
		line-height: 1;
		font-weight: 400;
		position: relative;
		color: #333;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		color: #000;
		display: block;
		line-height: 1.2;
		font-size: 30px;
		font-weight: 700;
		padding: 25px 0 0 0;
	}
	.menu-wrap .bottom>ul>li.menu-item:first-child>a{
		padding:0
	}
	html.fixed-header header>.header-middle>.container>div{
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	
	.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 .sub-menu .next-link{
		display:none;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{
		width: 40px;
		height: 40px;
		display: block;
		line-height: 40px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 25px;
		cursor:pointer;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link i{
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	html[data-header="2"] .menu-wrap .bottom ul li.menu-item a,
	html.fixed-header .menu-wrap .bottom ul li.menu-item a{
		color: #000;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		background-color: #fff;
		-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;
		position: relative;
		display: none;
		width: 100%;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(1)>.sub-menu,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(2)>.sub-menu{
		left: auto;
		right:0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a:before{
		content: "\f053";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		font-size: 15px;
		position: absolute;
		left: 15px;
	}
	
	
	
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul li.menu-item.sub-item .sub-menu {
		min-height: 100%;
		border-right: 5px solid #fff;
		right: 100%;
		top: 0;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul{
		padding:20px 0
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 40px;
		padding: 0 30px;
		color: #000;
		position: relative;
		font-size: 14px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item li:hover > a{
		background-color:#fff;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item.open>.sub-menu,
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu.open ul li.sub-item>.sub-menu {display:block;}
	
	.menu-wrap .bottom>ul>li.menu-item>.sub-menu>ul>li>a:before,
	.menu-wrap .bottom>ul>li.menu-item>.sub-menu>ul>li>.sub-menu{display:none !important}
	
	
	
	html.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;
	}
	html.mobile-menu-open header {
		background-color: #fff;
		-webkit-box-shadow: 0 7px 20px 0 rgb(0 0 0 / 7%);
		-moz-box-shadow: 0 7px 20px 0 rgb(0 0 0 / 7%);
		box-shadow: 0 7px 20px 0 rgb(0 0 0 / 7%);
	}
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 80px;
		height: 55px;
		line-height: 52px;
		border-top: 1px solid #303030;
		border-bottom: 1px solid #303030;
		position: relative;
		font-size: 14px;
		color:#fff;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 54px;
		width: 54px;
		height: 54px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #303030;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:60px;
		bottom: 0;
		width: 100%;
		background-color: #212121;
		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(0, 100%);
		-o-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	html.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% - 55px);
		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: 60px;
		width: 55px;
		height: 55px;
		text-align: center;
		border-left: 1px solid #303030;
		margin: -55px 0 0 0;
		color: #fff;
	}
	.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 #303030;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li:first-child>a {
		border-top: 0
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #fff;
		font-size: 14px;
		padding: 20px 20px;
		border-top: 1px solid #303030;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 75px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.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: #212121;
		-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:#333;text-align:center}.breadcrumb ul{list-style-type:none;padding:0;margin:0}.breadcrumb ul li{display:inline-block;margin:0}.breadcrumb ul li a{color:#333;text-decoration:none}.breadcrumb ul li a:after{content:"-";margin:0 5px;color:#333}/**************** Breadcrumb ********************/
/**************** Footer ********************/
/**************** Footer ********************/
section.footer{
	color:#000;
	font-weight:300
}
section.footer .footer-logo,
section.footer .footer-logo img{
    display: table;
    max-height: 35px;
}


section.footer .footer-socials a,
section.footer .links a{
    -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;
    color: #000;
    display: block;
}
section.footer .links a{
    margin: 10px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
section.footer .links a:hover{
	color:var(--theme-color-2)
}
section.footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #000;
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.footer .footer-socials 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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
section.footer .footer-socials a:first-child{
    margin: 0;
}

section.footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
section.footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
section.footer .footer-contact li{
    margin-top: 30px;
}
section.footer .footer-contact li:first-child {
    margin-top: 0;
}
section.footer .footer-bottom picture,
section.footer .footer-bottom picture img{
	display: block;
}
section.footer iframe{
	display: block;
	height:300px;
	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 ********************/

.block-title h2{
	position:relative;
}
.block-title h2:before{
    content: "";
    display: block;
    background-color: var(--theme-color-2);
}

@media(min-width:992px){
	.block-title.left{
		padding-left:100px;
	}
	.block-title.left h2:before{
		right: calc(100% + 30px);
		width: 9999px;
	}
}
@media(max-width:992px){
	.block-title.left{
		padding-left:30px;
	}
	.block-title.left h2:before{
		right: calc(100% + 15px);
		width: 9999px;
	}
}
.block-title.left h2:before{
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
}


.block-title.center h2:before{
	margin:0 auto 30px auto;
    width: 100px;
	height:3px;
}



.theme-btn {
	border:0;
	cursor:pointer;
    text-decoration: none;
    line-height: 1;
    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;
    padding: 20px 25px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-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;
	position:relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-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:var(--theme-color-2);
}
.theme-btn.hovered-white:before {
	background-color:var(--theme-color-2);
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
    border-color: var(--theme-color-2);
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}


.fixed-links{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 62px;
    margin: auto;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%,50%);
    -moz-transform: rotate(-90deg) translate(-50%,50%);
    -ms-transform: rotate(-90deg) translate(-50%,50%);
    -o-transform: rotate(-90deg) translate(-50%,50%);
    transform: rotate(-90deg) translate(-50%,50%);
}
@media(max-width:992px){
	.fixed-links{
		display:none;
	}
}
.fixed-links a{
	display: block;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 0 50px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #a5a5a5;
}
.fixed-links a:first-child{
    margin: 0;
}
.fixed-links a i{
	font-size: 40px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 100%;
    -webkit-transform: translate(0, 67%);
    -moz-transform: translate(0, 67%);
    -ms-transform: translate(0, 67%);
    -o-transform: translate(0, 67%);
    transform: translate(0, 67%);
    opacity: 0.3;
    line-height: 1;
}


.horizontal-lines{
    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;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.horizontal-lines span{
    display: block;
    width: 100%;
    height: 100%;
}
.horizontal-lines.dark span{
    border-left: 1px solid rgb(0 0 0 / 5%);
}
.horizontal-lines.white span{
    border-left: 1px solid rgb(255 255 255 / 13%);
}
.horizontal-lines span:first-child{
    border-left: 0
}





.main-slider-block .swiper-slide .swiper-slide-wrap{
    height: 100vh;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -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;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
	width:100%;
    position: relative;
    z-index: 1;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
    position: relative;
    z-index: 2;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption h3{
    font-weight: 300;
    letter-spacing: 3px;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption h4{
    font-weight: 300;
    max-width: 800px;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption a{
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 1;
    margin: 10px 10px 0 0;
}
.main-slider-block .swiper-slide .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 40 / 20%);
    z-index: 1;
}

.main-slider-block .prev-next{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.main-slider-block .prev,
.main-slider-block .next{
    z-index: 1;
	line-height:1;
    color: #fff;
	cursor:pointer;
    text-align: center;
    position: relative;
    margin: 2px 0 0 0;
}
.main-slider-block h1 a{
	text-decoration:none;
}
.main-slider-block .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}
.main-slider-block .bottom-link{
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.main-slider-block .bottom-link:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f078";
	position:relative;
    -webkit-animation: jumpInfinite 2s linear infinite;
    animation: jumpInfinite 2s linear infinite;
}
.main-slider-block .bottom-link{
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.main-slider-block .bottom-link:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f078";
	position:relative;
    -webkit-animation: jumpInfinite 2s linear infinite;
    animation: jumpInfinite 2s linear infinite;
}
.main-slider-block .pagi {
    z-index: 2;
    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;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog {
	overflow: hidden;
    cursor: pointer;
    margin: 0 0 0 5px;
    height: 4px;
    width: 20px;
    display: block;
    background-color: rgb(255 255 255 / 20%);
}
.main-slider-block .pagi .swiper-pagination-bullet.prog:first-child {
	margin:0
}
.main-slider-block .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;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: #fff;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}

@media(min-width:992px){
	.min-height-100-vh{
		position:relative;
		min-height:100vh;
		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;
	}
	.main-slider-block .bottom-link{
		bottom: 0;
		width: 70px;
		height: 50px;
		left: calc(50% - 35px);
		line-height: 50px;
	}
}
@media(max-width:992px){
	.main-slider-block .bottom-link{
		bottom:0;
		width: 40px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
	}
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}




#pagepiling-menu{
    list-style-type: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 55px;
    margin: auto;
    height: 10px;
    width: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(90deg) translate(-50%,50%);
    -moz-transform: rotate(90deg) translate(-50%,50%);
    -ms-transform: rotate(90deg) translate(-50%,50%);
    -o-transform: rotate(90deg) translate(-50%,50%);
    transform: rotate(90deg) translate(-50%,50%);
    padding: 0;
}
#pagepiling-menu div{
    background-color: #fff;
    margin: 0 0 0 20px;
}
#pagepiling-menu div:first-child{
    margin: 0;
}
#pagepiling-menu div a{
    display: block;
    width: 10px;
    height: 10px;
	cursor:pointer;
    position: relative;
}
#pagepiling-menu div.active a:before{
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 2px solid;
	border-color:#fff;
}

html[data-header="2"] #pagepiling-menu div{
	background-color:#000;
}
html[data-header="2"] #pagepiling-menu div.active a:before{
	border-color:#000;
}




.pages-title{
	white-space:nowrap;
    position: fixed;
    right: 49px;
    top: 20%;
    z-index: 8;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0;
    height: 0;
    display: block;
    font-size: 17px;
    color: #a5a5a5;
}
.pages-copyright{
	white-space:nowrap;
    position: fixed;
    right: 52px;
    bottom: 15%;
    z-index: 8;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0;
    height: 0;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    color: #a5a5a5;
}





.home-about .items a{
    font-weight: 300;
    color: #000;
    text-decoration: none;
}
.home-about .items a span{
    position: relative;
    width: 65px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 2px solid var(--theme-color-2);
    color: var(--theme-color-2);
    font-weight: 900;
}
.home-about .items a span:before,
.home-about .items a span:after{
	content:"";
    border-color: var(--theme-color-2);
    border-style: solid;
	position:absolute;
	width:20px;
	height:20px;
}
.home-about .items a span:before{
    left: 5px;
    top: 5px;
    border-width: 1px 0 0 1px;
}
.home-about .items a span:after{
    right: 5px;
    bottom: 5px;
    border-width: 0 1px 1px 0;
}
.home-about .items a h3{
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.home-about .image{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.home-about .image:before{
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid #fff;
    border-right: 0;
	z-index:2;
    border-bottom: 0;
}
.home-about .image:after{
    content: "";
	z-index:2;
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
}
.home-about .image .number{
    text-align: center;
    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;
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	background-color:rgb(0 0 0 / 60%);
}
.home-about .image .number h4{
    letter-spacing: 2px;
}




.home-radius .item{
    text-align: center;
    color: #fff;
    text-decoration: none;
	height:100%;
}
.home-radius .item picture{
    overflow: hidden;
    max-width: 250px;
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
	-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;
	position:relative;
}
.home-radius .item:hover picture{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.home-radius .item picture:before{
    content: "";
    border: 2px solid #fff;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-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;
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
}
.home-radius .col-12:nth-child(1) .item picture:before{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.home-radius .col-12:nth-child(2) .item picture:before{
    border-top: 0;
    border-right: 0;
}
.home-radius .col-12:nth-child(3) .item picture:before{
    border-left: 0;
    border-bottom: 0;
}
.home-radius .item .caption .title{
	position:relative;
}
.home-radius .item .caption .title span{
    position: absolute;
    font-size: 150px;
    left: 0;
    right: 0;
    opacity: 0.2;
    line-height: 1;
    top: calc(50% - 75px);
    font-weight: 300;
}
.home-radius .item .caption .title h2{
    padding: 5px 30px;
    color: #fff;
    position: relative;
    display: table;
    margin: 0 auto;
    font-weight: 500;
}





.home-projects-slider .swiper-slide:before{
    width: 350px;
    height: calc(100% + 50px);
    top: 0;
	left:2px;
}
.home-projects-slider .swiper-slide:after{
	width:50px;
    height: calc(100% + 50px);
    top: 0;
	right:2px;
}

.home-projects-slider .swiper-slide .wrap{
	height:100vh;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:2;
}
.home-projects-slider .swiper-slide .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 45%);
}
.home-projects-slider .swiper-slide .wrap h2{
    position: absolute;
    bottom: 40px;
    color: #fff;
    letter-spacing: 3px;
    z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
}
.home-projects-slider .swiper-slide .wrap .sag-alt{
    color: #fff;
    position: absolute;
    bottom: -30px;
    line-height: 1;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
	z-index:3;
	right:2px;
}
.home-projects-slider .swiper-slide .wrap .sag-alt h4{
    float: right;
}
.home-projects-slider .prev,
.home-projects-slider .next{
    position: absolute;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 40px;
    z-index: 2;
    top: calc(50% - 20px);
	cursor:pointer;
}
.home-projects-slider .prev{
	left:-50px;
}
.home-projects-slider .next{
	right:-50px;
}
.home-projects a{
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 15px 20px;
    line-height: 1;
    margin: 0 auto;
    display: table;
	-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-projects a:hover{
    background: #222;
	border-color:transparent
}






.home-services-2 .item{
	position:relative;
	border:2px solid transparent;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
	text-decoration:none;
	color:#000;
	display:block;
	-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 5px 10px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 4%);
	overflow:hidden;
}
.home-services-2 .item .more{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--theme-color-2);
    line-height: 1;
    padding: 0 10px 15px 10px;
    font-weight: 300;
    width: 155px;
    font-size: 12px;
    letter-spacing: 1px;
}
.home-services-2 .item:hover{
	border-color: var(--theme-color-2);
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}
.home-services-2 .item .img{
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-services-2 .item .text h2{
    line-height: 1.4;
}








.footer .footer-form h2{
	display:none;
}
.footer .footer-form .row{
    background-color: transparent !important;
    margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.footer .footer-form .row + div{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.footer .footer-form .row + div > button:first-child{
	margin:0 20px 0 0
}
.footer .footer-form .row > div{
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 10px 0 0 0;
}
.footer .footer-form .row,
.footer .footer-form .g-recaptcha-wrap,
.footer .footer-form .g-recaptcha,
.footer .footer-form .row > div label{
	border:0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.footer .footer-form .form-builder .field-file span,
.footer .footer-form .form-builder .field-text span{
    display: none !important;
}
.footer .footer-form .form-builder .field-text.label-icon-left .input-wrap i{
    border-color:#f1f1f1;
	background-color: #f1f1f1 !important;
    line-height: 53px;
}
.footer .footer-form input[type=text],
.footer .footer-form input[type=email],
.footer .footer-form input[type=tel],
.footer .footer-form textarea{
    padding: 18px 20px !important;
    border: 0 !important;
	background-color: #f1f1f1 !important;
    border-left: 0 !important;
	margin-top:0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}



.career-page h2{
	text-align:center;
}



.home-products .item{
    text-align: center;
    background-color: #fff;
    height: 100%;
    text-decoration: none;
    color: #000;
    display: block;
    -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 5px 10px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 4%);
}
.home-products .item:hover{
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}
.home-products .item .img{
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-products .item .text h2{
    line-height: 1.4;
}


.home-posts .item{
    text-align: center;
    background-color: #fff;
    height: 100%;
    text-decoration: none;
    color: #000;
    display: block;
    -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 5px 10px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 4%);
}
.home-posts .item:hover{
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}
.home-posts .item .img{
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-products .item .text h2{
    line-height: 1.4;
}






.pagination ul{
	margin:0;
    list-style-type: none;
    padding: 0;
}
.pagination li{
	margin: 0 0 0 4px;
}
.pagination li a{
	border:1px solid #ededed;
    padding: 0 10px;
    display: block;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    text-align: center;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.pagination li:last-child{
	margin: 0 0 0 -1px
}
.pagination li:last-child a{
	margin: 0
}
.pagination li a:hover,
.pagination li.active a{
	background-color:var(--theme-color-1);
	color:#fff;
	border-color:var(--theme-color-1)
}



.categories-page a.item{
	text-decoration: none;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 7%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    text-align: center;
    height: 100%;
}
@media(min-width:1500px){
	.categories-page a.item picture{
		height: 300px;
	}
}
@media(max-width:1500px) and (min-width:1300px){
	.categories-page a.item picture{
		height: 240px;
	}
}
@media(max-width:1300px) and (min-width:992px){
	.categories-page a.item picture{
		height: 150px;
	}
}
@media(max-width:992px) and (min-width:768px){
	.categories-page a.item picture{
		height: 300px;
	}
}
.categories-page a.item picture{
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.product-page + .categories-page a.item picture{
    height: 250px;
}
.categories-page a.item picture img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.categories-page a.item h4 {
    display: block;
    font-weight: 400;
    margin-bottom: 0;
}
.categories-page .categories-list {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top:100px;
}
.categories-page .categories-list a {
    color: #000;
    padding: 15px 20px;
    background-color: #fff;
    margin: 0 0 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    position: relative;
    border: 1px solid #ededed;
    font-weight: 300;
}
.categories-page .categories-list a.s {
    margin-left:30px;
}
.categories-page .categories-list a.active {
    padding: 15px 20px 15px 50px;
}
.categories-page .categories-list a.active:before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 20px;
    top: 23px;
    background-color: var(--theme-color-2);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.categories-page .categories-list a:last-child {
	margin:0;
}




.product-page .container {
    max-width: 1320px;
}
.product-page .product-slider {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
@media(min-width:1200px){
	.product-page .product-slider-wrap {
		position: sticky;
		top: 130px;
	}
}
.product-page .product-slider .gallery-item picture{
    width: 100%;
    height: 535px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.product-page .product-slider .gallery-item picture img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.product-page .prev,
.product-page .next{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: calc(50% - 20px);
    z-index: 2;
    cursor: pointer;
}
.product-page .prev{
	left:20px;
}
.product-page .next{
	right:20px;
}


.home-services:before {
    content: "";
    background-image: url(../temp/img/services-bg.png);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0.7;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-services .item{
	position:relative;
	display:block;
	text-decoration:none;
	color:#fff;
	width:100%;
}
.home-services .item picture,
.home-services .item picture img{
    display: table;
    width: calc((100% + 10%) - 1px);
    margin: 0 auto 0 2px;
}
.home-services .item p{
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    color: #fff;
    height: 33%;
    text-align: center;
    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;
}
.home-services .item .harf{
	text-align:center;
	font-weight:500;
    line-height: 1;
	position:absolute;
	left:0;
	right:0;
}
.home-services .item.top-text{
    padding: 0 0 60px 0;
}
.home-services .item.top-text .harf{
	bottom:0;
}
.home-services .item.top-text p{
    top: 15px;
}
.home-services .item.bottom-text{
    padding: 60px 0 0 0;
}
.home-services .item.bottom-text .harf{
	top:0;
}
.home-services .item.bottom-text p{
    bottom: 15px;
}







.service-slider .image{
	height:500px;
	width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.partners-page .item{
    position: relative;
    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;
    height: 200px;
}
.partners-page .item picture{
    display: block;
}
.partners-page .item picture img{
    max-height: 100px;
    display: block;
    max-width: 100%;
}
.partners-page .item span{
    position: absolute;
    width: 50px;
    height: 50px;
}
.partners-page .item span:nth-child(1){
    left: 0;
    top: 0;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.partners-page .item span:nth-child(2){
    right: 0;
    top: 0;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.partners-page .item span:nth-child(3){
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.partners-page .item span:nth-child(4){
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}







/**************** 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;
    right: 20px;
    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% - 0.5px);
    width: 1px;
    background-color: #ededed;
}
.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;
    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;
}
.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-2);
    background-color: var(--theme-color-2);
    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;
}
.post-single-page .share-links a.linkedin {
    background-color: #0e76a8;
}
.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 13%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
}
@media(min-width:992px){
	.page-documents .item .top,
	.page-links .item .top {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	.page-documents .item .top .text {
		padding:0 0 0 30px
	}
}
@media(max-width:992px){
	.page-documents .item .top {
		text-align:center;
	}
	.page-documents .item .top .text {
		padding:15px 0 0 0
	}
	.page-documents .item .top .text .info {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: 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 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.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;
    text-decoration: none;
    color: #333;
}
.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";
}
.gallery-item-image h4,
.gallery-item-video h4{
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
/**************** Post ********************/

.members-page .member-item{
	
}
.members-page .member-item .image{
	
}
.members-page .member-item .image picture,
.members-page .member-item .image picture img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
}
.members-page .member-item .caption{
    text-align: center;
    padding: 30px 0 0 0;
}
.members-page .member-item .caption h4{
    margin: 0;
    font-weight: 600;
}
.members-page .member-item .caption h4 a{
    text-decoration: none;
    color: var(--theme-color-2);
    display: block;
}
.members-page .member-item .caption p{
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin: 10px 0 0 0;
    opacity: 0.5;
}
.members-page .member-item .caption .info{
    margin: 15px 0 0 0;
}
.members-page .member-item .caption .info a{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    text-align: center;
    line-height: 1;
}
.member-page .info div,
.member-page .info a{
    text-decoration: none;
    color: #333;
    line-height: 1;
}



