@charset "UTF-8";
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
	0% {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -30%, 0);
	transform: translate3d(0, -30%, 0);
	}
	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInDown {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}
	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@keyframes fadeInUp {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 30%, 0);
	transform: translate3d(0, 30%, 0);
	}
	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@keyframes fadeInLeft {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	}
	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	}
	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes flip {
	0% {
	-webkit-transform: perspective(400px) rotateY(-1turn);
	transform: perspective(400px) rotateY(-1turn);
	}
	0%,
	40% {
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}
	40% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%,
	80% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}
	80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
	-webkit-transform: perspective(400px) rotateY(-1turn);
	transform: perspective(400px) rotateY(-1turn);
	}
	0%,
	40% {
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}
	40% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%,
	80% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}
	80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}
}

@keyframes rotateInUpLeft {
	0% {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: left bottom;
	opacity: 0;
	transform: rotate(45deg);
	transform-origin: left bottom;
	}
	to {
	-webkit-transform: translateZ(0);
	-webkit-transform-origin: left bottom;
	opacity: 1;
	transform: translateZ(0);
	transform-origin: left bottom;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}


/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.fit-video {
	line-height: 0;
	position: relative;
	width: 100%;
}

.fit-video iframe {
	width: 100% !important;
}

* {
	outline: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -0.05em;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .4em;
}

h1 {
	font-size: 2.875rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.125rem;
}

p {
	font-size: 1rem;
	letter-spacing: -0.05em;
}

label {
	letter-spacing: -0.05em;
}

.ls-115 {
	letter-spacing: 0.115em;
}

.ls-0 {
}

section.m-none {
	margin: 0;
}

@media (min-width: 1236px) {
	.container {
		max-width: 1236px;
	}
	.col-half-section {
		max-width: 618px;
	}
}

@media (min-width: 1600px) {
	.col-xl-1-5 {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

video,
img {
	max-width: 100%;
	height: auto;
}

video {
	margin-bottom: -1px;
}

.btn {
	text-transform: uppercase;
	border-radius: 3rem;
	padding: .5rem 1.5rem;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.btn.btn-md {
	padding: 1rem 3rem;
	font-size: 0.8125rem;
}

.btn.btn-lg {
	padding: 1rem 3rem;
	font-size: 0.875rem;
}

.btn.btn-xl {
	padding: 1.375rem 4rem;
	font-size: 1rem;
}

.btn-primary {
	background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
}

.v-align-middle {
	vertical-align: middle;
}

.fs-sm {
	font-size: .75rem;
}

.fs-md {
	font-size: .875rem;
}

.fs-lg {
	font-size: 1.125rem;
}

.fs-2rem {
	font-size: 2rem;
}

.fs-4-75rem {
	font-size: 4.75rem;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-900 {
	font-weight: 900;
}

.box-shadow-1 {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
}

.rounded-2 {
	border-radius: .25rem;
}

.align-self-top {
	align-self: flex-start;
}

.text-body {
	color: inherit !important;
}

.z-index-1 {
	z-index: 1;
}

.d-none {
	display: none !important;
}


/* header */

html #header.header-transparent .header-body {
	border-bottom: none;
}

html #header.header-transparent .header-body:before {
	background-color: #222529;
	border-bottom: none;
}

@media (min-width: 992px) {
	#header .header-nav-main nav>ul>li.dropdown.open>a:before,
	#header .header-nav-main nav>ul>li.dropdown:hover>a:before {
		border-color: transparent;
		background-color: transparent;
	}
	#header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
		border-radius: 0;
		left: 10px;
		right: 10px;
	}
	#header .header-container {
		height: 100px;
	}
	.sticky-header-active #header .header-container {
		height: 70px;
	}
	#header .header-nav-main nav>ul>li>a {
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		text-transform: none;
		background: none !important;
	}
	#header .header-nav-main nav>ul>li>a.active,
	#header .header-nav-main nav>ul>li.open>a,
	#header .header-nav-main nav>ul>li:hover>a,
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li.open>a.active,
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li:hover>a.active,
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li:hover>a {
		color: #08c;
	}
}


/* pages */

div.main {
	overflow: hidden;
}

.row.no-padding {
	margin-left: 0;
	margin-right: 0;
}

.row.no-padding>div {
	padding-left: 0;
	padding-right: 0;
}

section.section {
	padding: 4rem 0;
}

.section.bg-top-slash {
	padding-top: 0;
}

