.owl-carousel .owl-item img {
	height: auto
}

.owl-loaded .owl-stage::after {
	content: ''
}

.owl-carousel:not(.owl-loaded) {
	flex-wrap: nowrap;
	overflow: hidden
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 1.5rem
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #0b80d2;
	border-color: #0b80d2
}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px
}

.owl-dot-white .owl-dots .owl-dot span {
	background-color: #fff;
	border-color: #fff;
	opacity: .8
}

.owl-dot-white .owl-dots .owl-dot.active span {
	background-color: #fff;
	border-color: #fff;
	opacity: 1
}

*,
::after,
::before {
	box-sizing: inherit
}

html {
	font-size: 62.5%;
	font-size-adjust: 100%;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #666
}

main {
	display: block;
	position: relative
}

.page-wrapper {
	position: relative;
	transition: margin .4s, opacity .5s;
	opacity: 0
}

.loaded>.page-wrapper {
	opacity: 1
}

.grey-section {
	background: #f3f6f9
}
.white-section {
	background: #ffffff;
}
ul {
	padding-left: 1.5em
}

.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav ul,
.widget-body,
.widget-body ul,
.list,
.breadcrumb,
.filter-items,
.select-menu>ul,
.dropdown-box,
.pagination,
.nav-filters,
.category ul,
.comments ul,
.product-nav,
.product-tabs>div ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: inherit;
	transition: color .3s
}

a:hover {
	color: #0b80d2
}

:focus {
	outline: 0
}

img {
	max-width: 100%;
	height: auto
}

i {
	font-style: normal
}

button:focus {
	outline: none
}

.scrollable,
.sidebar-content {
	-webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar,
.sidebar-content::-webkit-scrollbar {
	height: 7px;
	width: 4px
}

.scrollable::-webkit-scrollbar-thumb,
.sidebar-content::-webkit-scrollbar-thumb {
	margin-right: 2px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	cursor: pointer
}

.appear-animate {
	transform: translate3d(0, 0, 0) scale(1);
	will-change: transform, filter, opacity
}

.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 0;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	visibility: hidden;
	opacity: 0;
	transition: transform .3s, visibility .3s, opacity .3s;
	transform: translateY(40px);
	z-index: 9999;
	background-color: #43494e
}

.scroll-top:hover {
	color: #fff
}

@media (min-width: 768px) {
	.scroll-top.show {
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fixedTop {
	from {
		transform: translateY(-100%);
		transform-origin: center top 0px
	}

	to {
		transform: translateY(0)
	}
}

.sticky-content.fix-top {
	top: 0
}

.sticky-content.fixed {
	position: fixed;
	left: 0;
	right: 0;
	opacity: 1;
	transform: translateY(0);
	background: #fff;
	z-index: 1051;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

.sticky-content.fixed.fix-top {
	animation: fixedTop .4s
}

.w-100 {
	width: 100% !important
}

.y-50 {
	top: 50% !important;
	transform: translateY(-50%) !important
}

.d-none {
	display: none !important
}

.d-block {
	display: block !important
}

.d-inline-block {
	display: inline-block !important
}

.d-flex {
	display: flex !important
}

.justify-content-center {
	justify-content: center !important
}

.align-items-center {
	align-items: center !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.overflow-hidden {
	overflow: hidden !important
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}
}

.font-primary {
	font-family: Poppins, sans-serif !important
}

.font-secondary {
	font-family: "Open Sans", sans-serif !important
}

.font-tertiary {
	font-family: "Segoe Script", "Savoye LET", sans-serif !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-semi-bold {
	font-weight: 600 !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-none {
	text-transform: none !important
}

.text-center {
	text-align: center !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-white {
	color: #fff !important
}

.text-grey {
	color: #999 !important
}

.text-body {
	color: #666 !important
}

.text-dark {
	color: #222 !important
}

.text-primary {
	color: #0b80d2 !important
}

.ls-s {
	letter-spacing: -.01em !important
}

.ls-m {
	letter-spacing: -.025em !important
}

.ls-l {
	letter-spacing: -.05em !important
}

.lh-1 {
	line-height: 1 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-dark {
	background-color: #222 !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
	margin: 0 0 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	line-height: 1.4;
	color: #222
}

h1 {
	font-size: 4rem
}

h2 {
	font-size: 3.4rem
}

h3 {
	font-size: 3rem
}

h4 {
	font-size: 2.4rem
}

h5 {
	font-size: 1.8rem
}

h6 {
	font-size: 1.5rem
}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	line-height: 1.86
}

.list {
	margin-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.86;
	color: #666
}

.container,
.container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 479px) {

	.container,
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
}

.container-fluid {
	max-width: 1800px
}

.container {
	max-width: 1220px
}

.divider {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.4rem;
	height: 1.9rem;
	width: 1px;
	background-color: #e1e1e1
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.row>* {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px
}

.gutter-lg {
	margin-left: -15px;
	margin-right: -15px
}

.gutter-lg>* {
	padding-right: 15px;
	padding-left: 15px
}

.mb-0 {
	margin-bottom: 0rem !important
}

.mb-1 {
	margin-bottom: 0.5rem !important
}

.pt-1 {
	padding-top: 0.5rem !important
}

.pb-1 {
	padding-bottom: 0.5rem !important
}

.mt-2 {
	margin-top: 1rem !important
}

.mb-2 {
	margin-bottom: 1rem !important
}

.pt-2 {
	padding-top: 1rem !important
}

.pb-2 {
	padding-bottom: 1rem !important
}

.mb-3 {
	margin-bottom: 1.5rem !important
}

.pb-3 {
	padding-bottom: 1.5rem !important
}

.mt-4 {
	margin-top: 2rem !important
}

.mb-4 {
	margin-bottom: 2rem !important
}

.pb-4 {
	padding-bottom: 2rem !important
}

.mt-5 {
	margin-top: 2.5rem !important
}

.mb-5 {
	margin-bottom: 2.5rem !important
}

.pt-5 {
	padding-top: 2.5rem !important
}

.mb-6 {
	margin-bottom: 3rem !important
}

.pb-6 {
	padding-bottom: 3rem !important
}

.mt-7 {
	margin-top: 3.5rem !important
}

.mb-7 {
	margin-bottom: 3.5rem !important
}

.pt-7 {
	padding-top: 3.5rem !important
}

.mb-8 {
	margin-bottom: 4rem !important
}

.pt-8 {
	padding-top: 4rem !important
}

.mb-9 {
	margin-bottom: 4.5rem !important
}

.pt-9 {
	padding-top: 4.5rem !important
}

.pb-9 {
	padding-bottom: 4.5rem !important
}

.mt-10 {
	margin-top: 5rem !important
}

.mb-10 {
	margin-bottom: 5rem !important
}

.pt-10 {
	padding-top: 5rem !important
}

.pb-10 {
	padding-bottom: 5rem !important
}

.ml-0 {
	margin-left: 0rem !important
}

.ml-2 {
    margin-left: 1rem !important;
}

.cols-1>* {
	max-width: 100%;
	flex: 0 0 100%
}

@media (min-width: 480px) {
	.cols-xs-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}
}

@media (min-width: 576px) {
	.cols-sm-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}
}

@media (min-width: 768px) {
	.cols-md-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}

	.cols-md-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-md-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}
}

@media (min-width: 992px) {
	.cols-lg-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-lg-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}

	.cols-lg-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}

	.pt-lg-0 {
		padding-top: 0rem !important
	}

	.pt-lg-10 {
		padding-top: 5rem !important
	}

	.pb-lg-10 {
		padding-bottom: 5rem !important
	}

	.ml-lg-0 {
		margin-left: 0rem !important
	}
	
    .ml-lg-4 {
        margin-left: 2rem !important;
    }
	
	.mr-lg-2 {
        margin-right: 1rem !important;
    }
	
}

@media (min-width: 1200px) {
	.cols-xl-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}
}

@media (min-width: 576px) {
	.col-sm-6 {
		max-width: 50%;
		flex: 0 0 50%
	}
}

