@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/bootstrap/bootstrap.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Roboto', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;}
/* 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: 50px;
    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% - 30px);
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
li{line-height:1.7;margin:0 0 10px 0;font-weight:300;}
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}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** 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;
}
body.fixed-header header {
    -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-links,
header .languages,
header .languages a,
header .menu-socials,
header .menu-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:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
}
header .menu-links a{
	margin: 0 0 0 15px;
	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;
}
header .menu-links a span{
	position:relative;
	top:1px;
}
header .menu-links a i{
    font-weight: 500;
	position:relative;
	top:1px;
}
header .menu-links a:first-child{
	margin: 0 0 0 0;
}

body.fixed-header header .logo-wrap a picture:first-child,
body.mobile-menu-open header .logo-wrap a picture:first-child,
header .logo-wrap a picture:last-child{
	display:none;
}
body.mobile-menu-open header .logo-wrap a picture:last-child,
body.fixed-header header .logo-wrap a picture:last-child{
	display:block;
}

header .menu-socials a{color:var(--theme-color-1);margin: 0 0 0 10px;}
header .menu-socials a i{position:relative;top:1px;}
header .menu-socials a:first-child{margin: 0;}
/********* Menu ********/

@media (min-width: 1200px) {
	
	body:not(.fixed-header) header .logo-wrap a{
        position: absolute;
        top: -70px;
	}
	body:not(.fixed-header) header .logo-wrap a img{
        max-height: 120px;
	}
	body.fixed-header header .logo img {max-height: 45px;}
	
	
	body.fixed-header header .header-top{display:none}
	header .menu-links a{color: #fff;font-size: 14px;}
	
	body.fixed-header header .menu-links{display:none;}	
	header .header-top{position:relative;z-index:1;margin-bottom:20px;}
	
	header .menu-socials{width:124px;}
	
	header{padding: 50px 0 0 0}
	body.fixed-header header{padding:0;background-color:#fff;border-bottom: 2px solid var(--theme-color-1);-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);}
	
}
@media (max-width: 1200px) {
	body.mobile-menu-open header{background-color:#fff;}
	header .menu-links a{color: #fff;font-size: 14px;}
	body.fixed-header header .menu-links a,body.mobile-menu-open header .menu-links a{color: #000;}
	
	body.fixed-header header .menu-links{display:none;}	
	header .header-top{position:relative;z-index:1;}
	header .logo-wrap a picture img{max-height:30px;}
	
	header .menu-socials{width:124px;}
	
	header{padding: 10px 0 0 0}
	body.mobile-menu-open header,
	body.fixed-header header{padding: 10px 0}
	body.fixed-header header{background-color:#fff;border-bottom: 2px solid var(--theme-color-1);-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);}
	
}

@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;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
	.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: #fff;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
		text-transform: uppercase;
		-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:15px;margin-bottom:0;}
	.menu-wrap .bottom ul li.menu-item:not(.sub-item) + .menu-item:not(.sub-item){margin-left:30px;}
	.menu-wrap .bottom ul li.menu-item.sub-item + .menu-item.sub-item{margin-left:0px;}
	.menu-wrap .bottom>ul>li.menu-item>a{padding: 17px 0 15px 0;}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>a{padding: 17px 15px 15px 15px;}
	body.fixed-header .menu-wrap .bottom>ul>li.menu-item.sub-item>a{padding: 25px 15px 25px 15px;}
	
	
	.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: 0 0 0 5px;
		position: relative;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>a,
	.menu-wrap .bottom ul li.menu-item.sub-item a:hover{
		color: #000;
		background-color: #f1f1f1;
	}
	body:not(.fixed-header) .menu-wrap .bottom ul li.menu-item.sub-item:hover>a,
	body:not(.fixed-header) .menu-wrap .bottom ul li.menu-item.sub-item a:hover{
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		font-size: 14px;
		color: #000;
	}
	body.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: #f1f1f1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		width: 350px;
		left: 0;
		height: calc(100vh - 97px);
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		-o-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		height: calc(100vh - 65px);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: -5000px;
		background-color: #f1f1f1;
	}
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul{
		padding:30px 0
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 50px;
		padding: 0 30px;
		color:#000
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover{
		background-color:#fff;
		position:relative;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: -5000px;
		background-color: #fff;
		z-index: -1;
	}
	
	
	
	.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;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span: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;
    }
    body.fixed-header .menu-toggle span:nth-child(1),
    body.fixed-header .menu-toggle span:nth-child(2),
    body.fixed-header .menu-toggle span:nth-child(3),
    body.mobile-menu-open .menu-toggle span:nth-child(1),
    body.mobile-menu-open .menu-toggle span:nth-child(2),
    body.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;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 45px;
		line-height: 45px;
		border-top: 1px solid #f1f1f1;
		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 #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:50px;
		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%);
	}
	body.fixed-header .menu-wrap {
		top:52px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 37px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 48px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #f1f1f1;
		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 #f1f1f1;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #000;
		font-size: 14px;
		padding: 15px 20px;
		border-top: 1px solid #f1f1f1;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/

/**************** Breadcrumb ********************/
.breadcrumb {
    color: #fff;
	background-color:#444444
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: table;
}
.breadcrumb ul li {
	float:left;
    margin: 0;
    color: #fff;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li p{
    line-height: 1.7;
	margin:0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	font-weight:300;
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
	line-height:1.7;
    margin: 0 6px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer img {
    max-height: 15px;
    width: auto;
}
footer{
	color:#fff;
	font-weight:300;
    background-color:#212121
}
footer .footer-logo{
    display: table;
}
footer .footer-logo,
footer .footer-logo img{
    display: table;
	margin:0 auto;
    max-height: 150px;
}


footer .footer-socials a,
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: #fff;
    display: block;
}
footer .links a{
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    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);
}
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;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
footer .footer-contact li a p{
	margin:0 0 5px 0
}
footer .footer-contact li a p:last-child{
	margin:0
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li:first-child {
    margin-top: 0;
}
footer .footer-contact li i {
    position: relative;
    width: 14px;
    margin-right: 15px;
    text-align: center;
    top: 3px;
}
footer .footer-contact li i + div {
    width: calc(100% - 29px);
    line-height: 1.7;
    margin: -4px 0 0 0;
}

footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 32%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 150px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 100px;
	}
	footer .footer-bottom picture{
		display: table;
		margin-top: 10px;
	}
}
footer .footer-tags a{
    margin: 10px 10px 0 0;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 10px 13px;
    border: 1px solid #dfff;
    line-height: 1.2;
    font-size: 13px;
}
footer .footer-tags a:hover{
    background-color: var(--theme-color-1);
    color: #000000;
    border-color: var(--theme-color-1);
}
/**************** 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.left .top:before{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 10px 5px 0;
}
.block-title.right .top:after{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 0 5px 10px;
}
.theme-btn {
    cursor: pointer;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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 20px 18px 20px;
    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 p {
	line-height:1;
}
.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;
}


.home-slider-wrap .prev,
.home-slider-wrap .next{
	position:absolute;
    z-index: 2;
    color: #fff;
	cursor:pointer;
}
.home-slider-wrap .prev i,
.home-slider-wrap .next i{
    display: table
}
@media(min-width:992px){
	.home-slider-wrap,
	.home-slider-wrap .swiper-slide{overflow:hidden;height:100vh}
	.home-slider-wrap .prev,
	.home-slider-wrap .next{
		font-size: 40px;
		height: 40px;
		width: 40px;
		top:calc(50% - 20px)
	}
	.home-slider-wrap .prev{left:20px}
	.home-slider-wrap .next{right:20px}
}
@media(max-width:992px){
	.home-slider-wrap,
	.home-slider-wrap .swiper-slide{overflow:hidden;height:55vh}
	.home-slider-wrap .prev,
	.home-slider-wrap .next{
		font-size: 28px;
		height: 28px;
		line-height: 29px;
		width: 14px;
		top: 60px;
		text-align: center;
	}
	.home-slider-wrap .prev{left:20px}
	.home-slider-wrap .next{right:20px}
}
.home-slider-wrap .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}




.home-slider-wrap .swiper-slide .swiper-slide-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: bottom;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
	height:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
	max-width:1290px;
	margin:0 auto;
    width: 100%;
    z-index: 1;
	color:#fff;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption>div{
	text-align:center;
	margin:0 auto;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption>div p{
	font-weight:300
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption .buttons a{
	display:inline-block;
	margin:10px 10px 0 0;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption .buttons a:nth-child(2n+2){
	background-color:#fff;
	color:var(--theme-color-1)
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption .buttons a:last-child{
	margin:10px 0 0 0;
}
.home-slider-wrap .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3981967787114846) 25%, rgba(0,0,0,0.6530987394957983) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3981967787114846) 25%, rgba(0,0,0,0.6530987394957983) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.3981967787114846) 25%, rgba(0,0,0,0.6530987394957983) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.home-about picture,
.home-about picture img{
	width:100%;
	height:auto;
	display:block;
}


.divider-block:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
	background: -moz-linear-gradient(157deg, rgba(0,0,0,0.5718662464985995) 25%, rgba(0,0,0,0.7343312324929971) 100%);
	background: -webkit-linear-gradient(157deg, rgba(0,0,0,0.5718662464985995) 25%, rgba(0,0,0,0.7343312324929971) 100%);
	background: linear-gradient(157deg, rgba(0,0,0,0.5718662464985995) 25%, rgba(0,0,0,0.7343312324929971) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}



.home-adss .tabs .tab-links{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.home-adss .tabs .tab-links li{
	margin:0 40px 0 0;
    float: left;
}
.home-adss .tabs .tab-links li a{
    padding: 0 0 15px 0;
	position:relative;
    cursor: pointer;
    display: block;
}
.home-adss .tabs .tab-links li a p{
	display:block;
	position:relative;
	z-index:1;
}
.home-adss .tabs .tab-links li a:after{
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
	height:1px;
    left: 0;
    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;
}
.home-adss .tabs .tab-links li a.active:after {
    background-color: var(--theme-color-2);
    width: 100%;
}


.home-adss .tab-contents-item .ads-slider .prev-next{
	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;
}
.home-adss .tab-contents-item .ads-slider .prev,
.home-adss .tab-contents-item .ads-slider .next{
    cursor: pointer;
    display: block;
    font-size: 35px;
    line-height: 37px;
    height: 35px;
    width: 35px;
    text-align: center;
    position: absolute;
    top: calc(50% - 17px);
}
.home-adss .tab-contents-item .ads-slider .prev{
    left: -70px;
}
.home-adss .tab-contents-item .ads-slider .next{
	right: -70px;
}



.home-adss .item{
    height: 500px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	text-decoration:none;
    overflow: hidden;
}
.home-adss .item:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.19091386554621848) 0%, rgba(0,0,0,0.5438550420168067) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.19091386554621848) 0%, rgba(0,0,0,0.5438550420168067) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.19091386554621848) 0%, rgba(0,0,0,0.5438550420168067) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.home-adss .item .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	top:0;
    padding: 30px;
    color: #fff;
    z-index: 2;
	-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-adss .item:hover .title{
    -ms-flex-align: unset;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.home-adss .item .title h3{
	font-weight:400;
	margin:0;
    line-height: 1.4;
}
.home-adss .item .title h4{
	font-weight:300;
	margin:10px 0 0 0
}
.home-adss .item .caption{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(15 102 176 / 85%);
    padding: 40% 30px 30px 30px;
    color: #fff;
	opacity:0;
	visibility:hidden;
	-moz-transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-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-adss .item .caption .citem span{
    display: block;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.7;
}
.home-adss .item .caption .citem h5{
	font-weight:400;
	margin:5px 0 0 0;
}
.home-adss .item:hover .caption{
	opacity:1;
	visibility:visible;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}







.home-sss .wrap{
    border: 1px solid #ededed;
}
@media(min-width:1200px){
	.home-sss .wrap>h2{
		margin-top: -26px;
		padding: 0 20%;
	}
	.home-sss .accordions .accordion-item .accordion-item-title {
		padding: 40px 50px 40px 50px;
	}
}
@media(max-width:1200px){
	.home-sss .wrap>h2{
		margin-top: -21px;
		padding: 0 10%;
	}
	.home-sss .accordions .accordion-item .accordion-item-title {
		padding: 20px 20px;
	}
}
.home-sss .wrap>h2{
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.home-sss .accordions .accordion-item{
    background-color: #fff;
    border-bottom: 1px solid #ededed;
	-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-sss .accordions .accordion-item:last-child{
    border-bottom: 0
}
.home-sss .accordions .accordion-item:first-child {
    margin: 0;
}
.home-sss .accordions .accordion-item .accordion-item-title {
	position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    color: #212121;
    line-height: 1.4;
    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;
}
.home-sss .accordions .accordion-item .accordion-item-title:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color-1);
    font-weight: 300;
    content: "\f078";
    margin: 0;
    font-size: 20px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f1f1f1;
    -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;
}
.home-sss .accordions .accordion-item.active .accordion-item-title:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.home-sss .accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
	color:#fff;
    padding-top: 0;
}
.home-sss .accordions .accordion-item.active{
	border-color:var(--theme-color-2);
	background-color:var(--theme-color-2);
	color:#fff;
}
.home-sss .accordions .accordion-item.active .accordion-item-title{
	color:#fff;
}
.home-sss .accordions .accordion-item:not(.active) .accordion-item-caption {display: none;}



.home-services .item a,
.adss-page .item a{
    text-decoration: none;
    display: block;
}
.home-services .item,
.adss-page .item {
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    height: 100%;
}
.home-services .item picture,
.home-services .item picture img,
.adss-page .item picture,
.adss-page .item picture img {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.adss-page .item .mores a{
    border: 1px solid var(--theme-color-1);
    padding: 10px 12px;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: var(--theme-color-1);
}
.adss-page .item .mores a:hover{
    border-color: var(--theme-color-2);
	background-color: var(--theme-color-2);
    color: #fff;
}


.pagination {
    width: 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;
}
.pagination li {
    margin-right: 5px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    text-decoration: none;
    color: #000;
    padding: 15px;
    line-height: 1;
    display: block;
}
.pagination li:hover a,
.pagination li.active a {
    background-color: var(--theme-color-1);
    color: #fff;
}




.ads-detail-page .informations {
    background-color: #fff;
}
.ads-detail-page .informations .item {
	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;
    max-width: 450px;
    padding: 20px 0;
    border-top: 1px solid #ededed;
}
.ads-detail-page .informations .item:first-child {
    border-top: 0;
    padding-top: 0;
}
.ads-detail-page .informations .item:last-child {
    padding-bottom: 0;
}
.ads-detail-page .informations .item small {
}
.ads-detail-page .informations .item h5 {
    font-weight: 500;
    margin: 0;
}

.ads-detail-page .ads-page-slider,
.ads-detail-page .ads-page-slider .swiper-container,
.ads-detail-page .ads-page-slider .swiper-container .swiper-slide,
.ads-detail-page .ads-page-slider .swiper-container .swiper-slide a,
.ads-detail-page .ads-page-slider .swiper-container .swiper-slide a picture{
	height:100%;
}
.ads-detail-page .ads-page-slider .swiper-slide picture{
	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;
    background-color: #fff;
}
.ads-detail-page .ads-page-slider .swiper-slide picture img{
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.ads-detail-page .ads-page-slider .prev,
.ads-detail-page .ads-page-slider .next{
    position: absolute;
    height: 30px;
    top: calc(50% - 15px);
    z-index: 1;
    line-height: 31px;
    color: #fff;
    background-color: rgb(0 0 0 / 25%);
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.ads-detail-page .ads-page-slider .prev{
	left:10px;
}
.ads-detail-page .ads-page-slider .next{
	right:10px;
}



.ads-detail-page .contact-informations a{
    color: #000;
    background-color: #fff;
    padding: 20px 30px 20px 50px;
    position: relative;
    text-decoration: none;
}
@media(min-width:992px){
	.ads-detail-page .contact-informations a{
		display: inline-block;
		margin: 0 10px 13px 0;
	}
	.ads-detail-page .contact-informations a:last-child{
		margin: 0 0 13px 0;
	}
}
@media(max-width:992px){
	.ads-detail-page .contact-informations a{
		display: block;
		margin: 0 0 10px 0;
	}
}
.ads-detail-page .contact-informations a i{
    position: absolute;
    left: 20px;
    top: 20px;
}
.ads-detail-page .contact-informations a p{
    font-weight: 500;
    line-height: 1;
}




.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
.c-items .c-item a{
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