.section.bg-top-slash:before {
	content: '';
	display: block;
	border-bottom: 4.84vw solid #f4f4f4;
	border-right: 100vw solid transparent;
	background: #fff;
}

.bg-top-dark-slash:after {
    content: '';
    display: block;
    border-top: 4.84vw solid #222529;
    border-right: 100vw solid transparent;
    background: transparent;
    position: absolute;
    top: 0;
}

.section.bg-top-blue-slash:before {
    content: '';
    display: block;
    border-bottom: 4.84vw solid #f4f4f4;
    border-left: 100vw solid #0169fe;
    background: #fff;
    margin-top: -4.84vw;
    margin-bottom: 4.84vw;
}

.section-dark.bg-top-slash:before {
	background: #f4f4f4;
	border-bottom-color: #222529;
}

.section.bg-bottom-slash,
.section.bg-bottom-arrow {
	padding-bottom: 0;
}

.section.bg-bottom-slash:after {
	content: '';
	display: block;
	border-top: 4.84vw solid #f4f4f4;
	border-right: 100vw solid transparent;
	background: #fff;
}

.section.bg-bottom-right-slash {
	position: relative;
}
.section.bg-bottom-right-slash:after {
	content: '';
	display: block;
	border-top: 4.84vw solid #f4f4f4;
	border-left: 100vw solid transparent;
	position: absolute;
	top: 99.9999%;
	left: 0;
	right: 0;
}

.section-dark.bg-bottom-slash:after {
	background: #f4f4f4;
	border-top-color: #222529;
}

.section.bg-bottom-black-arrow {
	padding-bottom: 0 !important;
}
.section.bg-bottom-arrow:after {
	content: '';
	display: block;
	border-top: 4.84vw solid #f4f4f4;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	background: #fff;
}

.section.bg-bottom-black-arrow:after {
	content: '';
    display: block;
    border-top: 4.84vw solid #1e2024;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    background: #fff;
    margin-top: 4vw;
    z-index: 1;
    position: relative;
}

.bg-custom-bottom-slash:before {
	content: none !important;
}

.bg-custom-bottom-slash:after {
	position: relative;
	background: transparent !important;
	border-top-color: transparent !important;
	border-right-color: #FFF !important;
	z-index: 1;
}

@media (min-width: 992px) {
	.bg-custom-bottom-slash:after {
		margin-top: -7.6rem;
	}
}

.section-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.background-color-light.bg-bottom-arrow:after {
	border-top-color: #fff;
	background: #f4f4f4;
}

.background-color-light.bg-bottom-right-slash:after {
	border-top-color: #fff;
	background: none;
}

.section .sub-title {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.115em;
}

img.porto-lz {
	height: 0;
	background: #f4f4f4;
}

img.porto-lz[data-oi*=".png"] {
	background: none;
}

.counter {
	text-align: center;
}

.counter label {
	font-size: 1.4375rem;
	font-weight: 500;
	margin-bottom: 0.75rem;
}

.counter p {
	margin-bottom: 0;
}

.counter h3 {
	margin-bottom: 0;
	font-size: 3.625rem;
	line-height: 1;
}

.counter h4 {
	margin-bottom: 0;
	font-size: 2.375rem;
	line-height: 1;
}