@media (min-width: 768px) {
	.col-md-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-md-6 {
		max-width: 50%;
		flex: 0 0 50%
	}

	.col-md-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-lg-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.col-lg-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-lg-6 {
		max-width: 50%;
		flex: 0 0 50%
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-xl-6 {
		max-width: 50%;
		flex: 0 0 50%
	}
}

.cols-1>* {
	max-width: 100%;
	flex: 0 0 100%
}

.cols-2>* {
	max-width: 50%;
	flex: 0 0 50%
}

.cols-3>* {
	max-width: 33.3333%;
	flex: 0 0 33.3333%
}

.cols-4>* {
	max-width: 25%;
	flex: 0 0 25%
}

.cols-5>* {
	max-width: 20%;
	flex: 0 0 20%
}

.cols-6>* {
	max-width: 16.6667%;
	flex: 0 0 16.6667%
}

.cols-7>* {
	max-width: 14.2857%;
	flex: 0 0 14.2857%
}

.cols-8>* {
	max-width: 12.5%;
	flex: 0 0 12.5%
}

@media (min-width: 480px) {
	.cols-xs-1>* {
		max-width: 100%;
		flex: 0 0 100%
	}

	.cols-xs-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}

	.cols-xs-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-xs-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}

	.cols-xs-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}

	.cols-xs-6>* {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.cols-xs-7>* {
		max-width: 14.2857%;
		flex: 0 0 14.2857%
	}

	.cols-xs-8>* {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
}

@media (min-width: 576px) {
	.cols-sm-1>* {
		max-width: 100%;
		flex: 0 0 100%
	}

	.cols-sm-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}

	.cols-sm-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-sm-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}

	.cols-sm-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}

	.cols-sm-6>* {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.cols-sm-7>* {
		max-width: 14.2857%;
		flex: 0 0 14.2857%
	}

	.cols-sm-8>* {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
}

@media (min-width: 768px) {
	.cols-md-1>* {
		max-width: 100%;
		flex: 0 0 100%
	}

	.cols-md-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}

	.cols-md-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-md-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}

	.cols-md-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}

	.cols-md-6>* {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.cols-md-7>* {
		max-width: 14.2857%;
		flex: 0 0 14.2857%
	}

	.cols-md-8>* {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
}

@media (min-width: 992px) {
	.cols-lg-1>* {
		max-width: 100%;
		flex: 0 0 100%
	}

	.cols-lg-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}

	.cols-lg-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-lg-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}

	.cols-lg-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}

	.cols-lg-6>* {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.cols-lg-7>* {
		max-width: 14.2857%;
		flex: 0 0 14.2857%
	}

	.cols-lg-8>* {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
}

@media (min-width: 1200px) {
	.cols-xl-1>* {
		max-width: 100%;
		flex: 0 0 100%
	}

	.cols-xl-2>* {
		max-width: 50%;
		flex: 0 0 50%
	}

	.cols-xl-3>* {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.cols-xl-4>* {
		max-width: 25%;
		flex: 0 0 25%
	}

	.cols-xl-5>* {
		max-width: 20%;
		flex: 0 0 20%
	}

	.cols-xl-6>* {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.cols-xl-7>* {
		max-width: 14.2857%;
		flex: 0 0 14.2857%
	}

	.cols-xl-8>* {
		max-width: 12.5%;
		flex: 0 0 12.5%
	}
}

.col-1 {
	max-width: 8.3333%;
	flex: 0 0 8.3333%
}

.col-2 {
	max-width: 16.6667%;
	flex: 0 0 16.6667%
}

.col-3 {
	max-width: 25%;
	flex: 0 0 25%
}

.col-4 {
	max-width: 33.3333%;
	flex: 0 0 33.3333%
}

.col-5 {
	max-width: 41.6667%;
	flex: 0 0 41.6667%
}

.col-6 {
	max-width: 50%;
	flex: 0 0 50%
}

.col-7 {
	max-width: 58.3333%;
	flex: 0 0 58.3333%
}

.col-8 {
	max-width: 66.6667%;
	flex: 0 0 66.6667%
}

.col-9 {
	max-width: 75%;
	flex: 0 0 75%
}

.col-10 {
	max-width: 83.3333%;
	flex: 0 0 83.3333%
}

.col-11 {
	max-width: 91.6667%;
	flex: 0 0 91.6667%
}

.col-12 {
	max-width: 100%;
	flex: 0 0 100%
}

@media (min-width: 480px) {
	.col-xs-1 {
		max-width: 8.3333%;
		flex: 0 0 8.3333%
	}

	.col-xs-2 {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.col-xs-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-xs-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.col-xs-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-xs-6 {
		max-width: 50%;
		flex: 0 0 50%
	}

	.col-xs-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%
	}

	.col-xs-8 {
		max-width: 66.6667%;
		flex: 0 0 66.6667%
	}

	.col-xs-9 {
		max-width: 75%;
		flex: 0 0 75%
	}

	.col-xs-10 {
		max-width: 83.3333%;
		flex: 0 0 83.3333%
	}

	.col-xs-11 {
		max-width: 91.6667%;
		flex: 0 0 91.6667%
	}

	.col-xs-12 {
		max-width: 100%;
		flex: 0 0 100%
	}
}

@media (min-width: 576px) {
	.col-sm-1 {
		max-width: 8.3333%;
		flex: 0 0 8.3333%
	}

	.col-sm-2 {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.col-sm-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-sm-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.col-sm-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-sm-6 {
		max-width: 50%;
		flex: 0 0 50%
	}

	.col-sm-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%
	}

	.col-sm-8 {
		max-width: 66.6667%;
		flex: 0 0 66.6667%
	}

	.col-sm-9 {
		max-width: 75%;
		flex: 0 0 75%
	}

	.col-sm-10 {
		max-width: 83.3333%;
		flex: 0 0 83.3333%
	}

	.col-sm-11 {
		max-width: 91.6667%;
		flex: 0 0 91.6667%
	}

	.col-sm-12 {
		max-width: 100%;
		flex: 0 0 100%
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		max-width: 8.3333%;
		flex: 0 0 8.3333%
	}

	.col-md-2 {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.col-md-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-md-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.col-md-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-md-6 {
		max-width: 50%;
		flex: 0 0 50%
	}

	.col-md-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%
	}

	.col-md-8 {
		max-width: 66.6667%;
		flex: 0 0 66.6667%
	}

	.col-md-9 {
		max-width: 75%;
		flex: 0 0 75%
	}

	.col-md-10 {
		max-width: 83.3333%;
		flex: 0 0 83.3333%
	}

	.col-md-11 {
		max-width: 91.6667%;
		flex: 0 0 91.6667%
	}

	.col-md-12 {
		max-width: 100%;
		flex: 0 0 100%
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		max-width: 8.3333%;
		flex: 0 0 8.3333%
	}

	.col-lg-2 {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.col-lg-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-lg-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.col-lg-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-lg-6 {
		max-width: 50%;
		flex: 0 0 50%
	}

	.col-lg-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%
	}

	.col-lg-8 {
		max-width: 66.6667%;
		flex: 0 0 66.6667%
	}

	.col-lg-9 {
		max-width: 75%;
		flex: 0 0 75%
	}

	.col-lg-10 {
		max-width: 83.3333%;
		flex: 0 0 83.3333%
	}

	.col-lg-11 {
		max-width: 91.6667%;
		flex: 0 0 91.6667%
	}

	.col-lg-12 {
		max-width: 100%;
		flex: 0 0 100%
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		max-width: 8.3333%;
		flex: 0 0 8.3333%
	}

	.col-xl-2 {
		max-width: 16.6667%;
		flex: 0 0 16.6667%
	}

	.col-xl-3 {
		max-width: 25%;
		flex: 0 0 25%
	}

	.col-xl-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%
	}

	.col-xl-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%
	}

	.col-xl-6 {
		max-width: 50%;
		flex: 0 0 50%
	}

	.col-xl-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%
	}

	.col-xl-8 {
		max-width: 66.6667%;
		flex: 0 0 66.6667%
	}

	.col-xl-9 {
		max-width: 75%;
		flex: 0 0 75%
	}

	.col-xl-10 {
		max-width: 83.3333%;
		flex: 0 0 83.3333%
	}

	.col-xl-11 {
		max-width: 91.6667%;
		flex: 0 0 91.6667%
	}

	.col-xl-12 {
		max-width: 100%;
		flex: 0 0 100%
	}
}

