@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: 'Poppins', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;color:#000}
/* 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: 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% - 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 {
    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;
	left:0;
	right:0;
}
body.fixed-header header,
body.mobile-menu-open header {
	background-color:#fff;
    -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;
}
body.mobile-menu-open{
	overflow:hidden !important;
}

/********* Menu ********/
header .header-top .links,
header .header-top .links a{
    color: #fff;
	text-decoration:none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header .logo picture:last-child,
body.fixed-header header .logo picture:first-child,
body.mobile-menu-open header .logo picture:first-child{
	display:none;
}
body.fixed-header header .logo picture:last-child,
body.mobile-menu-open header .logo picture:last-child{
	display:block;
}

@media (min-width: 1200px) {
	header {top:30px;}
	body.fixed-header header {top:0;padding: 15px 0 0 0;}
	body.fixed-header header .logo {padding: 0 0 15px 0;}
	header .header-top{
		position: absolute;
		right: 0;
		top: 0;
	}
	header .header-top .links a{
		letter-spacing: 1px;
		white-space:nowrap;
		margin: 0 0 0 20px;
		color:#fff;
	}
	body.fixed-header header .header-top .links a{
		color:#000;
	}
	header .header-top .links a p{
		margin: 0 0 0 10px;
	}
	
	
	header .header-middle .logo img{
		max-height:75px;
	}
	
}
@media (max-width: 1200px) {
	header {top:15px;}
	
	body.mobile-menu-open header,
	body.fixed-header header {
		padding:5px 0;
		top:0;
	}
	body.fixed-header header .logo-wrap + div {
		padding:0;
	}


	header .header-top{
		position: absolute;
		right: 0;
		top: 0;
	}
	header .header-top .links a{
		letter-spacing: 1px;
		white-space:nowrap;
		margin: 0 0 0 20px;
		color:#fff;
	}
	body.fixed-header header .header-top .links a{
		color:#000;
	}
	header .header-top .links a p{
		margin: 0 0 0 10px;
	}
	body.fixed-header header .header-top {
		display:none;
	}
	
	
	header .header-middle .logo img{
		max-height:40px;
	}
}
header .header-top .links a p{
	font-weight: 300;
}
header .header-top .links a:first-child{
	margin: 0
}
body.fixed-header header .header-top a,
body.mobile-menu-open header .header-top a{
	color:#000;
}






.menu-wrap .bottom ul li ul li{
	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 li.menu-item{border:0;padding:0;margin: 0 0 0 40px;}
	.menu-wrap .bottom ul li.menu-item:first-child{margin:0}
	.menu-wrap .bottom>ul>li.menu-item{position:relative;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		position: relative;
		color: #333;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index: 1;
		display: block;
		white-space: nowrap;
		font-weight: 200;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		padding: 0;
		color: #fff;
		white-space: nowrap;
		line-height:45px;
	}
	
	.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.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{
		color: #000;
		font-weight: 300;
		font-size: 16px;
		padding:0 0 15px 0;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 300px;
		background-color: #fff;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		display: none;
		left: 0;
		-webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		-moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		max-height: calc(100vh - 115px);
		overflow-y: auto;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu::-webkit-scrollbar {
		width: 5px;
		background-color: var(--theme-color-1);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu::-webkit-scrollbar-track {
		background-color: #eaeaea;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu::-webkit-scrollbar-thumb {
		background-color: var(--theme-color-1);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:hover:before {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		content: "\f0d8";
		position: absolute;
		left: 20px;
		top: calc(100% - 7px);
		line-height: 0.3;
		color: #fff;
		font-size: 30px;
	}
	.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:20px 0
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 40px;
		padding: 0 30px;
		color: #000;
		position: relative;
		font-size: 13px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item li:hover > a{
		background-color:#000;
		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;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        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.mobile-menu-open .menu-toggle span,
    body.fixed-header .menu-toggle span {
        background-color: #000;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    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: 52px;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
		position: relative;
		font-size: 14px;
		color:#333;
	}
	.menu-list .back-link + ul li:first-child a{
		border-top: 0
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color: #333;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 54px;
		width: 54px;
		height: 54px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f5f5f5;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:75px;
		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: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% - 55px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 60px;
		width: 55px;
		height: 55px;
		text-align: center;
		border-left: 1px solid #f5f5f5;
		margin: -55px 0 0 0;
		color: #333;
	}
	.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 #f5f5f5;
	}
	.menu-list li {
		margin:0;
	}
	.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: #333;
		font-size: 14px;
		padding: 20px 20px;
		border-top: 1px solid #f5f5f5;
		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-banner{
    position: relative;
    overflow: hidden;
    padding-top: 200px !important;
}
.breadcrumb-banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
}
.breadcrumb {
    color: #fff;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: table;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #fff;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	font-weight:300;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.breadcrumb ul li p{
	margin:0;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
	color:#fff;
	font-weight:300;
    font-size: 14px;
}
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{
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 8px;
    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{
    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: 45%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 60px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 50px;
	}
}

/**************** 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 p{
	max-width:1000px;
}
.block-title.center{
	text-align:center;
}
.block-title.center p{
	margin:0 auto;
}

.theme-btn {
	border:0;
	cursor:pointer;
    text-decoration: none;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 20px 30px 20px 30px;
    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: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.theme-btn *{
	position:relative;
	z-index:1;
    line-height: 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;
	background-color:#000;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}

.main-slider-block .swiper-slide .swiper-slide-wrap .image{
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.main-slider-block .swiper-slide.swiper-slide-active .swiper-slide-wrap .image{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 10s ease-in-out;
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -ms-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
}
@media (min-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		max-width: 1000px;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:75vh;
	}
}
@media (max-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		max-width: calc(100% - 40px);
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:100vh;
	}
}
.main-slider-block .swiper-slide .swiper-slide-wrap{
	width:100%;
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-slider-block .swiper-slide .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 65%);
    z-index: 1;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
	max-width:1100px;
	width:100%;
}


.main-slider-block .prev,
.main-slider-block .next{
	position:absolute;
    z-index: 2;
    color: #fff;
	cursor:pointer;
    text-align: center;
}
.main-slider-block h1 a{
	text-decoration:none;
}
.main-slider-block .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}
.main-slider-block .bottom-link{
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.main-slider-block .bottom-link:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f078";
	position:relative;
    -webkit-animation: jumpInfinite 2s linear infinite;
    animation: jumpInfinite 2s linear infinite;
}
.main-slider-block .links,
.main-slider-block .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;
}
.main-slider-block .link{
    background-color: transparent;
    color: #fff;
    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;
    margin: 0 20px 0 0;
    background-color: var(--theme-color-2);
    color: #fff;
}
.main-slider-block .link:last-child{
    margin: 0;
    background-color: #fff;
    color: var(--theme-color-2);
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
    z-index: 1;
    color: #fff;
    position: absolute;
	left:0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.main-slider-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog {
	overflow:hidden;
	cursor:pointer;
	margin:0 0 0 10px;
    height: 4px;
    width: 30px;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog:first-child {
	margin:0
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span {
	height:100%;
	display:block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
	animation-play-state: paused;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: #fff;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}


@media(min-width:1200px){
	.main-slider-block .pagi {
		bottom: 50px;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 40px;
		height: 40px;
		width: 40px;
		top:calc(50% - 20px);
		opacity:0;
	}
	.main-slider-block:hover .prev,
	.main-slider-block:hover .next{
		opacity:1;
	}
	.main-slider-block .prev{left:20px}
	.main-slider-block .next{right:20px}
	.main-slider-block .link{
		padding: 20px 30px;
	}
	.main-slider-block .link:hover{
		background-color:#fff;
		color:var(--theme-color-1);
	}
	.main-slider-block .bottom-link{
		bottom: 0;
		width: 70px;
		height: 50px;
		left: calc(50% - 35px);
		line-height: 50px;
	}
}
@media(max-width:1200px){
	.main-slider-block .pagi {
		bottom: 40px;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 21px;
		height: 20px;
		line-height: 1;
		width: 20px;
		top: 80px;
	}
	.main-slider-block .prev{left:10px}
	.main-slider-block .next{left:30px}
	.main-slider-block .link{
		padding: 12px 15px;
	}
	.main-slider-block .bottom-link{
		bottom:0;
		width: 40px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
	}
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}




.home-projects .tab-links{
	list-style-type:none;
	margin:0;
	padding:0;
}
.home-projects .tab-links li{
	margin:0 40px 0 0;
}
.home-projects .tab-links li a{
    padding: 17px 0 15px 0;
	position:relative;
    cursor: pointer;
    display: block;
}
.home-projects .tab-links li a span{
	display:block;
	position:relative;
	z-index:1;
}
.home-projects .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-projects .tab-links li a.active:after {
    background-color: var(--theme-color-2);
    width: 100%;
}


@media(min-width:1200px){
	.home-projects .tab-contents .project-slider .prev-next{
		position: absolute;
		right: 0;
		top: 0;
	}
	.home-projects .tab-contents .project-slider .prev,
	.home-projects .tab-contents .project-slider .next{
		font-size: 35px;
		line-height: 48px;
		height: 47px;
		width: 35px;
	}
}
@media(max-width:1200px){
	.home-projects .tab-contents .project-slider .prev,
	.home-projects .tab-contents .project-slider .next{
		font-size: 25px;
		line-height: 27px;
		height: 25px;
		width: 25px;
	}
}
.home-projects .tab-contents .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 .tab-contents .project-slider .prev,
.home-projects .tab-contents .project-slider .next{
    cursor: pointer;
    display: block;
    text-align: center;
}
.home-projects .tab-contents .project-slider .prev{left: 50px;}
.home-projects .tab-contents .project-slider .next{right: 50px;}



.home-projects .tab-contents .swiper-slide .item{
    height: 500px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	text-decoration:none;
    overflow: hidden;
}
.home-projects .tab-contents .swiper-slide .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 .tab-contents .swiper-slide .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 .tab-contents .swiper-slide .item:hover .title{
    -ms-flex-align: unset;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.home-projects .tab-contents .swiper-slide .item .title h3{
	font-weight:400;
	margin:0;
    line-height: 1.4;
}
.home-projects .tab-contents .swiper-slide .item .title h4{
	font-weight:300;
	margin:10px 0 0 0
}
.home-projects .tab-contents .swiper-slide .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 .tab-contents .swiper-slide .item .caption .citem{margin:20px 0 0 0;}
.home-projects .tab-contents .swiper-slide .item .caption .citem:first-child{margin:0;}
.home-projects .tab-contents .swiper-slide .item .caption .citem span{
    display: block;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}
.home-projects .tab-contents .swiper-slide .item .caption .citem h5{
	font-weight:400;
	margin:5px 0 0 0;
}
.home-projects .tab-contents .swiper-slide .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-solutions .items{
	margin:0;
}
.home-solutions .items>div{
	padding:0;
}
.home-solutions .item{
    height: 100%;
}
.home-solutions .item a{
	position:relative;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    color: #000;
	position:relative;
}
.home-solutions .item a:after{
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #ededed;
}
.home-solutions .item a h3{
    margin: 0 0 0 0;
    font-weight: 400;
}
.home-solutions .item a p{
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.home-solutions .item a .more{
    color: var(--theme-color-1);
    font-size: 14px;
    font-weight: 300;
}
@media(min-width:1200px){
	.home-solutions .item a{
		padding:50px 50px 100px 50px;
	}
	.home-solutions .item a .more{
		position: absolute;
		bottom: 50px;
		left: 50px;
		right: 50px;
	}
}
@media(max-width:1200px) and (min-width:768px){
	.home-solutions .item a{
		padding:30px 30px 60px 30px;
	}
	.home-solutions .item a .more{
		position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
}
@media(max-width:768px){
	.home-solutions .item a{
		padding:30px
	}
	.home-solutions .item a .more{
		margin-top:20px;
	}
}




.home-services .items{
	margin:0;
}
.home-services .items>div{
	padding:0;
}
.home-services .item{
    height: 100%;
}
.home-services .item a{
	position:relative;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    color: #000;
	position:relative;
}
.home-services .item a:after{
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #ededed;
}
.home-services .item a h3{
    margin: 0 0 0 0;
    font-weight: 600;
    color: var(--theme-color-1);
}
.home-services .item a p{
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.home-services .item a .more{
    color: var(--theme-color-1);
    font-size: 14px;
    font-weight: 300;
}
@media(min-width:1200px){
	.home-services .item a{
		padding:50px 50px 100px 50px;
	}
	.home-services .item a .more{
		position: absolute;
		bottom: 50px;
		left: 50px;
		right: 50px;
	}
}
@media(max-width:1200px) and (min-width:768px){
	.home-services .item a{
		padding:30px 30px 60px 30px;
	}
	.home-services .item a .more{
		position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
}
@media(max-width:768px){
	.home-services .item a{
		padding:30px
	}
	.home-services .item a .more{
		margin-top:20px;
	}
}




.divider-block{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.divider-block:before{
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 52 111 / 70%);
}












.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;
}


