@import url("../plugins/aos/aos.css");
@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/font-awesome/font-awesome-new.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}
html{min-height:100vh}
body{font-family: 'Barlow', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;height:100vh}
.font-kalam{font-family: 'Kalam', sans-serif;}
/* Header */

body:not(.onloadsite)>.loader{
	display:none !important;
}
body.onloadsite>.loader{
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	text-align:center;
}
body.onloadsite>.loader .img{
	height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
}

.uppercase{text-transform:uppercase}
p{line-height:1.7;margin:0 0 15px 0;font-weight:300;}
li{line-height:1.7;margin:0 0 10px 0;font-weight:300;}
tr{line-height:1.7;font-weight:300;}
ul, ol{
	padding:0 0 0 30px;
}
ul ul, ol ol,
ol ul, ol ul{
	padding:15px 0 0 30px;
}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.7;font-weight:500}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/
header {
	top:0;
    left: 0;
    right: 0;
    z-index: 9;
    position: fixed;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap>div,
header .logo-wrap a,
header .logo-wrap a img{
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
}
body.fixed-header header{
	-webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}



/********* Menu ********/

@media (min-width: 1550px) {
	body.fixed-header header{
		background-color: #fff;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		line-height: 70px;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.menu-item>a{
		line-height: 50px;
		font-size:14px;
	}
	header .header-top{
		position: absolute;
		top: 0;
		right: 0;
	}
	header .header-top a{
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 0 15px;
		color: #000;
	}
	body.fixed-header header .header-top a{
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin: 0 0 0 10px;
	}
	header .header-top a *{
		position: relative;
	}
	header .header-top a.support{
		position: relative;
		margin: 0 0 0 42px !important;
		color:#fff;
	}
	header .header-top a.support:before{
		content: "";
		-moz-transform: skew(-25deg, 0deg);
		-webkit-transform: skew(-25deg, 0deg);
		-o-transform: skew(-25deg, 0deg);
		-ms-transform: skew(-25deg, 0deg);
		transform: skew(-25deg, 0deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -99999px;
		left: -20px;
		background-color: var(--theme-color-1);
	}
	
	
	header .logo-wrap{
		position:relative;
		z-index: 2;
	}
	body.fixed-header header .container-fluid>div{
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	header .logo-wrap:before{
		content: "";
		-moz-transform: skew(-25deg, 0deg);
		-webkit-transform: skew(-25deg, 0deg);
		-o-transform: skew(-25deg, 0deg);
		-ms-transform: skew(-25deg, 0deg);
		transform: skew(-25deg, 0deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -19px;
		left: -1500px;
		background-color: var(--theme-color-1);
	}
	body:not(.fixed-header) header .logo-wrap div.l{
		position: relative;
		padding: 30px 30px 30px 100px;
	}
	body.fixed-header header .logo-wrap div.l{
		position: relative;
	}
	body.fixed-header header .logo-wrap{
		padding: 15px 15px 15px 0;
	}
	header .menu-wrap{
		position: relative;
	}
	header .menu-wrap:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -9999999px;
		left: -9999999px;
		background-color: #f6f7f8;
	}
	
	
	
	header .logo-wrap a img{
		height:90px;
		width:auto;
	}
	body.fixed-header header .logo-wrap a img{
		max-height:50px;
	}
}
@media (max-width: 1550px) and (min-width: 1200px) {
	header{
		background-color: #fff;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		line-height: 50px;
	}
	header .header-top{
		position: absolute;
		top: 0;
		right: 0;
	}
	header .header-top a{
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size:13px;
		margin: 0 0 0 10px;
		color: #000;
	}
	header .header-top a *{
		position: relative;
	}
	header .header-top a.support{
		position: relative;
		margin: 0 0 0 42px;
		color:#fff;
	}
	header .header-top a.support:before{
		content: "";
		-moz-transform: skew(-25deg, 0deg);
		-webkit-transform: skew(-25deg, 0deg);
		-o-transform: skew(-25deg, 0deg);
		-ms-transform: skew(-25deg, 0deg);
		transform: skew(-25deg, 0deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -99999px;
		left: -20px;
		background-color: var(--theme-color-1);
	}
	
	
	header .logo-wrap{
		position: relative;
		z-index: 2;
		height: 80px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		text-align:center;
	}
	header .container-fluid>div{
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	header .logo-wrap:before{
		content: "";
		-moz-transform: skew(-25deg, 0deg);
		-webkit-transform: skew(-25deg, 0deg);
		-o-transform: skew(-25deg, 0deg);
		-ms-transform: skew(-25deg, 0deg);
		transform: skew(-25deg, 0deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -35px;
		left: -250px;
		background-color: var(--theme-color-1);
	}
	header .logo-wrap div.l{
		position: relative;
		padding: 0;
	}
	header .menu-wrap{
		position: relative;
	}
	header .menu-wrap:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -9999999px;
		left: -9999999px;
		background-color: #f6f7f8;
	}
	
	
	
	header .logo-wrap a img{
		max-height:55px;
		width:auto;
	}
	
}
@media (max-width: 1200px) {
	header{
		background-color: #fff;
	}
	header .header-top{
		position: absolute;
		top: 0;
		right: 40px;
	}
	header .header-top a{
		height: 55px;
		line-height: 55px;
		text-align: center;
		margin: 0 0 0 10px;
		font-size: 13px;
		color: #000;
	}
	header .header-top a *{
		position: relative;
	}
	header .header-top a.support{
		position: relative;
		margin: 0 0 0 42px;
		color:#fff;
	}
	header .header-top a.support:before{
		content: "";
		-moz-transform: skew(-25deg, 0deg);
		-webkit-transform: skew(-25deg, 0deg);
		-o-transform: skew(-25deg, 0deg);
		-ms-transform: skew(-25deg, 0deg);
		transform: skew(-25deg, 0deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -99999px;
		left: -20px;
		background-color: var(--theme-color-1);
	}
	
	
	header .logo-wrap{
		position:relative;
		z-index: 2;
		padding: 10px 0;
	}
	header .container-fluid>div{
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	header .logo-wrap:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -30px;
		left: -999999px;
		background-color: var(--theme-color-1);
	}
	header .logo-wrap div.l{
		position: relative;
		padding: 0;
	}
	
	header .logo-wrap a img{
		max-height:35px;
		width:auto;
	}
	
}



@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{
		margin:0;
	}
	.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{
		margin: 0 0 0 30px;
		position:relative;
	}
	.menu-wrap .bottom ul li.menu-item:first-child{margin: 0 0 0 0;border:0;padding:0;}
	.menu-wrap .bottom>ul>li.menu-item.arrow{width: 350px;}
	.menu-wrap .bottom>ul>li.menu-item.right{text-align:right;}
	.menu-wrap .bottom>ul>li.menu-item:first-child{margin-left:0;}
	.menu-wrap .bottom>ul>li.menu-item:last-child{margin-right:0;}
	
	.menu-wrap .bottom ul li.menu-item a{
		font-weight: 500;
		position: relative;
		color: var(--theme-color-1);
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index: 1;
		display: block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
	}
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		text-align: center;
		color: var(--theme-color-1);
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.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{
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
	}
	.menu-wrap .bottom .menu-list .sub-menu,
	.menu-wrap .bottom .menu-list .back-link{
		display:none;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 300px;
		display: none;
		background-color: #f1f1f1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		width: 300px;
		left: 0;
		padding: 20px 0;
	}
	.menu-wrap .bottom>ul>li.menu-item:nth-last-child(2)>.sub-menu,
	.menu-wrap .bottom>ul>li.menu-item:nth-last-child(3)>.sub-menu,
	.menu-wrap .bottom>ul>li.menu-item:last-child>.sub-menu{
		left: auto;
		right: 0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 40px;
		padding: 0 30px 0 30px;
		font-size:13px;
		color:#000;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover{
		background-color: var(--theme-color-1);
		color:#fff !important;
	}
	
	
	
	.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 {
		top: 0;
		left: 100%;
		right:auto;
		text-align:left;
	}
	.menu-wrap .bottom>ul>li>ul>li.sub-item:hover>.sub-menu{
		right: 400px;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		cursor:pointer;
		z-index: 2;
		width: 25px;
		height: 20px;
		position: absolute;
		right: 0;
		top: calc(50% - 10px);
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 44px;
		line-height: 44px;
		border-top: 1px solid #f1f1f1;
		position: relative;
		font-size: 12px;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 45px;
		width: 45px;
		height: 43px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f1f1f1;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:55px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 11;
		-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.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% - 44px);
		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: 75px;
		overflow-y: auto;
		overflow-x: hidden;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 50px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #f1f1f1;
		margin: -45px 0 0 0;
		font-size: 13px;
	}
	.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 a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li {
		margin:0;
		border-bottom:0;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #333;
		font-size: 14px;
		padding: 15px 20px 14px 20px;
		border-top: 1px solid #f1f1f1;
		text-decoration: none;
	}
	.menu-list li ul li:first-child a {
		border-top:0
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 75px;
		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);
		border-bottom: 1px solid #f1f1f1;
	}
	.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;text-align:center}.breadcrumb ul{list-style-type:none;padding:0;margin:0}.breadcrumb ul li{display:inline-block;margin:0}.breadcrumb ul li a{color:#333;text-decoration:none}.breadcrumb ul li a:after{content:"-";margin:0 5px;color:#333}/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer .wrap{
	color:#000;
	font-weight:300
}
footer .wrap a,
footer .wrap picture,
footer .wrap picture img{
	display:block
}
footer .wrap picture img{
    max-width: 100%;
    height: auto;
    max-height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    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: #000;
    display: block;
}
footer .links a{
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
}
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: #000;
    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: 5px;
}
footer .footer-contact li i + span {
    width: calc(100% - 29px);
    line-height: 1.4;
}

footer iframe{
	display:block;
	width:100%;
	height:350px;
}

.footer-tags a{
    display: inline-block !important;
    text-decoration: none;
    color: #000;
    margin: 0 0 5px 0;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 11px;
}

/**************** Footer ********************/
/**************** Fixed Buttons ********************/



.main-fixed-buttons,
.main-fixed-buttons .informations 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;
}
@media (min-width: 768px) {
	.main-fixed-buttons .informations{
		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;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
	.main-fixed-buttons{
		padding:0 0 0 10px;
		bottom: 20px;
		right: 20px;
	}
	.main-fixed-buttons .informations a{
		height: 65px;
		width: 40px;
		font-size: 18px;
	}
	.main-fixed-buttons a.support{
		height: 61px;
		padding: 0 18px 0 18px;
		margin: 2px;
		font-size: 15px;
		letter-spacing: 1px;
		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;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
}
@media (max-width: 768px) {
	.main-fixed-buttons .informations{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-gridbox;
		display: -webkit-grid;
		display: grid;
		grid-template-columns: 33.33% 33.33% 33.33%;
		padding: 5px 0;
	}
	.main-fixed-buttons{
		padding:0 0 0 10px;
		bottom: 10px;
		right: 10px;
	}
	.main-fixed-buttons .informations a{
		height: 40px;
		width: 25px;
		font-size: 14px;
	}
	.main-fixed-buttons a.support{
		padding: 0 10px;
		font-size: 15px;
		margin: 2px 2px 2px 0;
		height: 46px;
		line-height: 45px;
		-webkit-border-top-right-radius: 1px;
		-webkit-border-bottom-right-radius: 1px;
		-moz-border-radius-topright: 1px;
		-moz-border-radius-bottomright: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
	}
	.main-fixed-buttons a.support span{
		font-size: 11px;
	}
}
.main-fixed-buttons{
    border: 2px solid #fff;
	z-index:10;
    position: fixed;
    align-items: center;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.main-fixed-buttons .informations a,
.main-fixed-buttons a.support{
	text-align:center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    color: #fff;
    text-decoration: none;
}
.main-fixed-buttons a.support{
    width: auto;
    background-color: #fff;
    color: var(--theme-color-1);
}
.main-fixed-buttons a.support span{
    line-height: 1;
}

/**************** Fixed Buttons ********************/
/**************** 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:900px;
	display:inline-block;
}
.theme-btn {
	border:0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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;
	line-height:1;
    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;
	line-height:1;
}
.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:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    background-color: var(--theme-color-1);
    color: #fff;
}


.content{
	position: relative;
	z-index: 2;
}
@media (min-width: 1200px) {
	.content{
		padding: 110px 0 0 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		bottom: 0;
		max-width: 1500px;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:60vh;
	}
}
@media (max-width: 1200px) {
	.content{
		padding: 55px 0 0 0
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		bottom: 0;
		max-width: calc(100% - 40px);
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:55vh;
	}
}


.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 / 60%);
    z-index: 1;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
	max-width:1300px;
	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{
    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;
}
.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;
    top: 0;
	left:0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: 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;
    height: 3px;
    display: block;
    background-color: rgb(255 255 255 / 50%);
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active {
	width:100%;
}
.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: rgb(255 255 255 / 70%);
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}


@media(min-width:992px){
	.main-slider-block .pagi {
		top: 0;
	}
	.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: -35px;
		width: 70px;
		height: 70px;
		left: calc(50% - 35px);
		line-height: 42px;
		color: #000;
	}
	.main-slider-block .bottom-link:after{
		content: "";
		background-color: #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
}
@media(max-width:992px){
	.main-slider-block .pagi {
		top: 0;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 20px;
		height: 30px;
		top:20px;
		opacity:0;
		line-height: 29px;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		opacity:1;
	}
	.main-slider-block .prev{left:20px}
	.main-slider-block .next{left:40px}
	.main-slider-block .link{
		padding: 12px 16px;
	}
	.main-slider-block .link:hover{
		background-color:#fff;
		color:var(--theme-color-1);
	}
	.main-slider-block .bottom-link{
		bottom: -35px;
		width: 70px;
		height: 70px;
		left: calc(50% - 35px);
		line-height: 42px;
		color: #000;
	}
	.main-slider-block .bottom-link:after{
		content: "";
		background-color: #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}



.home-products .item{
	position:relative;
	-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-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
    display: block;
    background-color: #fff;
    min-height: 100%;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
.home-products .item:before{
    content: "";
    position: absolute;
    top: -150px;
    left: -150px;
	opacity:0.7;
    width: 300px;
    height: 300px;
    background-color: var(--theme-color-1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-products .item *{
	position:relative;	
}
.home-products .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-products .item .image{
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #212121;
}
.home-products .item h3{
    line-height: 1.5;
    font-weight: 500;
}



.home-solutions .item{
	position:relative;
	-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;
	border:2px solid var(--theme-color-1);
    display: block;
    background-color: #fff;
    min-height: 100%;
    text-decoration: none;
    color: #000;
}
.home-solutions .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-solutions .item .image img{
    max-height: 200px;
    width: auto;
	max-width:100%;
	margin:0 auto;
}
.home-solutions .item h3{
    line-height: 1.5;
    font-weight: 500;
}




.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;
}




table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}






.button-videos a{
	white-space:nowrap;
    text-decoration: none;
    line-height: 1;
    padding: 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid;
    display: inline-block;
    font-size: 13px;
    margin: 8px 0 0 4px;
    border-color: var(--theme-color-1);
    color: var(--theme-color-1);
}
.button-videos a:first-child{
	margin-left:0;
}
.button-videos a div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	text-align:center;
}
.button-videos a h3{
    font-weight: 400;
	margin: 0 0 0 15px;
}