@media (min-width: 1600px) {
	.col-xxl-10 {
		flex: 0 0 83.3333%;
		max-width: 83.3333%
	}

	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xxl-2 {
		flex: 0 0 16.6666%;
		max-width: 16.6666%
	}
}

@media (min-width: 1200px) {
	.col-xl-5col {
		position: relative;
		flex: 0 0 20%;
		max-width: 20%;
		padding-right: 10px;
		padding-left: 10px
	}

	.col-xl-5col2 {
		position: relative;
		flex: 0 0 40%;
		max-width: 40%;
		padding-right: 10px;
		padding-left: 10px
	}

	.col-xl-5col4 {
		position: relative;
		flex: 0 0 80%;
		max-width: 80%;
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width: 992px) {
	.order-lg-first {
		order: -1
	}
}

.grid {
	margin: -1rem
}

.grid img {
	object-fit: cover
}

.grid .grid-item {
	padding: 1rem;
	transform: translate3d(0, 0, 0)
}

@keyframes fadeInUpShorter {
	from {
		opacity: 0;
		transform: translate(0, 50px);
		transform-origin: 0 0
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpShorter {
	animation-name: fadeInUpShorter
}

@keyframes fadeInLeftShorter {
	from {
		opacity: 0;
		transform: translate(50px, 0);
		transform-origin: 0 0
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftShorter {
	animation-name: fadeInLeftShorter
}

@keyframes fadeInRightShorter {
	from {
		opacity: 0;
		transform: translate(-50px, 0);
		transform-origin: 0 0
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightShorter {
	animation-name: fadeInRightShorter
}

@keyframes blurIn {
	from {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.2)
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: none
	}
}

.blurIn {
	animation-name: blurIn
}

.appear-animate {
	visibility: hidden
}

.appear-animation-visible {
	visibility: visible
}

.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 1rem
}

.banner figure img {
	display: block;
	width: 100%;
	height: auto
}

.banner .banner-content {
	position: relative
}

.banner-subtitle {
	letter-spacing: -.025em;
	line-height: 1
}

.banner-title {
	line-height: 1
}

.banner-fixed>.container,
.banner-fixed>.container-fluid,
.banner-fixed>.banner-content {
	position: absolute;
	z-index: 1
}

.banner-fixed>.container,
.banner-fixed>.container-fluid {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.video-banner {
	position: relative
}

.video-banner .btn-play {
	display: inline-block;
	border-radius: 50%;
	transition: background-color .3s, border-color .3s;
	border: 2px solid;
	line-height: 63px;
	width: 65px;
	height: 65px;
	font-size: 22px
}

.video-banner .btn-play:hover {
	background-color: #0b80d2;
	border-color: #0b80d2
}

.btn {
	display: inline-block;
	border: 2px solid #e4eaec;
	background-color: #e4eaec;
	color: #222;
	outline: 0;
	border-radius: 0;
	padding: 1em 2em;
	font-weight: 700;
	font-size: 1.4rem;
	font-family: Poppins, sans-serif;
	letter-spacing: -0.025em;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
	white-space: nowrap;
	cursor: pointer
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #222;
	border-color: #cfdadd;
	background-color: #cfdadd
}

.btn i {
	display: inline-block;
	margin-left: .4rem;
	line-height: 0
}

.btn i::before {
	margin: 0
}

.btn-solid {
	background-color: #fff;
	border-color: #fff;
	color: #222
}

.btn-solid:hover,
.btn-solid:active,
.btn-solid:focus {
	border-color: #222;
	background-color: #222;
	color: #fff
}

.btn.btn-rounded {
	border-radius: 3px
}

.btn.btn-rounded::before,
.btn.btn-rounded::after {
	border-radius: 3px
}

.btn.btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.btn.btn-lg {
	padding: 1.22em 2.69em
}

.btn-dark {
	color: #fff;
	border-color: #222;
	background-color: #222
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
	color: #fff;
	border-color: #343434;
	background-color: #343434
}

.btn-dark.btn-solid {
	color: #222;
	border-color: #fff;
	background-color: #fff
}

.btn-dark.btn-solid:hover,
.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus {
	border-color: #222;
	background-color: #222;
	color: #fff
}

.btn-dark.btn-outline {
	color: #222;
	border-color: #222;
	background-color: transparent
}

.btn-dark.btn-outline:hover,
.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus {
	background-color: #222;
	color: #fff
}

.btn-dark.btn-link {
	background-color: transparent;
	color: #222
}

.btn-dark.btn-link:hover,
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus {
	color: #222
}

.btn-dark.btn-underline:hover,
.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus {
	color: #222
}

.elements>div {
	margin-bottom: 2rem
}

.elements>div>a {
	display: block
}

.element {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 0 2.4rem;
	border: 2px solid #e4eaec
}

.element p {
	margin: 0;
	text-align: center;
	color: #222;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase
}

.icon-box .icon-box-title {
	margin: 0 0 .7rem;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: -.025em;
	line-height: 1.6
}

.icon-box p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0;
	color: #666
}

.icon-box i::before {
	margin: 0
}

.icon-box .icon-box-content {
	text-align: center
}

.icon-box-icon {
	display: inline-block;
	margin-bottom: 2.4rem;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 0;
	color: #222
}

.mfp-wrap {
	z-index: 9999
}

.mfp-bg {
	z-index: 9999;
	background: #000;
	opacity: 0;
	transition: opacity .3s ease-out
}

.mfp-bg.mfp-ready {
	opacity: .7
}

.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-container {
	padding: 4rem 2rem
}

.mfp-close {
	transform: rotateZ(45deg);
	transition: opacity .3s;
	width: 18px;
	height: 18px
}

.mfp-wrap .mfp-close {
	top: 20px;
	right: 20px
}

.mfp-content .mfp-close {
	top: -25px;
	right: 0
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	top: 15px;
	right: 0
}

.mfp-close span {
	display: none
}

.mfp-close::before,
.mfp-close::after {
	content: '';
	display: block;
	position: absolute;
	background: #ccc;
	width: 2px;
	height: 100%;
	top: 0;
	left: calc(50% - 1px)
}

.mfp-close::before {
	width: 100%;
	height: 2px;
	top: calc(50% - 1px);
	left: 0
}

.pswp__button--arrow--left,
.pswp__button--arrow--right,
.mfp-arrow {
	width: 4.8rem;
	height: 4.8rem;
	color: #fff;
	border-radius: 50%;
	font-size: 1.6rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	text-align: center;
	opacity: .5;
	right: 10%;
	transition: opacity .3s;
	border: 2px solid
}

.pswp__ui>button::before {
	background: transparent;
	position: static;
	line-height: 44px
}

.pswp__ui>button:hover {
	opacity: 1
}

.pswp__button--arrow--right::before {
	content: "\f054"
}

.mfp-arrow::before,
.mfp-arrow::after {
	content: "\f054";
	position: static;
	display: inline;
	margin: 0;
	border: 0
}

.mfp-arrow::after {
	content: none
}

button.mfp-arrow {
	border: 2px solid
}

.pswp__button--arrow--left,
.mfp-arrow-left {
	left: 10%
}

.pswp__button--arrow--left::before,
.mfp-arrow-left::before {
	content: "\f053"
}

.mfp-content>* {
	position: relative;
	margin: auto;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	opacity: 0
}

.mfp-ready .mfp-content>* {
	opacity: 1
}

.mfp-removing .mfp-content>* {
	opacity: 0
}

.login-popup {
	max-width: 500px;
	padding: 3.5rem 5rem 4.8rem
}

.login-popup .nav-link {
	padding: 0 0 1px;
	color: #222;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 2.43
}

.login-popup .nav-item {
	margin-bottom: -1px
}

.login-popup .nav-item:not(:last-child) {
	margin-right: 1px
}

.login-popup .nav-item.show .nav-link,
.login-popup .nav-item .nav-link.active {
	color: #222;
	border-color: #0b80d2
}

.login-popup .tab-pane {
	padding-top: 2.8rem;
	padding-bottom: 0
}

.login-popup form {
	margin-bottom: 2.3rem
}

.login-popup .form-group {
	margin-bottom: 1.8rem
}

.login-popup .form-group label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1.3rem;
	font-family: "Open Sans", sans-serif;
	line-height: 1
}

.login-popup .form-group .form-control {
	height: 3.7rem
}

.login-popup .form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	font-size: 1.2rem
}

.login-popup .btn {
	height: 3.9rem;
	padding: 0;
	font-size: 1.3rem
}

.login-popup .lost-link {
	text-align: right;
	color: #d26e4b
}

.login-popup .lost-link:hover {
	text-decoration: underline
}

.login-popup .form-choice label {
	display: block;
	margin-bottom: .3rem;
	font-size: 1.2rem;
	color: #999
}

.newsletter-popup {
	display: flex;
	max-width: 70rem;
	text-align: center;
	background-position: 60% center;
	background-size: cover
}

.newsletter-popup h4 {
	margin-bottom: .9rem;
	font-size: 1.6rem
}

.newsletter-popup h2 {
	margin-bottom: 1.2rem;
	font-size: 2.8rem;
	line-height: 1.07;
	letter-spacing: -.025em
}

.newsletter-popup b {
	display: block;
	margin-top: .3rem;
	color: #222;
	font-size: 3rem;
	letter-spacing: .025em
}

.newsletter-popup .btn {
	min-width: auto;
	padding: .5em 1.7em;
	font-size: 1.3rem
}

.newsletter-popup p {
	max-width: 100%;
	margin-bottom: 1.8rem;
	padding: 0 .5rem;
	font-size: 1.3rem;
	line-height: 2rem
}

.newsletter-popup label {
	color: #999;
	font-size: 1.2rem
}

.newsletter-popup .email {
	border: 0;
	color: #999;
	background: #f4f4f4
}

.newsletter-popup .form-control {
	border: 1px solid #ccc;
	background: #fff;
	border-right: none
}

.newsletter-content {
	margin-left: auto;
	max-width: 38.8rem;
	padding: 6.6rem 4.2rem 6.4rem
}

.mfp-product .mfp-container {
	padding: 4rem 3rem 2rem
}

.mfp-product .mfp-content {
	max-width: 92.3rem;
	margin: auto
}

.mfp-product .product {
	background-color: #fff;
	padding: 3rem 2rem
}

.mfp-product .mfp-close {
	position: absolute;
	top: -2.7rem;
	right: 0
}

.pswp__bg {
	background-color: rgba(0, 0, 0, 0.7)
}

.pswp__img--placeholder--blank {
	background-color: #F2F3F5
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: transparent
}

.pswp__caption__center {
	text-align: center
}

.mfp-ready.mfp-zoom-popup .mfp-content {
	transform: scale(1)
}

.mfp-zoom-popup .mfp-content,
.mfp-removing.mfp-zoom-popup .mfp-content {
	transition: .2s ease-in-out;
	transform: scale(0.8)
}

.mfp-ready.mfp-flip-popup .mfp-content {
	transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-flip-popup .mfp-content,
.mfp-removing.mfp-flip-popup .mfp-content {
	transition: .3s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(20deg)
}

@media (max-width: 767px) {
	.mfp-product .product {
		padding: 2rem 1rem
	}

	.mfp-arrow {
		color: #444
	}
}

@media (min-width: 768px) {
	.mfp-product .product-gallery {
		margin-bottom: 0
	}

	.mfp-product div.product-details {
		overflow-y: auto;
		padding-bottom: 0
	}
}

@media (max-width: 767px) {
	.mfp-product div.product-details {
		margin-top: 2rem
	}

	.newsletter-content {
		max-width: 36rem;
		padding-left: 2rem;
		padding-right: 2rem
	}

	.login-popup {
		max-width: 500px;
		padding: 3.5rem 2rem
	}
}

.header {
	letter-spacing: -.01em;
	background: #fff;
	font-size: 1.4rem
}

.header .container,
.header .container-fluid,
.header .inner-wrap {
	display: flex;
	align-items: center
}

.header .inner-wrap {
	width: 100%
}

.header-transparent {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	background: transparent
}

.header-transparent .fixed {
	background: #222
}

.header-top,
.header-middle,
.header-bottom {
	display: flex
}

.has-center .header-left,
.has-center .header-right {
	flex: 1
}

.has-center .header-right {
	justify-content: flex-end
}

.has-center .header-center {
	margin-left: 2rem;
	margin-right: 2rem
}

.header-left,
.header-right,
.header-center {
	display: flex;
	align-items: center
}

.header-right {
	margin-left: auto
}

.header-middle {
	padding-top: 2rem;
	padding-bottom: 1.7rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 600
}

.header-middle .logo {
	margin-right: 3rem
}

.header-middle .main-nav {
	margin-right: 0
}

.header-middle .header-right .cart-dropdown {
	margin-right: 0 !important
}

.logo {
	max-width: 170px;
	margin-bottom: .3rem
}

.logo img {
	display: block
}

.sticky-header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1100;
	animation: fixedTop .4s
}

@media (max-width: 991px) {
	.sticky-wrapper {
		height: auto !important
	}
}

.mobile-menu-toggle {
	display: none;
	width: 24px;
	height: 16px;
	color: #0b80d2
}

.mobile-menu-toggle svg {
	stroke: #222;
	margin: -17px -13px;
	width: 50px;
	height: 50px
}

@media (max-width: 1199px) {
	.main-nav .menu>li {
		margin-right: 1.5rem
	}

	.header-middle .logo {
		margin-right: 2rem
	}

	.header-middle .divider {
		display: none
	}
}

@media (max-width: 991px) {

	.header .main-nav,
	.header .divider {
		display: none
	}

	.header-middle .header-left,
	.header-middle .header-right {
		flex: auto
	}

	.header-middle .header-right {
		justify-content: flex-end
	}

	.header-middle .header-center {
		margin-left: auto;
		margin-right: auto
	}

	.header-middle .logo {
		margin-right: 0
	}

	.mobile-menu-toggle {
		display: block;
		margin-right: 1.5rem
	}

	.mobile-menu-toggle svg {
		stroke: #0b80d2
	}
}

.menu {
	display: flex;
	align-items: center
}

.menu a {
	display: inline-block
}

.menu li {
	position: relative;
	line-height: 1.5
}

.menu li a {
	padding: .7rem 0 .7rem 1rem
}

.menu>li {
	margin-right: 2.3rem
}

.menu>li:last-child {
	margin-right: 0
}

.menu>li>a {
	position: relative;
	padding: 1.2rem 0 1.6rem;
	letter-spacing: inherit;
	line-height: 1;
	text-transform: uppercase
}

.menu-active-underline>li>a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	border: 1px solid;
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform .3s
}

.menu-active-underline>li.active>a,
.menu-active-underline>li:hover>a {
	color: inherit
}

.menu-active-underline>li.active>a::before,
.menu-active-underline>li:hover>a::before {
	transform-origin: left center;
	transform: scale(1, 1)
}

.mobile-menu-wrapper {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	font-family: "Open Sans", sans-serif;
	transition: visibility .4s
}

.mobile-menu-container {
	max-width: 296px;
	padding: 2rem 1.5rem;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #222529;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
	transform: translateX(-296px);
	transition: transform .4s
}

.mobile-menu-container .mobile-menu {
	margin-bottom: .5rem;
	background: #222529
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
	margin-right: 2px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 7px;
	cursor: pointer
}

.mobile-menu {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -.025em;
	color: #e1e1e1;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -.025em
}

.mobile-menu ul {
	display: none;
	width: 100%
}

.mobile-menu>li:first-child {
	padding-top: .5rem
}

.mobile-menu>li:last-child {
	padding-bottom: .5rem
}

.mobile-menu li a {
	display: block;
	position: relative;
	padding: 1.3rem 0.6rem 1.3rem 1rem
}

.mobile-menu li i {
	display: inline-block;
	margin-bottom: 1px;
	font-size: 2rem;
	margin-right: .5rem;
	line-height: 0;
	vertical-align: middle
}

.mobile-menu li:not(:last-child) {
	border-bottom: 1px solid #2e3237
}

.mobile-menu .expanded,
.mobile-menu .active>a {
	background: #2e3237
}

.mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0;
	transition: opacity .4s
}

.mobile-menu-close {
	position: fixed;
	left: calc(100vw - 50px);
	top: 25px;
	transition: opacity .3s;
	opacity: 0
}

.mobile-menu-close i {
	font-size: 2.8rem;
	color: #e1e1e1
}

.mmenu-anim {
	transform: translateY(30%)
}

.mmenu-anim,
.mmenu-anim>li {
	transition: transform .4s, opacity .3s;
	transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1)
}

