@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/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:#767676}
/* 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: 70px;
    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% - 35px);
    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;}
h1{font-size:50px;line-height:1.5}
h2{font-size:40px;line-height:1.5}
h3{font-size:30px;line-height:1.4}
h4{font-size:20px;line-height:1.2}
h5{font-size:15px;line-height:1.2}
h6{font-size:12px;line-height:1.2}
ul,ol{margin:0 0 30px 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;
    background-color: #fff;
}
body.fixed-header header {
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
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 .logo-wrap .logo picture:last-child,
body.fixed-header header .logo-wrap .logo picture:first-child{
	display:none;
}
body.fixed-header header .logo-wrap .logo 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) {
	header .header-top{
		background-color:var(--theme-color-1)
	}
	header .header-top a{
		color: #fff;
		text-decoration: none;
		line-height: 55px;
		margin: 0 0 0 15px;
		font-size: 15px;
	}
	header .logo-wrap a img{
		height:55px;
	}
	header .header-top a:first-child{
		margin:0;
	}
	body.fixed-header header .header-top{display:none}
	
	header .logo-wrap a h1{color:var(--theme-color-1);text-decoration:none;}
}
@media (max-width: 1200px) {
	header .header-top{
		background-color:var(--theme-color-1)
	}
	header .header-middle{
		padding: 15px 0;
	}
	header .logo-wrap a img{
		height:30px;
	}
	header .header-top a{
		color: #fff;
		text-decoration: none;
		line-height: 40px;
		margin: 0 0 0 15px;
		font-size: 15px;
	}
	header .header-top a:first-child{
		margin:0;
	}
	body.fixed-header header .header-top{display:none}
	
	header .logo-wrap a h1{color:var(--theme-color-1);text-decoration:none;}
}





@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{margin:0;}
	.menu-wrap .bottom>ul>li.menu-item:not(.mega){position:relative;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		line-height: 1;
		font-weight: 400;
		position: relative;
		color: #333;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		padding: 0 20px;
		white-space: nowrap;
		text-transform: uppercase;
	}
	.menu-wrap .bottom>ul>li.menu-item:hover>a{
		background-color:var(--theme-color-1);
		color:#fff;
	}
	body:not(.fixed-header) .menu-wrap .bottom>ul>li.menu-item>a{
		line-height:100px;
	}
	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.menu-item.sub-item.mega:hover>a:before{
		content: "";
		background-color: #2f2e30;
		position: absolute;
		top: 0;
		left: -20px;
		right: -20px;
		bottom: 0;
		z-index: -1;
	}
	.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:80px;
		font-size: 15px;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 250px;
		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;
		width: 350px;
		left: 0;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu{
		right: 0;
		width: auto;
		min-width: auto;
		padding: 0;
		height: calc(100vh - 170px);
		max-width: 100%;
		margin: 0 auto;
		background-color: #212121;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu{
		height: calc(100vh - 80px);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega .sub-menu>ul{
		width: 25%;
		padding: 20px 0;
		height: 100%;
		overflow-y: auto;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul{
		width: 25%;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega .sub-menu ul li a,
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega .sub-menu ul li a + span{
		color:#fff;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega .sub-menu ul li.sub-item>a:before{
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		content: "\f054";
		position: absolute;
		z-index: 2;
		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;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu ul li:hover>a,
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu ul li:hover>a + span{
		color:#000;
		background-color:#fff;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega .sub-menu ul li.menu-item.sub-item .sub-menu {
		top: 0;
		min-width: auto;
		width: auto;
		height: 100%;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul li.menu-item.sub-item .sub-menu {
		left: 25%;
		width: 100% !important;
	}
	.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>ul>li.menu-item.sub-item>.sub-menu ul{
		border-left: 2px solid #212121;
	}
	body.fixed-header.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu{
		height: calc(100vh - 65px);
	}
	
	
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu,
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul{
		background-color: #2f2e30;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul>li.menu-item.sub-item>.sub-menu,
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul {
		background-color: #3a393b;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul>li.menu-item.sub-item>.sub-menu,
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul {
		background-color: #4a494b;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul>li.menu-item.sub-item>.sub-menu,
	.menu-wrap .bottom>ul>li.menu-item.sub-item.mega>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul>li.menu-item.sub-item>.sub-menu>ul {
		background-color: var(--theme-color-2);
	}
	
	
	
	.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: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;
	}
    .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: var(--theme-color-1);
        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.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: 56px;
		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:100px;
		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:60px;
	}
	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{
    background-color: var(--theme-color-1);
	color:#fff;
}
@media(min-width:992px){
	.breadcrumb{
		min-height:250px;
	}
	.breadcrumb.page-banner{
		min-height:350px;
	}
}
@media(max-width:992px){
	.breadcrumb{
		min-height:150px;
	}
	.breadcrumb.page-banner{
		min-height:200px;
	}
}
.breadcrumb.page-banner{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.breadcrumb.page-banner:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(42 51 116 / 75%);
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    display: table;
}
.breadcrumb ul li {
	color:#fff;
    display: inline-block;
    margin: 0;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	color:#fff;
	font-weight:300;
    text-decoration: none;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer .wrap{
	color:#fff;
	font-weight:300
}
footer .wrap a{
	display:block
}
footer .wrap picture{
	display:table;
	padding:20px;
	background-color:#fff;
}
footer .wrap picture img{
    max-width: 100%;
    height: auto;
    max-height: 60px;
	height:auto;
    display: block;
}


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;
    letter-spacing: 2px;
}
footer .links a:before{
	font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    content: "\f054";
    margin: 0 10px 0 0;
    font-size: 10px;
    top: -2px;
    position: relative;
}
footer .footer-socials a{
    margin: 0 0 0 30px;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li{
    margin-top: 20px;
}
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 iframe{
	display:block;
	width:100%;
	height:350px;
}

footer h4{
	position:relative;
    padding: 0 0 20px 0;
}
footer h4:before{
    content: "";
    width: 95px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: rgb(255 255 255 / 30%);
    bottom: 0;
}
footer h4:after{
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: var(--theme-color-3);
    bottom: 0;
	z-index: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.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 30px 20px 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:var(--theme-color-2);
}
.theme-btn.hovered-white:before {
	background-color:var(--theme-color-2);
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
    border-color: var(--theme-color-2);
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}


.home-slider-wrap .prev,
.home-slider-wrap .next{
	position:absolute;
    z-index: 2;
    color: #fff;
	cursor:pointer;
    text-align: center;
}
@media(min-width:1500px){
	.home-slider-wrap .swiper-slide{overflow:hidden;height:calc(100vh - 155px)}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption>div{width: 40%;}
	.home-slider-wrap .swiper-slide:before{right: 50%;}
	.content{padding: 155px 0 0 0;}
	.home-slider-wrap .pagi {right: 20px;bottom: 50px;left: 20px;max-width: 1500px;}
}
@media(max-width:1500px) and (min-width:1200px){
	.home-slider-wrap .swiper-slide{overflow:hidden;height:calc(100vh - 155px)}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
		padding:0 0 0 30px;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption>div{width: 35%;}
	.home-slider-wrap .swiper-slide:before{right: 50%;}
	.content{padding: 155px 0 0 0;}
	.home-slider-wrap .pagi {right: 30px;bottom: 30px;left: 30px;max-width: 1500px;}
}
@media(max-width:1200px) and (min-width:992px){
	.home-slider-wrap .swiper-slide{overflow:hidden;height:calc(100vh - 100px)}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
		padding:0 0 70px 30px;
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption>div{width: 35%;}
	.home-slider-wrap .swiper-slide:before{right: 50%;}
	.content{padding: 100px 0 0 0;}
	.home-slider-wrap .pagi {right: 30px;bottom: 30px;left: 30px;max-width: 1500px;}
}
@media(max-width:992px){
	.home-slider-wrap .swiper-slide{overflow:hidden;height:calc(100vh - 100px)}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{padding:30px 15px 15px 15px;}
	.content{padding: 100px 0 0 0;}
	.home-slider-wrap .pagi {
		right: 30px;
		bottom: 65px;
		left: 30px;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	}
}
@media(min-width:992px){
	.home-slider-wrap .pagi div{
		background-color: #fff;
	}
	.home-slider-wrap .pagi div.swiper-pagination-bullet-active span{
		background-color: var(--theme-color-2);
	}
	.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;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
		position: absolute;
		top: 0;
		bottom: 0;
		left:0;
		right: 0;
		z-index: 1;
	}
	.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{
		color:#fff;
		padding: 20px 30px;
		border: 2px solid #fff;
	}
	.home-slider-wrap .link:hover{
		background-color:#fff;
		color:var(--theme-color-1);
	}
	.home-slider-wrap .bottom-link{
		bottom: 20px;
		width: 70px;
		height: 50px;
		left: calc(50% - 35px);
		line-height: 50px;
	}
}
@media(max-width:992px){
	.home-slider-wrap .pagi div{
		background-color: rgb(255 255 255 / 100%);
	}
	.home-slider-wrap .pagi div.swiper-pagination-bullet-active span{
		background-color: var(--theme-color-2);
	}
	.home-slider-wrap .swiper-slide .swiper-slide-wrap{
		background-image:none !important;
	}
	.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{
		color:#000;
		padding: 8px 12px;
		border: 1px solid #000;
	}
	.home-slider-wrap .bottom-link{
		bottom:10px;
		width: 40px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
	}
}
.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{
    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{
    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;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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;
}




.home-slider-wrap .swiper-slide .swiper-slide-wrap p{
	font-weight:100;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap{
	height:100%;
	width:100%;
}
.home-slider-wrap .swiper-slide .swiper-slide-wrap .caption{
    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;
}
.home-slider-wrap .pagi div{
	overflow:hidden;
	cursor:pointer;
	margin:0 0 0 10px;
    height: 8px;
    width: 60px;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-slider-wrap .pagi div:first-child{
	margin:0;
}
.home-slider-wrap .pagi div span{
	height:100%;
	display:block;
	width:0px;
}/*
.home-slider-wrap .swiper-slide:before{
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    bottom: 0;
    background-color: var(--theme-color-1);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}*/