@keyframes pencilAnimation {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.highlight-word {
	position: relative;
	display: inline-block;
}

.highlight-word:after {
	content: '';
	position: absolute;
	left: 1%;
	bottom: -.65rem;
	background: url(../img/pencil-blue-line.png) no-repeat;
	background-size: 100% auto;
	width: 0;
	height: 0.75rem;
	animation: pencilAnimation .5s ease 1s;
	animation-fill-mode: forwards;
	overflow: hidden;
}

.highlight-word.light:after {
	filter: brightness(0) invert(1);
}

.icon-box h4 {
	letter-spacing: -0.025em;
}

.icon-box i {
	display: inline-block;
}

.icon-box .icon-bg {
	background: url(../img/icons.png) no-repeat;
	width: 80px;
	height: 80px;
}

.icon-box .icon-1 {
	background-position: -10px -10px;
}

.icon-box .icon-2 {
	background-position: -110px -10px;
}

.icon-box .icon-3 {
	background-position: -210px -10px;
}

.icon-box .icon-plugin-1 {
	background-position: 0 100%;
	width: 115px;
	height: 115px;
}

.icon-box .icon-plugin-2 {
	background-position: -115px 100%;
	width: 115px;
	height: 115px;
}

.icon-box .icon-feature-1 {
	background-position: -20px -110px;
}

.icon-box .icon-feature-2 {
	background-position: -120px -110px;
}

.icon-box .icon-feature-3 {
	background-position: -220px -110px;
}

.icon-box .icon-feature-4 {
	background-position: -320px -110px;
}

.icon-box .icon-feature-5 {
	background-position: -420px -110px;
}

.icon-box .icon-feature-6 {
	background-position: -520px -110px;
}

.icon-box .icon-feature-7 {
	background-position: -620px -110px;
}

.icon-box .icon-feature-8 {
	background-position: -720px -110px;
}

.icon-box .icon-feature-9 {
	background-position: -820px -110px;
}

.icon-box .icon-feature-10 {
	background-position: -920px -110px;
}

.icon-box .icon-feature-11 {
	background-position: -20px -210px;
}

.icon-box .icon-feature-12 {
	background-position: -120px -210px;
}

.icon-box .icon-feature-13 {
	background-position: -220px -210px;
}

.icon-box .icon-feature-14 {
	background-position: -320px -210px;
}

.icon-box .icon-feature-15 {
	background-position: -420px -210px;
}

.icon-box .icon-feature-16 {
	background-position: -520px -210px;
}

.icon-box .icon-menu-1 {
	background-position: -310px -10px;
}

.icon-box .icon-menu-2 {
	background-position: -410px -10px;
}

.icon-box .icon-menu-3 {
	background-position: -510px -10px;
}

.icon-box .icon-menu-4 {
	background-position: -610px -10px;
}

.video-open-trigger {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	padding: .375rem;
	transition: padding .2s;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.07);
	position: relative;
	vertical-align: middle;
	margin-right: .5rem;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
}

.video-open-trigger:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2rem;
	background: #fff;
}

.video-open-trigger:after {
	content: '';
	border-left: 12px solid #08c;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -5px;
}

.video-open-trigger:hover {
	padding: .25rem;
}

.online-doc-open-trigger {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	padding: .375rem;
	transition: padding .2s;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.07);
	position: relative;
	vertical-align: middle;
	margin-right: .5rem;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
}

.online-doc-open-trigger:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background: #fff;
}

.online-doc-open-trigger:hover {
	padding: .25rem;
}

.online-doc-open-trigger > i {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #08c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
}

.feedback-rating-value {
	display: inline-block;
	padding: .2rem .4rem;
	border-radius: .25rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.2;
	transform: rotate(-25deg);
}

.star-rating-wrap i {
	font-size: 1.5rem;
	margin-right: .25rem;
}

.divider-text {
	overflow: hidden;
	text-transform: uppercase;
	color: inherit;
	font-size: 1rem;
	letter-spacing: 0.115em;
	font-weight: 600;
}

.divider-text span {
	position: relative;
	display: inline-block;
}

.divider-text span:before,
.divider-text span:after {
	content: '';
	position: absolute;
	width: 40vw;
	right: calc(100% + 1.5rem);
	top: 48%;
	border-top: 1px solid #e7e7e7;
}

.divider-text span:after {
	left: calc(100% + 1.5rem);
	right: auto;
}

.sample-item-list {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 30px;
	overflow: hidden;
}

.sample-item {
	display: block;
	padding-top: 58%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	margin-bottom: 0;
	border-radius: .25rem;
	border: 1px solid #ededed;
	transition: ease all 300ms;
}

.sample-item-list a:hover {
	text-decoration: none;
}

.sample-item-list h5 {
	font-size: .85rem;
	text-align: center;
	margin-bottom: 2.3rem;
	font-weight: 600;
	padding-top: 0.2rem;
}

.isotope-item>a,
.section-samples .owl-item>a {
	transition: transform .3s;
	display: block;
}

.section-samples .owl-item>a:hover {
	-webkit-transform: translate3d(0, -1rem, 0);
	transform: translate3d(0, -1rem, 0);
}

.isotope-item:hover .sample-item {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark a,
.section-dark label {
	color: #fff;
}

.section-dark p {
	color: rgba(255, 255, 255, 0.6);
}


/* home */

section.section-concept {
	padding: 9.625rem 0 0;
}

.section-concept .fit-video {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
	border: .625rem solid #fff;
}

@media (min-width: 992px) {
	.section-concept .fit-video {
		min-height: 456px;
	}
}

.section-concept .has-bg-gradient:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 45vw;
	background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
	border-radius: 4px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
}

.section-concept label {
	opacity: 0.5;
}