.mmenu-anim>li:nth-child(0) {
	opacity: 0;
	transform: translateY(0px)
}

.mmenu-anim>li:nth-child(1) {
	opacity: 0;
	transform: translateY(50px)
}

.mmenu-anim>li:nth-child(2) {
	opacity: 0;
	transform: translateY(100px)
}

.mmenu-anim>li:nth-child(3) {
	opacity: 0;
	transform: translateY(150px)
}

.mmenu-anim>li:nth-child(4) {
	opacity: 0;
	transform: translateY(200px)
}

.mmenu-anim>li:nth-child(5) {
	opacity: 0;
	transform: translateY(250px)
}

.mmenu-anim>li:nth-child(6) {
	opacity: 0;
	transform: translateY(300px)
}

.mmenu-anim>li:nth-child(7) {
	opacity: 0;
	transform: translateY(350px)
}

.mmenu-active {
	overflow: hidden
}

.mmenu-active .mmenu-anim>li,
.mmenu-active .mmenu-anim {
	opacity: 1;
	transform: translateY(0)
}

.mmenu-active .page-wrapper {
	margin-left: 296px;
	margin-right: -296px
}

.mmenu-active .mobile-menu-wrapper {
	visibility: visible
}

.mmenu-active .mobile-menu-container {
	transform: translateX(0)
}