.home-block-design-1 .item .img{
    background-color: #acacac;
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
    display: block;
    width: 100%;
    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;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.home-block-design-1 .item .img:before{
	-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;
	content: "";
	opacity:0;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
}
.home-block-design-1 .item .img picture,
.home-block-design-1 .item .img picture img{
	display:block;
	width:100%;
	height:auto;
}
.home-block-design-1 .item .img span{
    opacity: 0;
    padding: 10px 15px;
    border: 2px solid var(--theme-color-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: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: var(--theme-color-1);
    display: table;
    margin: 0 auto;
    line-height: 1;
    top: calc(50% - 16px);
}
.home-block-design-1 .item .img:hover:before,
.home-block-design-1 .item .img:hover span{
	opacity:1;
}
.home-block-design-1 .item .caption{
	text-align:center;
}
.home-block-design-1 .item .caption a{
    text-decoration: none;
    color: #767676;
	display:table;
    margin-left: auto;
    margin-right: auto;
}
.home-block-design-1 .item .caption a.more span{
	display:inline-block
}
.home-block-design-1 .item .caption a.more span:after{
    content: "";
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
    background-color: #333;
    height: 1px;
}
.home-block-design-1 .item:hover .caption a{
    color: var(--theme-color-2);
}
.home-block-design-1 .item:hover .caption a span:after{
    background-color: var(--theme-color-2);
}



.home-block-design-2 .block-title{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.home-block-design-2 .block-title:after{
	content:"";
	display:block;
	width:30%;
	height:3px;
	background-color:var(--theme-color-2);
	margin:30px auto
}
.home-block-design-2 .item{
	min-height: 100%;
    background-color: #fff;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 14%);
    text-decoration: none;
    color: #767676;
}
.home-block-design-2 .item:hover:hover{
    background-color: var(--theme-color-1);
    color: #fff;
}
.home-block-design-2 .item:hover:hover *{
    color: #fff;
}
.home-block-design-2 .item .icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke-dashoffset: -20;
    stroke-dasharray: 125.6;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
    display: block;
}
.home-block-design-2 .item .icon svg:first-child {
	position:relative;
	z-index:1;
    stroke-width: 8px;
    stroke: var(--theme-color-1);
}
.home-block-design-2 .item .icon svg:last-child {
    stroke: #e9e9e9;
    stroke-dashoffset: 0;
    stroke-width: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-block-design-2 .item:hover .icon svg:first-child{
    stroke: #fff;
}
.home-block-design-2 .item:hover .icon svg:last-child{
    stroke: rgb(255 255 255 / 50%);
}




.home-block-design-3 .block-title{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.home-block-design-3 .block-title:after{
	content:"";
	display:block;
	width:30%;
	height:5px;
	background-color:var(--theme-color-4);
    margin: 30px auto;
}
.home-block-design-3 .item .img{
    background-color: #acacac;
    -webkit-box-shadow: 0 0 5px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 5px 0px rgb(0 0 0 / 13%);
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 13%);
    display: block;
    width: 100%;
    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;
    text-decoration: none;
    position: relative;
}
.home-block-design-3 .item .img picture,
.home-block-design-3 .item .img picture img{
	display:block;
	width:100%;
	height:auto;
}
.home-block-design-3 .item .img:hover:before{
	content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: var(--theme-color-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;
	opacity:0;
}
.home-block-design-3 .item .img:hover:after{
	display:none;
}
.home-block-design-3 .item .img span{
    opacity: 0;
    padding: 10px 15px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    display: table;
    margin: 0 auto;
    line-height: 1;
    top: calc(50% - 16px);
}
.home-block-design-3 .item .img:hover:before,
.home-block-design-3 .item .img:hover span{
	opacity:1;
}
.home-block-design-3 .item .caption a{
    text-decoration: none;
    color: #767676;
	display:table;
}
.home-block-design-3 .item:hover .caption a{
    color: var(--theme-color-1);
}
.home-block-design-3 .item .caption a.more span{
	display:inline-block
}
.home-block-design-3 .item .caption a.more span:after{
    content: "";
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
    background-color: #333;
    height: 1px;
}



.home-block-design-4:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
    background-position: center;
    background-image: url(../temp/img/bg-color-4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.home-block-design-4 .block-title{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.home-block-design-4 .block-title:after{
	content:"";
	display:block;
	width:30%;
	height:5px;
	background-color:#fff;
    margin: 30px auto;
}
.form{
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.form .input-wrap{
    -webkit-box-shadow: 0 9px 25px 0 rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 9px 25px 0 rgb(0 0 0 / 10%) !important;
    box-shadow: 0 9px 25px 0 rgb(0 0 0 / 10%) !important;
}
.form input,
.form textarea{
    padding: 20px 25px 20px 10px !important;
}
.form .theme-btn:last-child{
	background-color:var(--theme-color-4)
}
.form .form-builder *{
	border:0 !important;
}
.form .g-recaptcha,
.form .form-builder .g-recaptcha-wrap,
.form .form-builder label{
    padding: 0 !important;
}
.form .form-builder label{
    margin: 0 0 30px 0 !important;
}
.form .form-builder .field-text.label-icon-left .input-wrap i{
    line-height: 55px;
    width: 50px;
}
.form .checkbox_item input:checked+span:after,
.form .radio_item input:checked+span:after {
    -webkit-box-shadow: inset 0 0 0 7px var(--theme-color-1);
    -moz-box-shadow: inset 0 0 0 7px var(--theme-color-1);
    -o-box-shadow: inset 0 0 0 7px var(--theme-color-1);
    box-shadow: inset 0 0 0 7px var(--theme-color-1);
}
.form .form-builder .row + div{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.form .form-builder .row + div > button:first-child{
	margin:0 10px 0 0
}
.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;
}
.form .col-12{
    padding-left: var(--bs-padding-left) !important;
    padding-right: var(--bs-padding-right) !important;
}
.form h2{
	display:none;
}








.home-block-design-5 .block-title{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.home-block-design-5 .block-title:after{
	content:"";
	display:block;
	width:30%;
	height:5px;
	background-color:var(--theme-color-4);
    margin: 30px auto;
}
.home-block-design-5 .item .img{
    background-color: #000;
    display: block;
    width: 100%;
    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;
    text-decoration: none;
    color: #fff;
    position: relative;
    height: 400px;
}
.home-block-design-5 .item .img picture,
.home-block-design-5 .item .img picture img{
	display:block;
	width:100%;
	height:auto;
}

.home-block-design-5 .item .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    background-color: rgb(0 0 0 / 60%);
}
.home-block-design-5 .item .caption:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 5px solid var(--theme-color-4);
    opacity: 0.6;
}
.home-block-design-5 .item .caption a{
    text-decoration: none;
	display:table;
    margin: 0 auto;
}

@media(min-width:992px){
	blockquote{
		border-left: 10px solid #932400;
		padding: 60px 60px 70px 60px;
		margin: 40px 0 30px 0;
	}
}
@media(max-width:992px){
	blockquote{
		border-left:10px solid #932400;
		padding: 30px 30px 40px 30px;
		margin: 20px 0 20px 0;
	}
}
blockquote{
    background-color: var(--theme-color-2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
blockquote a{
	text-decoration:none;
    color: var(--theme-color-1);
}


.c-items{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items .c-item{
    line-height: 1.5;
}
.c-items .c-item a{
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--theme-color-2);
    position: relative;
    color: #fff !important;
    display: block;
    line-height: 1;
}
.contact-map iframe{width:100%;height:350px;display: block;}


.about-page .documents a{
    display: inline-block;
    margin: 20px 20px 0 0;
    border: 10px solid #fff;
}
.about-page .documents a:last-child{
    margin: 20px 0 0 0;
}
.about-page .documents a picture,
.about-page .documents a picture img{
    display: block;
    width: 100%;
    height: auto;
}



.pagination li{
    margin: 0 0 0 -1px
}
.pagination li a{
    padding: 0 0 0 0;
    background-color: #fff;
    min-width: 50px;
    text-align: center;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ededed;
}
.pagination li.active a{
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
	color:#fff;
}




.post-page .top-info .top-info-item {
    font-size: 12px;
	color:var(--theme-color-1);
    padding: 11px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid var(--theme-color-1);
    line-height: 1.084;
}
.post-page .top-info .top-info-item i{
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: 1px;
}
.post-page .tags .tags-list a{
    display: inline-block;
    padding: 12px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
	background-color:var(--theme-color-1);
	color:#fff;
}
.post-page .tags .tags-list a:hover{
	background-color:var(--theme-color-2);
}
.post-page .post-prev-next .prev,
.post-page .post-prev-next .next{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--theme-color-2);
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    height: 100%;
    width: 100%;
}
.post-page .post-prev-next .prev span,
.post-page .post-prev-next .next span{
	display:block;
}
.post-page .post-prev-next .prev:before,
.post-page .post-prev-next .next:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    background-color: #b42e02;
    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;
    position: absolute;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.post-page .post-prev-next .prev:before{
    content: "\f053";
    left: 0;
}
.post-page .post-prev-next .next:after{
    content: "\f054";
    right: 0;
}
.share-buttons {
	padding: 0;
	list-style: none;
}
.share-buttons li {
    display: inline-block;
	margin-bottom:0
}
.share-buttons li a {
    border: 2px solid var(--theme-color-1);
    border-radius: 3px;
    font-weight: 500;
    padding: 0 15px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    color: var(--theme-color-1);
    font-size: 16px;
    line-height: 37px;
    height: 40px;
}
.share-buttons li a:hover {
    background: var(--theme-color-1);
    color: #fff;
}

.images-list a{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.images-list.big a{
    height: 350px;
}

.post-page .images-and-videos a{
    width: 100%;
    display: block;
	overflow:hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-page .images-and-videos a img{
    width: 100%;
    display: block;
}


@media(min-width:1400px){
	.project-page.fixed .text{
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 130px;
	}
	.project-page .images-and-videos a.image:after,
	.project-page .images-and-videos a.video:after,
	.product-page .images-and-videos a.image:after,
	.product-page .images-and-videos a.video:after{
		font-size: 60px;
	}
}
@media(max-width:1400px){
	.project-page .images-and-videos a.image:after,
	.project-page .images-and-videos a.video:after{
		font-size: 40px;
	}
}
.project-page .images-and-videos .item{
	margin:30px 0 0 0;
}
.project-page .images-and-videos .item:first-child{
	margin:0;
}
.product-page .images-and-videos .item{
	margin:0 0 0 30px;
}
.product-page .images-and-videos .item:first-child{
	margin:0;
}
.project-page .images-and-videos a,
.product-page .images-and-videos a{
    width: 100%;
	position:relative;
    display: block;
	overflow:hidden;
}
.product-page .images-and-videos .item a{
	
}
.product-page .images-and-videos .item a picture,
.product-page .images-and-videos .item a picture img{
    max-height: 600px;
    width: auto;
	display:block;
}
.project-page .images-and-videos a.video:after,
.project-page .images-and-videos a.image:after,
.product-page .images-and-videos a.video:after,
.product-page .images-and-videos a.image:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    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-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
.project-page .images-and-videos a.image:after{
    content: "\f065";
}
.project-page .images-and-videos a.video:after{
    content: "\f04b";
}
.project-page .images-and-videos a picture,
.project-page .images-and-videos a img{
    width: 100%;
	height:auto;
    display: block;
}



.home-contact-block a{
    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;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding: 0 0 0 100px;
	overflow:hidden;
}
.home-contact-block a:before{
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    bottom: -3px;
    width: 100px;
	z-index:2;
    background-color: var(--theme-color-2);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-contact-block a i{
    line-height: 51px;
    padding: 0 20px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 90px;
    margin: 0 15px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 50px;
	z-index:3;
    font-size: 30px;
}
.home-contact-block a.phone i,
.home-contact-block a.phone:after{
    background-color: #01d7e4;
}
.home-contact-block a.whatsapp i,
.home-contact-block a.whatsapp:after{
    background-color: #26d366;
}
.home-contact-block a.phone:after,
.home-contact-block a.whatsapp:after{
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    bottom: -5px;
    z-index: 1;
    width: 105px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-contact-block a span{
    padding: 0 30px 0 30px;
    display: block;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 900;
}


.home-map-block > span{
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.03;
}
.home-map-block .items{
    max-width: 950px;
    margin: 0 auto 0 auto;
	width:100%;
}


.fixed-socials{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    border: 2px solid var(--theme-color-1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.fixed-socials a{
    display: block;
    color: #000;
    text-align: center;
    min-height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 25px;
}
.fixed-socials a:first-child{
	padding-top:10px
}
.fixed-socials a:last-child{
	padding-bottom:10px
}






