@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("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;color:#000}
.font-walbaum{font-family: 'Playfair display', sans-serif;}
/* Header */

body>.loader{
	display:none;
}
body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
	display:block;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    height: 40px;
    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% - 25px);
    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;
}

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{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/
header {
    left: 0;
	top: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;
	background-color:#fff;
}
body.fixed-header header,
body.mobile-menu-open header {
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
}
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;
}

/********* Menu ********/
header .header-top,
header .header-top > div,
header .header-top > div .links, 
header .header-top > div .links 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: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

@media (min-width: 1200px) {
	header .header-top .links a{
		margin: 0 0 0 30px;
		color: #000;
		height: 60px;
	}
	header .header-top .links a p{
		font-weight: 400;
		margin:0 0 0 15px;
	}
	header .header-middle .container:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -9999px;
		left: -50px;
		background-color: var(--theme-color-2);
		-webkit-border-top-left-radius: 100px;
		-moz-border-radius-topleft: 100px;
		border-top-left-radius: 100px;
	}
	header .logo-wrap a img{
		max-height: 52px;
	}
	body.fixed-header header .logo-wrap a img{
		max-height: 30px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	body.fixed-header header .header-middle{
		background-color:#fff;
	}
	body.fixed-header header .header-middle .container:before{
		display:none;
	}
}
@media (max-width: 1200px) {
	header .header-top .links a{
		margin: 0 0 0 15px;
		color: #000;
		height: 45px;
	}
	header .header-top .links a p{
		display: none;
	}
	header .logo-wrap a img{
		max-height: 30px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	body.fixed-header header .header-middle{
		background-color:#fff;
	}
	body.fixed-header header .header-middle .container:before{
		display:none;
	}
}
header .header-top .links a:first-child{
	margin:0;
}




@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{border:0;padding: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;
		white-space:nowrap;
	}
	.menu-wrap .bottom>ul li{
		margin:0;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		padding: 0 20px;
		color: #fff;
		white-space: nowrap;
		text-transform: uppercase;
		line-height:90px;
	}
	body.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: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{
		margin:0 -20px 0 0
	}
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		display:none;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		line-height:60px;
		color: #000;
		font-size: 14px;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 350px;
		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;
		display: none;
		left: 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 li.sub-item>a{
		padding-left:40px
	}
	
	
	
	.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:30px 0
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 50px;
		padding: 0 30px;
		color:#000;
		position: relative;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item li:hover > a{
		background-color:#fff;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		display:block;
	}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		display:block;
	}
	
	
	
	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;
		padding: 10px 0
	}
    .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: #000;
        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;
    }
    .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.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;
	}
    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 80px;
		height: 55px;
		line-height: 55px;
		border-top: 1px solid #303030;
		position: relative;
		font-size: 14px;
		color:#fff;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color:#fff;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 60px;
		width: 55px;
		height: 55px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #303030;
		border-bottom: 1px solid #303030;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:95px;
		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%);
	}
	body.fixed-header .menu-wrap {
		top:50px;
	}
	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: 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 {
		margin: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: 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: #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;
	border-bottom:1px solid #ebebeb
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    color: #000;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	font-weight:300;
    color: #333;
    text-decoration: none;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
	color:#fff;
	font-weight:300
}
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 .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-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1200px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 40%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 80px;
	}
}
@media (max-width: 1200px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 60px;
	}
}