.mmenu-active .mobile-menu-overlay {
	opacity: .8
}

.mmenu-active .mobile-menu-close {
	opacity: 1
}

@media (max-width: 400px) {
	.mobile-menu-close {
		left: calc(100vw - 40px);
		top: 10px
	}
}

.footer-bottom {
	padding: 3.35rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.footer-bottom p {
	font-size: 1.6rem;
	letter-spacing: -.01em
}

p {
	font-family: Poppins, sans-serif
}

.custom-scroll-top:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 17px;
	width: 10px;
	height: 10px;
	border: solid #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(-45deg)
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

figure {
	margin: 0
}

.btn-gradient,
.demos span {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #33363b
}

.btn-gradient:before,
.demos span:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: .2;
	background: linear-gradient(166deg, #08c 35%, #5349ff 65%);
	transition: .3s
}

.demos .grid-item a {
	width: 100%
}

.btn-gradient:hover:before,
.btn-gradient:focus:before,
.btn-gradient.active:before,
.btn-gradient.gra-reversed:before,
.demos a:hover>span:before {
	width: 120%;
	padding-top: 120%;
	opacity: 1
}

.btn-gradient {
	border: 0;
	padding: 1.2rem 2.95rem
}

.btn-gradient.gra-reversed:hover:before,
.btn-gradient.gra-reversed:focus:before {
	width: 0;
	padding-top: 0;
	opacity: .2
}

.btn-gradient.gra-boxed:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 2px solid transparent;
	transition: border-color .3s
}

.btn-gradient.gra-boxed:not(.active):not(:hover):after {
	border-color: rgba(204, 204, 204, 0.3)
}

.btn-gradient.btn {
	color: #fff;
	background: #33363b
}

.btn-gradient.btn-rounded:before {
	border-radius: 50%
}

.btn-gradient.btn-lg {
	padding: 1.36em 2.92em
}

.header .btn-gradient {
	margin-bottom: 2px
}

.bg-gradient {
	background: linear-gradient(to top left, #5349ff, #08c) !important
}

@media (min-width: 1366px) {
	.d-xxl-none {
		display: none !important
	}

	.d-xxl-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.d-xl-inline-block {
		display: inline-block !important
	}
}

.text-gradient {
	background-color: #0b80d2;
	background-image: -webkit-gradient(linear-gradient(166deg, #08C 35%, #5349ff 65%));
	background-image: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#08c), to(#5349ff));
	background-image: linear-gradient(166deg, #08C 35%, #5349ff 65%);
	background-size: 100%;
	-webkit-box-decoration-break: clone;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	box-decoration-break: clone;
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.text-gradient {
		background: none;
		color: #0b80d2
	}
}

.lazy-img {
	height: 0;
	background: #f4f4f4
}

.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus,
.btn-dark.btn-solid:hover {
	background: #33363b;
	border-color: #33363b
}

@keyframes pencilAnimation {
	from {
		width: 0;
		opacity: 0
	}

	to {
		width: 106%;
		opacity: 1
	}
}

.highlight-word {
	position: relative;
	display: inline-block
}

.highlight-word .highlight {
	position: absolute;
	left: -3%;
	bottom: -1.9rem;
	background: url(images/pencil-blue-line.png) no-repeat;
	background-size: contain;
	width: 0;
	opacity: 0;
	height: 1.1rem;
	overflow: hidden;
	transition: width ease 1s, opacity ease 1s
}

.appear-animation-visible .highlight-word .highlight.animated {
	opacity: 1;
	width: 106%
}

.shape-overlay {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.shape-overlays {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.same-height .icon-box,
.same-height .flip-card {
	height: 100%
}

.text-lg {
	font-size: 1.2em
}

.float-el {
	transition: transform linear 1s
}

.flip-card {
	position: relative;
	perspective: 1000px
}

.flip-card .flip-front,
.flip-card .flip-back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .7s
}

.flip-card .flip-front {
	transform: translate3d(0, 0, 1px) rotateY(0deg)
}

.flip-card .flip-back {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translate3d(0, 0, -1px) rotateY(180deg)
}

.flip-card .flip-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: inherit;
	transform: translate3d(0, 0, 60px)
}

.flip-card:hover .flip-front {
	transform: translate3d(0, 0, -1px) rotateY(-180deg)
}

.flip-card:hover .flip-back {
	transform: translate3d(0, 0, 1px) rotateY(0deg)
}

.header .divider {
	height: 62px;
	margin-right: 2.4rem;
	background: rgba(255, 255, 255, 0.3)
}

.header-middle.fixed {
	border-bottom-color: transparent
}

.change-log {
	font-size: 1.4rem;
	margin-bottom: 4px
}

.header .btn-purchase {
	margin-bottom: 4px;
	border-width: 1px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2)
}

.sticky-header.fixed .btn:hover {
	background-color: #0b80d2
}

.change-log {
	font-size: inherit;
	letter-spacing: -.02em;
	margin-bottom: 2px
}

.intro-banner {
	min-height: 82.8rem
}

.intro-banner .banner-subtitle {
	font-size: 2em
}

.intro-banner .banner-subtitle .gift {
	margin-left: .8rem;
	margin-right: .6rem;
	font-size: 2.4em
}

.intro-banner .banner-title {
	margin-bottom: 3.4rem;
	font-size: 5em;
	text-indent: -2px;
	line-height: 1.06
}

.intro-banner .container {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.intro-banner .banner-content {
	padding-top: 100px;
	top: 50%;
	transform: translateY(-50%)
}

.intro-banner .btn-play {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-right: 1.5rem;
	width: 7.8rem;
	height: 7.8rem;
	background: #222;
	border-radius: 50%;
	vertical-align: middle;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 1
}

.intro-banner .btn-play svg {
	width: 50px;
	height: 50px;
	fill: #fff
}

.intro-banner .custom-absolute-img1 {
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0
}

.intro-banner .custom-absolute-img1 img {
	min-height: 583px;
	object-fit: cover;
	object-position: left top
}

.intro-banner .custom-absolute-img2 {
	position: absolute;
	left: 57.38%;
	margin: 0;
	max-width: 40%;
	bottom: -14rem
}

.intro-banner .custom-absolute-img2 img {
	position: relative;
	z-index: 1
}

.intro-banner .custom-absolute-img2 figure {
	top: -50px
}

.intro-banner .custom-absolute-img2 figure::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 30px;
	top: 10px;
	bottom: 10px;
	box-shadow: -20px 0px 100px 10px rgba(0, 0, 0, 0.5)
}

.intro-banner .mobile-content {
	position: absolute;
	left: 27%;
	right: 6.8%;
	top: 1.8%;
	bottom: 12%
}

.intro-banner .mobile-image {
	position: relative;
	z-index: 1
}

.intro-banner .video-desc {
	font-size: 1.6rem;
	line-height: 2.2rem;
	vertical-align: middle
}

.intro-banner .video-desc span {
	font-size: 1.4rem
}

.main-features {
	position: relative;
	padding-top: 9.5rem;
	z-index: 1
}

.main-features h2 {
	font-size: 3rem;
	font-weight: 800;
	line-height: 3.2rem
}

.main-features h2 span {
	margin-left: 1rem
}

.main-features .icon-box {
	padding: 4.5rem 3rem;
	box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
	background: #fff
}

.main-features svg {
	width: 6.5rem;
	height: 6.5rem;
	fill: #ccc
}

.main-features .icon-box-title {
	font-size: 2.2rem;
	line-height: 2.6rem;
	margin-bottom: 1rem
}

.main-features p {
	font-size: 12.88px;
	line-height: 22px;
	opacity: .8
}

.attractive-features .col-gift {
	padding: 48px 10px 0 12px
}

.attractive-features .col-beautiful {
	padding: 39px 10px 0 6px
}

.attractive-features h2 {
	margin-bottom: 1.3rem;
	font-size: 5rem
}

.attractive-features h2 b {
	margin-left: -3px
}

.attractive-features .enjoy {
	max-width: 30rem;
	margin-bottom: 2.6rem;
	letter-spacing: -.015em
}

.attractive-features h3 {
	max-width: 29rem;
	font-size: 4rem;
	letter-spacing: -.03em;
	line-height: .9
}

.attractive-features ol,
.attractive-features p {
	font-size: 1.6rem;
	line-height: 1.625
}

.attractive-features .attractive {
	color: #02020c
}

.attractive-features .list span {
	display: inline-block;
	min-width: 3.2rem;
	color: #0b80d2;
	font-weight: 700
}

.feature-images {
	position: relative;
	width: 400px;
	height: 388px;
	margin: -17px auto 0;
	transform: translateX(-2px)
}

.feature-images:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 18px;
	right: 22px;
	bottom: 16px;
	border-radius: 3rem;
	transform: rotate(45deg);
	box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.1)
}

.feature-images>* {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 8px 11px;
	transform: translate(-50%, -50%)
}

.feature-images>.feature1 {
	transform: translate(-50%, -100%)
}

.feature-images>.feature1::after {
	content: 'eCommerce'
}

.feature-images>.feature2 {
	transform: translate(-100%, -50%)
}

.feature-images>.feature2::after {
	content: 'HTML 5'
}

.feature-images>.feature3 {
	transform: translate(-50%, 0)
}

.feature-images>.feature3::after {
	content: 'CSS 3'
}

.feature-images>.feature4 {
	transform: translate(0, -50%)
}

.feature-images .feature-image::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -.025em;
	color: #fff
}

