@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/owl-carousel/owl.carousel.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url(../plugins/light-gallery/lightgallery.min.css);
@import url(../plugins/videojs/video-js.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: 'Lato', sans-serif;font-size:18px;padding:0;margin:0;overflow-x: hidden;color:#000;}
/* Header */

body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 0;
    right: 0;
    width: 200px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 50px);
}

h1, .h1 {
	line-height:1.2;
	font-size: calc(1.375rem + 1.5vw);
	font-weight:300;
}
h2, .h2 {
	line-height:1.2;
	font-size: calc(1.325rem + 0.9vw);
	font-weight:300;
}
h3, .h3 {
	line-height:1.4;
	font-size: calc(1.3rem + 0.6vw);
	font-weight:400;
}
h4, .h4 {
	line-height:1.5;
	font-size: calc(1.275rem + 0.3vw);
	font-weight:400;
}
h5, .h5 {
	line-height:1.5;
	font-size: 1.25rem;
	font-weight:400;
}

h6, .h6 {
	line-height:1.5;
	font-size: 1rem;
	font-weight:400;
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
li{line-height:1.7;margin:0 0 5px 0;font-weight:300;}
ul{margin:0 0 35px 0;}
ul:last-child,ol:last-child{margin:0}
strong{font-weight:500}
p:last-child,li:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:30px;margin-bottom:20px}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}

/**************** Header ********************/
header {
	background-color:#fff;
    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;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}
header .menu-search,
header .menu-languges,
header .menu-languges .menu-languges-title,
header .menu-languges .menu-languges-list 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;
    line-height: 1;
	position:relative;
	white-space: nowrap;
}
header .menu-languges .menu-languges-title:after{
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	text-align: center;
	font-size: 10px;
	margin: 0 0 0 5px;
	position: relative;
}
header .menu-languges .menu-languges-list{
	display:none;
	z-index: 100;
}
header .menu-languges:hover .menu-languges-list{
	display:block;
}

/********* Menu ********/
@media (min-width: 1200px) {
	header .header-middle{
		background-color:var(--theme-color-1);
		padding:30px 0;
	}
	header .header-middle .logo-wrap a img{
		max-height:100px;
		width:auto;
	}
	header .header-middle .text{
		margin:0 0 0 100px;
		color:#fff;
	}
	header .menu-languges .menu-languges-title,
	header .menu-search{
		line-height:54px;
        font-size: 17px;
        cursor: pointer;
	}
	header .menu-languges .menu-languges-title .image,
	header .menu-languges .menu-languges-list a .image{
        width: 20px;
        height: 20px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
	}
	header .menu-languges .menu-languges-list{
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        padding: 20px;
	}
	header .menu-languges .menu-languges-list a{
		margin:15px 0 0 0;
        color: #000;
        letter-spacing: 1px;
	}
	header .menu-languges .menu-languges-list a:first-child{
		margin:0
	}
	
	
	header .header-search-form{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border-top: 1px solid #ededed;
        padding: 15px;
        background-color: #f6f7f8;
		display:none;
        -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
        -moz-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
        box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
	}
	header .header-search-form input{
        padding: 18px 65px 18px 20px;
        width: 100%;
        border: 1px solid #ededed;
        outline: none !important;
        box-shadow: none !important;
        color: #000;
        font-size: 15px;
        font-weight: 300;
        line-height: 1;
	}
	header .header-search-form input + button{
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 55px;
        text-align: center;
        border: 0;
        background-color: transparent;
        font-size: 15px;
        color: #d2d2d2;
        padding: 0;
	}
	body.header-search-open header .header-search-form{
		display:block;
	}
	
	
	html.fixed-header header .header-middle .logo-text-wrap{
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
	}
	html.fixed-header header .header-middle{
		padding:10px 0;
	}
	html.fixed-header header .header-middle .logo-wrap a img{
		max-height:50px;
		width:auto;
	}
	html.fixed-header header .header-middle .text{
		font-size:16px
	}
}
@media (max-width: 1200px) {
	
	header .header-middle{
		background-color:var(--theme-color-1);
		padding:10px 0;
	}
	header .header-middle .logo-wrap a img{
		max-height:50px;
		width:auto;
	}
	header .header-middle .text{
		margin:0 0 0 20px;
		color:#fff;
	}
	header .menu-languges .menu-languges-title,
	header .menu-search{
		line-height:47px;
        cursor: pointer;
	}
	header .menu-languges .menu-languges-title .image,
	header .menu-languges .menu-languges-list a .image{
        width: 20px;
        height: 20px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
	}
	header .menu-languges .menu-languges-list{
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        padding: 20px;
	}
	header .menu-languges .menu-languges-list a{
		margin:15px 0 0 0;
        color: #000;
        letter-spacing: 1px;
	}
	header .menu-languges .menu-languges-list a:first-child{
		margin:0
	}
	
	
	header .header-search-form{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border-top: 1px solid #ededed;
        padding: 15px;
        background-color: #f6f7f8;
		display:none;
        -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
        -moz-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
        box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
	}
	header .header-search-form input{
        padding: 18px 65px 18px 20px;
        width: 100%;
        border: 1px solid #ededed;
        outline: none !important;
        box-shadow: none !important;
        color: #000;
        font-size: 15px;
        font-weight: 300;
        line-height: 1;
	}
	header .header-search-form input + button{
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 55px;
        text-align: center;
        border: 0;
        background-color: transparent;
        font-size: 15px;
        color: #d2d2d2;
        padding: 0;
	}
	body.header-search-open header .header-search-form{
		display:block;
	}
	
	
	html.fixed-header header .header-middle .logo-text-wrap{
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
	}
	html.fixed-header header .header-middle .text{
		font-size:16px
	}
}