.section-concept p {
	font-weight: 400;
	font-size: .9375rem;
}

.section-concept h1 span {
	font-size: 1.6rem;
	font-family: 'Segoe Script', 'Savoye LET';
	margin-left: .1rem;
	display: inline-block;
	transform: rotate(-15deg);
	transform-origin: 0 0;
}

.section-concept h1 span:after {
	transform: scaleY(-1) rotate(3deg);
	bottom: -.4em;
}

.section-concept .has-bg-gradient {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.section-intro .intro1 {
	position: relative;
	z-index: 1;
}

.section-intro .intro2 {
	max-width: 91%;
	padding-top: 2.5%;
}

.section-intro .intro3 {
	position: absolute;
	right: 0;
	top: 25%;
	max-width: 41%;
}

.section-intro .intro img {
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.section-intro .intro {
	height: 0;
	padding-bottom: 21%;
}

.section-intro .col-lg-10 {
	margin-bottom: 2.5rem;
}

.section-intro .counter:nth-child(2) {
	border-right: 1px solid #e7e7e7;
}

.section-intro .counter a {
	font-size: 1.125rem;
	color: #222529;
}

.section-theme-options .container>div:first-child {
	margin-top: calc(31% - 4.84vw);
}

.section-theme-options .image-wrapper {
	height: 0;
	padding-bottom: 16%;
}

section.section-reasons {
	background-color: #0169fe;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
	background-color: #0169fe;
}

.section-reasons p {
	color: rgba(255, 255, 255, 0.6);
}

.section-reasons .container {
	padding-top: 17%;
}

.section-reasons .text-reasons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	transform: rotate(-10deg);
}

.section-reasons .text-reasons h3 {
	padding: .75rem 3.5rem;
	text-transform: uppercase;
	border-radius: 4px;
	margin-bottom: .4rem;
	font-weight: 800;
}

.section-reasons .text-reasons h3:nth-child(2) {
	background: rgba(25, 25, 25, 0.15);
	margin-left: -10%;
}

.section-reasons .text-reasons h3:nth-child(3) {
	background: rgba(25, 25, 25, 0.57);
	font-size: 1.75rem;
	line-height: 1.5;
	padding-left: 5rem;
	margin-left: 2rem;
}

.section-reasons .text-reasons h3:nth-child(4) {
	background: #222529;
	font-size: 2.25rem;
	padding: .5rem 1.25rem;
	margin-left: 15%;
}

.section-reasons .text-reasons label {
	font-size: 12.5rem;
	line-height: .8;
	font-weight: 800;
	position: absolute;
	left: 0;
	top: 0;
}

.section-reasons .text-reasons .highlight-word {
	letter-spacing: -.025em;
}

.section-reasons .text-reasons .highlight-word:after {
	bottom: -0.33em;
	left: 10%;
	transform: scaleY(-1);
}

.section-reasons img.position-absolute {
	bottom: 100%;
	margin-bottom: 2rem;
}

.section-reasons .reasons {
	counter-reset: reason-counter;
}

.section-reasons .image-box {
	margin-bottom: 2rem;
}

.section-reasons .image-box img {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
}

.section-reasons .image-box h3 {
	font-size: 1.375rem;
}

.section-reasons .image-box h3:before {
	counter-increment: reason-counter;
	content: counter(reason-counter);
	font-family: 'Open Sans';
	font-size: 3rem;
	font-weight: 800;
	color: #222529;
	line-height: .8;
	margin-right: .5rem;
	float: left;
}

.section-reasons .image-box h3 small {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .115em;
	text-transform: uppercase;
}

section.section-studio {
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: 90% 100%;
}

.section-studio p {
	font-weight: 400;
	line-height: 1.75rem;
}

.porto-studio img {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
	border-radius: 0.25rem;
}

.porto-studio>div:nth-child(2) {
	margin-left: -11%;
}

.porto-studio>div:nth-child(3) {
	margin-left: -5.7%;
}

.porto-studio .right-arrow-1 {
	position: absolute;
	left: 49%;
	top: 28.5%;
	z-index: 1;
}

.porto-studio .right-arrow-2 {
	position: absolute;
	left: 81%;
	top: 46%;
	z-index: 1;
	filter: brightness(0) invert(1);
}

.section.section-performance {
	background-color: #222529;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-performance.bg-bottom-slash:after {
	background: #f4f4f4;
	border-top-color: #1e2024;
	position: relative;
	z-index: 0;
}

.section-performance p {
	color: inherit;
}

.section-performance .counter h4 {
	color: #0169fe;
}

.section-performance .counter label {
	font-size: .9375rem;
	text-transform: uppercase;
}

.section-performance .highlight-word:after,
.section-build .highlight-word:after {
	background-image: url(../img/hightlight3.png);
	height: .75rem;
	bottom: -.75rem;
}

section.section-quick-install {
	padding-top: 0;
}

.section-quick-install .container {
	position: relative;
	padding-top: 4rem;
}

.section-quick-install .video-player {
	background-color: #222529;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .25rem;
}

.section-quick-install .fit-video {
	display: block;
	position: relative;
	top: 2rem;
	left: -2rem;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
	border: .625rem solid #fff;
}

section.section-demos {
	background: none;
}

.section-demos a:hover {
	text-decoration: none;
}

.section-demos .install-order {
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 2rem;
	font-size: 1rem;
	letter-spacing: 0.115em;
}

.section-demos .image-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border: 1px dotted #e7e7e7;
	border-radius: .25rem;
	max-width: calc(100% - 1.25rem);
	transition: box-shadow .2s;
}