@keyframes particleDots1 {

	0%,
	to {
		width: 0;
		height: 0;
		opacity: 0
	}

	10% {
		width: 1px;
		height: 1px;
		opacity: 1
	}

	50% {
		width: 10px;
		height: 10px;
		opacity: 1
	}

	90% {
		width: 5px;
		height: 5px
	}
}

@keyframes particleDots2 {

	0%,
	to {
		width: 0;
		height: 0;
		opacity: 0
	}

	10%,
	90% {
		width: 1px;
		height: 1px;
		opacity: 1
	}

	50% {
		width: 7px;
		height: 7px
	}
}

.particle span {
	position: absolute;
	border-radius: 50%;
	background: #d3d3d3;
	transform: translate(-50%, -50%);
	animation: infinite particleDots1 1.5s
}

.particle1 {
	top: -2%;
	left: 53.9%;
	transform: rotate(315deg);
	padding: 0
}

.particle2 {
	top: 100%;
	left: 54.7%;
	transform: rotate(225deg);
	padding: 0
}

.particle2+.particle2 {
	top: 58.1%;
	left: 99.9%;
	transform: rotate(45deg)
}

.particle2 span {
	background: #b5d9f1;
	animation: infinite particleDots2 2s
}

.experience h3 {
	color: #238cd6
}

.experience h2 {
	font-size: 5rem;
	line-height: .95
}

.experience .col-md-5 {
	padding-left: 4.2rem
}

.experience p {
	line-height: 1.72
}

.experience .shapes {
	height: 60rem
}

.experience .shapes h3 {
	top: 35.5rem;
	left: 3rem;
	font-weight: 300
}

.experience .shapes>* {
	position: absolute
}

.experience .white-rect {
	border-radius: 3px;
	width: 263px;
	left: 24.8%;
	height: 173px;
	box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.1)
}

.experience .window3 {
	top: 5rem;
	right: 15.7%
}

.experience .black-rect {
	border-radius: 3px;
	background: #282b30;
	width: 210px;
	height: 139px;
	top: 20rem;
	right: 26.7%
}

.experience .window2 {
	top: 17.4rem;
	right: 11.8%
}

.experience .window1 {
	top: 7rem
}

.experience .drop {
	top: 47.1rem;
	left: 29.3%;
	width: 52px;
	height: 52px;
	border-radius: 52%;
	background: #29b6f6
}

.experience .expshape1 {
	left: -13.15%;
	top: 14rem;
	fill: rgba(41, 182, 246, 0.85)
}

.experience .expshape2 {
	top: 27.9rem;
	left: -9.7%;
	fill: #0595ED
}

.devotion {
	position: relative;
	padding-left: 15rem
}

.devotion mark {
	z-index: 1;
	top: 0;
	left: 2rem;
	background: transparent;
	font-size: 8rem;
	text-align: center;
	line-height: 11.2rem
}

.devotion mark:before {
	z-index: -1;
	background: linear-gradient(to top left, #5349ff, #08c)
}

.devotion:after {
	z-index: 1;
	top: 0;
	left: 2rem;
	border: 1px solid #2793ee
}

.devotion:after,
.devotion mark:before {
	content: '';
	display: block;
	border-radius: 3rem;
	transform: rotate(45deg)
}

.devotion:after,
.devotion mark,
.devotion mark:before {
	position: absolute;
	width: 11.2rem;
	height: 11.2rem
}

.devotion h3 {
	padding: .1em .2em;
	border-radius: 1rem;
	margin-bottom: .8rem
}

.devotion p {
	font-size: 2rem;
	line-height: 1.2
}

.demos-section {
	background: #282B30
}

.demos-section mark {
	font-size: 2em
}

.demos-section h2 {
	font-size: 4rem;
	line-height: 1.3;
	letter-spacing: -.035em
}

.demos-section p {
	font-size: 1.6rem;
	line-height: 1.5
}

.demos-nav {
	letter-spacing: -.025em
}

.demos-nav a,
.demos-nav a.active {
	color: #fff
}

.demo-filters {
	padding-bottom: 4rem
}

.demo-filters li:not(:last-child) {
	margin-right: 2rem
}

.demo-filters a {
	position: relative;
	display: block;
	background: transparent;
	padding: 1.44em 2.72em;
	border-radius: 3px;
	margin-bottom: 1rem
}

.demos a {
	display: inline-block
}

.demos span {
	display: inline-block;
	margin: -16px 0 1.25vw;
	padding: .85em 1.3em;
	background-color: #33363b;
	border-radius: 3px
}

.demos svg {
	vertical-align: -7px;
	fill: #fff
}

.demos img {
	display: block;
	margin: auto;
	border-radius: 3px;
	width: 100%
}

.features-section h2,
.variation-section h2,
.elements-section h2 {
	font-size: 4rem
}

.features-section>p,
.variation-section p {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -.03em
}

.features-section p {
	color: #999
}

.features svg {
	fill: #0b80d2;
	stroke: #0b80d2;
	stroke-dashoffset: 1500;
	stroke-dasharray: 1500;
	transition: transform .3s, fill .5s
}

.features>:nth-child(2n) svg {
	fill: #a33188;
	stroke: #a33188
}

.features>div {
	margin-bottom: 2.1rem
}

.features .icon-box {
	padding: 6.2rem 5rem 5.9rem;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.05), 0 0 1rem rgba(0, 0, 0, 0.05);
	overflow: hidden
}

.features .icon-box:hover svg {
	transform: scale(1.4);
	stroke-dashoffset: 0;
	fill: transparent;
	transition: transform .3s, fill .5s, stroke-dashoffset 6s
}