@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom>ul{
		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.menu-item{position:relative;border:0;padding:0;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		font-weight: 300;
		position: relative;
		line-height: 1;
		color: #212121;
		text-decoration: none;
		z-index:1;
		display:block;
	}
	.menu-wrap .bottom ul li {
		margin:0;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
        color: #000;
		white-space: nowrap;
		-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;
	}
	
	
	.menu-wrap .bottom ul li.menu-item{margin-left:35px;margin-bottom:0;}
	.menu-wrap .bottom ul li.menu-item:first-child{margin-left:0;}
	.menu-wrap .bottom>ul>li.menu-item>a{padding: 20px 0;}
	
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		text-align: center;
		font-size: 10px;
		margin: 2px 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.menu-item.sub-item:hover>a,
	.menu-wrap .bottom ul li.menu-item.sub-item a:hover{
		color: var(--theme-color-1);
	}
	.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;
	}
	html.fixed-header .menu-wrap .bottom ul li.menu-item a{
		font-size: 14px;
		color: #000;
	}
	html.fixed-header .menu-wrap .bottom>ul>li.sub-item>a:after{
		color:#000;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 250px;
		visibility:hidden;
		opacity:0;
		background-color: #f6f7f8;
		-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: 350px;
		left: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		-o-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul{
		padding:10px 0
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 40px;
		padding: 0 25px;
		color:#000;
        font-size: 13px;
        font-weight: 400;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover{
        background-color: var(--theme-color-1);
        color: #fff;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		visibility:visible;
		opacity:1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.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;
	}
	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) {
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        height: 1px;
        background-color: #212121;
        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.fixed-header .menu-toggle span:nth-child(1),
    html.fixed-header .menu-toggle span:nth-child(2),
    html.fixed-header .menu-toggle span:nth-child(3),
    html.mobile-menu-open .menu-toggle span:nth-child(1),
    html.mobile-menu-open .menu-toggle span:nth-child(2),
    html.mobile-menu-open .menu-toggle span:nth-child(3) {
        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) {
        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) {
        width: 0;
    }
    html.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 #f6f7f8;
		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 #f6f7f8;
		border-bottom: 1px solid #f6f7f8;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:117px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		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.fixed-header .menu-wrap {
		top:117px;
	}
	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% - 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: 48px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #f6f7f8;
		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 #f6f7f8;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li {
		margin:0;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #000;
		font-size: 14px;
		padding: 15px 20px;
		border-top: 1px solid #f6f7f8;
		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{
	position:relative;
	color:#212121;
}
.breadcrumb .image picture,
.breadcrumb .image picture img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
    margin: 0 auto;
}
.breadcrumb ul{
	list-style-type:none;
	color:#212121;
	padding:0;
	display:table;
	width:100%;
}
.breadcrumb ul li{
	margin:0;
	display:inline-block;
}
.breadcrumb ul li a{
    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: end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    text-align: center;
	color:#212121;
	text-decoration:none;
}
.breadcrumb ul li p{
	margin:0;
}
.breadcrumb ul li a:after{
	content:"-";
	margin:0 7px;
    line-height: 1.6;
}
/**************** Breadcrumb ********************/
/**************** Cookies ********************/
.cookies {
    position: fixed;
    z-index: 15;
    background-color: var(--theme-color-1);
	-webkit-box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 26%);
	-moz-box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 26%);
	box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 26%);
	color:#fff;
}
.cookies *{
	color:#fff;
}
@media (min-width: 768px) {
    .cookies {
        bottom: 0;
        left: 0;
		right:0;
        padding: 15px;
    }
    .cookies .theme-btn {
        padding: 10px 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 10px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies .theme-btn,
.cookies .theme-btn *{
	color:var(--theme-color-1);
	background-color:#fff;
}
.cookies a {
    cursor: pointer;
}

/**************** Cookies ********************/
/**************** Footer ********************/
footer .footer-up-button{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: -40px;
    z-index: 1;
    background-color: var(--theme-color-1);
    text-align: center;
    line-height: 103px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
footer .footer-top .footer-links a{
	color: #fff;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
footer .footer-top .footer-socials a{
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    margin: 0 15px 0 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 22px;
}
footer .footer-bottom img{
	max-height:15px;
}
/**************** Footer ********************/
.block-title p{
	max-width:1000px;
}
.block-title.center{
	text-align:center;
}
.block-title.center p{
	margin:0 auto;
}
.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: 18px 30px 18px 30px;
    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;
}
.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:#000
}
.theme-btn.hovered-white:before {
	background-color:#fff
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
}
.theme-btn.hovered-white:hover {
    color: #000;
}


.content{
    position: relative;
    z-index: 1;
}
@media(min-width:1200px){
	.content{
		padding-top:218px;
	}
}
@media(max-width:1200px){
	.content{
		padding-top:117px;
	}
}




.home-banners .item {
    position: relative;
}
.home-banners .item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 30vh;
    width: 100%;
}
.home-banners .item .caption {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
}
.home-banners .item .caption .title {
    margin: 0;
}
.home-banners .item .caption .tag {
	margin: 5px 0 0 0;
}
.home-banners .item .caption .title a,
.home-banners .item .caption .tag a {
    display: table;
    background-color: rgb(208 19 25 / 59%);
    color: #fff;
    font-weight: 300;
    padding: 10px 14px;
    text-decoration: none;
}
.home-banners .item:hover .caption .title a,
.home-banners .item:hover .caption .tag a {
    background-color: var(--theme-color-1);
}

.b-title{
    background-color: var(--theme-color-1);
    display: table;
    padding: 6px 30px;
    color: #fff;
    font-weight: 500;
}
.home-industries .item {
    position: relative;
    height: 100%;
}
.home-industries .item .image,
.home-industries .item .image picture,
.home-industries .item .image picture img {
    display: block;
    width: 100%;
	height:auto;
}
.home-industries .item .caption {
    margin: 0;
}
.home-industries .item .title {
    margin: 0;
    width: 100%;
}
.home-industries .item .details-true .title {
    margin: 0;
    width: calc(100% - 45px);
}
.home-industries .item .title a{
    display: block;
    font-weight: 300;
    text-decoration: none;
    padding: 15px 50px 15px 15px;
    background-color: var(--theme-color-1);
    color: #fff;
}
.home-industries .item .details{
	width:45px;
	text-align:center;
    background-color: #f6f7f8;
    cursor: pointer;
    z-index: 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;
}
.home-industries .item-detail {
	display:none;
}
.home-industries .col-12.active .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
    background-color: var(--theme-color-1);
}
.home-industries .col-12.active .item .details{
    margin: 0 0 -10px 0;
}
.home-industries .col-12.active .item .details i:before {
    content: "\f068";
}
.home-industries .detail-view-block > div {
    background-color: var(--theme-color-1);
    color: #fff;
}
.home-industries .detail-view-block > div .closed {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    line-height: 17px;
    width: 15px;
    height: 15px;
    text-align: center;
    color:  #fff;
}