.section-demos .image-box:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.section-demos .image-box h3 {
	font-size: 2.375rem;
	margin-bottom: 0;
}

.section-demos .image-box h5 {
	color: inherit;
}

.section-demos .image-box .image {
	flex: 0 0 60%;
	max-width: 277px;
	padding: 1rem;
}

.section-demos .total-sites {
	font-size: 4.75rem;
	margin-bottom: 0;
	line-height: 1;
}

.section-demos .highlight-word:after {
	background-image: url(../img/highlight3.png);
}

.section-demos .image-box:after {
	content: '+';
	position: absolute;
	font-size: 2.375rem;
	line-height: 1;
	margin-top: -1.1875rem;
	top: 50%;
	right: -.25rem;
	color: #222529;
	font-weight: 700;
}

.section-demos .col-md-5+.col-md-5 .image-box:after {
	content: '=';
	right: -1rem;
}

.section-demos .demos-filter .nav-item {
	display: inline-block;
	position: relative;
}

.section-demos .demos-filter .nav-item:last-child {
	position: relative;
	padding-left: .5rem;
	margin-left: 0.25rem;
}

.section-demos .demos-filter .nav-item.nav-item-split:before {
	content: '';
	position: absolute;
	border-left: 1px solid rgba(144, 146, 148, 0.5);
	left: 0;
	height: 1rem;
	top: 50%;
	margin-top: -.675rem;
}

.section-demos .nav-link {
	font-size: .8125rem;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	font-weight: 700;
	padding: .25rem 0;
	margin: 0 1.25rem;
	border-bottom: 4px solid transparent;
}

.section-demos .nav-link:not(.active).nav-link {
	color: #222529;
}

.section-demos .nav-link:hover,
.section-demos .nav-link.active {
	border-bottom-color: #0088cc;
}

.section-woocommerce .text-center p {
	font-weight: 400;
	line-height: 1.75rem;
}

.section-woocommerce .right-arrow-1 {
	position: absolute;
	z-index: 1;
	left: -9%;
	top: 39%;
}

.icon-box.list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.icon-box.list:last-child {
	padding-bottom: 0;
}

.icon-box.list:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}

.icon-box.list p {
	margin-bottom: 0;
}

.icon-box.list i {
	color: #08c;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 32px;
	border-radius: 21px;
	font-size: 1rem;
	border: 5px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
	position: relative;
	margin-right: 0.5rem;
}

.icon-box.list i:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: #fff;
	border-radius: inherit;
}

.icon-box.list i:before {
	position: relative;
	z-index: 1;
}

section.section-header-builder {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 9rem 0 7.5rem;
}

.section-header-builder .icon-box i {
	border-color: transparent;
}

.section-header-builder .fit-video {
	border-radius: .25rem;
	border: .625rem solid #fff;
}