.features .icon-box-title {
	margin: 6px 0 1.4rem;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none
}

.variation-section {
	margin-top: -16.7rem
}

.variation-section .owl-carousel {
	width: 140%;
	margin-left: -20%;
	margin-right: -20%
}

.variation-section .owl-carousel img {
	max-height: 17.2rem
}

.variation-section img {
	object-fit: cover;
	position: absolute;
	top: 1.7rem;
	border-radius: 2rem
}

.variation-section svg {
	width: 100%;
	fill: #fff;
	transition: transform .5s
}

.variation-section h4 {
	margin: 1.8rem 0 4.2rem;
	color: #fff;
	font-size: 2rem;
	letter-spacing: -.03em;
	transition: transform .3s
}

.elements-section h3 {
	font-size: 1.6rem;
	margin-bottom: 3px
}

.elements-section .element {
	padding: 1.2rem 0 2.6rem;
	margin-bottom: 1rem;
	background: #fff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
	transition: transform .3s, background-color .3s, color .3s
}

.elements-section .element:hover {
	transform: scale(1.3)
}

.elements-section p {
	font-size: 1.6rem
}

.elements-section svg {
	margin: 23px 0 8px;
	fill: #666
}

.elements>div:hover {
	z-index: 1
}

.footer .icon-box-title {
	font-size: 2rem;
	text-transform: none
}

.mfp-bg {
	background-color: rgba(0, 0, 0, 0.8)
}

.mfp-video-popup .mfp-content {
	max-width: 1000px
}

.mfp-video-popup video {
	width: 100%
}

@media (min-width: 420px) {
	.intro-banner .btn-dark {
		margin-right: .7rem
	}
}

@media (min-width: 480px) {
	.mr-xs-3 {
		margin-right: 1.5rem
	}
}

@media (min-width: 576px) {
	.variation-section img {
		transform: translate3d(0px, -160px, 90px) rotate3d(1, 0, 0, -90deg);
		transition: transform .5s
	}

	.variation-section .layout {
		display: block;
		perspective: 500px;
		backface-visibility: visible;
		transform-style: preserve-3d
	}

	.variation-section .layout:hover img {
		transform: none
	}

	.variation-section .layout:hover svg {
		transform: translate3d(0px, 120px, -200px) rotate3d(1, 0, 0, 90deg)
	}

	.variation-section .layout:hover h4 {
		transform: translateY(-26px)
	}
}

@media (min-width: 768px) {
	.experience .devotion {
		margin-left: -12rem
	}

	.p-max-width {
		max-width: 66rem;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width: 992px) {
	.intro-banner .banner-content {
		top: 50%;
		transform: translateY(-50%)
	}

	.attractive-features .col-features {
		margin-left: -8.3333%
	}

	.experience .devotion {
		margin-left: -6rem
	}

}

@media (min-width: 1200px) {
	.intro-banner .banner-title {
		font-size: 5em
	}

	.intro-banner .video-banner {
		margin-left: 6rem
	}

	.experience .devotion {
		margin-left: 0
	}
}

@media (max-width: 1220px) {
	.variation-section .overflow-hidden {
		margin: 0 -20px
	}
}

@media (max-width: 1199px) {
	.features .icon-box {
		max-width: 50rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 3rem;
		padding-right: 3rem
	}

	.demo-filters li:not(:last-child) {
		margin-right: 1rem
	}

	.demo-filters a {
		padding: 1.44em 1.72em
	}

	.intro-banner .banner-title {
		font-size: 3.5em
	}

	.features .icon-box {
		max-width: 50rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 3rem;
		padding-right: 3rem
	}
}

@media (max-width: 991px) {
	.intro-banner p {
		margin-left: auto;
		margin-right: auto
	}

	.mobile-menu-toggle svg {
		stroke: #fff
	}

	.intro-banner {
		height: auto;
		text-align: center;
		font-size: .9rem
	}

	.intro-banner .container {
		position: relative
	}

	.intro-banner .banner-content {
		transform: none
	}

	.intro-banner .custom-absolute-img1 {
		left: 10%
	}

	.intro-banner .custom-absolute-img1 img {
		min-height: 0;
		max-height: 350px
	}

	.intro-banner .custom-absolute-img2 {
		bottom: -10rem
	}

	.attractive-features .col-gift {
		padding-left: 5vw
	}

	.attractive-features .col-beautiful {
		padding-top: 76px
	}

}

@media (max-width: 767px) {
	.header .btn-purchase {
		display: none
	}

	.main-features .icon-box {
		max-width: 40rem;
		margin-left: auto;
		margin-right: auto
	}

	.attractive-features h2 {
		font-size: 4rem
	}

	.attractive-features h3,
	.features-section h2,
	.variation-section h2,
	.elements-section h2 {
		font-size: 3.1rem
	}
}

@media (max-width: 575px) {
	.attractive-features .col-gift {
		order: -1;
		padding: 0 10px 8rem 7vw
	}

	.attractive-features .col-beautiful {
		padding-left: 7vw
	}

	.elements>div {
		max-width: 30rem;
		margin-left: auto;
		margin-right: auto
	}

	.attractive-features .col-beautiful {
		padding-top: 8rem
	}

	.variation-section .layout img {
		width: 306px;
		top: 3rem;
		left: 50%;
		border-radius: 2px 2px 2rem 2rem;
		opacity: 0;
		transform: translate(-50%);
		transition: opacity 0.3s
	}

	.variation-section .layout:hover img {
		opacity: 1
	}
}

@media (max-width: 479px) {
	.variation-section .overflow-hidden {
		margin: 0 -15px
	}
}

@media (min-width: 768px) {
    .pb-md-10 {
        padding-bottom: 5rem !important;
    }
}

.btn {
    display: inline-block;
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #222;
    outline: 0;
    padding: 1.22em 2.78em;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    white-space: nowrap;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    border-color: #26c;
    background-color: #26c;
}



.form-control {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: .85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.input-wrapper input.form-control {
	flex: 1;
	min-width: 40px;
	font-size: 1.2rem
}

.input-wrapper-inline {
	display: flex;
	position: relative;
	max-width: 61.3rem;
	width: 100%;
	height: 45px
}

.input-wrapper-inline .btn {
	line-height: 1
}

.footer {
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	background: #222
}

.footer p {
	font-size: inherit
}

.footer a:not(.social-link):hover {
	color: #fff
}

.footer .social-link {
	letter-spacing: .005em;
	color: #999;
	border: 2px solid #999
}

.footer .social-link:hover {
	color: #fff
}

.footer .widget-title {
	border-bottom: none
}

.logo-footer,
.logo-footer img {
	display: block
}

.footer-top {
	padding: 5rem 0;
	border-bottom: 1px solid #333
}

.footer-middle {
	padding: 4.2rem 0 1.8rem;
	border-bottom: 1px solid #333
}

.footer-middle .widget {
	margin-bottom: 3rem
}

.footer-middle .widget-title {
	padding: 0.6rem 0;
	margin-bottom: .9rem;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #e1e1e1
}

.footer-middle .widget-body {
	padding: 8px 0 0;
	color: #999
}

.footer-middle .widget-body li {
	line-height: 1.2;
	margin-bottom: 15px
}

.footer-middle .widget-body li:last-child {
	margin-bottom: 0
}

.footer-middle .widget-instagram .widget-body {
	padding-top: 0;
	margin: -5px
}

.footer-middle .widget-instagram .col-3 {
	padding: 5px
}

.footer-middle .widget-instagram img {
	display: block;
	width: 100%;
	height: auto
}

.footer-middle label {
	font-weight: 500;
	text-transform: uppercase;
	color: #ccc
}

.widget.widget-info a {
	font-weight: 500
}

.footer-main {
	padding: 2.6rem 0 0.4rem
}

.footer-bottom {
	padding: 3rem 0 3.6rem
}

.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
	display: flex;
	align-items: center
}

.footer-bottom .footer-left,
.footer-bottom .footer-right {
	flex: 1
}

.footer-bottom .footer-left {
	display: flex
}

.footer-bottom .footer-right {
	display: flex;
	justify-content: flex-end
}

@media (max-width: 991px) {
	.footer-top .logo-footer {
		margin-bottom: 2.7rem
	}

	.footer-top .logo-footer img {
		margin-left: auto;
		margin-right: auto
	}

	.newsletter-info {
		margin-bottom: 2rem
	}

	.footer-middle {
		padding: 4.8rem 0 4.8rem
	}

	.footer-middle .widget-body {
		padding: 0
	}

	.footer-bottom,
	.footer-bottom>.container {
		display: block
	}

	.footer-bottom .footer-left,
	.footer-bottom .footer-right {
		justify-content: center
	}

	.footer-bottom .footer-left,
	.footer-bottom .footer-center {
		margin-bottom: 2.7rem
	}

	.footer-center {
		text-align: center
	}
}

.footer .copyright {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 1.5
}

.widget-newsletter .newsletter-info {
	max-width: 35rem;
	width: 100%
}

.widget-newsletter .input-wrapper-inline {
	height: 4.9rem
}

.widget-newsletter .input-wrapper {
	max-width: 48rem
}

.widget-newsletter input {
	min-height: 100%;
	border: 0;
	border-radius: .3rem;
	color: #999;
	background: #2c2c2c
}

.widget-newsletter .widget-title {
	padding: 0;
	margin-bottom: .5rem;
	font-family: inherit;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.015em;
	text-transform: inherit;
	line-height: 1;
	color: #fff
}

.widget-newsletter p {
	margin-bottom: .1rem;
	font-family: inherit;
	font-size: 1.4rem;
	letter-spacing: -.005em;
	line-height: 1.23;
	color: #999
}

.widget-newsletter .btn {
	padding: 1.2em 1.33em 1.07em
}

.widget-newsletter .btn i {
	font-size: 1.6rem;
	margin: -.4rem 0 0 .6rem
}

.footer .widget-category .category-box {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-bottom: 2rem
}

.footer .widget-category .category-name {
	margin-bottom: 0;
	margin-right: 2.4rem;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #ccc
}

.footer .widget-category a {
	display: inline-block;
	position: relative;
	margin-right: 2rem;
	font-size: 1.3rem;
	font-weight: 400;
	color: #999
}

.footer .widget-category a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom: 1px solid;
	transform: scaleX(0);
	transition: transform 0.3s
}