/**************** 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.center .top:before{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 10px 5px 0;
}
.block-title.center .top:after{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 0 5px 10px;
}
.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 {
	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 40px 20px 40px;
    background-color: var(--theme-color-2);
    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-1);
}
.theme-btn.hovered-white:before {
	background-color:var(--theme-color-1);
}
.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:90px;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap{
		height:calc(100vh - 90px);
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders{
		top: -60px;
		left: -60px;
		right: 100px;
		bottom: -60px;
	}
}
@media (max-width: 1200px) {
	.content{
		padding-top:50px;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap{
		height:50vh;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders{
		top: 0;
		left: 20px;
		right: 50px;
		bottom: 0;
	}
}


.home-slider-wrap .swiper-slide .swiper-slide-wrap{
	width:100%;
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(57 58 62 / 78%);
    z-index: 1;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div{
	max-width:700px;
	width:100%;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders{
    position: absolute;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders span{
	background-color:var(--theme-color-2);
	position:absolute;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(1){
    top: 0 !important;
    height: 5px !important;
    left: 0 !important;
    right: 0 !important;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(2){
    top: 0 !important;
    width: 5px !important;
    bottom: 0 !important;
    left: 0 !important;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(3){
    right:0 !important;
    height: 5px !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(4){
    top: 0 !important;
    right: 0 !important;
    width: 5px !important;
    height: 50px !important;
    left: auto !important;
    bottom: auto !important;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(5){
    bottom: 0 !important;
    right: 0 !important;
    width: 5px !important;
    height: 50px !important;
    left: auto !important;
    top: auto !important;
}
.home-slider-wrap .prev,
.home-slider-wrap .next{
	position:absolute;
    z-index: 2;
    color: #fff;
	cursor:pointer;
    text-align: center;
}
.home-slider-wrap h1 a{
	text-decoration:none;
}
.home-slider-wrap .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}
.home-slider-wrap .bottom-link{
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.home-slider-wrap .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;
}
.home-slider-wrap .link{
    float: left;
    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: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    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;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
    background-color: var(--theme-color-2);
    color: #fff;
}
.home-slider-wrap .link:last-child{
    margin: 0;
    background-color: #fff;
    color: var(--theme-color-2);
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
	left:0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.home-slider-wrap .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    bottom: 70px;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-slider-wrap .pagi .swiper-pagination-bullet.prog {
	overflow:hidden;
	cursor:pointer;
	margin:0 0 0 10px;
    height: 8px;
    width: 60px;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-slider-wrap .pagi .swiper-pagination-bullet.prog:first-child {
	margin:0
}
.home-slider-wrap .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span {
	height:100%;
	display:block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
	animation-play-state: paused;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-slider-wrap .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: #fff;
}
.home-slider-wrap .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}


@media(min-width:992px){
	.home-slider-wrap .prev,
	.home-slider-wrap .next{
		font-size: 40px;
		height: 40px;
		width: 40px;
		top:calc(50% - 20px);
		opacity:0;
	}
	.home-slider-wrap:hover .prev,
	.home-slider-wrap:hover .next{
		opacity:1;
	}
	.home-slider-wrap .prev{left:20px}
	.home-slider-wrap .next{right:20px}
	.home-slider-wrap .link{
		padding: 20px 30px;
	}
	.home-slider-wrap .link:hover{
		background-color:#fff;
		color:var(--theme-color-1);
	}
	.home-slider-wrap .bottom-link{
		bottom: 0;
		width: 70px;
		height: 50px;
		left: calc(50% - 35px);
		line-height: 50px;
	}
}
@media(max-width:992px){
	.home-slider-wrap .prev,
	.home-slider-wrap .next{
		font-size: 21px;
		height: 20px;
		line-height: 1;
		width: 20px;
		top: 15px;
	}
	.home-slider-wrap .prev{left:10px}
	.home-slider-wrap .next{left:30px}
	.home-slider-wrap .link{
		padding: 12px 15px;
	}
	.home-slider-wrap .bottom-link{
		bottom:10px;
		width: 40px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
	}
}


@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}



.home-logos-block .item{
	margin:0 50px 0 0;
	display:inline-block;
}
.home-logos-block .item:last-child{
	margin:0
}
.home-logos-block .item picture,
.home-logos-block .item picture img{
    display: block;
}
.home-logos-block .item picture img{
    max-height: 50px;
    width: auto;
}


@media(min-width:992px){
	.home-contact .left:before{
		content: "";
		background-color: var(--theme-color-1);
		position: absolute;
		top: -99999px;
		bottom: -99999px;
		right: 70px;
		left: -999999px;
	}
}

.home-contact .contacts {
    list-style-type: none;
    padding: 0;
}
.home-contact .contacts li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.home-contact .contacts li{
    margin-top: 30px;
}
.home-contact .contacts li:first-child {
    margin-top: 0;
}
.home-contact .contacts li i {
    position: relative;
    width: 14px;
    margin-right: 15px;
    text-align: center;
    top: 3px;
}
.home-contact .contacts li i + div {
    width: calc(100% - 29px);
    line-height: 1.7;
    margin: -4px 0 0 0;
}

.home-contact .right .form h2{
	display:none;
}
.home-contact .right .form .row{
    margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    margin-right: var(--bs-margin-right) !important;
    margin-left: var(--bs-margin-left) !important;
}
.home-contact .right .form .row + div{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.home-contact .right .form .row + div > button:first-child{
	margin:0 20px 0 0
}
.home-contact .right .form .row > div{
    padding-left: var(--bs-padding-left) !important;
    padding-right: var(--bs-padding-right) !important;
    margin: 30px 0 0 0;
}
.home-contact .right .form .row,
.home-contact .right .form .g-recaptcha-wrap,
.home-contact .right .form .g-recaptcha,
.home-contact .right .form .row > div label{
	border:0 !important;
    padding: 0 !important;
}
.home-contact .right .form .form-builder .field-file span,
.home-contact .right .form .form-builder .field-text span{
    display: block;
    margin: 0 0 5px;
    font-weight: 300;
    color: #000;
}
.home-contact .right .form .form-builder .field-text.label-icon-left .input-wrap i{
    border-color:#000;
	background-color: #fff !important;
    line-height: 53px;
}
.home-contact .right .form input[type=text],
.home-contact .right .form input[type=email],
.home-contact .right .form input[type=tel],
.home-contact .right .form textarea{
    padding: 18px 20px 18px 0 !important;
    border: 1px solid #000 !important;
	background-color: #fff !important;
    border-left: 0 !important;
	margin-top:10px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}



.home-about .img {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width:992px){
	.home-about .img:before{
		content: "";
		position: absolute;
		top: -60px;
		left: -60px;
		width: 500px;
		height: 500px;
		background-color: var(--theme-color-2);
		z-index: -1;
	}
	.home-about .img {
		height: 600px;
		border: 5px solid #fff
	}
}
@media(max-width:992px){
	.home-about .img {
		height: 400px;
		border: 20px solid var(--theme-color-2);
	}
}





.home-projects .project-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-projects .project-slider .prev,
.home-projects .project-slider .next{
    cursor: pointer;
    display: block;
    font-size: 35px;
    text-align: center;
    line-height: 1;
}



.home-projects .item{
    height: 500px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	text-decoration:none;
    overflow: hidden;
}
.home-projects .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-projects .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-projects .item:hover .title{
    -ms-flex-align: unset;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.home-projects .item .title h3{
	font-weight:400;
	margin:0;
    line-height: 1.4;
}
.home-projects .item .title h4{
	font-weight:300;
	margin:10px 0 0 0
}
.home-projects .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-projects .item .caption .citem{margin:20px 0 0 0;}
.home-projects .item .caption .citem:first-child{margin:0;}
.home-projects .item .caption .citem span{
    display: block;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}
.home-projects .item .caption .citem h5{
	font-weight:400;
	margin:5px 0 0 0;
}
.home-projects .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-services .item{
	-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;
    height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
    display: block;
    text-decoration: none;
    color: #000;
	background-color:#fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,10%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,10%);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,10%);
}
.home-services .item picture,
.home-services .item picture img{
	display:block;
	width:100%;
	height:auto;
}
.home-services .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-services .item .image picture,
.home-services .item .image picture img{
    width: 100%;
	display:block;
	height:auto;
}
.home-services .item h4{
    margin: 0 0 0 0;
    padding: 40px 30px;
    text-align: center;
    line-height: 1.4;
    background-color: var(--theme-color-1);
    color: #fff;
}


.project-page .images a,
.project-page .images a picture,
.project-page .images a picture img{
	display:block;
	width:100%;
	height:auto;
	margin:10px 0 0 0
}
.project-page .images a:first-child{
	margin:0
}


.project-page .tags a{
    text-decoration: none;
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 15px 30px 15px 30px;
    -webkit-border-radius: 100px 30px 30px 100px;
    -moz-border-radius: 100px 30px 30px 100px;
    border-radius: 100px 30px 30px 100px;
	margin:10px 0 0 10px;
    display: inline-block;
}
.project-page .tags a:hover{
    background-color: var(--theme-color-2);
}
.project-page .tags a:before{
    content: "\f02b";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
	margin:0 15px 0 0
}
.project-page .tags a:first-child{
	margin:10px 0 0 0
}





.service-page .images .item{
	margin:0 0 0 20px
}
.service-page .images .item:first-child{
	margin:0
}
.service-page .images .item a,
.service-page .images .item a picture,
.service-page .images .item a picture img{
	display:block;
	width:100%;
	height:auto;
}
.service-page .images .item a picture img{
    min-width: 400px;
}







.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: 350px;
    display: block;
	outline:none !important;
	box-shadow:none !important;
}
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;
}


@media(min-width:1200px){
	.project-page .right{
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
	}
}