section.section-layouts {
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

.section-layouts .image-box img {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
	border-radius: .4rem;
	width: 49.13%;
	display: block;
}

.section-layouts .image-box:nth-child(1) img,
.section-layouts .image-box:nth-child(2) img {
	width: 59.516%;
}

.section-layouts .image-box h4 {
	margin-top: 1.5rem;
}

.section-layouts .image-box img.porto-lz {
	padding-top: 55.7%;
}

section.section-rating {
	padding-top: 5rem;
}

.section-rating h2 {
	font-size: 3rem;
}

.section-rating h2 b {
	display: block;
	font-size: 7.5rem;
	line-height: .9;
}

.star-rating {
	display: inline-block;
	position: relative;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #222529;
	letter-spacing: 0.15em;
}

.star-rating:before,
.star-rating .rating-value:before {
	content: '\f005\f005\f005\f005\f005';
}

.star-rating .rating-value {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.star-rating:before {
	opacity: .4;
}

.feedback {
	padding: 3rem 3rem 2rem;
	border-radius: 0.375rem;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
	background: #fff;
	width: 66.6666%;
	margin-left: auto;
}

.feedback h3 {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: left;
}

.feedback h3 small {
	display: block;
	font-size: .6em;
	font-weight: 400;
	opacity: 0.7;
}

.feedback blockquote {
	border: none;
	text-align: left;
	padding: 0;
	margin-top: 1rem;
}

.feedback p {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8571;
}

.section-rating .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-item.active .feedback {
	margin-right: auto;
	background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
}

.owl-item.active .feedback h3,
.owl-item.active .feedback .star-rating,
.owl-item.active .feedback p {
	color: #fff;
}

.owl-item.active+.owl-item .feedback {
	margin-right: auto;
	margin-left: 0;
}

.owl-carousel .owl-nav {
	margin-top: -1.875rem;
}

.owl-carousel .owl-nav .owl-prev {
	left: 8.3333%;
	margin-left: -1.875rem;
}

.owl-carousel .owl-nav .owl-next {
	right: 8.3333%;
	margin-right: -1.875rem;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 3.8125rem;
	height: 3.8125rem;
	border: .375rem solid #f8f8f8 !important;
	background: #fff !important;
	border-radius: 50%;
	text-align: center;
	line-height: 3.0625rem;
	color: #222529 !important;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
	content: '';
	width: 1.5625rem;
	height: 1px;
	background: #212529;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-left: -.78125rem;
}

.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
	content: '';
	width: .75rem;
	height: .75rem;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center center;
	margin-top: -0.375rem;
}

.owl-carousel .owl-nav .owl-prev:after {
	transform: rotate(135deg);
	left: 25%;
}

section.section-features {
	padding-top: calc(4.84vw + 3rem);
}

.section-features .icon-box:not(.list) {
	background: #25282c;
	border-radius: .375rem;
	padding: 2.5rem 1.5rem 2.5rem 2.5rem;
	height: 100%;
	transition: box-shadow 0.2s;
}

.section-features .icon-box:not(.list):hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.section-features .icon-box.list {
	border: 0;
}

.section-features .icon-box p {
	color: inherit;
	font-size: 1em;
}

.section-features .icon-box h4 {
	margin-bottom: 2rem;
}

.section-features .row>div {
	margin-bottom: 1.25rem;
}

.section.section-elements {
	padding-bottom: 1.5rem;
}

.section-elements .icon-box {
	display: block;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.875rem;
	padding: 1.75rem 0;
	background: linear-gradient(135deg, #0169fe 0%, #383f48 100%);
	position: relative;
	overflow: hidden;
}

.section-elements .icon-box:hover {
	text-decoration: none;
}

.section-elements .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

.section-elements .icon-box:hover:before {
	top: .5rem;
	left: .5rem;
	right: .5rem;
	bottom: .5rem;
	transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}

.section-elements .icon-box i {
	font-size: 2rem;
	color: #0169fe;
	position: relative;
}

.section-elements .icon-box i:last-child {
	font-size: 4rem;
	position: absolute;
	top: -1.125rem;
	opacity: .08;
	right: -1.125rem;
	color: #777;
}

.section-elements .icon-box h5 {
	position: relative;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: .75rem 0 0;
}

.section-elements.bg-bottom-slash:after {
	background: none;
	position: absolute;
	top: 99.99%;
	left: 0;
	right: 0;
}

section.section-build {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	background-color: #0169fe;
	position: relative;
	padding-top: calc(4.9vw + 3rem);
	padding-bottom: 0;
}

section.section-build:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/half_circle2.png) no-repeat;
	background-size: 100% auto;
	background-position: 40vw 15%;
}

.section-build h2 {
	font-size: 3.125rem;
}

.section-build h3 {
	font-size: 2.375rem;
}

.section-build h4 {
	letter-spacing: -0.025em;
	opacity: .6;
	line-height: 1.6;
}