.footer .widget-category a:hover::before {
	transform: scale(1)
}

.footer .widget-category a:not(:last-child)::after {
	content: "";
	position: absolute;
	height: 14px;
	margin-left: 1rem;
	top: 50%;
	border-left: 1px solid #454545;
	transform: translateY(-50%)
}

.footer .widget-about .logo-footer {
	display: block;
	margin-bottom: 1.6rem
}

.footer .widget-about p {
	margin-bottom: 3rem;
	color: #999;
	line-height: 1.85;
	letter-spacing: -.025em
}

.footer .widget-about .widget-body {
	padding: 0
}

.payment img {
	display: block
}

.sticky-footer {
	display: flex
}

.sticky-footer>* {
	flex: 1
}

.sticky-footer .search-toggle {
	padding: 0;
	color: inherit
}

.sticky-footer .header-search.show,
.sticky-footer .header-search:hover {
	color: #222
}

.sticky-footer .hs-toggle .input-wrapper {
	min-width: 29rem;
	right: 1.5rem;
	margin-bottom: 2rem
}

.sticky-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1.5rem 0 1.3rem
}

.sticky-link i {
	width: 2.3rem;
	height: 2.4rem;
	text-align: center;
	font-size: 2.3rem;
	line-height: 1;
	transform: translateY(0);
	transition: transform .35s ease
}

.sticky-link i.d-icon-search {
	font-size: 1.9rem
}

.sticky-link span {
	margin-top: .8rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .025em;
	text-transform: uppercase
}

.sticky-link.active {
	color: #222
}

.sticky-link:hover {
	color: #222
}

.sticky-link:hover i {
	transform: translateY(-5px)
}

@media (min-width: 576px) {
	.sticky-footer {
		padding: 0 4rem
	}
}

@media (min-width: 768px) {
	.sticky-footer {
		display: none
	}
}

@media (max-width: 991px) {
	.footer-middle .row>div:last-child .widget {
		margin-bottom: 1rem
	}
}

.social-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center
}

.social-link {
	margin: 2px 8px 2px 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 1.5rem;
	border-radius: 50%;
	border: 2px solid #ccc;
	color: inherit;
	transition: color .4s, border .4s, background .4s;
	text-align: center
}

.social-link:last-child {
	margin-right: 0
}

.social-link i {
	letter-spacing: -.001em;
	line-height: 1
}

.social-link:hover {
	background: #26c;
	border-color: #26c;
	color: #fff
}

.social-link.social-facebook:hover {
	background: #3b5998;
	border-color: #3b5998
}

.social-link.social-twitter:hover {
	background: #1da1f2;
	border-color: #1da1f2
}

.social-link.social-linkedin:hover {
	background: #0073b2;
	border-color: #0073b2
}

.social-link.social-email:hover {
	background: #dd4b39;
	border-color: #dd4b39
}

.social-link.social-google:hover {
	background: #dd4b39;
	border-color: #dd4b39
}

.social-link.social-pinterest:hover {
	background: #bd081c;
	border-color: #bd081c
}

.social-link.social-reddit:hover {
	background: #ff4107;
	border-color: #ff4107
}

.social-link.social-tumblr:hover {
	background: #304e6c;
	border-color: #304e6c
}

.social-link.social-vk:hover {
	background: #6383a8;
	border-color: #6383a8
}

.social-link.social-whatsapp:hover {
	background: #3c8a38;
	border-color: #3c8a38
}

.social-link.social-xing:hover {
	background: #1a7576;
	border-color: #1a7576
}

.social-link.social-instagram:hover {
	background: #7c4a3a;
	border-color: #7c4a3a
}

.no-border .social-link {
	border: 0;
	line-height: 30px
}

.no-border .social-link:not(:hover) {
	background: transparent
}

.inline-links .social-link {
	display: inline-block;
	margin-right: 2rem;
	width: auto;
	height: auto;
	border: 0;
	color: inherit
}

.inline-links .social-link:not(:last-child) {
	margin-right: 2rem
}

.inline-links .social-link:hover {
	background: transparent
}

.inline-links .social-link.social-facebook:hover {
	color: #3b5998
}

.inline-links .social-link.social-twitter:hover {
	color: #1da1f2
}

.inline-links .social-link.social-linkedin:hover {
	color: #0073b2
}

.inline-links .social-link.social-email:hover {
	color: #dd4b39
}

.inline-links .social-link.social-google:hover {
	color: #dd4b39
}

.inline-links .social-link.social-pinterest:hover {
	color: #bd081c
}

.inline-links .social-link.social-reddit:hover {
	color: #ff4107
}

.inline-links .social-link.social-tumblr:hover {
	color: #304e6c
}

.inline-links .social-link.social-vk:hover {
	color: #6383a8
}

.inline-links .social-link.social-whatsapp:hover {
	color: #3c8a38
}

.inline-links .social-link.social-xing:hover {
	color: #1a7576
}

.inline-links .social-link.social-instagram:hover {
	color: #7c4a3a
}

.form-wrapper.form-wrapper-inline {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.form-wrapper.form-wrapper-inline form {
	flex: 1 1 0
}

@media (max-width: 991px) {
	.form-wrapper.form-wrapper-inline {
		display: block;
		text-align: center
	}

	.form-wrapper.form-wrapper-inline form {
		margin-left: auto;
		margin-right: auto
	}
}

.mobile-contac{
	display:block;
}
.mobile-contac-hide{
	display:none;
}
@media screen and (max-width: 576px) {
	.mobile-contac{
		display:none;
	}
	.mobile-contac-hide{
		display:block;
	}
}



.modal-dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .50;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

.modal-content {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	
	margin: 40px 0px 0px -350px;
	padding: 25px 40px 30px 40px; 
	position: fixed; 
	left: 50%;
	top: 0; 
	z-index: 1001;
	
	filter: alpha(opacity=100);
}

.modal-dialog.active, 
.modal-content.active {
	display: block;
}

.loaded.modal{
	overflow: hidden;
}

.modal-md {
	width: 700px;
}

.modal-close{
	cursor: pointer;
}

@media screen and (max-width: 576px) {
	.modal-md {
		left: 0;
		width: 95%;
		margin: 10px 10px;
		padding: 30px 30px; 
	}
}