:root{
	--primary: #018960;
	--secondary: #000;
	--light: #f3f3f3;
}

*, ::after, ::before {
	box-sizing: border-box;
}
::-moz-selection {
	color: #fff;
	background: var(--primary);
}
::selection {
	color: #fff;
	background: var(--primary);
}
a{
	text-decoration: none;
	color: #6f6f6f;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
body{			
	color: #6f6f6f;
	font-family: roboto;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}  
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #000;
	font-weight: 600;
	margin-top: 0;
}
p{
	margin-top: 0;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
.text-primary{
	color: var(--primary);
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/* BASIC */
.content-inner{
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-inner-2{
	padding-top: 80px;
}
.content-inner-3{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 767px){
	.content-inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.content-inner-2{
		padding-top: 50px;
	}	
}

.container-fluid{
	padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}

/* ROW COLUMS */
.row {
	--gutter-x: 30px;
	--gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--gutter-y));
	margin-right: calc(-.5 * var(--gutter-x));
	margin-left: calc(-.5 * var(--gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-top: var(--gutter-y);
}
.col {
	flex: 1 0 0%;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.66667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 1440) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

/* DZ ACCORDION */
.dz-accordion .accordion-item{
	margin-bottom: 15px;
    border-radius: 4px;
	overflow: hidden;
}
.dz-accordion .accordion-content{
	display: none;
	background-color: #fff;
    padding: 0 20px 0;
}
.dz-accordion .accordion-content .grid-view{
    margin-top: 0;
    margin-bottom: 0;
}
.dz-accordion .accordion-button{
	cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    position: relative;
    background-color: #fff;
}
.dz-accordion .accordion-button::after{
	content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    right: 25px;
    border: 2px solid #000;
    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
    border-width: 0 2px 2px 0;
    opacity: 0.3;
	top: 25px;
	transition: all 0.5s;
}
.dz-accordion .accordion-button.active::after{
	transform: rotate(-135deg);
}
@media (max-width: 591px){
	.dz-accordion .accordion-button {
		font-size: 18px;
		padding: 10px 45px 10px 20px;
	}
	.dz-accordion .accordion-content{
		padding: 10px 20px;
	}
	.dz-accordion .accordion-button::after {
		top: 18px;
	}
}


/* HEADER */
.website-logo{
	float: left;
}
.header{
	background-color: #fff;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 999;
}
.extra-nav{
	float: right;
}
.extra-nav .nav-title{
	display: inline-block;
    font-weight: 500;
    color: #000;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    margin-left: 15px;
    line-height: 1;
}
@media (max-width: 591px){
	.extra-nav .nav-title{
		display: none;
	}
}

/* HERO BANNER */
.hero-banner{
	height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px){
	.hero-banner{
		height: 300px;
	}	
}
@media (max-width: 591px){
	.hero-banner{
		height: 180px;	
	}
}

.content-box.style-1 .inner-content{
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 35px 50px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    background-color: #fff;
}
.content-box.style-1 .inner-content .row > *:not(:last-child){
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1191px){
	.content-box.style-1 .inner-content{
		padding: 25px 30px;		
	}
	.icon-wrapper-1 .title {
		font-size: 18px;
	}
	.icon-wrapper-1 .icon-content .sub-title{
		font-size: 14px;
	}
}
@media (max-width: 991px){
	.content-box.style-1 .inner-content > .row{
		--gutter-y: 20px;
	}
	.content-box.style-1 .inner-content .row > *:nth-child(2){
		border-right: 0;
	}
}
@media (max-width: 591px) {
    .content-box.style-1 .inner-content{
        padding: 25px 18px;
		margin-top: -20px;
    }
	.content-box.style-1 .inner-content .row > *{
		border-right: 0 !important;
	}
}


/* icon-bx-1 */
.icon-wrapper-1{
	display: flex;
    align-items: center;
	justify-content: center;
}
.icon-wrapper-1 .title{
	margin-bottom: 0;
    font-weight: 500;
}
.icon-wrapper-1 .icon-bx{
	width: 60px;
	margin-right: 15px;
}
.icon-wrapper-1 .icon-bx img{
	-webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.icon-wrapper-1:hover .icon-bx img{
	transform: translateY(-5px);
}
@media (max-width: 591px){
	.icon-wrapper-1 {
		display: block;
		text-align: center;
	}
	.icon-wrapper-1 .icon-bx {
		width: 60px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
}

/* icon-bx-2 */
.icon-wrapper-2{
	display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 12px 25px;
    border-radius: 8px;
}
.icon-wrapper-2 .title{
	margin-bottom: 0;
    font-weight: 500;
	font-size: 16px;
}
.icon-wrapper-2 .icon-bx{
	width: 35px;
    margin-right: 12px;
}
.icon-wrapper-2 .icon-bx img{
	-webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.icon-wrapper-2:hover .icon-bx img{
	transform: translateY(-5px);
}

@media (max-width: 767px){
	.icon-wrapper-2 .icon-bx {
		width: 25px;
		margin-right: 8px;
	}
	.icon-wrapper-2 {
		padding: 10px 18px;		
	}
	.icon-wrapper-2{
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}
	.icon-wrapper-2 .title {
		font-size: 14px;
	}
}
@media (max-width: 591px){
	.icon-wrapper-2 .icon-bx {
		width: 22px;
	}
	.icon-wrapper-2 {
		padding: 8px 12px;		
	}
	.icon-wrapper-2 .title {
		font-size: 13px;
	}
}

.text-center{
	text-align: center;
}
.section-head{
	max-width: 800px;
    margin-bottom: 40px;
}
.section-head.text-center{
    margin-left: auto;
    margin-right: auto;
}
.section-head .title{
	font-size: 42px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.section-head p{
	line-height: 1.7;
    font-size: 18px;
}
@media (max-width: 991px){
	.section-head .title{
		font-size: 32px;
	}
	.section-head p{
		font-size: 15px;
	}
}
@media (max-width: 591px){
	.section-head .title{
		font-size: 28px;
	}
	.section-head p{
		font-size: 14px;
	}
	.section-head{
		margin-bottom: 25px;
	}
}

.dz-features-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
    /* animation: ticker 0s linear infinite 0s normal; */
    /* animation-duration: 0s; */
    /* animation-duration: 32.9528s; */
	margin: 0;
	padding: 0;
}
.dz-features-wrapper > li{
	padding: 10px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
	.dz-features-wrapper > li {
		padding: 5px;
	}
}

.dz-slider{
    display: flex;
    align-items: center;
	gap: 30px;
	justify-content: center;
    animation: ticker 0s linear infinite 0s normal;
    animation-duration: 0s;
	animation-duration: 32.9528s;
}
@keyframes ticker {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.mobile-screen{
    overflow: hidden;
	height: 385px;
	border: 4px solid #fff;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.mobile-screen.style-1{
	height: 565px;
    width: 280px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mobile-screen.style-1 a{
	cursor: zoom-in;
	display: block;
}
@media (max-width: 1191px){
	.mobile-screen{
		height: 430px;
	}
	.mobile-screen.style-1{
		height: 485px;
		width: 240px;
	}
}
@media (max-width: 991px){
	.mobile-screen{
		height: 420px;
	}
}
@media (max-width: 767px) {
    .mobile-screen{
        height: 312px;
    }
	.apps-container{
		padding: 0;
		overflow: hidden;
	}
}
@media (max-width: 591px) {
    .mobile-screen {
        height: 300px;
    }
	.mobile-screen.style-1{
		height: 420px;
		width: 200px;
	}
}

.owl-nav-btn .owl-nav .owl-prev,
.owl-nav-btn .owl-nav .owl-next{
	height: 50px;
    width: 50px;
    background-color: #fff !important;
    border-radius: 50%;
    color: #000 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav-btn .owl-nav .owl-prev span,
.owl-nav-btn .owl-nav .owl-next span{
	font-size: 32px;
}
.owl-nav-btn .owl-nav .owl-prev.disabled,
.owl-nav-btn .owl-nav .owl-prev.disabled{
	display: none;
}
.owl-nav-btn .owl-nav .owl-prev{
	left: -20px;
}
.owl-nav-btn .owl-nav .owl-next{
	right: -20px;
}
@media (max-width: 767px){
	.owl-nav-btn .owl-nav .owl-prev,
	.owl-nav-btn .owl-nav .owl-next{
		height: 35px;
		width: 35px;
	}
	.owl-nav-btn .owl-nav .owl-prev span,
	.owl-nav-btn .owl-nav .owl-next span{
		font-size: 24px;
	}
	.owl-nav-btn .owl-nav .owl-prev{
		left: -15px;
	}
	.owl-nav-btn .owl-nav .owl-next{
		right: -15px;
	}	
}

/* content-box style-2 */
.content-box.style-2 .title a{
    font-weight: 500;
}
.content-box.style-2 .title{
	font-size: 18px;
    font-weight: 500;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height: 1.2;
}
.content-box.style-2 .category{
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
}
.content-box.style-2 .content-info{
	padding: 15px;
	text-align: center;
}
@media (max-width: 767px){
	.content-box.style-2 .content-info {
		padding: 15px 5px;
	}	
}

.screen-carousel .owl-dots,
.screen-carousel1 .owl-dots,
.screen-carousel2 .owl-dots,
.screen-carousel4 .owl-dots,
.screen-carousel3 .owl-dots{
	display: none;
}
.screen-carousel .owl-stage-outer,
.screen-carousel1 .owl-stage-outer,
.screen-carousel2 .owl-stage-outer,
.screen-carousel4 .owl-stage-outer,
.screen-carousel3 .owl-stage-outer{
	padding: 20px 0;
	overflow: unset;
}
.screen-carousel .owl-stage-outer .owl-item:not(.active),
.screen-carousel4 .owl-stage-outer .owl-item:not(.active),
.screen-carousel1 .owl-stage-outer .owl-item:not(.active),
.screen-carousel2 .owl-stage-outer .owl-item:not(.active),
.screen-carousel3 .owl-stage-outer .owl-item:not(.active){
	opacity: 0;
}
@media (max-width: 591px) {
	.screen-carousel .owl-stage-outer,
	.screen-carousel1 .owl-stage-outer,
	.screen-carousel4 .owl-stage-outer,
	.screen-carousel2 .owl-stage-outer,
	.screen-carousel3 .owl-stage-outer{
		padding: 0;
	}	
}


/* Footer */
.footer .footer-top{
	padding: 30px 0;
    background-color: #f9f9f9;
}
.footer .footer-bottom{
	padding: 20px 0;
}
.footer .copyright-text{
	font-size: 14px;
}
.footer-nav{
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-nav li{
	display: inline-block;
}
.footer-nav li:not(:last-child){
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.footer-nav li a{
	font-weight: 500;
    opacity: 0.8;
}
.footer-nav li.item-media a{
	color: #000;
	opacity: 1;
}
.footer-nav li.item-media img{
    width: 25px;
    margin-right: 10px;
}
@media (max-width: 991px) {
	.footer-nav{
		gap: 10px;
	}
	.footer-nav li {
		font-size: 14px;
		padding-right: 10px;
	}
	.footer .footer-top{
		padding: 20px 0;
	}
}

/* content-box style-3 */
.content-box.style-3{
	display: flex;
	margin-bottom: 80px
}
.content-box.style-3 h1{
	font-size: 45px;
    line-height: 1.4;
	margin-bottom: 20px;
}
.content-box.style-3 .icon-bx{
	width: 240px;
	min-width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
.content-box.style-3 .content-info{
	padding-right: 30px;
	width: 100%;
}
.content-box.style-3 .meta-btn{
	padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content-box.style-3 .meta-btn li{
	display: inline-block;
	padding-right: 5px;
}

@media (max-width: 1191px) {
	.content-box.style-3 h1 {
		font-size: 32px;
        margin-bottom: 10px;
	}
	.content-box.style-3 .icon-bx {
		width: 150px;
		min-width: 150px;
		height: 150px;
	}
}
@media (max-width: 991px) {
    .content-box.style-3 h1 {
        font-size: 24px;
        margin-bottom: 12px;
	}
}
@media (max-width: 767px) {
    .content-box.style-3 .icon-bx {
        width: 100px;
        min-width: 100px;
        height: 100px;
        border-radius: 15px;
    }
}
@media (max-width: 591px) {
	.content-box.style-3 {
		display: flex;
		margin-bottom: 50px;
		flex-direction: column-reverse;
		text-align: center;
	}
	.content-box.style-3 .icon-bx {
        margin: 0 auto 15px;
    }	
	.content-box.style-3 .content-info {
		padding-right: 0;
	}
	.content-box.style-3 h1 {
        font-size: 18px;
    }
	.meta-list {
		justify-content: center;
	}
	.content-box.style-3 .meta-btn{
		justify-content: center;
	}
}


/* btn */
.btn{
	border: 0;
    background-color: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto';
	cursor: pointer;
	-webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: none !important;
}
.btn-rounded{
	border-radius: 50px;
}
.btn-sm{
	font-size: 14px;
	padding: 10px 20px;
}
.btn-success{
	background-color: #018960;
}
.btn-success-tp{
	color: #018960;
	background-color: transparent;
}
.btn-success-tp:hover{
    background-color: #f7f7f7;
}
.btn-success:hover{
	background-color: #03855e;
}
.btn-install{
	padding-left: 50px;
    padding-right: 50px;
}
.btn-install{
	overflow: hidden;
    padding: 0 30px 0 0 !important;
    display: flex;
    align-items: center;
}
.btn-install .icon{
	border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    margin-right: 15px;
}
.btn-icon{
    display: flex;
    gap: 10px;
}
@media (max-width: 591px) {
	.btn {
		padding: 10px 15px;
		font-size: 14px;
	}
	.btn-install .icon {
		padding: 8px 12px;
		margin-right: 15px;
	}
	.btn-install {
		padding: 0 20px 0 0 !important;
	}
}
	
/* .content-box.style-4 */
.content-box.style-4{
	padding: 12px;
    display: block;
    border-radius: 10px;
    transition: all 0.5s;
    width: 145px;
	height: 100%;
}
.content-box.style-4:hover{
    background-color: rgba(0, 0, 0, 0.03);
}
.content-box.style-4 .dz-media{
	border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px;
    background-color: #fff;
}
.content-box.style-4 .title{
	font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-box.style-4 .sub-title{
	color: #6f6f6f;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.content-box.style-4 .sub-title img{
	margin-left: 3px;
    width: 12px;
}
@media (max-width: 1191px){
	.content-box.style-4{
		width: 125px;		
	}
	.content-box.style-4 .dz-media {
		width: 100px;
		height: 100px;
	}
}

/* app-list */
.app-list{
	padding: 0;
    margin: 0;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
.app-list li{
	display: inline-block;
}
.meta-list{
	padding: 0;
    margin: 0 0 30px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.meta-list li{
	display: inline-block;
	position: relative;
}
.meta-list li a{
	display: inline-flex;
    align-items: center;
}
.meta-list li a img{
    border-radius: 50%;
    width: 25px;
    margin-right: 8px;
}
.meta-list li:not(:last-child):after{
	content: "|";
    position: absolute;
    right: -16px;
    opacity: 0.3;
}
@media (max-width: 591px){
	.meta-list {
		margin: 0 0 20px;
	}	
}
    

/* dz-accordion style-2 */
.dz-accordion.style-2 .accordion-button{
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0;
}
.dz-accordion.style-2 .accordion-content{
    padding: 0;
}

.overflow-hidden{
	overflow: hidden;
}
.d-none{
	display: none;
}
.mb-30{
	margin-bottom: 30px;
}

.bg-light{
	background-color: #ffeff2;
}
.badge{
	background-color: #ff2550;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 11px;
    padding: 5px;
    margin-left: 5px;
    transform: translateY(-2px);
    display: inline-block;
    height: 23px;
    width: 23px;
    text-align: center;
}


.swiper-wrapper{
	transition-timing-function: linear !important;
}
.mySwiper .swiper-slide{
	padding: 15px;
}
.mySwiper .swiper-slide{
	width: auto;
}

/* Light Gallery */
/* Light Gallery */
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-sub-html, 
.lg-toolbar{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-outer{
	z-index: 1000000;
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap, 
.lg-outer .lg-item{
	background-color: transparent;
}
.lg-outer .lg-object{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 2px solid #fff;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(15px);
	z-index: 999999;
}
.lg-outer .lg-toogle-thumb, 
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-toolbar .lg-icon,
#lg-counter{
    color: #fff;
}
.lg-counter {
    color: #fff;
}
.lg-next, 
.lg-prev{
	background-color: #000;
    color: #fff;
    padding: 10px 10px 10px;
    border-radius: 4px;
}
.lg-next:hover, 
.lg-prev:hover{
	background-color: var(--secondary);
}
.lg-toolbar .lg-icon:hover {
    color: var(--primary);
}
.lg-outer .lg-thumb{
	width: auto!important;
}
.lg-outer .lg-thumb-item{
	width: 80px !important;
    height: 165px !important;
    margin-right: 10px!important;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.lg-outer .lg-inner {
    top: 30px;
    bottom: 30px;
}
.lg-thumb-outer{
    background-color: rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
	border-color: var(--secondary);	
}
.lightimg{
	cursor: pointer;
}
@media (min-width: 768px) {
    .lg-outer .lg-thumb{
        padding: 15px 0;
    }
}

.data-filter-list{
	padding: 0;
}
.data-filter-list li{
	display: block;
}
.filter-isotope{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 35px;
}
.filter-isotope li{
	display: inline-block;
}
.filter-isotope li a{
	color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 10px 15px;
}
.filter-isotope li:not(.active) a{
	background-color: #f3f3f3;
    color: #000000;
}
@media (max-width: 767px) {
	.data-filter-list li {
		margin-bottom: 15px;
	}
	.data-filter-list {
		--gutter-x: 20px;
	}
}
@media (max-width: 591px) {
	.filter-isotope {
		gap: 5px;
	}
	.filter-isotope li a {
		font-size: 13px;
		padding: 8px 15px;
	}
}

/* SCAN QR */
.scan-area .scan{
	margin-bottom: 15px;
    padding: 10px;
    position: relative;
    width: 140px;
    height: 140px;
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    background: white;
    border-radius: 15px;
}
.scan-area .scan:after {
	content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 145px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/border.svg);
}
.scan-area{
	margin: 0 100px;
    align-self: center;
}
.scan-area .text{
    text-align: center;
    margin: 0;
    font-size: 12px;
}
@media (max-width: 991px){
	.scan-area{		
		margin: 0 40px;
		align-self: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}	
	.scan-area .scan {
		width: 120px;
		height: 120px;
	}
	.scan-area .scan:after {
		width: 124px;
		height: 124px;
	}
}
@media (max-width: 767px){
	.scan-area{
		display: none;
	}
}