.section-build h5 {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.115em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.section-build .container {
	position: relative;
}

.section-build .icon-box {
	text-align: center;
	height: 100%;
	padding: 2rem 0 1rem;
	transition: background-color .2s;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}

.section-build .icon-box h5 {
	letter-spacing: -0.025em;
	text-transform: none;
	font-weight: 600;
}

.section-build .icon-box h5 small {
	display: block;
	font-weight: 600;
	opacity: .6;
	font-size: 75%;
	margin-top: .25rem;
}

.section-build a:hover {
	text-decoration: none;
}

.section-build .icon-box:hover,
.section-build .icon-box.active {
	background-color: #1d2024;
	border-color: transparent !important;
	border-right: 1px solid rgba(255,255,255,0.1) !important;
}

section.section-samples {
	background-color: #1d2024;
}

.section-samples .sample-item {
	border: none;
}

.section-samples .sample-item+h5 {
	color: #fff;
	font-size: .8125rem;
	margin-bottom: 0;
	text-align: center;
}

.section-samples a:hover {
	text-decoration: none;
}

.section-samples .owl-carousel .owl-stage-outer {
	padding-top: 1rem;
}

.section-samples .owl-nav .owl-prev {
	left: -3rem;
	margin-left: 0;
	border: none;
	width: 2.5rem;
	height: 2.5rem;
}

.section-samples .owl-nav .owl-next {
	right: -3rem;
	margin-right: 0;
	border: none;
	width: 2.5rem;
	height: 2.5rem;
}

.section-samples .owl-nav .owl-prev:before,
.section-samples .owl-nav .owl-next:before {
	content: '';
	width: 1.2rem;
	margin-left: -.6rem;
}

.section-samples .owl-nav .owl-prev:after,
.section-samples .owl-nav .owl-next:after {
	content: '';
	width: .5rem;
	height: .5rem;
	margin-top: -0.25rem;
}

.section-samples .owl-nav .disabled {
	opacity: .4;
	cursor: default;
}

.section-samples .owl-carousel .owl-nav {
	margin-top: -1.5rem;
}

.section-samples .owl-nav .owl-prev:after {
	left: 20%;
}

#footer {
	margin-top: 0;
	background-color: #222529;
	border-top: 0;
	padding-top: 4rem;
}

#footer p {
	letter-spacing: -0.025em;
}

#footer .copyright {
	background-color: #272a2e;
	padding: 2.5rem 0;
}

#footer .copyright p {
	margin-bottom: 0;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: 0.005em;
}

#footer .social-icons li {
	box-shadow: none;
	margin: 0 2px;
}

#footer .social-icons a {
	width: 2.625rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background-color: #272a2e;
	color: #fff !important;
	font-size: 1rem;
}

html .scroll-to-top {
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 10px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 50px;
	z-index: 1040;
	font-size: 0.8em;
}

html .scroll-to-top.visible {
	visibility: visible;
	opacity: 1;
}


/* responsive */

.offset-n-2 {
	margin-left: -16.6667%;
}

.offset-n-4 {
	margin-left: -33.3333%;
}

@media (min-width: 576px) {
	.container-fluid {
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}

@media (min-width: 768px) {
	.offset-n-md-1 {
		margin-left: -8.33333333333%;
	}
	.offset-n-md-2 {
		margin-left: -16.6667%;
	}
}

@media (min-width: 992px) {
	.mr-lg-n-5 {
		margin-right: -3rem;
	}
	.mx-n-lg-2 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.section-reasons .image-box {
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}
	.section-samples .text-body {
		max-width: 54%;
		margin-left: 23%;
	}
}

@media (max-width: 1235px) {
	.section-concept .has-bg-gradient:before {
		width: 50vw;
	}
	.section-samples .owl-nav .owl-prev {
		left: -1.25rem;
	}
	.section-samples .owl-nav .owl-next {
		right: -1.25rem;
	}
}

@media (max-width: 991px) {
	html #header.header-transparent .header-body {
		background: #222529;
	}
	.section-concept .has-bg-gradient:before {
		width: 66vw;
	}
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.section-concept .has-bg-gradient:before {
		width: auto;
		left: 0;
		right: 0;
	}
	.section-demos .image-box {
		max-width: none;
		margin-bottom: 2.5rem;
	}
	.section-demos .image-box:after {
		top: auto;
		bottom: 0;
		left: 50%;
		margin-top: 0;
		margin-left: -0.8125rem;
		line-height: 2.5rem;
	}
	.section-demos .col-md-5+.col-md-5 .image-box:after {
		right: auto;
	}
	.section-build .col-xl-10 h5 {
		text-align: left;
	}
}