.c-form .form-builder > h2{
	color:#fff;
	font-weight:400;
}
.c-form .form-builder > h2 + .row + div > button{
	background-color:#fff;
	color:var(--theme-color-1)
}




.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
.c-items{
    background-color: #fff;
}
.form-item-icons i:after{
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items {
    padding: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
    height: 100%;
	background-color:#f6f7f8
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 600;
    padding: 20px 13px;
    position: relative;
    color: #fff !important;
}
.contact-map iframe {
    width: 100%;
    display: block;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
.c-items .c-item a{
    text-decoration: none;
    display: block;
    line-height: 1.6;
}







.page-documents .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%);
}
.page-documents .item>a{
    color: #000;
    text-decoration: none;
    display: block;
}
.page-documents .item>a i{
	position: absolute;
	color:var(--theme-color-2);
    left: 0;
    top: 0;
}
.page-documents .item>a .info p{
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-documents .item>a .info p:last-child{
    margin: 0
}
.page-documents .item .text{
    border-top: 1px solid #ededed;
    color: #000;
}





.history__blocks .line{
    position: absolute;
    top: 119px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--theme-color-1);
}
.history__blocks .prev,
.history__blocks .next{
    font-size: 35px;
    height: 40px;
	width:40px;
    line-height: 40px;
    color: var(--theme-color-1);
    cursor: pointer;
    z-index: 2;
    text-align: center
}
.history__blocks .swiper-slide .date{
    margin: 0 0 100px 0;
	position:relative;
}
.history__blocks .swiper-slide .date .icon{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: 50px;
    left: calc(50% - 10px);
    background-color: #fff;
}
.history__blocks .swiper-slide.swiper-slide-active .date .icon{
    border-width: 7px;
}
.history__blocks .swiper-slide .date .dating{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: var(--theme-color-1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	opacity:0.5;
}
.history__blocks .swiper-slide.swiper-slide-active .date .dating{
	opacity:1;
}
.history__blocks .swiper-slide .text{
    border: 1px solid #ededed;
    background-color: #fff;
}



.home__services .item{
    color: #fff;
    height: 100%;
    overflow: hidden;
}
.home__services .item a{
	color:#000;
	text-decoration:none;
}
.home__services .item .image,
.home__services .item .image picture,
.home__services .item .image picture img{
	width:100%;
	display:block;
	height:auto;
}
.home__services .item .image {
    border: 1px solid rgb(255 255 255 / 35%);
}
.home__services .item .caption{
    margin: -40px 10px 0 20px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    height: 100%;
    color: #000;
	-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__services .item:hover .caption{
	-moz-transform: translate(0px, -30px);
	-webkit-transform: translate(0px, -30px);
	-o-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
}
.home__services .item .caption .title a{
    color: var(--theme-color-1);
}
.home__services .item .caption .more{
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    color: #fff;
    background-color: var(--theme-color-1);
    line-height: 1;
    padding: 10px 15px;
}


.product__blocks .product__blocks__item .i-title{
	position:relative;
    z-index: 2;
	color:#fff
}
.product__blocks .product__blocks__item:nth-child(2n+1) .i-title h5{
	color:var(--theme-color-1)
}
.product__blocks .product__blocks__item:nth-child(2n+1) .i-title p{
	color:#212121
}
.product__blocks .product__blocks__item{
	position:relative;
	background-color:var(--theme-color-1);
	color:#fff;
}
@media(min-width:1200px){
	.product__blocks .product__blocks__item .ll1,
	.product__blocks .product__blocks__item .ll2{
        width: 1200px;
        height: 1200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: -450px;
        right: -350px;
        position: absolute;
        filter: grayscale(100%);
	}
	.product__blocks .product__blocks__item .ll2{
		display:none;
	}
	.product__blocks .product__blocks__item:nth-child(2n+1) .ll1{
		display:none;
	}
	.product__blocks .product__blocks__item .ll1{
		display:block;
        opacity: 0.2;
	}
	.product__blocks .product__blocks__item:nth-child(2n+1) .ll2{
		display:block;
        opacity: 0.1;
	}
	.product__blocks .product__blocks__item .i-title:before{
		content: "";
		position: absolute;
		top: -99999px;
		bottom: -99999px;
		left: -99999px;
		right: -20px;
		background-color:var(--theme-color-1);
		color:#fff;
		z-index: -1;
	}
	.product__blocks .product__blocks__item:nth-child(2n+1) .i-title:before{
		color:var(--theme-color-1);
		background-color:#fff;
	}
}
.product__blocks .product__blocks__item .bgs a{
	background-color:transparent;
    border: 10px solid #fff;
}
.product__blocks .product__blocks__item:nth-child(2n+1) .bgs a{
    border: 10px solid var(--theme-color-1);
}
.product__blocks .product__blocks__item + .home__products {
	background-color:#fff
}
.product__blocks .product__blocks__item:nth-child(2n+1){
	background-color:#fff;
	color:#000
}


.product__blocks .product__blocks__item + .home__products {
	background-color:#fff
}
.product__blocks .product__blocks__item .link-buttons a{
    margin: 10px 10px 0 0;
    background-color: var(--theme-color-1);
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    line-height: 1;
    display: inline-block;
}
.product__blocks .product__blocks__item .link-buttons a:hover{
    background-color: #000;
}

.home__products .item{
    padding-bottom: 54px;
    position: relative;
    height: 100%;
    border: 1px solid var(--theme-color-1);
    overflow: hidden;
	text-align:center;
	background-color: #fff;
}
.home__products .item.p0{
    padding-bottom: 0;
}
.home__products .item .image {
    display: block;
}
.home__products .item .image picture,
.home__products .item .image picture img{
    display: block;
    margin: 0 auto;
	width:100%;
	height:auto;
}
.home__products .item .caption h3{
    margin: 0;
    padding: 15px;
    text-decoration: none;
    display: block;
    background-color: var(--theme-color-1);
}
.home__products .item .caption h3 a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff
}
.home__products .item .caption p{
    font-weight: 300;
    line-height: 1.8;
    color: #4c555a;
    margin: 0;
}
.home__products .item .caption .more{
    padding: 20px 45px 20px 20px;
    text-decoration: none;
    display: block;
    color: #fff;
    background-color: var(--theme-color-1);
    line-height: 1;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	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;
    font-size: 14px;
}
.home__products .item .caption .more i{
	position:relative;
	top:2px;
}
.home__products .item .caption .more span{
    display: block;
}




.persons:after{
    content: "";
    width: 100px;
    height: 55px;
    background-color: #fff;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.persons a.item {
    text-decoration: none;
    background-color: #fff;
    display: block;
    height: 100%;
}
.persons a.item .person-content h3{
    margin: 0;
    font-weight: 400;
	line-height:1.4;
}
.persons a.item .person-content p{
    font-weight: 300;
	line-height:1.4;
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #999;
}
.persons a.item .person-content p{
    line-height: 1.6;
    margin: 10px 0 0 0;
}
.persons a.item .person-content .more{
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 11px 13px;
    background-color: var(--theme-color-1);
    display: table;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
	text-decoration:none;
}


.history__blocks__2:before{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 4px;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.history__blocks__2 .history-item{
    position: relative;
}
.history__blocks__2 .history-item:first-child{
    margin-top: 0;
}
@media(min-width:992px){
	.history__blocks__2:before{
		left: calc(50% - 2px);
	}
	.history__blocks__2 .history-item{
		margin-top: 50px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
	}
	.history__blocks__2 .history-item .icon{
		left: calc(50% - 10px);
		top: 35px;
		height: 20px;
		width: 20px;
		border: 4px solid var(--theme-color-1);
	}
	.history__blocks__2 .history-item .date{
		width: calc(50% - 50px);
		font-size: 30px;
		padding: 30px 0 0 0;
		font-weight: 900;
	}
	.history__blocks__2 .history-item:nth-child(2n+1) .date{
		text-align:right;
	}
	.history__blocks__2 .history-item:nth-child(2n+2) .date{
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
	}
	.history__blocks__2 .history-item .text{
		width: calc(50% - 50px);
		padding:40px;
	}
}
@media(max-width:992px){
	.history__blocks__2:before{
		left: 10px;
	}
	.history__blocks__2 .history-item{
		margin-top: 20px;
	}
	.history__blocks__2 .history-item .icon{
        left: -11px;
        top: 4px;
        height: 16px;
        width: 16px;
        border: 3px solid var(--theme-color-1);
	}
	.history__blocks__2 .history-item .date{
        width: auto;
        font-size: 25px;
        padding: 0 0 0 20px;
        font-weight: 400;
        margin: 0 0 15px 0;
        display: block;
        text-align: left;
        line-height: 1;
	}
	.history__blocks__2 .history-item .text{
        width: calc(100% - 20px);
        padding: 20px;
        margin: 0 0 0 20px;
	}
}
.history__blocks__2 .history-item .icon{
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
    background-color: #fff;
}
.history__blocks__2 .history-item .date{
    color: var(--theme-color-1);
	line-height: 1;
}
.history__blocks__2 .history-item .text{
	background-color: #fff;
}







html:not(.fixed-header) .fixed-links a:first-child{
	display:none
}
.fixed-links{
    position: fixed;
    top: 50%;
    z-index: 9;
    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;
    -moz-transform: translate(180px, -50%);
    -webkit-transform: translate(180px, -50%);
    -o-transform: translate(180px, -50%);
    -ms-transform: translate(180px, -50%);
    transform: translate(180px, -50%);
    right: 0;
}
.fixed-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;
    margin:-1px 0 -1px 0;
    background-color: var(--theme-color-1);
    text-decoration: none;
    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;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
	border-right:0;
}
.fixed-links a:first-child{
	margin:0;
}
.fixed-links a:hover{
	-moz-transform: translate(-180px, 0px);
	-webkit-transform: translate(-180px, 0px);
	-o-transform: translate(-180px, 0px);
	-ms-transform: translate(-180px, 0px);
	transform: translate(-180px, 0px);
}
.fixed-links a i{
	width:50px;
	height:50px;
    line-height: 50px;
}
.fixed-links a .text{
    text-align: left;
    white-space: nowrap;
    padding: 0 15px 0 0;
	width:180px;
}





.image-slider-gallery .pag{
	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;
    margin-top: 30px;
}
.image-slider-gallery .pag .prog{
    margin: 0 10px 0 0;
}
.image-slider-gallery .pag .prog span{
	cursor:pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    width: 20px;
    height: 4px;
    background-color: rgb(255 255 255 / 50%);
}
.image-slider-gallery .pag .prog.swiper-pagination-bullet-active span{
    background-color: #fff;
}
.image-slider-gallery .swiper-slide > div{
	border:5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product__blocks .product__blocks__item:nth-child(2n+1) .image-slider-gallery .pag .prog span{
    background-color: rgb(208 19 25 / 33%);
}
.product__blocks .product__blocks__item:nth-child(2n+1) .image-slider-gallery .pag .prog.swiper-pagination-bullet-active span{
	background-color:var(--theme-color-1);
}
.product__blocks .product__blocks__item:nth-child(2n+1) .image-slider-gallery .swiper-slide > div{
	border-color:var(--theme-color-1);
}


.image-slider-gallery-single .pag{
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: -25px;
    z-index: 1;
}
.image-slider-gallery-single .pag .prog{
    margin: 0 0 10px 0;
}
.image-slider-gallery-single .pag .prog:last-child{
    margin: 0
}
.image-slider-gallery-single .swiper-wrapper {
	height:500px;
	width:100%;
}
.image-slider-gallery-single .pag .prog span{
	cursor:pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    width: 4px;
    height: 20px;
    background-color: rgb(255 255 255 / 50%);
}
.image-slider-gallery-single .pag .prog.swiper-pagination-bullet-active span{
    background-color: #fff;
}
.image-slider-gallery-single .swiper-slide a{
	height: 100%;
    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;
    text-align: center;
	background-color:#fff;
	border:5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.product__blocks .product__blocks__item:nth-child(2n+1) .image-slider-gallery-single .pag .prog span{
    background-color: rgb(208 19 25 / 33%);
}
.product__blocks .product__blocks__item:nth-child(2n+1) .image-slider-gallery-single .swiper-slide > div{
	border-color:var(--theme-color-1);
}
.product__blocks .product__blocks__item:nth-child(2n+1) .image-slider-gallery-single .pag .prog.swiper-pagination-bullet-active span{
	background-color:var(--theme-color-1);
}


.icon-box .item{
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 6%);
}
.icon-box .item i{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: var(--theme-color-1);
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.icon-box .item .title{
	font-weight:600;
}