@media (max-width: 575px) {
	.section-intro .counter:first-of-type {
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	html {
		font-size: 12px;
	}
	.section-samples .owl-nav .owl-prev {
		left: 0;
	}
	.section-samples .owl-nav .owl-next {
		right: 0;
	}
}

.overflow-hidden {
	overflow: hidden !important;
}

.d-block {
	display: block !important;
}

.z-index-1 {
	z-index: 1 !important;
}

.z-index-2 {
	z-index: 2 !important;
}

.position-relative {
	position: relative !important;
}


/* Fade In */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


/* Mask Up */

@keyframes maskUp {
	from {
		transform: translate(0, 100%);
	}
	to {
		transform: translate(0, 0);
	}
}


/* Mask Right */

@keyframes maskRight {
	from {
		transform: translate(-100%, 0);
	}
	to {
		transform: translate(0, 0);
	}
}


/* Mask Down */

@keyframes maskDown {
	from {
		transform: translate(0, -100%);
	}
	to {
		transform: translate(0, 0);
	}
}


/* Mask Left */

@keyframes maskLeft {
	from {
		transform: translate(100%, 0);
	}
	to {
		transform: translate(0, 0);
	}
}

.maskUp {
	animation-name: maskUp;
}

.maskRight {
	animation-name: maskRight;
}

.maskDown {
	animation-name: maskDown;
}

.maskLeft {
	animation-name: maskLeft;
}


/* Fade In Up Shorter */

@keyframes fadeInUpShorter {
	from {
		opacity: 0;
		transform: translate(0, 50px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpShorter {
	animation-name: fadeInUpShorter;
}


/* Fade In Left Shorter */

@keyframes fadeInLeftShorter {
	from {
		opacity: 0;
		transform: translate(50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftShorter {
	animation-name: fadeInLeftShorter;
}


/* Fade In Right Shorter */

@keyframes fadeInRightShorter {
	from {
		opacity: 0;
		transform: translate(-50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightShorter {
	animation-name: fadeInRightShorter;
}


/* Fade In Down Shorter */

@keyframes fadeInDownShorter {
	from {
		opacity: 0;
		transform: translate(0, -50px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownShorter {
	animation-name: fadeInDownShorter;
}


/* Blur In */

@keyframes blurIn {
	from {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.3);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
}

.blurIn {
	animation-name: blurIn;
}


/* Dot Pulse */
@keyframes dotPulse {
	from {
		opacity: 1;
		transform: scale(0.2);
	}
	to {
		opacity: 0;
		transform: scale(1);
	}
}

.dotPulse {
	animation-name: dotPulse;
	animation-iteration-count: infinite;
	animation-duration: 4s;
}

.isotope-item>div>a {
	display: block;
	border-radius: .25rem;
	margin-bottom: .5rem;
}

.svg-performance {
	position: absolute;
	top: 31px;
	width: 100vw;
}

.svg-performance .dots {
	filter: url(#shadow);
}

.svg-performance .dots.dots-animation {
	filter: url(#shadow);
}

.icon-cursor-pointer {
	position: absolute;
	top: 24px;
	left: 230px;
}

.mfp-content .dialog {
	background: transparent;
}

.mfp-content .fit-video {
	background: #FFF;
	padding: 1rem;
	border-radius: .25rem;
}

.ds-flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -wekbit-align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; -ms-flex-align: center; align-items: center; justify-content: center; }
.recommend-themes .ds-flex > * { margin-bottom: 0; margin: 0 4px; }
.recommend-themes p { padding-right: 10px; font-size: 13px; font-weight: 600; color: #777; }
.recommend-themes { background: #000; padding: 15px 0; position: fixed; z-index: 9; left: 0; width: 100%; bottom: 0; box-shadow: 0 -3px 1px 0 rgba(0, 0, 0, .3); -webkit-transform: translateY(110%); -ms-transform: translateY(110%); transform: translateY(110%); -webkit-transition: transform 0.8s ease; -ms-transition: transform 0.8s ease; transition: transform 0.8s ease; }
.recommend-themes.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.recommend-themes .btn { background-color: #181818; font-size: 13px; font-weight: 600; border: none; padding: 10px 20px; border-radius: 40px; }
.recommend-themes .btn:hover { background-color: #242424; }

/*# sourceMappingURL=custom.css.map */