﻿

* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}
@font-face {
	font-family:Flaticon;
	src:url();src:url() format("embedded-opentype"),url(../font/donw1.woff2) format("woff2"),url(../font/Flaticon.woff) format("woff"),url(../font/Flaticon.ttf) format("truetype"),url(../font/Flaticon.svg) format("svg");font-weight:400;font-style:normal
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face{
			font-family: Flaticon;
			src: url(../font/Flaticon.svg) format("svg")
		}
}
@font-face {
	font-family:Ionicons;src:url(../font/ionicons.eot);src:url(../font/ionicons.eot) format("embedded-opentype"),url(../font/ionicons.ttf) format("truetype"),url(../font/ionicons.woff) format("woff"),url(../font/ionicons.svg) format("svg");font-weight:400;font-style:normal
}

@font-face {
	font-family: 'FontAwesome';
	src: url(../font/fontawesome-webfont.eot);
	src: url(../font/fontawesome-webfont.eot) format('embedded-opentype'), 
	url(../font/fontawesome-webfont.woff2) format('woff2'), 
	url(../font/fontawesome-webfont.woff) format('woff'), 
	url(../font/fontawesome-webfont.ttf) format('truetype'), 
	url(../font/fontawesome-webfont.svg) format('svg')
}
h1,h2,h3,h4,h5,p,ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	-webkit-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
	color: #000
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.drawer {
	position: fixed;
	top: 0;
	z-index: 9999
}

.drawer>* {
	-webkit-transition: opacity .3s cubic-bezier(.78,.14,.15,.86),box-shadow .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
	transition: opacity .3s cubic-bezier(.78,.14,.15,.86),box-shadow .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
	transition: transform .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),box-shadow .3s cubic-bezier(.78,.14,.15,.86);
	transition: transform .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),box-shadow .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86)
}

.drawer .drawer-mask {
	background: #000;
	opacity: 0;
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s cubic-bezier(.78,.14,.15,.86),height 0s ease .3s;
	transition: opacity .3s cubic-bezier(.78,.14,.15,.86),height 0s ease .3s
}

.drawer-content-wrapper {
	position: fixed;
	background: #fff
}

.drawer-content {
	overflow: auto;
	z-index: 1;
	position: relative
}

.drawer-handle {
	position: absolute;
	top: 72px;
	width: 41px;
	height: 40px;
	cursor: pointer;
	z-index: 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff
}

.drawer-handle-icon {
	width: 14px;
	height: 2px;
	background: #333;
	position: relative;
	-webkit-transition: background .3s cubic-bezier(.78,.14,.15,.86);
	transition: background .3s cubic-bezier(.78,.14,.15,.86)
}

.drawer-handle-icon:after,.drawer-handle-icon:before {
	content: "";
	display: block;
	position: absolute;
	background: #333;
	width: 100%;
	height: 2px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
	transition: -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
	transition: transform .3s cubic-bezier(.78,.14,.15,.86);
	transition: transform .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86)
}

.drawer-handle-icon:before {
	top: -5px
}

.drawer-handle-icon:after {
	top: 5px
}

.drawer-left,.drawer-right {
	width: 0;
	height: 100%
}

.drawer-left .drawer-content,.drawer-left .drawer-content-wrapper,.drawer-right .drawer-content,.drawer-right .drawer-content-wrapper {
	height: 100%
}

.drawer-left.drawer-open,.drawer-right.drawer-open {
	width: 100%
}

.drawer-left.drawer-open.no-mask,.drawer-right.drawer-open.no-mask {
	width: 0
}

.drawer-left {
	left: 0
}

.drawer-left .drawer-handle {
	right: -40px;
	border-radius: 0 4px 4px 0
}

.drawer-left .drawer-handle,.drawer-left.drawer-open .drawer-content-wrapper {
	box-shadow: 2px 0 8px rgba(0,0,0,.15)
}

.drawer-right,.drawer-right .drawer-content-wrapper {
	right: 0
}

.drawer-right .drawer-handle {
	left: -40px;
	border-radius: 4px 0 0 4px
}

.drawer-right .drawer-handle,.drawer-right.drawer-open .drawer-content-wrapper {
	box-shadow: -2px 0 8px rgba(0,0,0,.15)
}

.drawer-bottom,.drawer-top {
	width: 100%;
	height: 0%
}

.drawer-bottom .drawer-content,.drawer-bottom .drawer-content-wrapper,.drawer-top .drawer-content,.drawer-top .drawer-content-wrapper {
	width: 100%
}

.drawer-bottom .drawer-content,.drawer-bottom.drawer-open,.drawer-top .drawer-content,.drawer-top.drawer-open {
	height: 100%
}

.drawer-bottom.drawer-open.no-mask,.drawer-top.drawer-open.no-mask {
	height: 0%
}

.drawer-bottom .drawer-handle,.drawer-top .drawer-handle {
	left: 50%;
	margin-left: -20px
}

.drawer-top {
	top: 0
}

.drawer-top .drawer-handle {
	top: auto;
	bottom: -40px;
	border-radius: 0 0 4px 4px
}

.drawer-top .drawer-handle,.drawer-top.drawer-open .drawer-content-wrapper {
	box-shadow: 0 2px 8px rgba(0,0,0,.15)
}

.drawer-bottom,.drawer-bottom .drawer-content-wrapper {
	bottom: 0
}

.drawer-bottom .drawer-handle {
	top: -40px;
	border-radius: 4px 4px 0 0
}

.drawer-bottom .drawer-handle,.drawer-bottom.drawer-open .drawer-content-wrapper {
	box-shadow: 0 -2px 8px rgba(0,0,0,.15)
}

.drawer.drawer-open .drawer-mask {
	opacity: .3;
	height: 100%;
	-webkit-animation: rcDrawerFadeIn .3s cubic-bezier(.78,.14,.15,.86);
	animation: rcDrawerFadeIn .3s cubic-bezier(.78,.14,.15,.86);
	-webkit-transition: none;
	transition: none
}

.drawer.drawer-open .drawer-handle-icon {
	background: transparent
}

.drawer.drawer-open .drawer-handle-icon:before {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg)
}

.drawer.drawer-open .drawer-handle-icon:after {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg)
}

@-webkit-keyframes rcDrawerFadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: .3
	}
}

@keyframes rcDrawerFadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: .3
	}
}


[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before {
	font-family: Flaticon;
	font-style: normal
}

.flaticon-flask:before {
	content: "\F100"
}

.flaticon-pencil-case:before {
	content: "\F101"
}

.flaticon-ruler:before {
	content: "\F102"
}

.flaticon-startup:before {
	content: "\F103"
}

.flaticon-creative:before {
	content: "\F104"
}

.flaticon-briefing:before {
	content: "\F105"
}

.flaticon-magnifying-glass:before {
	content: "\F106"
}

.flaticon-user:before {
	content: "\F107"
}

.flaticon-quotes:before {
	content: "\F108"
}

.flaticon-next:before {
	content: "\F109"
}

.flaticon-left-arrow:before {
	content: "\F10A"
}

.flaticon-plus-symbol:before {
	content: "\F10B"
}

.flaticon-minus-symbol:before {
	content: "\F10C"
}

.flaticon-trophy:before {
	content: "\F10D"
}

.flaticon-conversation:before {
	content: "\F10E"
}

.flaticon-atom:before {
	content: "\F10F"
}

.flaticon-link:before {
	content: "\F110"
}

.flaticon-battery:before {
	content: "\F111"
}

.flaticon-stopwatch:before {
	content: "\F112"
}

.flaticon-stopwatch-1:before {
	content: "\F113"
}

.flaticon-objective:before {
	content: "\F114"
}

.flaticon-facebook-logo:before {
	content: "\F115"
}

.flaticon-twitter-logo-silhouette:before {
	content: "\F116"
}

.flaticon-instagram:before {
	content: "\F117"
}

.flaticon-dribble-logo:before {
	content: "\F118"
}

.flaticon-tumblr-logo:before {
	content: "\F119"
}

.flaticon-youtube:before {
	content: "\F11A"
}

.flaticon-google-plus:before {
	content: "\F11B"
}

.flaticon-blockchain:before {
	content: "\F11C"
}

.flaticon-money-bag:before {
	content: "\F11D"
}

.flaticon-wallet:before {
	content: "\F11E"
}

.flaticon-security:before {
	content: "\F11F"
}

.flaticon-bitcoin:before {
	content: "\F120"
}

.flaticon-blockchain-1:before {
	content: "\F121"
}

.flaticon-annonymous:before {
	content: "\F122"
}

.flaticon-group:before {
	content: "\F123"
}

.flaticon-prototype:before {
	content: "\F124"
}

.flaticon-code:before {
	content: "\F125"
}

.flaticon-vectors:before {
	content: "\F126"
}

.flaticon-export:before {
	content: "\F127"
}

.flaticon-hourglass:before {
	content: "\F128"
}

.flaticon-trophy-1:before {
	content: "\F129"
}

.flaticon-upload:before {
	content: "\F12A"
}

.flaticon-settings:before {
	content: "\F12B"
}

.flaticon-strategy:before {
	content: "\F12C"
}

.rc-tabs,.rc-tabs-bar,.rc-tabs-nav-container {
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}

.rc-tabs-bar,.rc-tabs-nav-container {
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	outline: none;
	zoom: 1;
	-webkit-transition: padding .45s;
	transition: padding .45s
}

.rc-tabs-ink-bar {
	z-index: 1;
	position: absolute;
	box-sizing: border-box;
	margin-top: -3px;
	background-color: #108ee9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 0;
	height: 0
}

.rc-tabs-ink-bar-animated {
	-webkit-transition: left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),height .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);
	transition: left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),height .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);
	transition: transform .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),height .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1);
	transition: transform .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),height .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1)
}

.rc-tabs-tab-next,.rc-tabs-tab-prev {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	line-height: 36px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	position: absolute
}

.rc-tabs-tab-next-icon,.rc-tabs-tab-prev-icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: inherit;
	vertical-align: baseline;
	text-align: center;
	text-transform: none;
	font-smoothing: antialiased;
	text-stroke-width: 0;
	font-family: sans-serif
}

.rc-tabs-tab-next-icon:before,.rc-tabs-tab-prev-icon:before {
	display: block
}

.rc-tabs-tab-btn-disabled {
	cursor: default;
	color: #ccc
}

.rc-tabs-nav-wrap {
	overflow: hidden
}

.rc-tabs-nav {
	box-sizing: border-box;
	padding-left: 0;
	position: relative;
	margin: 0;
	float: left;
	list-style: none;
	display: inline-block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.rc-tabs-nav-animated {
	-webkit-transition: -webkit-transform .5s cubic-bezier(.35,0,.25,1);
	transition: -webkit-transform .5s cubic-bezier(.35,0,.25,1);
	transition: transform .5s cubic-bezier(.35,0,.25,1);
	transition: transform .5s cubic-bezier(.35,0,.25,1),-webkit-transform .5s cubic-bezier(.35,0,.25,1)
}

.rc-tabs-nav:after,.rc-tabs-nav:before {
	display: table;
	content: " "
}

.rc-tabs-nav:after {
	clear: both
}

.rc-tabs-tab {
	box-sizing: border-box;
	position: relative;
	display: block;
	-webkit-transition: color .3s cubic-bezier(.35,0,.25,1);
	transition: color .3s cubic-bezier(.35,0,.25,1);
	padding: 8px 20px;
	font-weight: 500;
	cursor: pointer
}

.rc-tabs-tab:hover {
	color: #23c0fa
}

.rc-tabs-tab-active,.rc-tabs-tab-active:hover {
	color: #108ee9;
	cursor: default;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.rc-tabs-tab-disabled {
	cursor: default;
	color: #ccc
}

.rc-tabs-tab-disabled:hover {
	color: #ccc
}

.rc-tabs-content {
	zoom: 1
}

.rc-tabs-content .rc-tabs-tabpane {
	overflow: auto
}

.rc-tabs-content-animated {
	-webkit-transition: margin-left .3s cubic-bezier(.35,0,.25,1),margin-top .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);
	transition: margin-left .3s cubic-bezier(.35,0,.25,1),margin-top .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);
	transition: transform .3s cubic-bezier(.35,0,.25,1),margin-left .3s cubic-bezier(.35,0,.25,1),margin-top .3s cubic-bezier(.35,0,.25,1);
	transition: transform .3s cubic-bezier(.35,0,.25,1),margin-left .3s cubic-bezier(.35,0,.25,1),margin-top .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);
	display: flex;
	will-change: transform
}

.rc-tabs-content-animated .rc-tabs-tabpane {
	flex-shrink: 0
}

.no-flexbox .rc-tabs-content {
	-webkit-transform: none!important;
	transform: none!important;
	overflow: auto
}

.no-csstransitions .rc-tabs-tabpane-inactive,.no-flexbox .rc-tabs-tabpane-inactive,.rc-tabs-content-no-animated .rc-tabs-tabpane-inactive {
	display: none
}

.rc-tabs-left {
	border-right: 2px solid #f3f3f3
}

.rc-tabs-left .rc-tabs-bar {
	float: left;
	height: 100%;
	margin-right: 10px;
	border-right: 1px solid #f3f3f3
}

.rc-tabs-left .rc-tabs-nav-container {
	height: 100%
}

.rc-tabs-left .rc-tabs-nav-container-scrolling {
	padding-top: 32px;
	padding-bottom: 32px
}

.rc-tabs-left .rc-tabs-nav-wrap {
	height: 100%
}

.rc-tabs-left .rc-tabs-content-animated {
	flex-direction: column
}

.rc-tabs-left .rc-tabs-content-animated .rc-tabs-tabpane {
	height: 100%
}

.rc-tabs-left .rc-tabs-nav-scroll {
	height: 99999px
}

.rc-tabs-left .rc-tabs-nav-swipe {
	position: relative;
	top: 0
}

.rc-tabs-left .rc-tabs-nav-swipe .rc-tabs-nav {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	height: 100%
}

.rc-tabs-left .rc-tabs-nav-swipe .rc-tabs-nav .rc-tabs-tab {
	display: flex;
	flex-shrink: 0;
	justify-content: center
}

.rc-tabs-left .rc-tabs-tab-next,.rc-tabs-left .rc-tabs-tab-prev {
	margin-top: -2px;
	height: 0;
	line-height: 32px;
	width: 0;
	display: block;
	text-align: center;
	opacity: 0;
	-webkit-transition: width .3s,height .3s,opacity .3s;
	transition: width .3s,height .3s,opacity .3s
}

.rc-tabs-bottom .rc-tabs-tab-arrow-show,.rc-tabs-left .rc-tabs-tab-arrow-show,.rc-tabs-right .rc-tabs-tab-arrow-show,.rc-tabs-top .rc-tabs-tab-arrow-show {
	opacity: 1;
	width: 100%;
	height: 32px
}

.rc-tabs-left .rc-tabs-tab-next {
	bottom: 0
}

.rc-tabs-left .rc-tabs-tab-next-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.rc-tabs-left .rc-tabs-tab-next-icon:before {
	content: ">"
}

.rc-tabs-left .rc-tabs-tab-prev {
	top: 2px
}

.rc-tabs-left .rc-tabs-tab-prev-icon {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.rc-tabs-left .rc-tabs-tab-prev-icon:before {
	content: ">"
}

.rc-tabs-left .rc-tabs-ink-bar {
	width: 2px;
	right: 0;
	top: 0
}

.rc-tabs-left .rc-tabs-tab {
	padding: 16px 24px
}

.rc-tabs-right {
	border-left: 2px solid #f3f3f3
}

.rc-tabs-right .rc-tabs-bar {
	float: right;
	height: 100%;
	margin-left: 10px;
	border-left: 1px solid #f3f3f3
}

.rc-tabs-right .rc-tabs-nav-container {
	height: 100%
}

.rc-tabs-right .rc-tabs-nav-container-scrolling {
	padding-top: 32px;
	padding-bottom: 32px
}

.rc-tabs-right .rc-tabs-nav-wrap {
	height: 100%
}

.rc-tabs-right .rc-tabs-nav-scroll {
	height: 99999px
}

.rc-tabs-right .rc-tabs-nav-swipe {
	position: relative
}

.rc-tabs-right .rc-tabs-nav-swipe .rc-tabs-nav {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	height: 100%
}

.rc-tabs-right .rc-tabs-nav-swipe .rc-tabs-nav .rc-tabs-tab {
	display: flex;
	flex-shrink: 0;
	justify-content: center
}

.rc-tabs-right .rc-tabs-tab-next,.rc-tabs-right .rc-tabs-tab-prev {
	margin-top: -2px;
	height: 0;
	width: 0;
	display: block;
	text-align: center;
	line-height: 32px;
	opacity: 0;
	-webkit-transition: width .3s,height .3s,opacity .3s;
	transition: width .3s,height .3s,opacity .3s
}

.rc-tabs-top .rc-tabs-tab-arrow-show {
	width: 100%;
	height: 32px
}

.rc-tabs-right .rc-tabs-tab-next {
	bottom: 0
}

.rc-tabs-right .rc-tabs-tab-next-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.rc-tabs-right .rc-tabs-tab-next-icon:before {
	content: ">"
}

.rc-tabs-right .rc-tabs-tab-prev {
	top: 2px
}

.rc-tabs-right .rc-tabs-tab-prev-icon {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.rc-tabs-right .rc-tabs-tab-prev-icon:before {
	content: ">"
}

.rc-tabs-right .rc-tabs-content-animated {
	flex-direction: column
}

.rc-tabs-right .rc-tabs-content-animated .rc-tabs-tabpane {
	height: 100%
}

.rc-tabs-right .rc-tabs-ink-bar {
	width: 2px;
	left: 0;
	top: 0
}

.rc-tabs-right .rc-tabs-tab {
	padding: 16px 24px
}

.rc-tabs-bottom {
	border-top: 2px solid #f3f3f3
}

.rc-tabs-bottom .rc-tabs-content {
	width: 100%
}

.rc-tabs-bottom .rc-tabs-bar {
	border-top: 1px solid #f3f3f3
}

.rc-tabs-bottom .rc-tabs-nav-container-scrolling {
	padding-left: 32px;
	padding-right: 32px
}

.rc-tabs-bottom .rc-tabs-nav-scroll {
	width: 99999px
}

.rc-tabs-bottom .rc-tabs-nav-swipe {
	position: relative;
	left: 0
}

.rc-tabs-bottom .rc-tabs-nav-swipe .rc-tabs-nav {
	display: flex;
	flex: 1 1;
	width: 100%
}

.rc-tabs-bottom .rc-tabs-nav-swipe .rc-tabs-nav .rc-tabs-tab {
	display: flex;
	flex-shrink: 0;
	margin-right: 0;
	padding: 8px 0;
	justify-content: center
}

.rc-tabs-bottom .rc-tabs-nav-wrap {
	width: 100%
}

.rc-tabs-bottom .rc-tabs-content-animated {
	flex-direction: row
}

.rc-tabs-bottom .rc-tabs-content-animated .rc-tabs-tabpane {
	width: 100%
}

.rc-tabs-bottom .rc-tabs-tab-next {
	right: 2px
}

.rc-tabs-bottom .rc-tabs-tab-next-icon:before {
	content: ">"
}

.rc-tabs-bottom .rc-tabs-tab-prev {
	left: 0
}

.rc-tabs-bottom .rc-tabs-tab-prev-icon:before {
	content: "<"
}

.rc-tabs-bottom .rc-tabs-tab-next,.rc-tabs-bottom .rc-tabs-tab-prev {
	margin-right: -2px;
	width: 32px;
	height: 100%;
	top: 0;
	text-align: center
}

.rc-tabs-bottom .rc-tabs-ink-bar {
	height: 2px;
	top: 3px;
	left: 0
}

.rc-tabs-bottom .rc-tabs-tab {
	float: left;
	height: 100%;
	margin-right: 30px
}

.rc-tabs-bottom .rc-tabs-tabpane-inactive {
	height: 0;
	overflow: visible
}

.rc-tabs-top {
	border-bottom: 2px solid #f3f3f3
}

.rc-tabs-top .rc-tabs-content {
	width: 100%
}

.rc-tabs-top .rc-tabs-bar {
	border-bottom: 1px solid #f3f3f3
}

.rc-tabs-top .rc-tabs-nav-container-scrolling {
	padding-left: 32px;
	padding-right: 32px
}

.rc-tabs-top .rc-tabs-nav-scroll {
	width: 99999px
}

.rc-tabs-top .rc-tabs-nav-swipe {
	position: relative;
	left: 0
}

.rc-tabs-top .rc-tabs-nav-swipe .rc-tabs-nav {
	display: flex;
	flex: 1 1;
	width: 100%
}

.rc-tabs-top .rc-tabs-nav-swipe .rc-tabs-nav .rc-tabs-tab {
	display: flex;
	flex-shrink: 0;
	margin-right: 0;
	padding: 8px 0;
	justify-content: center
}

.rc-tabs-top .rc-tabs-nav-wrap {
	width: 100%
}

.rc-tabs-top .rc-tabs-content-animated {
	flex-direction: row
}

.rc-tabs-top .rc-tabs-content-animated .rc-tabs-tabpane {
	width: 100%
}

.rc-tabs-top .rc-tabs-tab-next {
	right: 2px
}

.rc-tabs-top .rc-tabs-tab-next-icon:before {
	content: ">"
}

.rc-tabs-top .rc-tabs-tab-prev {
	left: 0
}

.rc-tabs-top .rc-tabs-tab-prev-icon:before {
	content: "<"
}

.rc-tabs-top .rc-tabs-tab-next,.rc-tabs-top .rc-tabs-tab-prev {
	margin-right: -2px;
	width: 0;
	height: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: width .3s,height .3s,opacity .3s;
	transition: width .3s,height .3s,opacity .3s
}

.rc-tabs-top .rc-tabs-tab-arrow-show {
	opacity: 1;
	width: 32px;
	height: 100%
}

.rc-tabs-top .rc-tabs-ink-bar {
	height: 2px;
	bottom: 0;
	left: 0
}

.rc-tabs-top .rc-tabs-tab {
	float: left;
	height: 100%;
	margin-right: 30px
}

.rc-tabs-top .rc-tabs-tabpane-inactive {
	height: 0;
	overflow: visible
}

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box
}

.glide * {
	box-sizing: inherit
}

.glide__slides,.glide__track {
	overflow: hidden
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform
}

.glide__slide,.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}

.glide__slide a {
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.glide__arrows,.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--rtl {
	direction: rtl
}

.accordion {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px
}

.accordion__item+.accordion__item {
	border-top: 1px solid rgba(0,0,0,.1)
}

.accordion__button {
	background-color: #f4f4f4;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none
}

.accordion__button:hover {
	background-color: #ddd
}

.accordion__button:before {
	display: inline-block;
	content: "";
	height: 10px;
	width: 10px;
	margin-right: 12px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.accordion__button[aria-expanded=true]:before,.accordion__button[aria-selected=true]:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.accordion__panel {
	padding: 20px;
	-webkit-animation: fadein .35s ease-in;
	animation: fadein .35s ease-in
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}


.image-gallery-fullscreen-button:before,.image-gallery-left-nav:before,.image-gallery-play-button:before,.image-gallery-right-nav:before {
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.image-gallery {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.image-gallery.fullscreen-modal {
	background: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 5
}

.image-gallery.fullscreen-modal .image-gallery-content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.image-gallery-content {
	position: relative;
	line-height: 0;
	top: 0
}

.image-gallery-content.fullscreen,.image-gallery-content.fullscreen .image-gallery-slide {
	background: #000
}

.image-gallery-slide-wrapper {
	position: relative
}

.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right {
	display: inline-block;
	width: calc(100% - 113px)
}

@media (max-width:768px) {
	.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right {
		width: calc(100% - 84px)
	}
}

.image-gallery-slide-wrapper.image-gallery-rtl {
	direction: rtl
}

.image-gallery-fullscreen-button,.image-gallery-left-nav,.image-gallery-play-button,.image-gallery-right-nav {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 4
}

.image-gallery-fullscreen-button:before,.image-gallery-left-nav:before,.image-gallery-play-button:before,.image-gallery-right-nav:before {
	color: #fff;
	line-height: .7;
	text-shadow: 0 2px 2px #1a1a1a;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.image-gallery-fullscreen-button:hover:before,.image-gallery-left-nav:hover:before,.image-gallery-play-button:hover:before,.image-gallery-right-nav:hover:before {
	color: #337ab7
}

@media (max-width:768px) {
	.image-gallery-fullscreen-button:hover:before,.image-gallery-left-nav:hover:before,.image-gallery-play-button:hover:before,.image-gallery-right-nav:hover:before {
		color: #fff
	}
}

.image-gallery-fullscreen-button,.image-gallery-play-button {
	bottom: 0
}

.image-gallery-fullscreen-button:before,.image-gallery-play-button:before {
	font-size: 2.7em;
	padding: 15px 20px;
	text-shadow: 0 1px 1px #1a1a1a
}

@media (max-width:768px) {
	.image-gallery-fullscreen-button:before,.image-gallery-play-button:before {
		font-size: 2.4em
	}
}

@media (max-width:480px) {
	.image-gallery-fullscreen-button:before,.image-gallery-play-button:before {
		font-size: 2em
	}
}

.image-gallery-fullscreen-button:hover:before,.image-gallery-play-button:hover:before {
	color: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media (max-width:768px) {
	.image-gallery-fullscreen-button:hover:before,.image-gallery-play-button:hover:before {
		-webkit-transform: none;
		transform: none
	}
}

.image-gallery-fullscreen-button {
	right: 0
}

.image-gallery-fullscreen-button:before {
	content: "\F386"
}

.image-gallery-fullscreen-button.active:before {
	content: "\F37D"
}

.image-gallery-fullscreen-button.active:hover:before {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.image-gallery-play-button {
	left: 0
}

.image-gallery-play-button:before {
	content: "\F488"
}

.image-gallery-play-button.active:before {
	content: "\F478"
}

.image-gallery-left-nav,.image-gallery-right-nav {
	color: #fff;
	font-size: 5em;
	padding: 50px 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled] {
	cursor: disabled;
	opacity: .6;
	pointer-events: none
}

@media (max-width:768px) {
	.image-gallery-left-nav,.image-gallery-right-nav {
		font-size: 3.4em;
		padding: 20px 15px
	}
}

@media (max-width:480px) {
	.image-gallery-left-nav,.image-gallery-right-nav {
		font-size: 2.4em;
		padding: 0 15px
	}
}

.image-gallery-left-nav {
	left: 0
}

.image-gallery-left-nav:before {
	content: "\F3D2"
}

.image-gallery-right-nav {
	right: 0
}

.image-gallery-right-nav:before {
	content: "\F3D3"
}

.image-gallery-slides {
	line-height: 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap
}

.image-gallery-slide {
	background: #fff;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.image-gallery-slide.center {
	position: relative
}

.image-gallery-slide img {
	width: 100%
}

.image-gallery-slide .image-gallery-description {
	background: rgba(0,0,0,.4);
	bottom: 70px;
	color: #fff;
	left: 0;
	line-height: 1;
	padding: 10px 20px;
	position: absolute;
	white-space: normal
}

@media (max-width:768px) {
	.image-gallery-slide .image-gallery-description {
		bottom: 45px;
		font-size: .8em;
		padding: 8px 15px
	}
}

.image-gallery-bullets {
	bottom: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 80%;
	z-index: 4
}

.image-gallery-bullets .image-gallery-bullets-container {
	margin: 0;
	padding: 0;
	text-align: center
}

.image-gallery-bullets .image-gallery-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	box-shadow: 0 1px 0 #1a1a1a;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	outline: none;
	padding: 5px
}

@media (max-width:768px) {
	.image-gallery-bullets .image-gallery-bullet {
		margin: 0 3px;
		padding: 3px
	}
}

@media (max-width:480px) {
	.image-gallery-bullets .image-gallery-bullet {
		padding: 2.7px
	}
}

.image-gallery-bullets .image-gallery-bullet.active {
	background: #fff
}

.image-gallery-thumbnails-wrapper {
	position: relative
}

.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
	direction: rtl
}

.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right {
	display: inline-block;
	vertical-align: top;
	width: 108px
}

@media (max-width:768px) {
	.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right {
		width: 81px
	}
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
	height: 100%;
	width: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
	display: block;
	margin-right: 0;
	padding: 0
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail {
	margin-left: 0
}

.image-gallery-thumbnails-wrapper.left {
	margin-right: 5px
}

@media (max-width:768px) {
	.image-gallery-thumbnails-wrapper.left {
		margin-right: 3px
	}
}

.image-gallery-thumbnails-wrapper.right {
	margin-left: 5px
}

@media (max-width:768px) {
	.image-gallery-thumbnails-wrapper.right {
		margin-left: 3px
	}
}

.image-gallery-thumbnails {
	overflow: hidden;
	padding: 5px 0
}

@media (max-width:768px) {
	.image-gallery-thumbnails {
		padding: 3px 0
	}
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
	cursor: pointer;
	text-align: center;
	-webkit-transition: -webkit-transform .45s ease-out;
	transition: -webkit-transform .45s ease-out;
	transition: transform .45s ease-out;
	transition: transform .45s ease-out,-webkit-transform .45s ease-out;
	white-space: nowrap
}

.image-gallery-thumbnail {
	display: inline-block;
	border: 4px solid transparent;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
	width: 100px
}

@media (max-width:768px) {
	.image-gallery-thumbnail {
		border: 3px solid transparent;
		width: 75px
	}
}

.image-gallery-thumbnail+.image-gallery-thumbnail {
	margin-left: 2px
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
	position: relative
}

.image-gallery-thumbnail img {
	vertical-align: middle;
	width: 100%
}

.image-gallery-thumbnail.active {
	border: 4px solid #337ab7
}

@media (max-width:768px) {
	.image-gallery-thumbnail.active {
		border: 3px solid #337ab7
	}
}

.image-gallery-thumbnail-label {
	box-sizing: border-box;
	color: #fff;
	font-size: 1em;
	left: 0;
	line-height: 1em;
	padding: 5%;
	position: absolute;
	top: 50%;
	text-shadow: 1px 1px 0 #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: normal;
	width: 100%
}

@media (max-width:768px) {
	.image-gallery-thumbnail-label {
		font-size: .8em;
		line-height: .8em
	}
}

.image-gallery-index {
	background: rgba(0,0,0,.4);
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4
}

@media (max-width:768px) {
	.image-gallery-index {
		font-size: .8em;
		padding: 5px 10px
	}
}

.reuseModalOverlay {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.7);
	position: fixed
}
.reuseModalOverlay{display: none;}
.reuseModalOverlay,.reuseModalParentWrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}

.reuseModalParentWrapper {
	position: fixed
}

.reuseModalHolder,.reuseModalParentWrapper {
	display: flex;
	overflow: hidden;
	box-sizing: border-box
}

.reuseModalHolder {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 30px;
	z-index: 99999
}

.innerRndComponent {
	width: 100%;
	height: 100%;
	box-sizing: content-box
}

.reuseModalCloseBtn {
	position: fixed;
	top: 10px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: transparent;
	outline: 0;
	border: 0;
	cursor: pointer;
	z-index: 9999999
}











/* sc-component-id: Box__BoxWrapper-m50ttq-0 */
.dVVbYs {
	box-sizing: border-box;
	padding-bottom: 0px;
	padding-top: 80px;
}

.jJKXgs {
	box-sizing: border-box;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.njOoY {
	box-sizing: border-box;
	margin-top: -160px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.feature__block.icon_top.featureBlockstyle__FeatureBlockWrapper-sc-1pllarm-0.dcTHTR{margin-bottom: 60px;}

@media screen and (min-width:480px) {
	.njOoY {
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.njOoY {
		width: 50%;
	}
}

@media screen and (min-width:990px) {
	.njOoY {
		width: 44%;
	}
}

@media screen and (min-width:1440px) {
	.njOoY {
		width: 44%;
	}
}

.jHHZcE {
	box-sizing: border-box;
}

.dcetbH {
	box-sizing: border-box;
	margin-left: auto;
	margin-top: -80px;
	padding-left: 15px;
	padding-right: 15px;
	width: 0%;
}
.dcetbH2 {
	box-sizing: border-box;
	margin-left: auto;
	margin-top: -80px;
	padding-left: 15px;
	padding-right: 15px;
	width: 0%;
}
.dcetbH3 {
	box-sizing: border-box;
	margin-left: auto;
	margin-top: -80px;
	padding-left: 15px;
	padding-right: 15px;
	width: 0%;
}
@media screen and (min-width:300px) {
	.dcetbH {
		width: 0%;
	}
	.dcetbH2 {
		width: 0%;
		display: none;
	}
	.dcetbH3 {
		width: 0%;
	}
}
@media screen and (min-width:480px) {
	.dcetbH {
		width: 0%;
	}
	.dcetbH2 {
		width: 0%;
		display: none;
	}
	.dcetbH3 {
		width: 0%;
	}
}

@media screen and (min-width:768px) {
	.dcetbH {
		width: 43%;
	}
	.dcetbH2 {
		width: 43%;
		display: block;
	}
	.dcetbH3 {
		width: 43%;
	}
}

@media screen and (min-width:990px) {
	.dcetbH {
		width: 35%;
	}
	.dcetbH2 {
		width: 50%;
		display: block;
	}
	.dcetbH3 {
		width: 40%;
	}
}

@media screen and (min-width:1440px) {
	.dcetbH {
		width: 40%;
	}
	.dcetbH2 {
		width: 40%;
		display: block;
	}
	.dcetbH3 {
		width: 40%;
	}
}

.hycERX {
	box-sizing: border-box;
	margin-left: auto;
	margin-top: 56px;
}

.iSmuMr {
	box-sizing: border-box;
	margin-bottom: 30px;
}

@media screen and (min-width:480px) {
	.iSmuMr {
		margin-bottom: 30px;
	}
}

@media screen and (min-width:768px) {
	.iSmuMr {
		margin-bottom: 30px;
	}
}

@media screen and (min-width:990px) {
	.iSmuMr {
		margin-bottom: 56px;
	}
}

.kabEuh {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.kzWrvm {
	box-sizing: border-box;
	width: 100%;
}

@media screen and (min-width:480px) {
	.kzWrvm {
		width: 50%;
	}
}

@media screen and (min-width:768px) {
	.kzWrvm {
		width:25%;
	}
}

@media screen and (min-width:990px) {
	.kzWrvm {
		width:25%;
	}
}

@media screen and (min-width:1440px) {
	.kzWrvm {
		width:25%;
	}
}

.gpsuQa {
	box-sizing: border-box;
	padding-bottom: 40px;
	padding-top: 40px;
	background: #fafcfe;
}

@media screen and (min-width:480px) {
	.gpsuQa {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}

.IMspY {
	box-sizing: border-box;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hFhSMl {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width:480px) {
	.hFhSMl {
		width: 0px;
	}
}

@media screen and (min-width:768px) {
	.hFhSMl {
		width: 53%;
	}
}

@media screen and (min-width:990px) {
	.hFhSMl {
		width: 50%;
	}
}

@media screen and (min-width:1440px) {
	.hFhSMl {
		width: 50%;
	}
}

.fDfXCN {
	box-sizing: border-box;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.iqGLhL {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media screen and (min-width:480px) {
	.iqGLhL {
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.iqGLhL {
		width: 50%;
	}
}

@media screen and (min-width:990px) {
	.iqGLhL {
		width: 50%;
	}
}

@media screen and (min-width:1440px) {
	.iqGLhL {
		width: 50%;
	}
}

.coKFSI {
	box-sizing: border-box;
	margin-bottom: 56px;
}

@media screen and (min-width:480px) {
	.coKFSI {
		margin-bottom: 56px;
	}
}

.iqMqIQ {
	box-sizing: border-box;
	width: 50%;
}

@media screen and (min-width:480px) {
	.iqMqIQ {
		width: 50%;
	}
}

@media screen and (min-width:768px) {
	.iqMqIQ {
		width: 33.33333333333333%;
	}
}

@media screen and (min-width:990px) {
	.iqMqIQ {
		width: 33.33333333333333%;
	}
}

@media screen and (min-width:1440px) {
	.iqMqIQ {
		width: 33.33333333333333%;
	}
}

.ccKdWR {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width:480px) {
	.ccKdWR {
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.ccKdWR {
		width: 50%;
	}
}

@media screen and (min-width:990px) {
	.ccKdWR {
		width: 50%;
	}
}

@media screen and (min-width:1440px) {
	.ccKdWR {
		width: 50%;
	}
}

.hFmEoV {
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 15px;
	width: 100%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width:480px) {
	.hFmEoV {
		padding-left: 0px;
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.hFmEoV {
		padding-left: 40px;
		width: 50%;
	}
}

@media screen and (min-width:990px) {
	.hFmEoV {
		padding-left: 0px;
		width: 50%;
	}
}

@media screen and (min-width:1440px) {
	.hFmEoV {
		padding-left: 0px;
		width: 50%;
	}
}

.gBuPUF {
	box-sizing: border-box;
	padding-bottom: 80px;
	padding-top: 20px;
}

@media screen and (min-width:480px) {
	.gBuPUF {
		padding-bottom: 80px;
		padding-top: 40px;
	}
}

@media screen and (min-width:768px) {
	.gBuPUF {
		padding-bottom: 80px;
		padding-top: 40px;
	}
}

@media screen and (min-width:990px) {
	.gBuPUF {
		padding-bottom: 180px;
		padding-top: 80px;
	}
}

@media screen and (min-width:1440px) {
	.gBuPUF {
		padding-bottom: 100px;
		padding-top: 180px;
	}
}

.jFgSzr {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width:480px) {
	.jFgSzr {
		width: 0%;
	}
}

@media screen and (min-width:768px) {
	.jFgSzr {
		width: 36%;
	}
}

@media screen and (min-width:990px) {
	.jFgSzr {
		width: 36%;
	}
}

@media screen and (min-width:1440px) {
	.jFgSzr {
		width: 45%;
		max-width: 750px;
	}
}

.ewMXSZ {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media screen and (min-width:480px) {
	.ewMXSZ {
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.ewMXSZ {
		width: 50%;
	}
}

@media screen and (min-width:990px) {
	.ewMXSZ {
		width: 50%;
		min-width: 520px;
	}
}

@media screen and (min-width:1440px) {
	.ewMXSZ {
		width: 50%;
	}
}

.icyGTR {
	box-sizing: border-box;
	padding-bottom: 20px;
	padding-top: 0px;
}

@media screen and (min-width:480px) {
	.icyGTR {
		padding-bottom: 80px;
	}
}

@media screen and (min-width:768px) {
	.icyGTR {
		padding-bottom: 0px;
	}
}

@media screen and (min-width:990px) {
	.icyGTR {
		padding-bottom: 80px;
	}
}

@media screen and (min-width:1440px) {
	.icyGTR {
		padding-bottom: 80px;
	}
}

.gUqwzm {
	box-sizing: border-box;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.isbXYr {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media screen and (min-width:480px) {
	.isbXYr {
		padding-left: 0px;
		padding-right: 0px;
		width: 50%;
	}
}

@media screen and (min-width:768px) {
	.isbXYr {
		width: 50%;
	}
}

@media screen and (min-width:990px) {
	.isbXYr {
		width: 25%;
	}
}

@media screen and (min-width:1440px) {
	.isbXYr {
		width: 25%;
	}
}

.iLuRPn {
	box-sizing: border-box;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
	width: 100%;
	border-top: 1px solid;
	border-color: rgba(0,0,0,0.102);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width:480px) {
	.iLuRPn {
		margin-bottom: 0px;
		margin-top: 13px;
		padding-left: 0px;
		padding-right: 15px;
		padding-top: 55px;
	}
}

@media screen and (min-width:768px) {
	.iLuRPn {
		padding-right: 0px;
	}
}

.lirKmi {
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width:480px) {
	.lirKmi {
		margin-bottom: 0px;
		margin-left: 40px;
	}
}

.nueZx {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 3px;
	font-size: 14px;
	color: #20201d;
}

@media screen and (min-width:480px) {
	.nueZx {
		margin-left: 0px;
	}
}

@media screen and (min-width:768px) {
	.nueZx {
		margin-left: 0px;
	}
}

@media screen and (min-width:990px) {
	.nueZx {
		margin-left: auto;
	}
}

@media screen and (min-width:1440px) {
	.nueZx {
		margin-left: auto;
	}
}
/* sc-component-id: Text__TextWrapper-sc-15lufec-0 */
.jMnoni {
	box-sizing: border-box;
	margin-bottom: 0px;
	margin-right: 0.4em;
	margin-top: 0px;
	font-size: 14px;
	color: #fff;
	background-color: rgb(26,115,232);
	font-weight: 600;
}

.bAWNzj {
	box-sizing: border-box;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 13px;
	color: #0f2137;
	font-weight: 400;
}

.fTtNpn {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	font-weight: normal;
}

.eogeAY {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 36px;
	color: #0f2137;
	display: block;
	font-weight: 700;
	text-align: center;
	-webkit-letter-spacing: 0.13em;
	-moz-letter-spacing: 0.13em;
	-ms-letter-spacing: 0.13em;
	letter-spacing: 0.13em;
}

.zXgeE {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 14px;
	color: #5d646d;
	line-height: 28px;
	text-align: left;
	padding: 0 10px;
}

@media screen and (min-width:480px) {
	.zXgeE {
		font-size: 14px;
		color: #5d646d;
		line-height: 28px;
	}
}

.dvMMao {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 28px;
	color: #0f2137;
	display: block;
	font-weight: 700;
	text-align: center;
}
.dvMMao b{font-size: 18px;color: #8d8d8d;font-weight: normal;}

@media screen and (min-width:480px) {
	.dvMMao {
		text-align: left;
	}
}

.bqxCCa {
	box-sizing: border-box;
	margin-bottom: 33px;
	margin-top: 0px;
	max-width: 100%;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height:30px;
}

@media screen and (min-width:480px) {
	.bqxCCa {
		max-width: 100%;
	}
}

@media screen and (min-width:768px) {
	.bqxCCa {
		max-width: 100%;
	}
}

@media screen and (min-width:990px) {
	.bqxCCa {
		max-width: 440px;
	}
}

@media screen and (min-width:1440px) {
	.bqxCCa {
		max-width: 440px;
	}
}

@media screen and (min-width:480px) {
	.bqxCCa {
		text-align: left;
	}
}

.iTgOIh {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 14px;
	color: #1a73e8;
	font-weight: 700;
	text-align: left;
	-webkit-letter-spacing: 0.13em;
	-moz-letter-spacing: 0.13em;
	-ms-letter-spacing: 0.13em;
	letter-spacing: 0.13em;
}

.uYGOv {
	box-sizing: border-box;
	margin-bottom: 33px;
	margin-top: 0px;
	font-size: 16px;
	color: #343d48cc;
	line-height: 2.1;
}

.btIKJt {
	box-sizing: border-box;
	margin-bottom: 1rem;
	margin-top: 0px;
}

.cUyYEi {
	box-sizing: border-box;
	margin-bottom: 50px;
	margin-top: 0px;
	width: 100%;
	font-size: 16px;
	color: #505050;
	text-align: left;
	line-height: 30px;
}

@media screen and (min-width:480px) {
	.cUyYEi {
		max-width: 100%;
	}
}

@media screen and (min-width:768px) {
	.cUyYEi {
		max-width: 100%;
	}
}

@media screen and (min-width:990px) {
	.cUyYEi {
		max-width: 100%;
	}
}

@media screen and (min-width:1440px) {
	.cUyYEi {
		max-width: 100%;
	}
}

@media screen and (min-width:480px) {
	.cUyYEi {
		text-align: left;
	}
}

.hEKAar {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-top: 0px;
	font-size: 14px;
	color: #20201d;
}
/* sc-component-id: Heading__HeadingWrapper-vaqy1n-0 */
.clEjje {
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 26px;
	color: #fff;
	/* font-weight: 300;
	-webkit-letter-spacing: -0.01px;
	-moz-letter-spacing: -0.01px;
	-ms-letter-spacing: -0.01px;
	letter-spacing: -0.01px; */
}

@media screen and (min-width:480px) {
	.clEjje {
		font-size: 30px;
	}
}

@media screen and (min-width:768px) {
	.clEjje {
		font-size: 30px;
	}
}

@media screen and (min-width:990px) {
	.clEjje {
		font-size: 48px;
	}
}

@media screen and (min-width:1440px) {
	.clEjje {
		font-size: 44px;
	}
}

.iOKqJw {
	box-sizing: border-box;
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 18px;
	color: #1a73e8;
	font-weight: 400;
	text-align: center;
	-webkit-letter-spacing: -0.025em;
	-moz-letter-spacing: -0.025em;
	-ms-letter-spacing: -0.025em;
	letter-spacing: -0.025em;
}

@media screen and (min-width:480px) {
	.iOKqJw {
		font-size: 24px;
	}
}

@media screen and (min-width:768px) {
	.iOKqJw {
		font-size: 24px;
	}
}

@media screen and (min-width:990px) {
	.iOKqJw {
		font-size: 24px;
	}
}

@media screen and (min-width:1440px) {
	.iOKqJw {
		font-size: 30px;
	}
}

.TDtxT {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
	color: #0f2137;
	font-weight: 400;
	line-height: 1.5;
	-webkit-letter-spacing: -0.020em;
	-moz-letter-spacing: -0.020em;
	-ms-letter-spacing: -0.020em;
	letter-spacing: -0.020em;
}

@media screen and (min-width:480px) {
	.TDtxT {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

@media screen and (min-width:768px) {
	.TDtxT {
		margin-bottom: 10px;
	}
}

@media screen and (min-width:990px) {
	.TDtxT {
		margin-bottom: 10px;
	}
}

.kcUFxI {
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 0px;
	max-width: 100%;
	font-size: 24px;
	color: #0f2137;
	font-weight: 300;
	text-align: center;
	-webkit-letter-spacing: -0.010em;
	-moz-letter-spacing: -0.010em;
	-ms-letter-spacing: -0.010em;
	letter-spacing: -0.010em;
}

@media screen and (min-width:480px) {
	.kcUFxI {
		max-width: 100%;
		font-size: 24px;
	}
}

@media screen and (min-width:768px) {
	.kcUFxI {
		max-width: 100%;
		font-size: 24px;
	}
}

@media screen and (min-width:990px) {
	.kcUFxI {
		max-width: 420px;
		font-size:28px;
	}
}

@media screen and (min-width:1440px) {
	.kcUFxI {
		max-width: 420px;
		font-size: 28px;
	}
}

@media screen and (min-width:480px) {
	.kcUFxI {
		text-align: left;
	}
}

.krSnDN {
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 16px;
	color: #0f2137;
	font-weight: 400;
	line-height: 1.5;
	-webkit-letter-spacing: -0.020em;
	-moz-letter-spacing: -0.020em;
	-ms-letter-spacing: -0.020em;
	letter-spacing: -0.020em;
}

@media screen and (min-width:480px) {
	.krSnDN {
		font-size: 18px;
	}
}

.jSPBvX {
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 0px;
	max-width: 100%;
	font-size: 24px;
	color: #0f2137;
	font-weight: 300;
	-webkit-letter-spacing: -0.010em;
	-moz-letter-spacing: -0.010em;
	-ms-letter-spacing: -0.010em;
	letter-spacing: -0.010em;
}

@media screen and (min-width:480px) {
	.jSPBvX {
		max-width: 100%;
		font-size: 26px;
	}
}

@media screen and (min-width:768px) {
	.jSPBvX {
		max-width: 100%;
		font-size: 30px;
	}
}

@media screen and (min-width:990px) {
	.jSPBvX {
		max-width: 490px;
		font-size: 36px;
	}
}

@media screen and (min-width:1440px) {
	.jSPBvX {
		max-width: 490px;
		font-size: 48px;
	}
}

.hJmTCD {
	box-sizing: border-box;
	margin-bottom: 1rem;
	margin-top: 0px;
	font-size: 16px;
	color: #343d48;
	font-weight: 700;
}
/* sc-component-id: Image__ImageWrapper-xwdy9p-0 */
.cVFNdi {
	display: block;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
	width: 100px;
}

@media screen and (min-width:480px) {
	.cVFNdi {
		width: 259px;
		margin-top:10px;
	}
}

.cBdvla {
	display: block;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
}

.cMrpEj {
	display: block;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
	margin-bottom: 15px;
	width: auto;
}

@media screen and (min-width:480px) {
	.cMrpEj {
		margin-bottom: 0px;
	}
}
/* sc-component-id: buttonstyle__ButtonStyle-ntq24p-0 */
.gUWIfv {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: #1A73E8;
	min-height: 48px;
	min-width: 48px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0;
	color: #1A73E8;
	padding: 0;
	height: auto;
	background-color: transparent;
	box-sizing: border-box;
}

.gUWIfv span.btn-text {
	padding-left: 5px;
	padding-right: 5px;
}

.gUWIfv span.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.gUWIfv span.btn-icon > div {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.gUWIfv:focus {
	outline: none;
}

.gUWIfv.is-material {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

.gUWIfv.is-loading .btn-text {
	padding-left: 10px;
	padding-right: 10px;
}

.hcGHKR {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: #1A73E8;
	min-height: 48px;
	min-width: 48px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffffff;
	background-color: #1A73E8;
	border: #fff 1px solid;
	box-sizing: border-box;
	padding-left: 22px;
	padding-right: 22px;
	min-width: 156px;
	font-size: 14px;
	color: #fff;
}

.hcGHKR span.btn-text {
	padding-left: 5px;
	padding-right: 5px;
}

.hcGHKR span.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hcGHKR span.btn-icon > div {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hcGHKR:focus {
	outline: none;
}

.hcGHKR.is-material {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

.hcGHKR.is-loading .btn-text {
	padding-left: 10px;
	padding-right: 10px;
}

.cayzOl {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 48px;
	min-width: 48px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 20px;
	-webkit-text-decoration: none;
	text-decoration: none;
	/* text-transform: capitalize; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	/* -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; */
	color: #1A73E8;
	background: #fff;
	border: #1A73E8 1px solid;
	box-sizing: border-box;
	margin-left: 15px;
	padding-left: 22px;
	padding-right: 22px;
	min-width: 156px;
	font-size: 14px;
}

.cayzOl span.btn-text {
	padding-left: 5px;
	padding-right: 5px;
}

.cayzOl span.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cayzOl span.btn-icon > div {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.cayzOl:focus {
	outline: none;
}

/* .cayzOl.is-material {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
} */

.cayzOl.is-loading .btn-text {
	padding-left: 10px;
	padding-right: 10px;
}

.cayzOl:hover {
	background: #ffc845 !important;
	border: #fff 1px solid;
	color: #fff;
}
.cayzOl:hover .btn-icon{color: #fff !important;}
.jLlFlV {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: #1A73E8;
	min-height: 48px;
	min-width: 48px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
	min-width: 156px;
	font-size: 14px;
}

.jLlFlV span.btn-text {
	padding-left: 5px;
	padding-right: 5px;
}

.jLlFlV span.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.jLlFlV span.btn-icon > div {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.jLlFlV:focus {
	outline: none;
}

.jLlFlV.is-material {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

.jLlFlV.is-loading .btn-text {
	padding-left: 10px;
	padding-right: 10px;
}

.ktqQkX {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: #1A73E8;
	min-height: 48px;
	min-width: 48px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.ktqQkX span.btn-text {
	padding-left: 5px;
	padding-right: 5px;
}

.ktqQkX span.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ktqQkX span.btn-icon > div {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.ktqQkX:focus {
	outline: none;
}

.ktqQkX.is-material {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

.ktqQkX.is-loading .btn-text {
	padding-left: 10px;
	padding-right: 10px;
}

.iiXNez {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: #1A73E8;
	min-height: 48px;
	min-width: 48px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffffff;
	background-color: #1A73E8;
	border-color: #1A73E8;
	box-sizing: border-box;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	color: #fff;
}

.iiXNez span.btn-text {
	padding-left: 5px;
	padding-right: 5px;
}

.iiXNez span.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.iiXNez span.btn-icon > div {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.iiXNez:focus {
	outline: none;
}

.iiXNez.is-material {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
}

.iiXNez.is-loading .btn-text {
	padding-left: 10px;
	padding-right: 10px;
}

.iiXNez:hover {
	background-color: #006b70;
	border-color: #006b70;
}
/* sc-component-id: sc-global-3326821107 */
::selection {
	background: #333333;
	color: #ffffff;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,*::before,*::after {
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
	outline: none;
}

html,html a,h1,h2,h3,h4,h5,h6,a,p,li,dl,th,dt,input,textarea,span,div {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.reuseModalParentWrapper {
	z-index: 999999!important;
}

.reuseModalHolder {
	padding: 0 !important;
}

.reuseModalHolder.demo_switcher_modal {
	max-width: 100%!important;
	max-height: 100%!important;
	left: 0!important;
	top: 0!important;
	border: 0 !important;
	background-color: rgba(16,30,77,0.9) !important;
}

.reuseModalHolder.demo_switcher_modal .innerRndComponent {
	border-radius: 8px !important;
	overflow: auto;
}

@media (min-width:1201px) {
	.reuseModalHolder.demo_switcher_modal .innerRndComponent {
		width: calc(100% + 20px);
		margin-right: -20px;
	}
}

button.modalCloseBtn {
	position: fixed !important;
	z-index: 9999991 !important;
	background-color: transparent !important;
	top: 10px !important;
	right: 10px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	padding: 0 !important;
}

button.modalCloseBtn span.btn-icon {
	font-size: 22px !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

button.modalCloseBtn.alt {
	border-radius: 50% !important;
	z-index: 999999 !important;
	padding: 0 !important;
	-webkit-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	top: 25px !important;
	right: 30px !important;
	min-width: 40px !important;
	min-height: 40px !important;
}

button.modalCloseBtn.alt span.btn-icon {
	font-size: 20px !important;
}

button.modalCloseBtn.alt:hover {
	opacity: 0.88 !important;
}
/* sc-component-id: navbarstyle__NavbarStyle-i4x6b2-0 */
.jHIwFb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 56px;
	padding: 10px 16px;
}
/* sc-component-id: Link__LinkWrapper-efswp7-0 */
.ePrOKd {
	-webkit-text-decoration: none;
	text-decoration: none;
	box-sizing: border-box;
	margin: 0px;
	margin-right: 1rem;
	display: inline-block;
}
/* sc-component-id: hamburgMenustyle__HamburgMenuWrapper-sc-12m1tps-0 */
.erbDFb {
	border: 0;
	background: transparent;
	width: 44px;
	height: 30px;
	cursor: pointer;
}

.erbDFb > span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px 0;
	float: right;
	background-color: #10ac84;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.erbDFb > span:first-child {
	margin-top: 0;
}

.erbDFb > span:last-child {
	width: calc(100% - 10px);
	margin-bottom: 0;
}

.erbDFb:focus,.erbDFb:hover {
	outline: none;
}

.erbDFb:focus > span:last-child,.erbDFb:hover > span:last-child {
	width: 100%;
}

/* .erbDFb:focus > span:first-child,.erbDFb.active > span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 8px 50%;
	-ms-transform-origin: 8px 50%;
	transform-origin: 8px 50%;
}

.erbDFb:focus > span:nth-child(2),.erbDFb.active > span:nth-child(2) {
	display: none;
}

.erbDFb:focus > span:last-child,.erbDFb.active > span:last-child {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
} */
/* sc-component-id: inputstyle__InputField-sc-8lywy0-0 */
.hIHkyr {
	position: relative;
}

.hIHkyr .field-wrapper {
	position: relative;
}

.hIHkyr.icon-left .field-wrapper,.hIHkyr.icon-right .field-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hIHkyr.icon-left .field-wrapper > .input-icon,.hIHkyr.icon-right .field-wrapper > .input-icon {
	position: absolute;
	top: 0;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 40px;
}

.hIHkyr.icon-left .field-wrapper > .input-icon {
	left: 0;
	right: auto;
}

.hIHkyr.icon-left .field-wrapper > input {
	padding-left: 34px;
}

.hIHkyr.icon-right .field-wrapper > .input-icon {
	left: auto;
	right: 0;
}

.hIHkyr.icon-right .field-wrapper > input {
	padding-right: 34px;
}

.hIHkyr label {
	display: block;
	color: #767676;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.hIHkyr textarea,.hIHkyr input {
	font-size: 16px;
	padding: 11px;
	display: block;
	width: 100%;
	color: rgba(52,61,72,0.8);
	box-shadow: none;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.hIHkyr textarea:focus,.hIHkyr input:focus {
	outline: none;
	border-color: #1A73E8;
}

.hIHkyr textarea {
	min-height: 150px;
}

.hIHkyr.is-material label {
	position: absolute;
	left: 0;
	top: 10px;
}

.hIHkyr.is-material input,.hIHkyr.is-material textarea {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.hIHkyr.is-material textarea {
	min-height: 40px;
	padding-bottom: 0;
}

.hIHkyr.is-material .highlight {
	position: absolute;
	height: 1px;
	top: auto;
	left: 50%;
	bottom: 0;
	width: 0;
	pointer-events: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.hIHkyr.is-material.icon-left .field-wrapper,.hIHkyr.is-material.icon-right .field-wrapper {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.hIHkyr.is-material.icon-left .field-wrapper > .input-icon,.hIHkyr.is-material.icon-right .field-wrapper > .input-icon {
	width: auto;
}

.hIHkyr.is-material.icon-left .field-wrapper > input,.hIHkyr.is-material.icon-right .field-wrapper > input {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hIHkyr.is-material.icon-left .field-wrapper > input {
	padding-left: 20px;
}

.hIHkyr.is-material.icon-left label {
	top: -15px;
	font-size: 12px;
}

.hIHkyr.is-material.icon-right .field-wrapper > input {
	padding-right: 20px;
}

.hIHkyr.is-material.is-focus input {
	border-color: #EBEBEB;
}

.hIHkyr.is-material.is-focus label {
	top: -16px;
	font-size: 12px;
	color: rgba(52,61,72,0.8);
}

.hIHkyr.is-material.is-focus .highlight {
	width: 100%;
	height: 2px;
	background-color: #1A73E8;
	left: 0;
}
/* sc-component-id: featureBlockstyle__FeatureBlockWrapper-sc-1pllarm-0 */
.dcTHTR.icon_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dcTHTR.icon_left .icon__wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dcTHTR.icon_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.dcTHTR.icon_right .content__wrapper {
	text-align: right;
}

.dcTHTR.icon_right .icon__wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cydBqS {
	padding: 20px;
}

.cydBqS.icon_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cydBqS.icon_left .icon__wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cydBqS.icon_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cydBqS.icon_right .content__wrapper {
	text-align: right;
}

.cydBqS.icon_right .icon__wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (min-width:480px) {
	.cydBqS {
		padding: 20px;
	}
}

@media screen and (min-width:768px) {
	.cydBqS {
		padding: 20px;
	}
}

@media screen and (min-width:990px) {
	.cydBqS {
		padding: 20px;
	}
}

.kDOvYO {
	padding: 10px;
}

.kDOvYO.icon_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kDOvYO.icon_left .icon__wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.kDOvYO.icon_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.kDOvYO.icon_right .content__wrapper {
	text-align: right;
}

.kDOvYO.icon_right .icon__wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (min-width:480px) {
	.kDOvYO {
		padding: 20px;
	}
}

@media screen and (min-width:768px) {
	.kDOvYO {
		padding: 20px;
	}
}

@media screen and (min-width:990px) {
	.kDOvYO {
		padding: 40px;
	}
}
/* sc-component-id: featureBlockstyle__IconWrapper-sc-1pllarm-1 */
.cbRWEB {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 84px;
	height: 84px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* color: #29cf8a; */
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	/* border: 1px solid rgba(36,74,117,0.1); */
	border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	font-size: 36px;
}

@media screen and (min-width:480px) {
	.cbRWEB {
		margin-bottom: 20px;
	}
}

@media screen and (min-width:768px) {
	.cbRWEB {
		margin-bottom: 20px;
	}
}

@media screen and (min-width:990px) {
	.cbRWEB {
		margin-bottom: 15px;
	}
}

.kymHPj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 75px;
	height: 75px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #29cf8a;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	font-size: 32px;
}
/* sc-component-id: featureBlockstyle__ContentWrapper-sc-1pllarm-2 */
.iKHxbI {
	text-align: center;
}
/* sc-component-id: style__ContainerWrapper-sc-1gre7ok-0 */
.fXcefl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.fXcefl {
		max-width: 750px;
		width: 100%;
	}
}

@media (min-width:992px) {
	.fXcefl {
		max-width: 970px;
		width: 100%;
	}
}

@media (min-width:1220px) {
	.fXcefl {
		max-width: 1170px;
		width: 100%;
	}
}

@media (max-width:767px) {
}

.bNRJDj {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: none !important;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.bNRJDj {
		max-width: 750px;
		width: 100%;
	}
}

@media (min-width:992px) {
	.bNRJDj {
		max-width: 970px;
		width: 100%;
	}
}

@media (min-width:1220px) {
	.bNRJDj {
		max-width: 1170px;
		width: 100%;
	}
}

@media (max-width:767px) {
}
/* sc-component-id: Card__CardWrapper-sc-1tufk6z-0 */
.JWneV {
	box-sizing: border-box;
	box-shadow: none;
}

.dXfbOH {
	box-sizing: border-box;
	margin-bottom: -60px;
	margin-left: 0px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	box-shadow: none;
}

@media screen and (min-width:480px) {
	.dXfbOH {
		margin-left: 0px;
	}
}

@media screen and (min-width:768px) {
	.dXfbOH {
		margin-left: -200px;
	}
}

@media screen and (min-width:990px) {
	.dXfbOH {
		margin-left: -250px;
	}
}

@media screen and (min-width:1440px) {
	.dXfbOH {
		margin-left: -400px;
	}
}

.jvtcNR {
	box-sizing: border-box;
	padding: 53px 40px 35px;
	border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(16,66,97,0.07);
}

.fXggCN {
	box-sizing: border-box;
	margin-left: -250px;
	margin-top: 0px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	box-shadow: none;
}

@media screen and (min-width:480px) {
	.fXggCN {
		margin-left: -250px;
		margin-top: 0px;
	}
}

@media screen and (min-width:768px) {
	.fXggCN {
		margin-left: -180px;
		margin-top: 40px;
	}
}

@media screen and (min-width:990px) {
	.fXggCN {
		margin-left: -220px;
		margin-top: 50px;
	}
}

@media screen and (min-width:1440px) {
	.fXggCN {
		margin-left: -360px;
		margin-top: 90px;
	}
}
/* sc-component-id: demoSwitcherstyle__DemoSwitcherWrapper-sc-11v3fva-0 */
.bfytOk {
	width: 40px;
	position: fixed;
	z-index: 99991;
	right: 0;
	top: calc(50% - 110px / 2);
}

@media (max-width:767px) {
	.bfytOk {
		width: 34px;
	}
}

.bfytOk .reusecore__button {
	width: 100%;
	min-width: 100%;
	padding: 12px 0 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: 400;
	font-size: 12px;
	-webkit-letter-spacing: 1px;
	-moz-letter-spacing: 1px;
	-ms-letter-spacing: 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-transition: padding-right 0.3s ease;
	transition: padding-right 0.3s ease;
}

@media (max-width:767px) {
	.bfytOk .reusecore__button {
		padding: 7px 0 7px;
	}
}

.bfytOk .reusecore__button .btn-text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.bfytOk .reusecore__button .btn-icon {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.bfytOk .reusecore__button .btn-icon svg {
	fill: #ffffff;
	-webkit-animation: jglaHQ 4s linear infinite;
	animation: jglaHQ 4s linear infinite;
}

@media (min-width:768px) {
	.bfytOk .reusecore__button:hover {
		padding-right: 12px;
	}
}
/* sc-component-id: envatoButtonstyle__EnvatoButtonWrapper-mpcym2-0 */
.fjsqCN {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	box-shadow: 0px 8px 35px 0px rgba(124,180,66,0.7);
	overflow: hidden;
	z-index: 9;
}

@media (min-width:768px) {
	.fjsqCN {
		-webkit-animation: 0.7s gXGDoR infinite ease-in-out;
		animation: 0.7s gXGDoR infinite ease-in-out;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}
}

@media (max-width:767px) {
	.fjsqCN {
		bottom: 15px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

.fjsqCN img {
	width: 100%;
	height: auto;
	display: block;
}

.fjsqCN .envato-buy-button {
	width: 100%;
	border-radius: 0;
}

section {
	position: relative;
}

@media only screen and (max-width:480px) {
	.drawer .drawer-content-wrapper {
		width: 320px !important;
	}
}

.drawer .drawer-content-wrapper .reusecore-drawer__close {
	position: absolute;
	top: 20px;
	right: 30px;
}

.drawer .drawer-content-wrapper .reusecore-drawer__close > button {
	box-shadow: 0px 8px 38px 0px rgba(16,172,132,0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.drawer .drawer-content-wrapper .reusecore-drawer__close > button svg {
	width: 22px;
	height: 22px;
}

.drawer .drawer-content-wrapper .reusecore-drawer__close > button:hover {
	opacity: 0.9;
}

.drawer .drawer-content-wrapper .scrollspy__menu {
	padding: 60px 71px;
}

.drawer .drawer-content-wrapper .scrollspy__menu li {
	margin: 35px 0;
}

.drawer .drawer-content-wrapper .scrollspy__menu li a {
	display: block;
	color: #20201d;
	font-size: 24px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media only screen and (max-width:480px) {
	.drawer .drawer-content-wrapper .scrollspy__menu li a {
		font-size: 21px;
	}
}

.drawer .drawer-content-wrapper .scrollspy__menu li a:hover {
	color: #1a73e8;
}

.drawer .drawer-content-wrapper .scrollspy__menu li.is-current a {
	color: #1a73e8;
	position: relative;
}

.drawer .drawer-content-wrapper .scrollspy__menu li.is-current a:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1a73e8;
	position: absolute;
	top: calc(50% - 8px / 2);
	left: -20px;
}

button.modalCloseBtn {
	position: fixed !important;
	z-index: 999991 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	top: 10px !important;
	right: 10px !important;
}

@media(max-width:460px) {
	button.modalCloseBtn {
		top: 0 !important;
		right: 0 !important;
	}
}

button.modalCloseBtn span.btn-icon {
	font-size: 24px !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

button.modalCloseBtn.alt {
    background-color: rgb(26, 115, 232) !important;
    z-index: 999999 !important;
    box-shadow: rgba(26, 115, 232, 0.5) 0px 8px 38px !important;
    top: 25px !important;
    right: 30px !important;
    border-radius: 50% !important;
    padding: 0px !important;
    transition: all 0.3s ease 0s !important;
    border: none !important;
}
button.modalCloseBtn.alt span.btn-icon {
	font-size: 20px !important;
}

button.modalCloseBtn.alt:hover {
	opacity: 0.88 !important;
}

.reuseModalHolder {
	border: 0 !important;
	background-color: transparent !important;
}

.reuseModalHolder.search-modal,.reuseModalHolder.video-modal {
	background-color: rgba(255,255,255,0.96) !important;
	overflow-y: auto !important;
}

.reuseModalHolder.search-modal .innerRndComponent,.reuseModalHolder.video-modal .innerRndComponent {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-align-items: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.reuseModalHolder.search-modal .innerRndComponent iframe,.reuseModalHolder.video-modal .innerRndComponent iframe {
	max-width: 700px !important;
	max-height: 380px !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 5px !important;
}

.reuseModalHolder.video-modal {
	background-color: transparent !important;
}

.reuseModalHolder .innerRndComponent {
	padding-right: 0 !important;
}

.reuseModalCloseBtn {
	cursor: pointer !important;
}

.reuseModalOverlay,.reuseModalParentWrapper {
	z-index: 99999!important;
}

@media (min-width:768px) {
	.reuseModalHolder.login-modal {
		top: 0!important;
		left: 0!important;
		max-width: 100%!important;
		max-height: 100%!important;
	}
}

.reuseModalHolder.search-modal {
	top: 0!important;
	left: 0!important;
	max-width: 100%!important;
	max-height: 100%!important;
	width: 100%;
	height: 100%;
}

.reuseModalHolder.login-modal .innerRndComponent {
	overflow-y: auto;
}
/* sc-component-id: appstyle__AppWrapper-sc-2zms4d-0 */
.gjynoI {
	position: relative;
}

@media (max-width:1099px) {
	.gjynoI {
		overflow: hidden;
	}
}

@media only screen and (max-width:480px) {
	/* .gjynoI .button__wrapper {
		text-align: center;
	} */
}

.gjynoI .reusecore__navbar {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gjynoI .reusecore__navbar .reusecore__button .btn-icon {
	color: #ffffff;
	font-size: 18px;
}

@media only screen and (max-width:1100px) {
	.gjynoI .reusecore__navbar .reusecore__button .btn-icon {
		color: #1A73E8;
	}
}

@media only screen and (max-width:420px) {
	.gjynoI .reusecore__navbar .reusecore__button .btn-icon {
		font-size: 14px;
	}
}

.gjynoI .reusecore__navbar .reusecore__button:hover {
	background: transparent;
	box-shadow: none;
}

@media only screen and (max-width:480px) {
	.gjynoI .reusecore__navbar .button__wrapper {
		text-align: center;
	}
}

.gjynoI .reusecore__navbar .hamburgMenu__bar {
	margin-left: 8px;
}

@media only screen and (max-width:420px) {
	.gjynoI .reusecore__navbar .hamburgMenu__bar {
		width: 40px;
	}
}

.gjynoI .reusecore__navbar .hamburgMenu__bar > span {
	background-color: #ffffff;
}

@media only screen and (max-width:990px) {
	.gjynoI .reusecore__navbar .hamburgMenu__bar > span {
		background-color: #1A73E8;
	}
}

.gjynoI .sticky-nav-active .reusecore__navbar {
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 5px 15px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media (max-width:1100px) {
	.gjynoI .sticky-nav-active .reusecore__navbar {
		padding: 10px 15px 10px;
	}
}

@media (max-width:991px) {
	.gjynoI .sticky-nav-active .reusecore__navbar {
		padding: 10px 15px 10px;
	}
}

@media (max-width:767px) {
	.gjynoI .sticky-nav-active .reusecore__navbar {
		padding: 20px 15px 10px;
	}
}

@media (max-width:480px) {
	.gjynoI .sticky-nav-active .reusecore__navbar {
		padding: 5px 15px;
	}
}

.gjynoI .sticky-nav-active .reusecore__navbar .reusecore__button .btn-icon {
	color: #1A73E8;
}

.gjynoI .sticky-nav-active .reusecore__navbar .hamburgMenu__bar > span {
	background-color: #1A73E8;
}

.gjynoI .particle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.4;
	
}

@media (max-width:990px) {
	.gjynoI .particle {
		display: none;
	}
}

.gjynoI .reusecore__button {
	/* -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; */
	cursor: pointer !important;
}

.gjynoI .reusecore__button .btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: rgb(26,115,232);
	width: 35px;
}

.gjynoI .reusecore__button:hover {
	/* box-shadow: 0px 9px 20px -5px rgba(26,115,232,0.57);
	background-color: rgb(26,115,232); */
	cursor: pointer;
}

@media (max-width:460px) {
	.gjynoI .reusecore__button.withoutBg {
		margin-top: 20px;
		margin-left: 0;
		border: 1px solid #1a73e8;
		min-width: auto;
	}
}

.gjynoI .reusecore__button.withoutBg:hover {
	opacity: 1;
	background:#ffc845 !important;
	cursor: pointer;
	border: #ffc845 1px solid;
	box-shadow: none !important;
	transition: 0.2s;
}

.gjynoI .control-sec-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
}

@media (max-width:767px) {
	.gjynoI .control-sec-container {
		position: relative;
		top: 0%;
		left: 0%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none;
	}
}

.gjynoI .control-sec-container .particle {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.gjynoI .control-sec-container.payment .particle {
	z-index: -1;
}

.gjynoI .testimonialSlider .image-gallery-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper {
	max-width: 60%;
	width: 60%;
	height: 100%;
	min-height: 320px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper {
		max-width: 56%;
		width: 56%;
	}
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper {
		max-width: 50%;
		width: 50%;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper {
		max-width: 100%;
		width: 100%;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:480px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper > span {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper > span .image-gallery-left-nav,.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper > span .image-gallery-right-nav {
	position: relative;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: 0;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper > span .image-gallery-right-nav {
	margin-left: 10px;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description {
	background: transparent;
	bottom: 0px;
	color: #000;
	position: relative;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDes {
	box-sizing: border-box;
	margin-top: -10px;
	max-width: 550px;
	font-size: 36px;
	line-height: 50px;
	color: #0f2137;
	font-weight: 300;
	-webkit-letter-spacing: -0.01em;
	-moz-letter-spacing: -0.01em;
	-ms-letter-spacing: -0.01em;
	-webkit-letter-spacing: -0.01em;
	-moz-letter-spacing: -0.01em;
	-ms-letter-spacing: -0.01em;
	letter-spacing: -0.01em;
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDes {
		font-size: 30px;
		line-height: 40px;
		max-width: 100%;
	}
}

@media (max-width:768px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDes {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width:480px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDes {
		font-size: 20px;
		text-align: center;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDes::before {
	content: 'CUSTOMER OPINIONS';
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 14px;
	color: #1a73e8;
	display: block;
	font-weight: 700;
	text-align: left;
	-webkit-letter-spacing: 0.11em;
	-moz-letter-spacing: 0.11em;
	-ms-letter-spacing: 0.11em;
	-webkit-letter-spacing: 0.11em;
	-moz-letter-spacing: 0.11em;
	-ms-letter-spacing: 0.11em;
	letter-spacing: 0.11em;
}

@media (max-width:480px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDes::before {
		text-align: center;
	}
}

@media (max-width:480px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDetails {
		text-align: center;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDetails .testimonialName {
	font-size: 18px;
	line-height: 33px;
	color: #343d48;
	font-weight: 700;
	margin-bottom: -3px;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slide .image-gallery-description .testimonialDetails .testimonialDesignation {
	font-size: 16px;
	line-height: 33px;
	color: #343d48;
	font-weight: 400;
	opacity: 0.8;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-left-nav {
	padding: 0;
	font-size: 0;
	margin-top: -15px;
	width: 15px;
	height: 2px;
	-webkit-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
	background-image: url(../image/down1.png);
	width: 20px;
	height: 30px;
	background-repeat-x: repeat;
	background-position: center;
	background-size: contain;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-left-nav:hover {
	width: 35px;
	background-image: url(../image/down2.png);
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-left-nav:hover::before {
	background-color: #1a73e8;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-left-nav:hover::after {
	background-color: #1a73e8;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-left-nav::before {
	top: 11px;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #343d48;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	transform: rotate(-36deg);
	-webkit-transition: inherit;
	transition: inherit;
	left: 0;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-left-nav::after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #343d48;
	display: block;
	position: absolute;
	bottom: 11px;
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg);
	-webkit-transition: inherit;
	transition: inherit;
	left: 0;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-right-nav {
	padding: 0;
	font-size: 0;
	margin-top: -15px;
	width: 15px;
	height: 2px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-image: url(../image/down2.png);
	width: 30px;
	height: 30px;
	background-repeat-x: repeat;
	background-position: center;
	background-size: contain;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-right-nav:hover::before {
	background-color: #1a73e8;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-right-nav:hover::after {
	background-color: #1a73e8;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-right-nav::before {
	top: 11px;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #1a73e8;
	display: block;
	position: absolute;
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg);
	-webkit-transition: inherit;
	transition: inherit;
	left: 20px;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-slide-wrapper .image-gallery-right-nav::after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #1a73e8;
	display: block;
	position: absolute;
	bottom: 11px;
	-webkit-transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	transform: rotate(-36deg);
	-webkit-transition: inherit;
	transition: inherit;
	left: 20px;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper {
	max-width: 40%;
	height: 520px;
	width: 40%;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper {
		padding-left: 25px;
		overflow: hidden;
	}
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper {
		padding-left: 0px;
		overflow: hidden;
		max-width: 50%;
		width: 50%;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin-top: 50px;
		overflow: hidden;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails {
	overflow: initial;
	padding-left: 30px;
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails {
		padding-left: 0px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails {
		overflow: hidden;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
	position: relative;
	height: 520px;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
		margin-left: -20px;
		margin-top: 15px;
	}
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
		margin-left: -25px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
		height: auto;
		margin-left: 0px;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

@media (max-width:768px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container img {
		box-shadow: none;
	}
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container img {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:480px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container img {
		width: 70px;
		height: 70px;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) {
	position: absolute;
	top: 150px;
	left: 0;
	width: 120px;
	height: 120px;
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) {
		position: absolute;
		top: 220px;
		left: 80px;
		width: 120px;
		height: 120px;
	}

	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) img {
		width: 80px;
		height: 80px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) {
		position: relative;
		top: 0;
		left: 0;
		width: calc(33.33% - 30px);
		height: auto;
		margin-right: 30px;
		margin-left: 10px;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(2) {
	position: absolute;
	top: 0;
	left: 180px;
	width: 100px;
	height: 100px;
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(2) {
		position: absolute;
		top: 110px;
		left: 160px;
		width: 100px;
		height: 100px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(2) {
		position: relative;
		top: 0;
		width: calc(33.33% - 30px);
		height: auto;
		margin-right: 30px;
		left: 0;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
	position: absolute;
	top: 160px;
	left: 250px;
	width: 70px;
	height: 70px;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
		position: absolute;
		top: 180px;
		left: 220px;
		width: 70px;
		height: 70px;
	}
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
		position: absolute;
		top: 200px;
		left: 272px;
		width: 70px;
		height: 70px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
		position: relative;
		top: 0;
		width: calc(33.33% - 30px);
		height: auto;
		margin-right: 30px;
		left: 0;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(4) {
	position: absolute;
	bottom: 100px;
	left: 200px;
	width: 90px;
	height: 90px;
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(4) {
		position: absolute;
		bottom: 100px;
		left: 240px;
		width: 90px;
		height: 90px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(4) {
		position: relative;
		top: 0;
		width: calc(33.33% - 30px);
		height: auto;
		margin-right: 30px;
		left: 0;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 105px;
	height: 105px;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
		position: absolute;
		bottom: 50px;
		left: 20px;
		width: 105px;
		height: 105px;
	}
}

@media (max-width:991px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
		position: absolute;
		bottom: 40px;
		left: 115px;
		width: 105px;
		height: 105px;
	}
}

@media (max-width:767px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
		position: relative;
		top: 0;
		width: calc(33.33% - 30px);
		height: auto;
		margin-right: 30px;
		left: 0;
	}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border: 0;
	border-radius: 50%;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail .image-gallery-thumbnail-inner {
	width: 100%;
	height: 100%;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active {
	border: 0;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	box-shadow: 0px 18px 68px 0px rgba(22,30,54,0.25);
}

@media (max-width:1100px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active {
		box-shadow: none;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@media (max-width:991px) {
	@-webkit-keyframes pulse {
		0%{-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity: 0;
	}
}
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active .image-gallery-thumbnail-inner::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 0.8px rgba(0,0,0,0.1);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-animation: pulse 2.2s ease-out infinite;
	animation: pulse 2.2s ease-out infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active .image-gallery-thumbnail-inner::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 0.8px rgba(0,0,0,0.1);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-animation: pulse 2.2s ease-out infinite;
	animation: pulse 2.2s ease-out infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active img {
	position: relative;
}

@media (max-width:768px) {
	.gjynoI .testimonialSlider .image-gallery-content .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active img {
		margin: 10px 0;
	}
}

@media screen and (max-width:1440px) and (min-width:1100px) {
	.gjynoI .cardExtraImage {
		margin-left: -270px;
		margin-top: 50px;
	}
}

.dVVbYs {
	position: relative;
	top: -68px;
    width: 100%;
    height: 940px;
	background: #187cff;
    border-radius: 0px;
    /* pointer-events: none; */
    background: url(../image/bannerbg.png) center no-repeat;
} 

@media (max-width:1300px) {
	.dXPrCl {
		width: 870px;
		height: 1000px;
		-webkit-transform: rotate(103deg);
		-ms-transform: rotate(103deg);
		transform: rotate(103deg);
		position: absolute;
		left: 64%;
	}
}

@media (max-width:1100px) {
	.dXPrCl {
		display: none;
	}
}
/* sc-component-id: appstyle__BannerCircleShape-sc-2zms4d-2 */
.fPRxPZ {
	width: 500px;
	height: 500px;
	background: #ffc845;
	border-radius: 50%;
	position: absolute;
	left: 55%;
	top: 47%;
	z-index: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

@media (max-width:1300px) {
	.fPRxPZ {
		width: 400px;
		height: 400px;
		left: 63%;
	}
}

@media (max-width:1100px) {
	.fPRxPZ {
		width: 400px;
		height: 400px;
		left: 60%;
	}
}

@media (max-width:991px) {
	.fPRxPZ {
		width: 345px;
		height: 345px;
		left: 54%;
	}
}

@media (max-width:767px) {
	.fPRxPZ {
		display: none;
	}
}
/* sc-component-id: appstyle__PaymentCircleShape-sc-2zms4d-3 */
.hlLoFB {
	width: 700px;
	height: 700px;
	background: #ffc845;
	border-radius: 50%;
	position: absolute;
	left: 5%;
	top: 47%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

@media (max-width:1440px) {
	.hlLoFB {
		width: 550px;
		height: 550px;
	}
}

@media (max-width:1100px) {
	.hlLoFB {
		width: 450px;
		height: 450px;
	}
}

@media (max-width:991px) {
	.hlLoFB {
		width: 350px;
		height: 350px;
	}
}

@media (max-width:767px) {
	.hlLoFB {
		display: none;
	}
}
/* sc-component-id: appstyle__ConditionWrapper-sc-2zms4d-4 */
.bNbzWk {
	position: relative;
}
/* sc-component-id: navbarstyle__Container-yf10zl-0 */
.ftrinn {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	/* -webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
}
.ftrinn a{font-size: 16px;color: #fff;line-height: 40px;padding:0;display: block;}
.ftrinn a img{vertical-align:top;display: block;}
@media (min-width:768px) {
	.ftrinn {
		max-width: 750px;
	}
}

@media (min-width:992px) {
	.ftrinn {
		max-width: 970px;
	}
}

@media (min-width:1200px) {
	.ftrinn {
		max-width: 1170px;
	}
}

.ftrinn .menuIcons .reusecore__button .btn-icon {
	color: #fff;
	font-size: 18px;
	width: auto;
	margin: 0;
}

@media (max-width:1100px) {
	.ftrinn .menuIcons .reusecore__button .btn-icon {
		color: rgb(26,115,232) !important;
	}
}

.ftrinn .hamburgMenu__bar {
	margin-left: 10px;
}

.ftrinn .hamburgMenu__bar span {
	background-color: #fff;
}

@media (max-width:1100px) {
	.ftrinn .hamburgMenu__bar span {
		background-color: rgb(26,115,232) !important;
	}
}
/* sc-component-id: bannerstyle__DiscountWrapper-sc-1vq9d7l-0 */
.CWgGi {
	text-align: left;
}
/* sc-component-id: bannerstyle__ButtonWrapper-sc-1vq9d7l-1 */
.bkAsTd {
	position: relative;
	z-index: 99999999;
}

@media screen and (max-width:991px) and (min-width:767px) {
	.bkAsTd {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.bkAsTd .reusecore__button {
		padding-left: 0;
		padding-right: 0;
	}

	.bkAsTd .reusecore__button.withoutBg {
		margin-left: 25px;
	}

	.bkAsTd .reusecore__button.withoutBg:hover {
		background: transparent !important;
		box-shadow: none !important;
	}
}

@media (max-width:480px) {
	.bkAsTd {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bkAsTd .reusecore__button {
		width: 100%;
	}

	.bkAsTd .reusecore__button.withoutBg {
		border: 0;
	}
}
/* sc-component-id: bannerstyle__EmailInputWrapper-sc-1vq9d7l-2 */
.TxhlA {
	position: relative;
	width: 85%;
}

@media (max-width:768px) {
	.TxhlA {
		width: 100%;
	}
}

.TxhlA::before {
	content: url(404.png);
	display: block;
	position: relative;
	width: 22px;
	left: 22px;
	top: 46px;
	z-index: 9;
}

.TxhlA input {
	border-radius: 5px;
	background-color: rgb(255,255,255);
	box-shadow: 0px 7px 25px 0px rgba(22,53,76,0.08) !important;
	border: 0 !important;
	margin-bottom: 30px;
	height: 60px;
	padding-left: 60px !important;
	color: #343d48;
	opacity: 1;
	font-weight: 500;
}

@media (max-width:768px) {
}

.TxhlA input:focus {
	border: 0;
	box-shadow: 0px 7px 25px 0px rgba(22,53,76,0.08);
}

.TxhlA input:placeholder {
	font-size: 16px;
	color: #343d48;
	opacity: 1;
}

.TxhlA .input-icon {
	left: 10px !important;
	right: auto;
	top: 7px !important;
	height: 46px !important;
}

.TxhlA .input-icon svg {
	color: #ececec;
	width: 24px;
	height: 30px;
}
/* sc-component-id: bannerstyle__DiscountLabel-sc-1vq9d7l-3 */
.dSaOBy {
	
	display: inline-block;
	border-radius: 4em;
	padding: 10px 24px 0 6px;
	box-shadow: 0px 7px 25px 0px rgba(22,53,76,0.05);
	margin-bottom: 30px;
	background-color: #fff;
	height: 45px;
}

@media (max-width:990px) {
	.dSaOBy {
		margin-top: 50px;
	}
}

@media (max-width:420px) {
	.dSaOBy {
		padding: 10px;
	}
}

@media (max-width:420px) {
	.dSaOBy span {
		font-size: 12px;
	}
}

.dSaOBy .discountAmount {
	padding: 9px 21px;
	border-radius: 28px;
	text-transform: uppercase;
}

@media (max-width:420px) {
	.dSaOBy .discountAmount {
		padding: 8px 16px;
		font-size: 10px;
	}
}
/* sc-component-id: featureSectionstyle__FeatureSectionWrapper-sc-1ly99ty-0 */
.iqSIJd {
	padding: 80px 0 100px;
	margin-top: -68px;
}

@media (max-width:1440px) {
	.iqSIJd {
		padding: 70px 0 80px;
	}
}

@media (max-width:768px) {
	.iqSIJd {
		padding: 40px 0 0px;
	}
}

@media (max-width:500px) {
	.iqSIJd {
		padding: 30px 0;
	}
}

.iqSIJd .feature__block {
	position: relative;
	height: 100%;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.iqSIJd .feature__block .icon__wrapper {
	position: relative;
	background: transperent;
}

.iqSIJd .feature__block .icon__wrapper .flaticon-flask:before {
	margin-left: 8px;
}

.iqSIJd .feature__block .icon__wrapper:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: rgba(255,255,255,0.15);
}

.iqSIJd .feature__block .icon__wrapper:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: rgba(0,0,0,0.05);
}

.iqSIJd .feature__block:hover {
	box-shadow: 0 40px 90px -30px rgba(39,79,117,0.3);
	cursor: pointer;
}

.iqSIJd .row > .col:nth-child(1) .feature__block .icon__wrapper {
	/* color: #29cf8a; */
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.iqSIJd .row > .col:nth-child(1):hover .feature__block .icon__wrapper {
	/* background: #29cf8a; */
	color: #fff;
	border: 0;
}

.iqSIJd .row > .col:nth-child(2) .feature__block .icon__wrapper {
	/* color: #ff86ab; */
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.iqSIJd .row > .col:nth-child(2):hover .feature__block .icon__wrapper {
	/* background: #ff86ab; */
	color: #fff;
	border: 0;
}

.iqSIJd .row > .col:nth-child(3) .feature__block .icon__wrapper {
	/* color: #ff9000; */
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.iqSIJd .row > .col:hover .feature__block .icon__wrapper {
	/* background: #ff9000; */
	color: #fff;
}
/* sc-component-id: partnerHistorystyle__PartnerHistoryWrapper-sc-1riycfn-0 */
.kmjaLs {
	padding: 240px 0 160px;
	position: relative;
	overflow: hidden;
}

@media (max-width:1440px) {
	.kmjaLs {
		padding: 200px 0 80px;
	}
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.kmjaLs {
		padding: 80px 0 60px;
	}
}

@media (max-width:990px) {
	.kmjaLs {
		padding: 20px 0 120px;
	}
}

@media (max-width:480px) {
	.kmjaLs {
		padding: 0px 0 60px;
	}
}

.kmjaLs .feature__block {
	padding-right: 90px;
}

@media (max-width:990px) {
	.kmjaLs .feature__block {
		padding-right: 0px;
	}
}

.kmjaLs .feature__block .reusecore__button {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kmjaLs .feature__block .reusecore__button:hover {
	opacity: 0.85;
}

.kmjaLs .backgroungImg {
	position: absolute;
	top: 80px;
	right: 40px;
	z-index: -1;
	pointer-events: none;
}

@media (max-width:1600px) {
	.kmjaLs .backgroungImg {
		right: -220px;
		top: 80px;
	}
}

@media (max-width:1100px) {
	.kmjaLs .backgroungImg {
		display: none;
	}
}
/* sc-component-id: partnerHistorystyle__CounterUpArea-sc-1riycfn-1 */
.cuJxYF {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 20px;
}

@media (max-width:990px) {
	.cuJxYF {
		margin-top: 50px;
		padding-left: 0;
		margin-left: -25px;
	}
}

@media (max-width:400px) {
	.cuJxYF {
		margin-left: 0px;
	}
}

.cuJxYF .card {
	width: calc(50% - 25px);
	margin-left: 25px;
	margin-bottom: 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
	z-index: 1;
	background: #fff;
	cursor: pointer;
}

@media (max-width:480px) {
	.cuJxYF .card {
		padding: 20px;
	}
}

@media (max-width:360px) {
	.cuJxYF .card {
		width: 100%;
		margin-left: 0;
	}
}

.cuJxYF .card:hover {
	box-shadow: 0px 16px 35px 0px rgba(16,66,97,0.1);
}

.cuJxYF .card img {
	height: 100px;
}

@media (max-width:1440px) {
	.cuJxYF .card img {
		height: 80px;
	}
}

@media (max-width:990px) {
	.cuJxYF .card img {
		height: 50px;
	}
}

.cuJxYF .card p {
	color: #172a43;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 30px;
}

@media (max-width:991px) {
	.cuJxYF .card p {
		display: none;
	}
}

@media (max-width:767px) {
	.cuJxYF .card p {
		display: block;
	}
}

@media (max-width:460px) {
	.cuJxYF .card p {
		font-size: 16px;
		margin-top: 5px;
		text-align: center;
	}
}

.cuJxYF .card:nth-child(even) {
	position: relative;
	top: 22px;
}

@media (max-width:400px) {
	.cuJxYF .card:nth-child(even) {
		top: 0px;
	}
}
/* sc-component-id: footerstyle__FooterWrapper-sc-1pr7qbj-0 */
.jyvQLM {
	padding: 80px 0 55px;
	margin-top: 40px;
	background-color: rgb(246,249,252);
}

@media (max-width:480px) {
	.jyvQLM {
		padding: 60px 0 30px;
	}
}

@media (max-width:1024px) {
	.jyvQLM .copyrightClass {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1024px) {
	.jyvQLM .copyrightClass .copyrightMenu {
		margin-top: 10px;
		margin-bottom: 10px;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
		-webkit-align-items: left;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		margin-left: 0;
	}
}

@media (max-width:767px) {
	.jyvQLM .copyrightClass .copyrightMenu {
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
		-webkit-align-items: left;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width:1100px) {
	.jyvQLM .copyrightClass .copyrightText {
		margin-left: 0;
	}
}
/* sc-component-id: footerstyle__ListItem-sc-1pr7qbj-2 */
.tGxNu a {
	color: rgba(52,61,72,0.8);
	font-size: 14px;
	line-height: 36px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tGxNu a:hover,.tGxNu a:focus {
	outline: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #343d48;
}
/* sc-component-id: featureSliderTwostyle__FeatureSectionTwoWrapper-shbest-0 */
.dQXnCE {
	padding: 80px 0 160px;
}

@media (max-width:1440px) {
	.dQXnCE {
		padding: 40px 0 50px;
	}
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.dQXnCE {
		padding: 140px 0 60px;
	}
}

@media (max-width:991px) {
	.dQXnCE {
		padding: 60px 0 60px;
	}
}

@media (max-width:767px) {
	.dQXnCE {
		padding-top: 60px;
	}
}











/* sc-component-id: sc-keyframes-jglaHQ */
@-webkit-keyframes jglaHQ {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes jglaHQ {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* sc-component-id: sc-keyframes-gXGDoR */
@-webkit-keyframes gXGDoR {
	from {
		-webkit-transform: translateY(5px) scale(.8);
		-ms-transform: translateY(5px) scale(.8);
		transform: translateY(5px) scale(.8);
	}

	to {
		-webkit-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
	}
}

@keyframes gXGDoR {
	from {
		-webkit-transform: translateY(5px) scale(.8);
		-ms-transform: translateY(5px) scale(.8);
		transform: translateY(5px) scale(.8);
	}

	to {
		-webkit-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
	}
}


.gFIwCg .FeatureSlider .image-gallery-slide-wrapper::before {
	content: "";
	background-image: url(../image/bbg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
}

.gFIwCg .FeatureSlider {
	padding-top: 200px;
	padding-bottom: 100px;
	position: relative;
}

.gFIwCg .FeatureSlider .image-gallery {
	position: relative;
	z-index: 2;
}

.image-gallery-content {
	position: relative;
	line-height: 0;
	top: 0;
}

.gFIwCg .FeatureSlider .image-gallery-slide-wrapper {
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 749px;
	box-shadow: none !important;
}
.image-gallery-image{max-width: 100%;max-height: 100%;overflow: hidden;}

.gFIwCg .FeatureSlider .image-gallery-slide-wrapper .image-gallery-swipe {
	padding: 19px 24px 22px 23px;
	overflow: hidden;
}

#keyfeature .image-gallery-slides {
	line-height: 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	height: 705px;
}

.image-gallery-slide {
	background: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.gFIwCg .FeatureSlider .image-gallery-bullets {
	bottom: auto;
	position: absolute;
	width: 100%;
	z-index: 4;
	top: 43%;
	right: -65px;
	left: auto;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin: 0px;
}

.gFIwCg .FeatureSlider .image-gallery-slide-wrapper::after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgb(0, 0, 0) 0px 0px 40px;
	display: block;
	position: absolute;
	border-radius: 50px;
}

.gFIwCg .FeatureSlider .image-gallery-bullets .image-gallery-bullets-container {
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 32px;
	margin: 0px;
	padding: 0px;
}

.gFIwCg .FeatureSlider .image-gallery-bullets .image-gallery-bullets-container .image-gallery-bullet.active {
	background-color: rgb(26, 115, 232);
	width: 32px;
	height: 4px;
}


.gFIwCg .FeatureSlider .image-gallery-bullets .image-gallery-bullets-container .image-gallery-bullet {
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	width: 19px;
	height: 4px;
	box-shadow: none;
	border-radius: 70px;
	outline: none;
	background: rgb(220, 226, 231);
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	padding: 0px;
	margin: 0px 0px 10px;
	transition: all 0.3s ease 0s;
}

.image-gallery-bullets .image-gallery-bullet.active {
	background: #fff;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper {
	position: static;
}

.image-gallery-thumbnails {
	overflow: hidden;
	padding: 5px 0;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) {
	position: absolute;
	top: -80px;
	left: 0;
	text-align: right;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
	width: 300px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
	position: relative;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail img {
	width: 100%;
	transition: all 0.35s ease 0s;
}
.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail i{
	width: 100px;
	display: block;
	height: 100px;
	border-radius: 50%;
}
.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail i.fl{float: left;}
.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail i.fr{float: right;}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail .image-gallery-thumbnail-label {
	position: relative;
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #0f2137;
	
	top: 0px;
	text-shadow: none;
	transform: none;
	white-space: normal;
	width: 100%;
}
.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail p{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #5d646d;
	line-height: 30px;
	max-width: 100%;
	word-wrap:break-word ;
	white-space:normal;
}
.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active {
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}
/* .gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active img {
    transform: scale(1.4);
    transition: all 0.35s ease 0s;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
} */
/* .gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail.active .image-gallery-thumbnail-label {
    margin-top: 30px;
} */
.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(2) {
	position: absolute;
	top: -80px;
	right: 0;
	text-align: left;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	text-align: right;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(4) {
	position: absolute;
	bottom: -120px;
	right:0;
	text-align: left;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
	position: absolute;
	bottom: -120px;
	left: 0;
	text-align: right;
}

.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(6) {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	text-align: left;
}

.gFIwCg .FeatureSlider .image-gallery-bullets .image-gallery-bullets-container {
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 32px;
	margin: 0px;
	padding: 0px;
}

.gFIwCg .FeatureSlider .image-gallery-bullets .image-gallery-bullets-container .image-gallery-bullet {
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	width: 19px;
	height: 4px;
	box-shadow: none;
	border-radius: 70px;
	outline: none;
	background: rgb(220, 226, 231);
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	padding: 0px;
	margin: 0px 0px 10px;
	transition: all 0.3s ease 0s;
}

.gFIwCg {
	position: relative;
	padding-top: 100px;
}



.gMassS {
    max-width: 100%;
    width: 600px;
    margin: 0px auto;
    padding: 0px 15px;
}
.ekJivo {
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 30px;
    color: rgb(32, 32, 29);
    font-weight: 400;
    letter-spacing: -0.025em;
}
.hIHkyr.icon-left .field-wrapper, .hIHkyr.icon-right .field-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hIHkyr .field-wrapper {
    position: relative;
}
.gMassS .reusecore__input .field-wrapper input {
    height: 70px;
    box-shadow: rgba(35, 49, 90, 0.08) 0px 3px 20px;
    color: rgb(32, 32, 29);
    font-size: 16px;
    font-weight: 400;
    padding-left: 39px;
    padding-right: 80px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
}
.gMassS .reusecore__input .field-wrapper .input-icon {
    width: 80px;
    height: 100%;
}
.hIHkyr.icon-left .field-wrapper > .input-icon, .hIHkyr.icon-right .field-wrapper > .input-icon {
    position: absolute;
    top: 0px;
    bottom: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.cJyrwV {
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-top: 17px;
    font-size: 15px;
    color: rgba(32, 32, 29, 0.55);
    font-weight: 400;
    letter-spacing: -0.025em;
}
.hPRJDP span.btn-icon {
    display: flex;
}
.hPRJDP span.btn-icon {
    padding-left: 10px;
}



#toggle-sidebar{ display: inline-block;cursor: pointer;}
.sidebar-wrapper { position: relative; height: 100%; overflow: auto;}
#dowebok { background-color: #fff;}
#dowebok .nav { margin-top: 50px; padding: 60px 0; line-height: 40px; list-style-type: none;}
#dowebok .nav a { display: block; padding: 30px 60px; color: #20201d; text-decoration: none;font-size: 22px;}
#dowebok .nav a:hover { background-color: #e2e2e2;}
[data-simplersidebar='active'] { box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.5);}

.image-gallery-slide{}


.contactwarp{width: 100%;background: -o-linear-gradient(150deg,#260ae2 0,#5555ff 100%);
	background: linear-gradient(-60deg,#260ae2,#5555ff);background: url(../image/bg.png) no-repeat;}
.contactwarp .container{
	padding: 0;
}
.contactwarp .inner{width:100%;max-width:1150px;height: 660px;margin:auto;padding: 80px 0;}
.contactwarp .inner-left{position: relative;background: #260ae2;height: 100%;width: 60%;float: left;background-image: url("../image/bgimg1.png");background-position: left bottom;background-repeat: no-repeat;}
.contactwarp .inner-left p{display: block;width:100%;padding:5px 40px;font-size: 14px;line-height: 20px;color: #fff;text-align: left;}
.contactwarp .inner-left p i{margin-right:10px}
.contactwarp .inner-left h5{display: block;width:100%;padding:40px 40px 20px 40px;font-size:22px;line-height: 45px;color: #fff;text-align: left;}
.contactwarp .inner-left span{display: block;font-size: 20px;line-height: 0;}
.contactwarp .inner-left span:last-child{text-align: right;}
.contactwarp .inner-left span:first-child{margin-left: -20px;}
.contactwarp .inner-right{background: #fff;width: 40%;height: 100%;float: left;overflow: hidden;}
.contactwarp .inner-right form{width: 100%;margin:auto;padding: 20px 30px 0 30px;}
.contactwarp .inner-right form input{width: 100%;padding:0 10px;height: 35px;line-height: 35px;border-radius: 4px;box-shadow: none;border: #dadada 1px solid;margin: 0;font-size: 14px;background: #fff;}
.contactwarp .inner-right form textarea{width: 100%;padding:10px;max-height:50px;border-radius: 4px;box-shadow: none;border: #dadada 1px solid;background: #fff;}
.contactwarp .inner-right h5{font-size: 24px;color: #260ae2;text-align: center;margin-top: 50px;}
.contactwarp .inner-right .input-form{margin-bottom:15px}
.contactwarp .inner-right .input50{width: 60%;float: left;}
.contactwarp .inner-right .ahref50{width:35%;float:right;height: 35px;line-height: 35px;background: #e7e7e7;color: #666666;font-size: 14px;text-align: center;border-radius: 4px;}
.contactwarp .inner-right .button-sub{width: 100%;height: 40px;line-height: 40px;background: #260ae2;text-align: center;border-radius: 4px;border: none;font-size: 14px;color:#fff;letter-spacing: 4px;}


.footerwarp{width: 100%;background: #0f2137;}
.footerwarp .foot-top{padding: 40px 0;}
.footerwarp .foot-top .tl{width: 50%;float: left;}
.footerwarp .foot-top .tr{width: 50%;float: right;text-align: right;}
.footerwarp .foot-top .tr .teimg{text-align: right;}
.footerwarp .foot-top .logo{}
.footerwarp .foot-top .nav-tl{font-size: 14px;color: #b2b5b9;}
.footerwarp .foot-top .nav-tl a{display: inline-block;font-size: 14px;color: #b2b5b9;width: 100px;text-align: center;line-height: 32px;}
.footerwarp .foot-top .nav-tl a:first-child{text-align: left;}
.footerwarp .foot-top .tr p{font-size: 14px;color: #c1c3c7;line-height: 28px;text-align: right;}
.footerwarp .foot-top .tr img{display: block;float: right;}
.footerwarp .foot-bottom{border-top: #132944 1px solid;height: 50px;line-height: 50px;}
.footerwarp .foot-bottom a{display:block;width: 50%;float: left;font-size: 14px;color: #b2b5b9;}
.footerwarp .foot-bottom p{display:block;width: 50%;float: right;font-size: 14px;color: #b2b5b9;text-align: right;}




.fXceflbottomli{width: 48%;float: left;margin-right:4%;border: #d2d2d2 1px dashed;}
.fXceflbottomli .title{height:55px;line-height:55px;border-bottom: #d2d2d2 1px dashed;}
.fXceflbottomli .title h5{line-height:55px;font-size: 18px;color: #666666;font-weight: bold;padding-left: 70px;}
.fXceflbottomli:last-child{margin-right:0 ;}
.fXceflbottomli p{font-size: 14px;color: #666666;line-height: 30px;padding:0 15px;}
.fXceflbottomli p b{display: inline-block;width: 6px;height: 6px;background: #666666;border-radius: 50%;margin-right: 10px;}
.fXceflbottomli .pwaro{min-height: 160px;padding: 20px 0;}
.fXceflbottomli .title.bg1{background-image: url("../image/team.png");background-position: left 7px center;background-repeat: no-repeat;}
.fXceflbottomli .title.bg2{background-image: url("../image/24h.png");background-position: left 7px center;background-repeat: no-repeat;}



.tuoguan{width:100%;padding:80px 0;margin-top:100px;background: #f6f9fe;}
.tuoguan-title{text-align: center;}
.tuoguan-title h5{font-size: 26px;color: #0f2137;margin-bottom: 15px;}
.tuoguan-title p{font-size: 18px;color: #999999;}
.tuoguan-inner{}
.tuoguan-inner .tuoguan-li{width: 50%;float: left;margin-top: 50px;}
.tuoguan-inner .tuoguan-li-in{width: 90%;background: #fff;height: 180px;padding:30px 20px 30px 150px;position: relative;box-shadow: 0 10px 30px 0 rgba(39,79,117,0.1);}
.tuoguan-inner .tuoguan-li-in p{font-size: 20px;color: #0f2137;}
.tuoguan-inner .tuoguan-li-in p span{display: block;font-size: 14px;color: #505050;line-height: 26px;margin-top: 15px;}
.tuoguan-inner .tuoguan-li-in .left-icon{position: absolute;border-left: #1a73e8 3px solid;height: 86px;left: 0;top: 50%;margin-top: -43px;width: 150px;text-align: center;}
.tuoguan-inner .tuoguan-li-in .left-icon img{display: block;margin: auto;max-width: 100%;}


.ivSHQQsswwae p{font-size: 20px;color: #1a73e8;margin-bottom: 20px;}
.ivSHQQsswwae a{display: inline-block;width:130px;height:130px;box-shadow: 0 40px 90px -30px rgba(39,79,117,0.3);background: #fff;text-align: center;margin-right: 15px;padding:20px 0;font-size: 18px;color: #0f2137;border-radius: 5px;}
.ivSHQQsswwae a i{display: block;margin: auto;width: 50px;margin-bottom: 15px;}
.ivSHQQsswwae a:hover{
	background: #1a73e8;
	/* background-image: -webkit-linear-gradient(135deg,#1a73e7 0,#6d1bc6 100%);
	background-image: linear-gradient(135deg,#1a73e7 0,#6d1bc6 100%); */
	color: #fff;
}
.ivSHQQsswwae a i .normal{display: block;}
.ivSHQQsswwae a i .hover{display: none;}
.ivSHQQsswwae a:hover i .normal{display: none;}
.ivSHQQsswwae a:hover i .hover{display: block;}

/* 
.sticky-outer-wrapper{background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);} */




.navli{ position: relative;display: block;width:100px;text-align:center;float: left;height: 40px;z-index: 99999999999999;}
.navliul{position: absolute;top: 60px;width:100px;text-align:center;background: #fff;border-radius: 5px;padding: 0;}
.navliul a{display: block;width:100%;color: #333;font-size: 15px;height: 40px;line-height: 40px;border-top: #efefef 1px dashed;}
.navliul li{padding: 0;margin: 0;}
.navliul li:first-child a{border-top:none;}
.navliul{display: none;}
.ulnavwarp:hover .navliul{display: block;}
.navliul a:hover{color: #fff;background: #1a73e8;}
.navliul:hover{display: block;}
.ulnavwarp{height: 200px;}

.gatsby-image-wrapper{-webkit-animation:piaojulv 4s infinite; -moz-animation:piaojulv 4s infinite; -ms-animation:piaojulv 4s infinite; animation:piaojulv 4s infinite;}
@-webkit-keyframes piaojulv{
    0%{-webkit-transform: translate(0px, 0px);-webkit-transform-origin: center bottom 0}
    50%{-webkit-transform: translate(0px, 24px);-webkit-transform-origin: center bottom 0}
    100%{-webkit-transform: translate(0px, 0px);-webkit-transform-origin: center bottom 0}
}
@-moz-keyframes piaojulv{
    0%{-moz-transform: translate(0px, 0px);-moz-transform-origin: center bottom 0}
    50%{-moz-transform: translate(0px, 24px);-moz-transform-origin: center bottom 0}
    100%{-moz-transform: translate(0px, 0px);-moz-transform-origin: center bottom 0}
}
@-ms-keyframes piaojulv{
    0%{-ms-transform: translate(0px, 0px);-ms-transform-origin: center bottom 0}
    50%{-ms-transform: translate(0px, 24px);-ms-transform-origin: center bottom 0}
    100%{-ms-transform: translate(0px, 0px);-ms-transform-origin: center bottom 0}
}
@keyframes piaojulv{
    0%{transform: translate(0px, 0px);transform-origin: center bottom 0}
    50%{transform: translate(0px, 24px);transform-origin: center bottom 0}
    100%{transform: translate(0px, 0px);transform-origin: center bottom 0}
}

.bg-grad-bp-tb {
    background: none !important;
    background: -webkit-linear-gradient(left, #6809a8 0%, #1f0e6c 0%);
    background: -o-linear-gradient(right, #6809a8 0%, #1f0e6c 0%);
    background: -moz-linear-gradient(right, #6809a8 0%, #1f0e6c 0%);
    background: linear-gradient(to right, #6809a8 0%, #1f0e6c 0%);
}
.l-header--main {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 940px;
}
#particles-js {
    width: 100%;
    height: 100%;
}









.sticky-outer-wrapper{background-color:rgba(0,0,0,0); width: 100%; position: absolute; top: 0;height: 60px;z-index: 9999999999999999;}

/* .mainNavFix .ftrinn a{color: #1a73e8;} */


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999999999999999;
    top: 0;
    left: 0;
    background-color: rgb(26, 115, 232,0.9);
    background-color: rgb(26, 115, 232,0.9);
	overflow-y: scroll;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay >ul >li >a {
    text-decoration: none;
    font-size:16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    padding: 15px 10px;
    
}
.overlay >ul >li{border-bottom: #2f2f2f 1px solid;}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    padding: 0;
    margin: 0;
	line-height: 0;
	color: #fff;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}




.sec1_banner aside{width:1200px;margin:0 auto;}
.sec1_banner{position: absolute;width: 100%;top:40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.sec1_left{display: block;float: left;margin-top: -100px;}
.sec1_slhg{width:1170px;margin:0 auto;box-sizing: border-box;position:relative;text-align: center;
	
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
}

/* 大于320像素 */
@media only screen and (min-width:320px){

	.sec1_left{display: block;float: left;margin-top:0px;}
	.panel-default > .panel-heading {
		color: #fff !important;
		background-color: #4893f7 !important;
		background: #4893f7 !important;
		border: none !important;
		border-radius: 0 !important;
		padding: 0px !important;
		height: 50px;
	}
	.panel-group .panel+.panel {
		margin-top: 1px;
	}
	.panel-default > .panel-heading a{color: #fff;text-align: center;}
	.panel-default > .panel-heading a{font-size: 16px;line-height: 50px;display: block;width: 100%;}
	.panel {
		margin-bottom: 5px;
		background-color: #4893f7;
		border: none;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}
	.panel-default {
		border-color: #4893f7;
	}
	.panel-group .panel {
		margin-top: 0px;
		border-radius: 0;
		border-bottom: none;
	}
	.panel-group{margin-top: 80px;}
	.nacUlLi li{background-color: rgba(26, 115, 232,0.5)}
	.nacUlLi a {
		text-decoration: none;
		font-size: 14px;
		color: #fff;
		display: block;
		transition: 0.3s;
		padding: 10px 10px;
		border-top:none;
		text-align: center;
		
	}
	.nacUlLi {}
.sticky-outer-wrapper{display: none;}
.phone-nav{width:40px;height:40px;float:right;}
.new-phone-warp{background:#1a73e8;height: 50px;overflow: hidden;padding-left: 15px;}
	.new-phone-warp .logo{width: 100px;float: left;padding-top:5px;}
	.new-phone-warp .logo img{max-width:100%;display: block;max-height: 40px;}
	.phone-nav span{color:#fff}
	.phone-nav{display:block}
	.dVVbYs {
		position: relative;
		z-index: 9999999;
		top: 0;
		width: 100%;
		height: 520px;
		background: #187cff;
		border-radius: 0px;
		/* pointer-events: none; */
		background: url(../image/bannerbg.png) center no-repeat;
	}
	.jJKXgs {
		box-sizing: border-box;
		margin-left: 0px;
		margin-right: 0px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.njOoY {
		box-sizing: border-box;
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.footerwarp .foot-top .tl {
		width: 100%;
		float: none;
	}
	.footerwarp .foot-top .tr {
		width: 100%;
		float: none;
		text-align: right;
		display: none;
	}
	.fDfXCN {
		box-sizing: border-box;
		margin-left: 0px;
		margin-right: 0px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.gFIwCg .FeatureSlider .image-gallery-slide-wrapper{display: none;}
	.dVVbYs {
		box-sizing: border-box;
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.iqSIJd {
		margin-top: 20px;
	}
	.ivSHQQsswwae a {
		display: inline-block;
		width: 30%;
		height: 130px;
		box-shadow: 0 40px 90px -30px rgba(39,79,117,0.3);
		background: #fff;
		text-align: center;
		margin-right: 2%;
		padding: 20px 0;
		font-size: 18px;
		color: #0f2137;
		border-radius: 5px;
	}
	.iqGLhL {
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.fXcefl {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.bqxCCa {
		box-sizing: border-box;
		margin-bottom: 33px;
		margin-top: 0px;
		max-width: 100%;
		font-size: 16px;
		color: #666666;
		text-align: left;
		line-height: 30px;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
		width: 100%;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
		position: static;
		width: 100%;
		height: 100%;
		z-index: 1;
		top: 0px;
		left: 0px;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) {
		position: static;
		top: -80px;
		left: 0;
		text-align: right;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(2) {
		position: static;
		top: -80px;
		right: 0;
		text-align: left;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
		position: static;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		text-align: right;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(4) {
		position: static;
		bottom: -120px;
		right: 0;
		text-align: left;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
		position: static;
		bottom: -120px;
		left: 0;
		text-align: right;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(6) {
		position: static;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		text-align: left;
	}

	.image-gallery-thumbnails .image-gallery-thumbnails-container {
		cursor: pointer;
		text-align: center;
		-webkit-transition: -webkit-transform .45s ease-out;
		transition: -webkit-transform .45s ease-out;
		transition: transform .45s ease-out;
		transition: transform .45s ease-out,-webkit-transform .45s ease-out;
		white-space:inherit
	}
	.gFIwCg .FeatureSlider {
		padding-top: 80px;
		padding-bottom: 0px;
		position: relative;
	}
	.tuoguan-inner .tuoguan-li {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.tuoguan-inner .tuoguan-li-in {
		width: 100%;
		background: #fff;
		height: auto;
		padding: 30px 20px 30px 150px;
		position: relative;
		box-shadow: 0 10px 30px 0 rgba(39,79,117,0.1);
	}
	.gBuPUF {
		box-sizing: border-box;
		padding-bottom: 80px;
		padding-top: 60px;
	}

	.ewMXSZ {
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.fXceflbottomli {
		width: 100%;
		float: none;
		margin-right: 0;
		border: #d2d2d2 1px dashed;
	}
	.contactwarp .inner {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 80px 0;
	}
	.contactwarp .inner-left {
		position: relative;
		background: #260ae2;
		/*height: 300px;*/
		width: 100%;
		float: none;
		background-image: url(../image/bgimg1.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.contactwarp .inner-right {
		background: #fff;
		width: 100%;
		height: 480px;
		float: none;
		overflow: hidden;
	}
	.footerwarp .foot-top .nav-tl {
		font-size: 14px;
		color: #b2b5b9;
		display: flex;
	}
	.footerwarp .foot-bottom p {
		display: block;
		width: 100%;
		float: none;
		font-size: 14px;
		color: #b2b5b9;
		text-align: left;
	}
	.footerwarp .foot-bottom a {
		display: block;
		width: 100%;
		float: none;
		font-size: 14px;
		color: #b2b5b9;
	}
	.footerwarp .foot-bottom {
		border-top: #132944 1px solid;
		height: auto;
		line-height: 30px;
	}
	.sec1_banner aside {
		width: 100%;
		margin: 0 auto;
	}
	.dcetbH {
		box-sizing: border-box;
		margin-left: auto;
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec1_banner {
		position: absolute;
		width: 100%;
		top: 120px;
	}
	.sec1_slhg{width:100%;margin:0 auto;}
	
	


}
/* 大于768像素 */
@media (min-width:768px){
	.sec1_left{display: block;float: left;margin-top: -100px;}
	.sec1_banner aside {
		width: 100%;
		margin: 0 auto;
	}
	.hlLoFB {
		width: 300px;
		height: 300px;
	}
	.new-phone-warp{display: none;}
	.footerwarp .foot-bottom {
		border-top: #132944 1px solid;
		height: 50px;
		line-height: 50px;
	}
	.footerwarp .foot-bottom a {
		display: block;
		width: 50%;
		float: left;
		font-size: 14px;
		color: #b2b5b9;
	}
	.footerwarp .foot-bottom p {
		display: block;
		width: 50%;
		float: right;
		font-size: 14px;
		color: #b2b5b9;
		text-align: right;
	}
	.contactwarp .inner-right {
		background: #fff;
		width: 40%;
		height: 100%;
		float: left;
		overflow: hidden;
	}
	.contactwarp .inner-left {
		position: relative;
		background: #260ae2;
		height: 100%;
		width: 100%/*60%*/;
		float: left;
		background-image: url(../image/bgimg1.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.contactwarp .inner {
		width: 1000px;
		height: 660px;
		margin: auto;
		padding: 80px 0;
	}
	.fXceflbottomli {
		width: 48%;
		float: left;
		margin-right: 4%;
		border: #d2d2d2 1px dashed;
	}
	.ewMXSZ {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.gBuPUF {
		box-sizing: border-box;
		padding-bottom: 80px;
		padding-top: 20px;
	}
	.tuoguan-inner .tuoguan-li-in {
		width: 90%;
		background: #fff;
		height: 180px;
		padding: 30px 20px 30px 150px;
		position: relative;
		box-shadow: 0 10px 30px 0 rgba(39,79,117,0.1);
	}
	.tuoguan-inner .tuoguan-li {
		width: 50%;
		float: left;
		margin-top: 50px;
	}
	.gFIwCg .FeatureSlider {
		padding-top: 200px;
		padding-bottom: 100px;
		position: relative;
	}
	
.image-gallery-thumbnails .image-gallery-thumbnails-container {
	cursor: pointer;
	text-align: center;
	-webkit-transition: -webkit-transform .45s ease-out;
	transition: -webkit-transform .45s ease-out;
	transition: transform .45s ease-out;
	transition: transform .45s ease-out,-webkit-transform .45s ease-out;
	white-space: nowrap
}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(1) {
		position: absolute;
		top: -80px;
		left: 0;
		text-align: right;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(2) {
		position: absolute;
		top: -80px;
		right: 0;
		text-align: left;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(3) {
		position: absolute;
		top: 30%;
		right: 0px;
		transform: translateY(-50%);
		text-align: right;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(4) {
		position: absolute;
		bottom: -120px;
		right: 0;
		text-align: left;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(5) {
		position: absolute;
		bottom: -120px;
		left: 0;
		text-align: right;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail:nth-child(6) {
		position: absolute;
		top: 30%;
		left: 0px;
		transform: translateY(-50%);
		text-align: left;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		top: 0px;
		left: 0px;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
		width: 300px;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
	}
	.bqxCCa {
		box-sizing: border-box;
		margin-bottom: 33px;
		margin-top: 0px;
		max-width: 100%;
		font-size: 16px;
		color: #666666;
		text-align: left;
		line-height: 30px;
	}
	.fXcefl {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.iqGLhL {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.ivSHQQsswwae a {
		display: inline-block;
		width: 130px;
		height: 130px;
		box-shadow: 0 40px 90px -30px rgba(39,79,117,0.3);
		background: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 20px 0;
		font-size: 18px;
		color: #0f2137;
		border-radius: 5px;
	}
	.iqSIJd {
		margin-top: -68px;
	}
	.dVVbYs {
		box-sizing: border-box;
		padding-bottom: 0px;
		padding-top: 80px;
	}
	.gFIwCg .FeatureSlider .image-gallery-slide-wrapper{display: block;}
	.fDfXCN {
		box-sizing: border-box;
		margin-left: -15px;
		margin-right: -15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.footerwarp .foot-top .tl {
		width: 50%;
		float: left;
	}
	.footerwarp .foot-top .tr {
		width: 50%;
		float: right;
		text-align: right;
		display: block;
	}
	.phone-nav{display:none}
	.sticky-outer-wrapper{display: block;}
	.dVVbYs {
		position: relative;
		top: -68px;
		width: 100%;
		height: 940px;
		background: #187cff;
		border-radius: 0px;
		/* pointer-events: none; */
		background: url(../image/bannerbg.png) center no-repeat;
	}
	.jJKXgs {
		box-sizing: border-box;
		margin-left: -15px;
		margin-right: -15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.njOoY {
		box-sizing: border-box;
		margin-top: -160px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.dcetbH {
		box-sizing: border-box;
		margin-left: auto;
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec1_banner {
		position: absolute;
		width: 100%;
		top: 40%;
	}

	.sec1_slhg{width:1170px;margin:0 auto;}
	.footerwarp .foot-top .nav-tl {
		font-size: 14px;
		color: #b2b5b9;
		display: flex;
	}








}
/* 大于960像素 */
@media (min-width:992px){
	.sec1_slhg{width:1170px;margin:0 auto;}
	.sec1_left{display: block;float: left;margin-top: -100px;}
	.sec1_banner {
		position: absolute;
		width: 100%;
		top: 40%;
	}
	.dcetbH {
		box-sizing: border-box;
		margin-left: auto;
		margin-top: -80px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec1_banner aside {
		width: 100%;
		margin: 0 auto;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
		width: 200px;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
	}
	.dVVbYs {
		position: relative;
		top: 0;
		width: 100%;
		height: 860px;
		background: #187cff;
		border-radius: 0px;
		/* pointer-events: none; */
		background: url(../image/bannerbg.png) center no-repeat;
	} 
	.clEjje {
		font-size: 36px;
	}
	.iqSIJd {
		padding: 80px 0 100px;
		margin-top: 0px;
	}
	.container {
		width: 100%;
	}
	.hlLoFB {
		width: 450px;
		height: 450px;
		left: 0;
	}
	.njOoY {
		width: 44%;
	}

	.iqGLhL {
		width: 50%;
	}
	.ewMXSZ {
		width: 50%;
	}
	.gBuPUF {
		padding-bottom: 100px;
		padding-top: 180px;
	}
	.footerwarp .foot-top .nav-tl {
		font-size: 14px;
		color: #b2b5b9;
		display: inline-block;
	}
}

/* 大于1200像素 */
@media (min-width:1100px){
	.sec1_slhg{width:1170px;margin:0 auto;}
	.sec1_left{display: block;float: left;margin-top: -100px;}
	.sec1_banner {
		position: absolute;
		width: 100%;
		top: 40%;
	}
	.dcetbH {
		box-sizing: border-box;
		margin-left: auto;
		margin-top: -80px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec1_banner aside {
		width: 1100px;
		margin: 0 auto;
	}
	.container {
		width: 100%;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
		width: 240px;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
	}
	.hlLoFB {
		width: 500px;
		height: 500px;
		left: 1%;
	}
	.njOoY {
		width: 44%;
	}
	.iqGLhL {
		width: 50%;
	}
	.ewMXSZ {
		width: 50%;
	}
	.gBuPUF {
		padding-bottom: 100px;
		padding-top: 180px;
	}
	.footerwarp .foot-top .nav-tl {
		font-size: 14px;
		color: #b2b5b9;
		display: inline-block;
	}
}

/* 大于1200像素 */
@media (min-width:1201px){
	.sec1_slhg{width:1170px;margin:0 auto;}
	.sec1_left{display: block;float: left;margin-top: -100px;}
	.sec1_banner {
		position: absolute;
		width: 100%;
		top: 40%;
	}
	.dcetbH {
		box-sizing: border-box;
		margin-left: auto;
		margin-top: -80px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec1_banner aside {
		width: 1200px;
		margin: 0 auto;
	}
	#overflowvisible{overflow: visible;}
	.hlLoFB {
		width: 550px;
		height: 550px;
		left: 5%;
	}
	.gFIwCg .FeatureSlider .image-gallery-thumbnails-wrapper .image-gallery-thumbnails-container .image-gallery-thumbnail {
		width: 300px;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
	}
	.dVVbYs {
		position: relative;
		top: 0;
		width: 100%;
		height: 940px;
		background: #187cff;
		border-radius: 0px;
		overflow: hidden;
		/* pointer-events: none; */
		background: url(../image/bannerbg.png) center no-repeat;
	} 
	.clEjje {
		font-size: 40px;
	}
	.iqSIJd {
		padding: 80px 0 100px;
		margin-top: 50;
	}

	.container {
		max-width: 1170px;
		width: 100%;
		margin: auto;
	}

	.njOoY {
		width: 44%;
	}


	.iqGLhL {
		width: 50%;
	}

	.ewMXSZ {
		width: 60%;
	}
	.gBuPUF {
		padding-bottom: 100px;
		padding-top: 180px;
	}
	.footerwarp .foot-top .nav-tl {
		font-size: 14px;
		color: #b2b5b9;
		display: inline-block;
	}

}


.sec_con1{position: relative;z-index: 9999999999999999999999;height: 100%;}
.sec_con1 .swiper-slide img{width: 100%;display: block;margin-bottom: 20px;}
.sec1_bann{position: relative;}

.sec_con1 .sec1_banner aside img{
	width: auto;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transition: 0.3s ease-in-out 1s;
	-webkit-transition: 0.3s ease-in-out 1s;
	-moz-transition: 0.3s ease-in-out 1s;
}

.sec1_banner aside h2{color: white;opacity: 0;font-weight: bold;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: 0.5s ease-in-out 1.4s;
	-webkit-transition: 0.5s ease-in-out 1.4s;
	-moz-transition: 0.5s ease-in-out 1.4s;
}

.sec1_banner aside p{color: white;opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transition: 0.5s ease-in-out 1.8s;
	-webkit-transition: 0.5s ease-in-out 1.8s;
	-moz-transition: 0.5s ease-in-out 1.8s;

}
.sec_con1 .swiper-slide-active .sec1_banner aside img{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
.content__wrapper.featureBlockstyle__ContentWrapper-sc-1pllarm-2.eULayP{color: #fff;}
.sec_con1 .swiper-slide-active aside h2{opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.sec_con1 .swiper-slide-active aside h2 span{font-size: 24px;font-weight: 600;color: #ffc845;}

.sec_con1 .swiper-slide-active aside .bkAsTd{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}

.sec1_banner aside .bkAsTd{
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: 0s ease-in-out 1.8s;
	-webkit-transition: 0s ease-in-out 1.8s;
	-moz-transition: 0s ease-in-out 1.8s;
}
.sec_con1 .swiper-slide-active aside p{opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.sec1_list{position: absolute;bottom: 0;width: 100%;z-index: 9999999999999999999999;
	transform-style: preserve-3d;perspective: 1200px
}


.sec1_left .swiper-button-next,.sec1_left .swiper-button-prev{position: static;display: inline-block;background: none;font-size: 20px;color:black;width: auto;height: auto;font-weight: bold;padding: 0 10px;}
.sec1_left .swiper-button-next{margin-left:2px;}
.sec1_left .swiper-button-next:before{width:0;content: '';display: inline-block;vertical-align: middle;background: #fff;height: 2px;margin-top: -5px;margin-right: -7px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
}
.sec1_left .swiper-button-next:hover:before{width: 25px;
	
}
.sec1_left .swiper-button-prev:after{width:0;content: '';display: inline-block;vertical-align: middle;background: #fff;height: 2px;margin-top: -5px;margin-left: -7px;

	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	
}
.sec1_left .swiper-button-prev:hover:after{width: 25px;}


.dj_bottom{margin-left: 10%;}
.dj_bottom img{margin-top:-5px;animation: run 1.2s linear infinite;}
.sec1_right{position: relative;width: 200px;cursor: pointer; text-align: right; font-size: 18px; font-weight: bold;}
.sec1_right img{padding-right:8px; }



@keyframes run{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(5px);}
	100%{transform: translateY(-5px);}
}
.sec1_right{float: right;}
.sec_con1.acitve .sec1_slhg{
	transform: rotateX(95deg);
	transform-origin: bottom;
}





.sec_con2{background: #eeeeee;padding-bottom:80px;}
.sec2_list1{width:1200px;margin:0 auto;padding:3% 2%;background: white;box-sizing: border-box;}
.sec2_list1 ul{font-size: 0;}


.sec2{width:1200px; background: #fff; margin:auto; height: auto; overflow: hidden;box-sizing: border-box; padding: 3% 2%;}
.sec2 ul{width:100%; height: auto; overflow: hidden;}

.sec2 ul li{width:19%;float: left; border:1px solid #e1e1e1; height: auto; overflow: hidden; margin-right: 1%; text-align: center;height:205px; padding-top: 35px;box-sizing: border-box; }
.sec2 ul .li-last{margin-right:0;}
.sec2 ul li p{height:60px;}
.sec2 ul li p .img-xq{ display: block; width:auto; margin: auto;}
.sec2 ul li:hover p .img-xq{display: none; width:auto; margin: auto;}
.sec2 ul li p .img-h{display: none; width:auto; margin: auto;}
.sec2 ul li:hover p .img-h{ display: block; width:auto; margin: auto;}
.sec2 ul li dt{font-size:18px; padding-bottom: 10px;font-weight: bold;}
.sec2 ul li dd{font-size:14px; color: #515151; width: 82%; margin: auto; line-height: 24px; text-align: left;}
.sec2 ul li:hover p{
	-webkit-animation:swinging 5s ease-in-out 0s infinite; 
	-moz-animation:swinging 5s ease-in-out 0s infinite; 
	animation:swinging 5s ease-in-out 0s infinite; 
	-webkit-transform-origin:50% 0; 
	-moz-transform-origin:50% 0; 
	transform-origin:50% 0;}
.sec2 ul li:hover{background:#3d539c; color: #fff;}
.sec2 ul li:hover dd{color: #fff;}

@-webkit-keyframes swinging{ 0% { -webkit-transform: rotate(0); } 10% { -webkit-transform: rotate(10deg); } 20% { -webkit-transform: rotate(-9deg); } 30% { -webkit-transform: rotate(8deg); } 40% { -webkit-transform: rotate(-7deg); } 50% { -webkit-transform: rotate(6deg); } 60% { -webkit-transform: rotate(-5deg); } 70% { -webkit-transform: rotate(4deg); } 80% { -webkit-transform: rotate(-3deg); } 90% { -webkit-transform: rotate(2deg); } 95% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(0); } } 
 @-moz-keyframes swinging{ 0% { -moz-transform: rotate(0); } 10% { -moz-transform: rotate(10deg); } 20% { -moz-transform: rotate(-9deg); } 30% { -moz-transform: rotate(8deg); } 40% { -moz-transform: rotate(-7deg); } 50% { -moz-transform: rotate(6deg); } 60% { -moz-transform: rotate(-5deg); } 70% { -moz-transform: rotate(4deg); } 80% { -moz-transform: rotate(-3deg); } 90% { -moz-transform: rotate(2deg); } 95% { -moz-transform: rotate(0); } 100% { -moz-transform: rotate(0); } } 
 @keyframes swinging{ 0% { transform: rotate(0); } 10% { transform: rotate(10deg); } 20% { transform: rotate(-9deg); } 30% { transform: rotate(8deg); } 40% { transform: rotate(-7deg); } 50% { transform: rotate(6deg); } 60% { transform: rotate(-5deg); } 70% { transform: rotate(4deg); } 80% { transform: rotate(-3deg); } 90% { transform: rotate(2deg); } 95% { transform: rotate(0); } 100% { transform: rotate(0); } } 










@media only screen and (max-width:1600px ){
	.sec_con4>img{width: 107%;}
}

@media only screen and (max-width:1440px ){
	.sec3_left .index_com{padding-left: 25%;}
	.sec4_list img{width:70%;}
	.sec5_list1 li img{width: 100%;height:226px;}
	.sec5_list2 a{font-size: 16px;}
	.sec8_list li{width:45%;}
	.sec8_list li:nth-child(2){margin-left: 5%;}
}

@media only screen and (max-width:1366px ) {
	/* .sec1_banner aside h1{font-size: 65px;}
	.sec1_banner aside p{font-size: 35px;}
	.index_com h2{font-size: 30px;}
	.index_com p{font-size: 18px;} */
	.sec3_left .index_com{padding-left: 22%;}
	.sec3_right .index_com{padding-left: 8%;}
	.sec4_list img{width:70%;}
	.sec5_list1 li img{width: 100%;height:196px;}
}


.sec3_right .index_com,.sec6_right{left: 100px;opacity: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

@keyframes run2 {
	0%{transform: scaleX(0.8) scaleY(0.2);}
	50%{transform: scaleX(1.1) scaleY(0.8);}
	75%{transform: scaleX(0.9) scaleY(1.1);}
	100%{transform: scaleX(1) scaleY(1);}
}





.swiper-container{height: 100%;z-index: 99;min-height: 100%;}


.sec1_left .swiper-button-next, .sec1_left .swiper-button-prev{position: inherit;
	display: inline-block;
	margin-top: 0px;
	float:left;
	background:#1a73e7;
    font-size: 20px;
    color: #fff;
	width:50px;
	line-height: 35px;
	height: 35px;
    font-weight: bold;
    padding: 0 10px;}
.dj_bottom img{display: inline-table;}
.sec1_left .swiper-button-next:hover, .sec1_left .swiper-button-prev:hover{background:#ffc845;transition: 0.5s;}



.hcGHKR .btn-icon{color: #fff !important;}
.reusecore__button.hcGHKR:hover {
	background-color: #fff !important;
	background: #fff !important;
	border: #fff 1px solid;
	color: #1a73e8;
	
}
.reusecore__button:hover{margin-top: 0;top: 0;}
.reusecore__button.hcGHKR:hover .btn-icon{color: #1a73e8 !important;}

#imgbanner2{position: absolute !important;width: 600px  !important;min-width: 600px ;max-height:700px;}
#imgbanner3{position: absolute !important;width: 700px !important;min-width: 700px;max-height:700px;}







.iqSIJd .feature__block:after {
	content: "";
	display: block;
	height: .25em;
	position: absolute;
	top: 100%;
	width: 0%;
	left: 50%;
	transform: translate(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	background-size: 200% auto
}

.iqSIJd .feature__block:hover:after {
	width: 100%
}

.iqSIJd .feature__block:after {
	background: linear-gradient(to right,#4222f1 0,#1b73e8 100%);
	background: -webkit-linear-gradient(to right,#4222f1 0,#1b73e8 100%)
}

/*!
  Theme Name: PisSaas
  Theme URI: http://pixelsigns.com/pixsaas
  Author: PixelSigns
  Author URI: http://www.pixelsigns.co/
  Description: Software, App, SaaS landing HTML Template
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: pixsaas
  Tags: game,business,coporate,startup
  */@-webkit-keyframes a {
	0% {
		opacity: 1
	}

	90% {
		opacity: 0
	}
}

@keyframes a {
	0% {
		opacity: 1
	}

	90% {
		opacity: 0
	}
}

.element {
	width: 100px;
	height: 100px;
	background: #000;
	-webkit-animation: a 5s 3;
	animation: a 5s 3
}

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0,0,0,0);
	position: absolute
}

body {
	
	font-size: 16px;
	line-height: 28px;
	color: #797687;
	overflow-x: hidden
}

svg {
	display: block
}

a,button,input,select,textarea {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

button {
	cursor: pointer;
	outline: 0
}

input,select,textarea {
	width: 100%;
	padding: 10px 12px;
	outline: 0
}

a,a:hover {
	text-decoration: none
}


img {
	max-width: 100%;
	height: auto
}

.pr {
	position: relative
}

.pt-7 {
	padding-top: 70px
}

section {
	position: relative
}

.mw-none {
	max-width: unset!important
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

.section-small {
	margin-bottom: 80px
}

.section-small .title {
	font-size: 20px;
	font-weight: 500
}

.mt-40 {
	margin-top: 40px
}

.mt-60 {
	margin-top: 60px
}

.section-padding {
	padding: 100px 0
}

.no-scroll {
	overflow-y: hidden!important
}

.container-wide {
	max-width: 1700px;
	padding: 0 15px;
	margin: 0 auto
}

.gutters-10>[class*=col-] {
	padding: 0 5px
}


.fi:before {
	display: inline-block;
	font-family: Flaticon;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.flaticon-google-play:before {
	content: "\f100"
}

.flaticon-apple-logo:before {
	content: "\f101"
}

@media (max-width:991px) {
	.pix-order-two {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.pix-order-one {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.pix-btn {
	padding: 8px 30px;
	background: #fa7070;
	border-radius: 30px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3)
}

.pix-btn.submit-btn {
	border: 0;
	padding: 11px 35px
}

.pix-btn.submit-btn:focus {
	outline: 0
}

.pix-btn.btn-two {
	border-radius: 30px;
	background: #f97bc5;
	-webkit-box-shadow: 0 20px 30px 0 rgba(235,110,183,.3);
	box-shadow: 0 20px 30px 0 rgba(235,110,183,.3);
	border: 1px solid #f97bc5;
	font-weight: 500;
	font-size: 16px
}

.pix-btn.btn-two i {
	display: inline-block;
	vertical-align: middle
}

.pix-btn.btn-two:hover {
	background: transparent;
	color: #f97bc5;
	border-color: #f97bc5
}

.pix-btn.btn-two.btn-outline {
	border: 2px solid rgba(249,123,197,.5);
	color: #f97bc5
}

.pix-btn.btn-two.btn-outline:hover {
	background: #f97bc5;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(235,110,183,.3);
	box-shadow: 0 20px 30px 0 rgba(235,110,183,.3)
}

.pix-btn.btn-large {
	padding: 16px 44px;
	font-size: 16px
}

.pix-btn.plus-icon {
	padding: 8px 64px 8px 41px;
	position: relative
}

.pix-btn.plus-icon i {
	margin-left: 10px;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	right: 32px;
	top: 11px
}

.pix-btn.btn-big {
	padding: 16px 47px;
	font-size: 16px
}

.pix-btn.color-two {
	background: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3)
}

.pix-btn.btn-grey {
	background: #f3f3f4;
	color: #322d49;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 11px 40px
}

.pix-btn.btn-grey:hover {
	background: #fd4d5c
}

.pix-btn:focus,.pix-btn:hover {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.pix-btn.btn-outline {
	border: 1px solid #fa7070;
	background: transparent;
	color: #fa7070;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pix-btn.btn-outline:hover {
	background: #fa7070;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3)
}

.pix-btn.btn-outline-two {
	border: 1px solid #260ae2;
	background: transparent;
	color: #260ae2;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pix-btn.btn-outline-two:hover {
	background: #260ae2;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3)
}

.pix-btn.btn-light {
	background: #fff;
	color: #fa7070;
	border: 2px solid #fff;
	padding: 14px 40px
}

.pix-btn.btn-light:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.pix-btn.btn-light.color-two {
	color: #260ae2
}

.pix-btn.btn-light:hover {
	border-color: #fff
}

.pix-btn.btn-light.btn-outline,.pix-btn.btn-light:hover {
	background: transparent;
	color: #fff
}

.pix-btn.btn-light.btn-outline:hover {
	color: #f97bc5;
	background: #fff
}

.pix-btn.btn-three {
	background: #fd4d5c;
	border: 1px solid #fd4d5c;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pix-btn.btn-three:hover {
	background: transparent;
	color: #fd4d5c
}

.pix-btn.btn-round {
	border-radius: 4px
}

.btn-underline {
	color: #797687;
	font-size: 15px;
	position: relative;
	padding-bottom: 3px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 15px;
	max-width: 140px;
	margin: 0 auto
}

.btn-underline:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #797687;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-underline i {
	display: inline-block;
	margin-left: 10px
}

.btn-underline:hover {
	color: #fa7070
}

.btn-underline:hover:before {
	background: #fa7070
}

.play-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 600
}

.play-btn i {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: #fa7070;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 30px;
	text-shadow: 0 10px 10px rgba(176,70,70,.4)
}

.play-btn:hover {
	color: #fff
}

.play-btn.large i {
	height: 80px;
	width: 80px;
	line-height: 82px;
	color: #f97bc5;
	font-size: 40px
}

.play-btn-two {
	position: relative
}

.play-btn-two i:before {
	position: relative;
	z-index: 222
}

.play-btn-two i:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	background: #e6e7eb;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	z-index: 1
}

.app-btn {
	padding: 10px 20px;
	border-radius: 30px;
	color: #260ae2;
	display: inline-block;
	font-size: 18px;
	border: 2px solid #260ae2
}

.app-btn i {
	color: #260ae2;
	font-size: 20px;
	vertical-align: -2px;
	margin-right: 4px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.app-btn:hover {
	color: #fff;
	background: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	box-shadow: 0 20px 30px 0 rgba(67,37,204,.2)
}

.app-btn:hover i {
	color: #fff
}

.app-btn.btn-active {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	background: #260ae2
}

.app-btn.btn-active i {
	color: #fff
}

.app-btn.btn-active:hover {
	background: transparent;
	color: #260ae2;
	-webkit-box-shadow: none;
	box-shadow: none
}

.app-btn.btn-active:hover i {
	color: #260ae2
}

.return-to-top {
	position: fixed;
	bottom: -30px;
	right: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	z-index: 998;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: bottom .5s ease,opacity .5s ease;
	-o-transition: bottom .5s ease,opacity .5s ease;
	transition: bottom .5s ease,opacity .5s ease
}

.return-to-top:before {
	background: transparent;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: opacity .6s ease,-webkit-transform .5s ease;
	transition: opacity .6s ease,-webkit-transform .5s ease;
	-o-transition: transform .5s ease,opacity .6s ease;
	transition: transform .5s ease,opacity .6s ease;
	transition: transform .5s ease,opacity .6s ease,-webkit-transform .5s ease
}

.return-to-top:after,.return-to-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-radius: inherit
}

.return-to-top:after {
	background: rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.return-to-top>i {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: transparent;
	text-shadow: 0 0 #fff,0 50px #fff;
	-webkit-transition: text-shadow .2s ease;
	-o-transition: text-shadow .2s ease;
	transition: text-shadow .2s ease;
	z-index: 1
}

.return-to-top:hover:after {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	background: #fa7070;
	-webkit-box-shadow: 0 10px 20px 8px rgba(0,0,0,.15);
	box-shadow: 0 10px 20px 8px rgba(0,0,0,.15)
}

.return-to-top:hover>i {
	text-shadow: 0 -50px #fff,0 0 #fff
}

.return-to-top.back-top {
	bottom: 20px;
	opacity: 1
}

.list-items {
	margin: 0;
	padding: 0;
	list-style: none
}

.list-items li {
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
	color: #2b2350;
	padding-left: 28px;
	position: relative
}

.list-items li:before {
	content: "\4e";
	position: absolute;
	left: 0;
	top: 0;
	color: #fa7070
}

.list-items.color-two li:before {
	color: #260ae2
}

.list-items.list-with-icon li:before {
	display: none
}

.list-items.list-with-icon li i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #260ae2
}

input,select,textarea {
	background: #fdfafa;
	padding: 15px 30px;
	border: 1px solid #efe7e7;
	margin-bottom: 30px;
	border-radius: 30px
}

input:focus,select:focus,textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1)
}

textarea {
	height: 200px
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none
}

select::-ms-expand {
	display: none
}

.pix-select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000;
	cursor: pointer
}

.pix-select:after {
	content: "\33";
	position: absolute;
	top: 19%;
	right: 0;
	padding-right: 15px;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: all .25s ease;
	-o-transition: .25s all ease;
	transition: all .25s ease;
	font-size: 24px
}

.pix-select:hover:after {
	color: #fa7070
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: scale(1) translate(0)
	}

	to {
		-webkit-transform: scale(1.03) translate(0)
	}
}

@keyframes b {
	0% {
		-webkit-transform: scale(1) translate(0)
	}

	to {
		-webkit-transform: scale(1.03) translate(0)
	}
}

@-webkit-keyframes c {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@keyframes c {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@-webkit-keyframes d {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes d {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes e {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
}

@keyframes e {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
}

@-webkit-keyframes f {
	0% {
		-webkit-transform: translateX(-10px) scale(.9);
		transform: translateX(-10px) scale(.9)
	}

	to {
		-webkit-transform: translateX(30px) scale(1.3) translateY(10px);
		transform: translateX(30px) scale(1.3) translateY(10px)
	}
}

@keyframes f {
	0% {
		-webkit-transform: translateX(-10px) scale(.9);
		transform: translateX(-10px) scale(.9)
	}

	to {
		-webkit-transform: translateX(30px) scale(1.3) translateY(10px);
		transform: translateX(30px) scale(1.3) translateY(10px)
	}
}

@-webkit-keyframes g {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0,1%,0) rotate(0deg);
		transform: rotate(0deg) translate3d(0,1%,0) rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn) translate3d(0,1%,0) rotate(-1turn);
		transform: rotate(1turn) translate3d(0,1%,0) rotate(-1turn)
	}
}

@-webkit-keyframes h {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes h {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes i {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes i {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes j {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes j {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes k {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes k {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes l {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes l {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes m {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes m {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes n {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes n {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.pixFade {
	-webkit-animation-name: h;
	animation-name: h
}

.pixFadeUp {
	-webkit-animation-name: i;
	animation-name: i
}

.pixFadeDown {
	-webkit-animation-name: j;
	animation-name: j
}

.pixFadeLeft {
	-webkit-animation-name: k;
	animation-name: k
}

.pixFadeRight {
	-webkit-animation-name: l;
	animation-name: l
}

.pixZoomIn {
	-webkit-animation-name: m;
	animation-name: m
}

.pixBounceIn {
	-webkit-animation-name: n;
	animation-name: n
}

.zoomIn {
	-webkit-animation-name: d;
	animation-name: d
}
/*
@-webkit-keyframes o {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 1
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}
}

@keyframes o {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 1
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}
}

@-webkit-keyframes p {
	0% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	to {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
}

@keyframes p {
	0% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	to {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
}

@-webkit-keyframes q {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes q {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes r {
	0% {
		-webkit-transform: translate3d(-10px,-10px,0);
		transform: translate3d(-10px,-10px,0);
		opacity: 1
	}

	50% {
		-webkit-transform: translate3d(-20px,20px,0);
		transform: translate3d(-20px,20px,0);
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(30px,0,0);
		transform: translate3d(30px,0,0);
		opacity: 1
	}
}

@keyframes r {
	0% {
		-webkit-transform: translate3d(-10px,-10px,0);
		transform: translate3d(-10px,-10px,0);
		opacity: 1
	}

	50% {
		-webkit-transform: translate3d(-20px,20px,0);
		transform: translate3d(-20px,20px,0);
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(30px,0,0);
		transform: translate3d(30px,0,0);
		opacity: 1
	}
}

@-webkit-keyframes s {
	0% {
		width: 82px;
		height: 82px;
		opacity: 1
	}

	50% {
		opacity: 1
	}

	to {
		height: 150px;
		width: 150px;
		opacity: 0
	}
}

@keyframes s {
	0% {
		width: 82px;
		height: 82px;
		opacity: 1
	}

	50% {
		opacity: 1
	}

	to {
		height: 150px;
		width: 150px;
		opacity: 0
	}
}

@-webkit-keyframes t {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(-73px,1px) rotate(-36deg);
		transform: translate(-73px,1px) rotate(-36deg)
	}

	40% {
		-webkit-transform: translate(-141px,-72px) rotate(-72deg);
		transform: translate(-141px,-72px) rotate(-72deg)
	}

	60% {
		-webkit-transform: translate(-83px,-122px) rotate(-108deg);
		transform: translate(-83px,-122px) rotate(-108deg)
	}

	80% {
		-webkit-transform: translate(40px,-72px) rotate(-144deg);
		transform: translate(40px,-72px) rotate(-144deg)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@keyframes t {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(-73px,1px) rotate(-36deg);
		transform: translate(-73px,1px) rotate(-36deg)
	}

	40% {
		-webkit-transform: translate(-141px,-72px) rotate(-72deg);
		transform: translate(-141px,-72px) rotate(-72deg)
	}

	60% {
		-webkit-transform: translate(-83px,-122px) rotate(-108deg);
		transform: translate(-83px,-122px) rotate(-108deg)
	}

	80% {
		-webkit-transform: translate(40px,-72px) rotate(-144deg);
		transform: translate(40px,-72px) rotate(-144deg)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@-webkit-keyframes u {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px,1px) rotate(36deg);
		transform: translate(73px,1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg);
		transform: translate(141px,72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg);
		transform: translate(83px,122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg);
		transform: translate(-40px,72px) rotate(144deg)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@keyframes u {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px,1px) rotate(36deg);
		transform: translate(73px,1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg);
		transform: translate(141px,72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg);
		transform: translate(83px,122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg);
		transform: translate(-40px,72px) rotate(144deg)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@keyframes g {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0,3%,0) rotate(0deg);
		transform: rotate(0deg) translate3d(0,3%,0) rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn) translate3d(0,3%,0) rotate(-1turn);
		transform: rotate(1turn) translate3d(0,3%,0) rotate(-1turn)
	}
}

@-webkit-keyframes v {
	0% {
		-webkit-transform: rotate(0deg) rotate(0deg) translate3d(0,1%,0) rotate(0deg);
		transform: rotate(0deg) rotate(0deg) translate3d(0,1%,0) rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn) rotate(45deg) translate3d(0,1%,0) rotate(-1turn);
		transform: rotate(1turn) rotate(45deg) translate3d(0,1%,0) rotate(-1turn)
	}
}

@keyframes v {
	0% {
		-webkit-transform: rotate(0deg) rotate(0deg) translate3d(0,1%,0) rotate(0deg);
		transform: rotate(0deg) rotate(0deg) translate3d(0,1%,0) rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn) rotate(45deg) translate3d(0,1%,0) rotate(-1turn);
		transform: rotate(1turn) rotate(45deg) translate3d(0,1%,0) rotate(-1turn)
	}
}

@-webkit-keyframes w {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px,-1px) rotate(36deg);
		transform: translate(73px,-1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg);
		transform: translate(141px,72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg);
		transform: translate(83px,122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg);
		transform: translate(-40px,72px) rotate(144deg)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@keyframes w {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px,-1px) rotate(36deg);
		transform: translate(73px,-1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg);
		transform: translate(141px,72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg);
		transform: translate(83px,122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg);
		transform: translate(-40px,72px) rotate(144deg)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@-webkit-keyframes x {
	0% {
		-webkit-transform: translate(0) rotate(0deg) scale(1);
		transform: translate(0) rotate(0deg) scale(1)
	}

	20% {
		-webkit-transform: translate(73px,-1px) rotate(36deg) scale(.9);
		transform: translate(73px,-1px) rotate(36deg) scale(.9)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg) scale(1);
		transform: translate(141px,72px) rotate(72deg) scale(1)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg) scale(1.2);
		transform: translate(83px,122px) rotate(108deg) scale(1.2)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg) scale(1.1);
		transform: translate(-40px,72px) rotate(144deg) scale(1.1)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg) scale(1);
		transform: translate(0) rotate(0deg) scale(1)
	}
}

 @keyframes x {
	0% {
		-webkit-transform: translate(0) rotate(0deg) scale(1);
		transform: translate(0) rotate(0deg) scale(1)
	}

	20% {
		-webkit-transform: translate(73px,-1px) rotate(36deg) scale(.9);
		transform: translate(73px,-1px) rotate(36deg) scale(.9)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg) scale(1);
		transform: translate(141px,72px) rotate(72deg) scale(1)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg) scale(1.2);
		transform: translate(83px,122px) rotate(108deg) scale(1.2)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg) scale(1.1);
		transform: translate(-40px,72px) rotate(144deg) scale(1.1)
	}

	to {
		-webkit-transform: translate(0) rotate(0deg) scale(1);
		transform: translate(0) rotate(0deg) scale(1)
	}
}

@-webkit-keyframes y {
	0% {
		-webkit-transform: translate(61px,-99px) rotate(0deg);
		transform: translate(61px,-99px) rotate(0deg)
	}

	21% {
		-webkit-transform: translate(4px,-190px) rotate(38deg);
		transform: translate(4px,-190px) rotate(38deg)
	}

	41% {
		-webkit-transform: translate(-139px,-200px) rotate(74deg);
		transform: translate(-139px,-200px) rotate(74deg)
	}

	60% {
		-webkit-transform: translate(-263px,-164px) rotate(108deg);
		transform: translate(-263px,-164px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-195px,-49px) rotate(144deg);
		transform: translate(-195px,-49px) rotate(144deg)
	}

	to {
		-webkit-transform: translate(-1px) rotate(180deg);
		transform: translate(-1px) rotate(180deg)
	}
}

@keyframes y {
	0% {
		-webkit-transform: translate(61px,-99px) rotate(0deg);
		transform: translate(61px,-99px) rotate(0deg)
	}

	21% {
		-webkit-transform: translate(4px,-190px) rotate(38deg);
		transform: translate(4px,-190px) rotate(38deg)
	}

	41% {
		-webkit-transform: translate(-139px,-200px) rotate(74deg);
		transform: translate(-139px,-200px) rotate(74deg)
	}

	60% {
		-webkit-transform: translate(-263px,-164px) rotate(108deg);
		transform: translate(-263px,-164px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-195px,-49px) rotate(144deg);
		transform: translate(-195px,-49px) rotate(144deg)
	}

	to {
		-webkit-transform: translate(-1px) rotate(180deg);
		transform: translate(-1px) rotate(180deg)
	}
} */

.page-loader {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999
}

.page-loader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.page-loader svg {
	display: none
}

.blobs {
	-webkit-filter: url(#goo);
	filter: url(#goo);
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 70px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.blobs .blob-center {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-animation: A linear 3.4s infinite;
	animation: A linear 3.4s infinite;
	-webkit-box-shadow: 0 -10px 40px -5px #fa7070;
	box-shadow: 0 -10px 40px -5px #fa7070
}

.blob,.blobs .blob-center {
	position: absolute;
	background: #fa7070;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: scale(.9) translate(-50%,-50%);
	-ms-transform: scale(.9) translate(-50%,-50%);
	transform: scale(.9) translate(-50%,-50%);
	border-radius: 50%
}

.blob {
	-webkit-animation: z ease-out 3.4s infinite;
	animation: z ease-out 3.4s infinite;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	opacity: 0
}

.blob:first-child {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.blob:nth-child(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.blob:nth-child(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.blob:nth-child(4) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.blob:nth-child(5) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

/* @-webkit-keyframes z {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(-330px - 50%),-50%);
		transform: scale(0) translate(calc(-330px - 50%),-50%)
	}

	1% {
		opacity: 1
	}

	35%,65% {
		opacity: 1;
		-webkit-transform: scale(.9) translate(-50%,-50%);
		transform: scale(.9) translate(-50%,-50%)
	}

	99% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(330px - 50%),-50%);
		transform: scale(0) translate(calc(330px - 50%),-50%)
	}
}

@keyframes z {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(-330px - 50%),-50%);
		transform: scale(0) translate(calc(-330px - 50%),-50%)
	}

	1% {
		opacity: 1
	}

	35%,65% {
		opacity: 1;
		-webkit-transform: scale(.9) translate(-50%,-50%);
		transform: scale(.9) translate(-50%,-50%)
	}

	99% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(330px - 50%),-50%);
		transform: scale(0) translate(calc(330px - 50%),-50%)
	}
} */

@-webkit-keyframes A {
	0%,39% {
		-webkit-transform: scale(0) translate(-50%,-50%);
		transform: scale(0) translate(-50%,-50%)
	}

	40%,42% {
		-webkit-transform: scaleY(.9) translate(-50%,-50%);
		transform: scaleY(.9) translate(-50%,-50%)
	}

	43%,44% {
		-webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
		transform: scale(1.2,1.1) translate(-50%,-50%)
	}

	45%,46% {
		-webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
		transform: scale(1.3,1.2) translate(-50%,-50%)
	}

	47%,48% {
		-webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
		transform: scale(1.4,1.3) translate(-50%,-50%)
	}

	52% {
		-webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
		transform: scale(1.5,1.4) translate(-50%,-50%)
	}

	54% {
		-webkit-transform: scale(1.7,1.6) translate(-50%,-50%);
		transform: scale(1.7,1.6) translate(-50%,-50%)
	}

	58% {
		-webkit-transform: scale(1.8,1.7) translate(-50%,-50%);
		transform: scale(1.8,1.7) translate(-50%,-50%)
	}

	68%,70% {
		-webkit-transform: scale(1.7,1.5) translate(-50%,-50%);
		transform: scale(1.7,1.5) translate(-50%,-50%)
	}

	78% {
		-webkit-transform: scale(1.6,1.4) translate(-50%,-50%);
		transform: scale(1.6,1.4) translate(-50%,-50%)
	}

	80%,81% {
		-webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
		transform: scale(1.5,1.4) translate(-50%,-50%)
	}

	82%,83% {
		-webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
		transform: scale(1.4,1.3) translate(-50%,-50%)
	}

	84%,85% {
		-webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
		transform: scale(1.3,1.2) translate(-50%,-50%)
	}

	86%,87% {
		-webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
		transform: scale(1.2,1.1) translate(-50%,-50%)
	}

	90%,91% {
		-webkit-transform: scaleY(.9) translate(-50%,-50%);
		transform: scaleY(.9) translate(-50%,-50%)
	}

	92%,to {
		-webkit-transform: scale(0) translate(-50%,-50%);
		transform: scale(0) translate(-50%,-50%)
	}
}

@keyframes A {
	0%,39% {
		-webkit-transform: scale(0) translate(-50%,-50%);
		transform: scale(0) translate(-50%,-50%)
	}

	40%,42% {
		-webkit-transform: scaleY(.9) translate(-50%,-50%);
		transform: scaleY(.9) translate(-50%,-50%)
	}

	43%,44% {
		-webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
		transform: scale(1.2,1.1) translate(-50%,-50%)
	}

	45%,46% {
		-webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
		transform: scale(1.3,1.2) translate(-50%,-50%)
	}

	47%,48% {
		-webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
		transform: scale(1.4,1.3) translate(-50%,-50%)
	}

	52% {
		-webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
		transform: scale(1.5,1.4) translate(-50%,-50%)
	}

	54% {
		-webkit-transform: scale(1.7,1.6) translate(-50%,-50%);
		transform: scale(1.7,1.6) translate(-50%,-50%)
	}

	58% {
		-webkit-transform: scale(1.8,1.7) translate(-50%,-50%);
		transform: scale(1.8,1.7) translate(-50%,-50%)
	}

	68%,70% {
		-webkit-transform: scale(1.7,1.5) translate(-50%,-50%);
		transform: scale(1.7,1.5) translate(-50%,-50%)
	}

	78% {
		-webkit-transform: scale(1.6,1.4) translate(-50%,-50%);
		transform: scale(1.6,1.4) translate(-50%,-50%)
	}

	80%,81% {
		-webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
		transform: scale(1.5,1.4) translate(-50%,-50%)
	}

	82%,83% {
		-webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
		transform: scale(1.4,1.3) translate(-50%,-50%)
	}

	84%,85% {
		-webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
		transform: scale(1.3,1.2) translate(-50%,-50%)
	}

	86%,87% {
		-webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
		transform: scale(1.2,1.1) translate(-50%,-50%)
	}

	90%,91% {
		-webkit-transform: scaleY(.9) translate(-50%,-50%);
		transform: scaleY(.9) translate(-50%,-50%)
	}

	92%,to {
		-webkit-transform: scale(0) translate(-50%,-50%);
		transform: scale(0) translate(-50%,-50%)
	}
}

.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.site-header .header-inner {
	position: relative
}

.site-header .header-inner .site-logo a {
	display: block;
	max-width: 150px
}

.site-header .header-inner .site-logo a img {
	width: 100%
}

.site-header .header-inner .site-logo a .sticky-logo {
	display: none
}

.site-header .header-inner .site-nav {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.site-header .header-inner .site-nav,.site-header .header-inner .site-nav .menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site-header .header-inner .site-nav .menu-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.site-header .header-inner .site-nav .menu-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.site-header .header-inner .site-nav .nav-right {
	margin-left: 50px
}

.site-header .header-inner .site-nav .nav-right .nav-btn {
	background: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	color: #fa7070;
	display: inline-block;
	padding: 7px 37px;
	font-weight: 600;
	border-radius: 30px;
	font-size: 14px;
	border: 2px solid transparent
}

.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fa7070;
	color: #fff
}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 37px
}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {
	background: #fff;
	color: #260ae2;
	border-color: #fff
}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
	background-color: hsla(0,0%,100%,.1);
	border-color: hsla(0,0%,100%,.3);
	color: #fff;
	padding: 9px 37px
}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
	background: #fff;
	color: #260ae2
}

.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a.current_page,.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a:hover {
	color: #260ae2
}

.site-header .site-mobile-logo {
	display: none
}

.site-header .site-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.site-header .site-main-menu li {
	margin: 0 23px;
	position: relative;
	padding: 36px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.site-header .site-main-menu li:last-child {
	margin-right: 0
}

.site-header .site-main-menu li>a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative
}

.site-header .site-main-menu li>a:after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0
}

.site-header .site-main-menu li>a.current_page:after,.site-header .site-main-menu li>a:hover:after {
	width: 100%;
	opacity: 1
}

.site-header .site-main-menu li.menu-item-has-children:after {
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.site-header .site-main-menu li.menu-item-has-children:hover:after {
	color: #fa7070
}

.site-header .site-main-menu li .sub-menu {
	display: block;
	margin: 0;
	padding: 23px 30px;
	list-style: none;
	background: #fff;
	-webkit-box-shadow: 0 0 36px 4px rgba(79,35,35,.1);
	box-shadow: 0 0 36px 4px rgba(79,35,35,.1);
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 250px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 999999;
	border-radius: 4px
}

.site-header .site-main-menu li .sub-menu li {
	display: block;
	margin: 0;
	padding: 0
}

.site-header .site-main-menu li .sub-menu li.menu-item-has-children:after {
	content: "\35";
	right: 0;
	color: #333
}

.site-header .site-main-menu li .sub-menu li.menu-item-has-children .sub-menu {
	left: 105%;
	top: 0;
	visibility: hidden;
	opacity: 0
}

.site-header .site-main-menu li .sub-menu li.menu-item-has-children:hover .sub-menu {
	top: -23px;
	visibility: visible;
	opacity: 1
}

.site-header .site-main-menu li .sub-menu li a {
	display: block;
	padding: 3px 0;
	color: #797687;
	font-size: 14px;
	font-weight: 500
}

.site-header .site-main-menu li .sub-menu li a:after {
	display: none
}

.site-header .site-main-menu li .sub-menu li a.current_page,.site-header .site-main-menu li .sub-menu li a:hover {
	color: #fa7070
}

.site-header .site-main-menu li .sub-menu li:last-child a {
	border-bottom: 0
}

.site-header .site-main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.site-header .nav-dark .site-main-menu li a {
	color: #2b2350
}

.site-header .nav-dark .site-main-menu li a:after {
	display: none
}

.site-header .nav-dark .site-main-menu li a.current_page,.site-header .nav-dark .site-main-menu li a:hover {
	color: #fa7070
}

.site-header .nav-dark .site-main-menu li.menu-item-has-children:after {
	color: #2b2350
}

.site-header.header-five .header-inner .site-nav .menu-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 80%
}

.site-header.header-five .header-inner .site-nav .nav-right .nav-btn {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid hsla(0,0%,100%,.302);
	border-radius: 4px;
	padding: 7px 24px;
	font-size: 16px
}

.site-header.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #260ae2
}

.site-header.header-five .site-main-menu li a {
	color: #2b2350
}

.site-header.header-five .site-main-menu li a:after {
	display: none
}

.site-header.header-five .site-main-menu li a.current_page,.site-header.header-five .site-main-menu li a:hover {
	color: #260ae2
}

.site-header.header-five .site-main-menu li.menu-item-has-children:after {
	color: #2b2350
}

.site-header.header-five .site-main-menu li .sub-menu li a.current_page,.site-header.header-five .site-main-menu li .sub-menu li a:hover {
	color: #260ae2
}

.site-header.header-six .header-inner .site-nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.site-header.header-six .header-inner .site-nav .nav-right .nav-btn {
	background: transparent;
	border: 2px solid #efbbd9;
	color: #f97bc5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.site-header.header-six .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #f97bc5;
	color: #fff;
	border-color: #f97bc5
}

.site-header.header-six .header-inner .site-nav .nav-right .login-btn {
	color: #646479;
	margin-right: 15px;
	font-weight: 500
}

.site-header.header-six .header-inner .site-nav .nav-right .login-btn i {
	margin-right: 5px
}

.site-header.header-six .header-inner .site-nav .nav-right .login-btn:hover {
	color: #f97bc5
}

.site-header.header-six .site-main-menu li>a {
	color: #2b2350
}

.site-header.header-six .site-main-menu li .sub-menu li a.current_page,.site-header.header-six .site-main-menu li .sub-menu li a:hover,.site-header.header-six .site-main-menu li>a:hover {
	color: #f97bc5
}

.site-header.header-seven .header-inner .site-nav .menu-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 80%
}

.site-header.header-seven .header-inner .site-nav .nav-right .nav-btn {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid hsla(0,0%,100%,.302);
	border-radius: 4px;
	padding: 7px 24px;
	font-size: 16px
}

.site-header.header-seven .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #fd4d5c
}

.site-header.header-seven .site-main-menu li a {
	color: #fff
}

.site-header.header-seven .site-main-menu li a:after {
	display: none
}

.site-header.header-seven .site-main-menu li a.current_page,.site-header.header-seven .site-main-menu li a:hover {
	color: #fd4d5c
}

.site-header.header-seven .site-main-menu li.menu-item-has-children:after {
	color: #2b2350
}

.site-header.header-seven .site-main-menu li .sub-menu li a.current_page,.site-header.header-seven .site-main-menu li .sub-menu li a:hover {
	color: #fd4d5c
}

.site-header.header-seven.pix-header-fixed .site-main-menu li a {
	color: #333
}

.site-header.header-seven.pix-header-fixed .site-main-menu li a:hover {
	color: #fd4d5c
}

.site-header.header-seven.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
	color: #2b2350
}

.site-header.header-seven.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
	border-color: #fd4d5c;
	color: #fd4d5c
}

.site-header.header-seven.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fd4d5c;
	color: #fff
}

.logo-sticky {
	display: none
}

.pix-header-fixed {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 999999;
	-webkit-box-shadow: 0 10px 20px 0 rgba(79,35,35,.08);
	box-shadow: 0 10px 20px 0 rgba(79,35,35,.08);
	-webkit-animation: q .65s cubic-bezier(.23,1,.32,1) both;
	animation: q .65s cubic-bezier(.23,1,.32,1) both;
	background: #fff
}

.pix-header-fixed .header-inner .site-logo {
	padding: 18px 0
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
	display: block
}

.pix-header-fixed .header-inner .site-logo .logo-main {
	display: none
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
	background: transparent;
	color: #fa7070;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fa7070
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fa7070;
	color: #fff
}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn,.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
	border-color: #260ae2;
	color: #260ae2
}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover,.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {
	background: #260ae2;
	color: #fff;
	border-color: #260ae2
}

.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a.current_page,.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover {
	color: #260ae2
}

.pix-header-fixed .site-main-menu li {
	padding: 28px 0
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after,.pix-header-fixed .site-main-menu li a {
	color: #333
}

.pix-header-fixed .site-main-menu li a:after {
	display: none
}

.pix-header-fixed .site-main-menu li a.current_page,.pix-header-fixed .site-main-menu li a:hover {
	color: #fa7070
}

.pix-header-fixed .site-main-menu li a.current_page:after,.pix-header-fixed .site-main-menu li a.current_page:before,.pix-header-fixed .site-main-menu li a:hover:after,.pix-header-fixed .site-main-menu li a:hover:before {
	background: #fa7070
}

.pix-header-fixed .site-logo .main-logo {
	display: none
}

.pix-header-fixed .site-logo .sticky-logo {
	display: block
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn {
	color: #260ae2;
	border: 2px solid #260ae2
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #260ae2;
	border-color: #260ae2;
	color: #fff
}

.mask-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 3333;
	top: 0;
	left: 0
}

.close-menu {
	display: none
}

.home-color-two .return-to-top:hover:after {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	background: #260ae2;
	-webkit-box-shadow: 0 10px 20px 8px rgba(0,0,0,.15);
	box-shadow: 0 10px 20px 8px rgba(0,0,0,.15)
}

.home-color-two .return-to-top:hover>i {
	text-shadow: 0 -50px #fff,0 0 #fff
}

@media (max-width:991px) {
	.toggle-menu {
		position: absolute;
		left: 0;
		width: 26px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
		height: 24px
	}

	.toggle-menu .bar {
		width: 18px;
		height: 2px;
		display: block;
		float: left;
		margin: 3px auto;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #fff
	}

	.toggle-menu .bar:nth-child(2) {
		width: 24px
	}

	.site-header .header-inner {
		text-align: center;
		padding: 15px 0
	}

	.site-header .header-inner .site-nav .nav-right {
		margin-left: 20px
	}

	.site-header .header-inner .site-nav .nav-right .nav-btn {
		padding: 8px 22px
	}

	.site-header .site-mobile-logo {
		display: block
	}

	.site-header .site-main-menu li {
		margin: 0 15px
	}

	.site-header .site-logo {
		display: none
	}

	.site-header.header-two.toggle-light .toggle-menu .bar {
		background: #fff
	}

	.site-header.header-five .toggle-menu .bar,.site-header.header-six .toggle-menu .bar {
		background: #333
	}

	.site-header .site-nav {
		position: fixed;
		width: 320px!important;
		height: 100vh;
		background: #fff;
		top: 0;
		left: -100%;
		display: block!important;
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		overflow: scroll;
		-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
		box-shadow: 0 20px 30px rgba(0,0,0,.1)
	}

	.site-header .site-nav .site-main-menu {
		display: block;
		width: 100%;
		padding-bottom: 50px;
		text-align: left
	}

	.site-header .site-nav .site-main-menu li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #f1f2f3
	}

	.site-header .site-nav .site-main-menu li:first-child {
		border-top: 1px solid #f1f2f3
	}

	.site-header .site-nav .site-main-menu li a {
		display: block;
		color: #888;
		padding: 6px 35px;
		font-weight: 400
	}

	.site-header .site-nav .site-main-menu li a:after {
		display: none
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children {
		position: relative
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children:after {
		display: none
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children:focus,.site-header .site-nav .site-main-menu li.menu-item-has-children a:hover {
		color: #fa7070
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children i {
		position: absolute;
		top: 6px;
		right: 20px;
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		z-index: 222
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
		position: static;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 1;
		width: auto;
		visibility: visible;
		background: transparent;
		padding: 0;
		display: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li {
		padding: 0
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid #f1f2f3
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:last-child {
		border-bottom: none;
		padding-bottom: 0
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li a {
		color: #888;
		font-weight: 400;
		padding: 5px 35px 5px 45px
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
		left: 0;
		top: auto
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
		padding-left: 60px
	}

	.site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
		content: "\33";
		color: #fff
	}

	.site-header .site-nav .nav-right {
		display: none
	}

	.site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus,.site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus:after,.site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover,.site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover:after,.site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:focus,.site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:hover {
		color: #260ae2
	}

	.site-header.header-two .toggle-menu .bar {
		background: #2b2350
	}

	.header-inner .site-mobile-logo img {
		max-height: 30px;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.pix-header-fixed .toggle-menu {
		top: 30px
	}

	.pix-header-fixed .toggle-menu .bar {
		background: #333
	}

	.pix-header-fixed .site-main-menu li.menu-item-has-children:after,.pix-header-fixed .site-main-menu li a {
		color: #fff
	}

	.pix-header-fixed .header-inner .site-logo {
		padding: 12px 0
	}

	.pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
		background: #000
	}

	.sidebar-open .site-header .site-nav {
		left: 0
	}

	.sidebar-open .menu-wrapper:before {
		opacity: 1;
		visibility: visible
	}

	.close-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		top: 0;
		text-align: right;
		width: 100%;
		left: 0;
		padding: 2px;
		padding: 30px 20px
	}

	.close-menu i {
		font-size: 36px;
		color: #2b2350
	}

	.close-menu span {
		font-size: 15px
	}

	.header-dark .toggle-menu .bar {
		background: #2b2350
	}
}

@media (max-width:420px) {
	.site-header .site-nav {
		width: 100%!important
	}
}

.banner {
	position: relative
}

.banner .banner-content-wrap {
	position: relative;
	-webkit-transform: translateY(52%);
	-ms-transform: translateY(52%);
	transform: translateY(52%);
	z-index: 2
}

.banner .banner-content .banner-title {
	font-size: 60px;
	line-height: 70px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px
}

.banner .banner-content .banner-title span {
	font-weight: 800
}

.banner .banner-content .description {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	margin-bottom: 47px
}

.banner .banner-content .banner-btn {
	color: #fff;
	padding: 10px 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
	display: inline-block
}

.banner .banner-content .banner-btn:hover {
	background: #fff;
	color: #fa7070;
	-webkit-box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	box-shadow: 0 20px 30px 0 rgba(79,35,35,.15)
}

.banner.banner-one {
	height: 1050px;
	background-image: -o-linear-gradient(350deg,#fa7070 0,#fa9770 100%);
	background-image: linear-gradient(100deg,#fa7070,#fa9770);
	position: relative;
	overflow-x: hidden
}

.banner.banner-one .circle-shape {
	position: absolute;
	top: -20%;
	left: -13%
}

.banner.banner-one .promo-mockup {
	margin-left: -120px
}

.banner.banner-one .promo-mockup img {
	max-width: 920px;
	-webkit-animation: b 4s infinite ease;
	animation: b 4s infinite ease;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-transform: scale(1) translate(0);
	-ms-transform: scale(1) translate(0);
	transform: scale(1) translate(0)
}

.banner.banner-one .bg-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1
}

.banner.banner-two {
	height: 1028px;
	overflow: hidden;
	background-image: -o-linear-gradient(150deg,#260ae2 0,#5555ff 100%);
	background-image: linear-gradient(-60deg,#260ae2,#5555ff)
}

.banner.banner-two .vector-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1028px
}

.banner.banner-two .vector-bg img {
	max-width: unset
}

.banner.banner-two .banner-content-wrap {
	-webkit-transform: translateY(37%);
	-ms-transform: translateY(37%);
	transform: translateY(37%)
}

.banner.banner-two .banner-content .banner-title,.banner.banner-two .banner-content .description {
	color: #2b2350
}

.banner.banner-two .banner-content .banner-btn.color-two {
	background: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	border: 1px solid transparent
}

.banner.banner-two .banner-content .banner-btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.banner.banner-two .promo-mockup img {
	max-width: 850px
}

.banner.banner-three {
	background-image: -o-linear-gradient(350deg,#fa7070 0,#fa9770 100%);
	background-image: linear-gradient(100deg,#fa7070,#fa9770);
	height: 950px;
	min-height: 700px
}

.banner.banner-three .banner-content-wrap-two {
	padding-top: 185px
}

.banner.banner-three .banner-content {
	margin-bottom: 100px;
	position: relative;
	z-index: 22
}

.banner.banner-three .banner-content .banner-title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	margin-bottom: 20px
}

.banner.banner-three .banner-content .description {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	margin-bottom: 47px
}

.banner.banner-three .banner-content .banner-btn {
	color: #fff;
	padding: 8px 47px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
	display: inline-block;
	font-weight: 600
}

.banner.banner-three .banner-content .banner-btn.btn-fill {
	color: #fa7070
}

.banner.banner-three .banner-content .banner-btn:hover {
	background: #fff;
	color: #fa7070;
	-webkit-box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	box-shadow: 0 20px 30px 0 rgba(79,35,35,.15)
}

.banner.banner-three .play-btn {
	margin-left: 20px;
	font-weight: 500
}

.banner.banner-three .circle-shape,.banner.banner-three .shape {
	position: absolute;
	z-index: 0;
	top: 0
}

.banner.banner-three .circle-shape {
	left: 0
}

.banner.banner-three .shape {
	right: 0
}

.banner.banner-three .promo-mockup {
	position: relative;
	max-width: 970px;
	margin: 0 auto
}

.banner.banner-three .promo-mockup .shape-shadow,.banner.banner-three .promo-mockup img {
	-webkit-box-shadow: 0 60px 100px 0 rgba(79,35,35,.2);
	box-shadow: 0 60px 100px 0 rgba(79,35,35,.2);
	border-radius: 10px
}

.banner.banner-three .promo-mockup .shape-shadow {
	background-color: #fff;
	opacity: .4;
	height: 100px;
	max-width: 73%;
	position: absolute;
	bottom: -40px;
	width: 100%;
	z-index: -1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner.banner-three .bg-shape-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

.banner.banner-four {
	background-image: -o-linear-gradient(150deg,#260ae2 0,#5555ff 100%);
	background-image: linear-gradient(-60deg,#260ae2,#5555ff);
	height: 900px;
	padding-top: 190px
}

.banner.banner-four .banner-content-wrap-two {
	padding-top: 185px
}

.banner.banner-four .banner-content {
	margin-bottom: 100px;
	position: relative;
	z-index: 22
}

.banner.banner-four .banner-content .banner-title {
	font-size: 46px;
	line-height: 76px;
	font-weight: normal;
	margin-bottom: 20px
}
.banner.banner-four .banner-content .banner-title::after{
	content: '';
	display: block;
	width: 60px;
	height: 5px;
	background: #fff;
}
.banner.banner-four .banner-content .banner-title span {
	font-weight: 300
}

.banner.banner-four .banner-content .description {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	margin-bottom: 60px
}
.banner.banner-four .banner-content .description span{
	color: #ffc945;
}
.banner.banner-four .promo-mockup {
	position: relative;
	z-index: 2;
	margin-top: -80px;
	-webkit-animation: p 2s infinite;
	animation: p 2s infinite
}

.banner.banner-four .play-btn {
	font-weight: 400
}

.banner.banner-four .play-btn i {
	color: #260ae2;
	text-shadow: none
}

.banner.banner-four .bg-shape-inner {
	position: absolute;
	bottom: -2px
}

.banner .banner-button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.banner.banner-five {
	height: 930px;
	padding: 230px 0;
	background-image: -o-linear-gradient(150deg,#260ae2 0,#5555ff 100%);
	background-image: linear-gradient(-60deg,#260ae2,#5555ff)
}

.banner.banner-five .banner-right-shape,.banner.banner-five .banner-right-shape img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner.banner-five .banner-content-wrap-five {
	position: relative;
	z-index: 33
}

.banner.banner-five .banner-content-wrap-five .banner-content {
	margin-top: 98px
}

.banner.banner-five .banner-content-wrap-five .banner-content .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #260ae2;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 15px
}

.banner.banner-five .banner-content-wrap-five .banner-content .banner-title {
	color: #322d49;
	font-size: 60px;
	line-height: 64px;
	font-weight: 500
}

.banner.banner-five .banner-content-wrap-five .banner-content .description {
	color: #5e5b74;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 42px
}

.banner.banner-five .banner-content-wrap-five .banner-content .banner-btn {
	background: #260ae2;
	border-radius: 4px;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3)
}

.banner.banner-five .banner-content-wrap-five .banner-content .banner-btn:hover {
	color: #260ae2;
	background: transparent;
	border-color: #260ae2;
	-webkit-box-shadow: none;
	box-shadow: none
}

.banner.banner-six {
	height: 950px;
	position: relative;
	padding-top: 225px;
	overflow: hidden
}

.banner.banner-six .banne-content-wrapper-six {
	position: relative;
	z-index: 2
}

.banner.banner-six .banne-content-wrapper-six .subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #f97bc5;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 13px
}

.banner.banner-six .banne-content-wrapper-six .banner-title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 20px
}

.banner.banner-six .banne-content-wrapper-six p {
	margin-bottom: 40px
}

.banner.banner-six:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 43%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fdf5fe
}

.banner.banner-six .banner-six-promo-image {
	position: relative;
	z-index: 2
}

.banner.banner-six .banner-six-promo-image>img {
	border-radius: 10px;
	-webkit-box-shadow: 0 30px 40px 0 rgba(1,50,5,.14);
	box-shadow: 0 30px 40px 0 rgba(1,50,5,.14)
}

.banner.banner-six .banner-six-promo-image .dot-shape {
	display: block;
	position: absolute;
	bottom: -40px;
	left: -40px;
	z-index: -1;
	-webkit-animation: g 8s infinite linear;
	animation: g 8s infinite linear
}

.banner.banner-six .bottom-shape-coin {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner.banner-six .bottom-shape-coin li {
	position: absolute;
	bottom: 0
}

.banner.banner-six .bottom-shape-coin li:first-child {
	left: -50px
}

.banner.banner-six .bottom-shape-coin li:nth-child(2) {
	left: 60px
}

.banner.banner-six .bottom-shape-coin li:nth-child(3) {
	left: 150px;
	bottom: 35px
}

.banner.banner-six .bottom-shape-coin li:nth-child(4) {
	bottom: 20px;
	left: 37%
}

.banner.banner-six .bottom-shape-coin li:nth-child(5) {
	top: 35%;
	left: 10%
}

.banner.banner-six .particles-six span {
	display: block;
	position: absolute
}

.banner.banner-six .particles-six span.angle {
	top: 140px;
	left: 90px;
	-webkit-animation: w 20s infinite linear;
	animation: w 20s infinite linear
}

.banner.banner-six .particles-six span.dotsm {
	height: 15px;
	width: 15px;
	background: #43d355;
	left: 50%;
	top: 15%;
	border-radius: 50%;
	-webkit-animation: x 25s infinite linear;
	animation: x 25s infinite linear
}

.banner.banner-six .particles-six span.dotmd {
	height: 15px;
	width: 15px;
	background: #f8cc61;
	border-radius: 50%;
	top: 50%;
	left: 15%;
	-webkit-animation: u 20s infinite linear;
	animation: u 20s infinite linear
}

.banner.banner-seven {
	height: 950px;
	background: #fff;
	padding-top: 230px
}

@media (max-width:991px) {
	.banner.banner-seven {
		padding-top: 150px;
		height: 800px
	}
}

@media (max-width:576px) {
	.banner.banner-seven {
		padding-bottom: 60px;
		height: auto
	}
}

.banner.banner-seven .banner-content .banner-title {
	font-size: 44px;
	line-height: 56px;
	font-weight: 500
}

@media (max-width:991px) {
	.banner.banner-seven .banner-content .banner-title {
		font-size: 36px;
		line-height: 46px
	}

	.banner.banner-seven .banner-content .banner-title br {
		display: none
	}
}

@media (max-width:576px) {
	.banner.banner-seven .banner-content .banner-title {
		font-size: 32px;
		line-height: 42px
	}
}

@media (max-width:991px) {
	.banner.banner-seven .banner-content .description br {
		display: none
	}
}

.banner.banner-seven .job-search-form-wrapper {
	max-width: 770px;
	margin: 0 auto 115px
}

@media (max-width:576px) {
	.banner.banner-seven .job-search-form-wrapper {
		margin: 0 auto 80px
	}
}

.banner.banner-seven .job-search-form-wrapper .job-form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden
}

.banner.banner-seven .job-search-form-wrapper .job-form-inner input {
	border-radius: 0;
	margin: 0
}

.banner.banner-seven .job-search-form-wrapper .job-form-inner button {
	min-width: 150px;
	border: 0;
	background: #fd4d5c;
	color: #fff
}

.banner.banner-seven .promo-mockup {
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 50px 70px 0 rgba(10,1,47,.12);
	box-shadow: 0 50px 70px 0 rgba(10,1,47,.12);
	max-width: 1030px;
	margin: 0 auto
}

.animate-particle {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	width: 100%;
	z-index: 22
}

.animate-particle li {
	position: absolute
}

.animate-particle li:first-child {
	left: 90px;
	top: 140px;
	-webkit-animation: u 40s infinite linear;
	animation: u 40s infinite linear
}

.animate-particle li:nth-child(2) {
	left: 40%;
	bottom: 13%
}

.animate-particle li:nth-child(2),.animate-particle li:nth-child(3) {
	-webkit-animation: u 30s infinite linear;
	animation: u 30s infinite linear
}

.animate-particle li:nth-child(3) {
	right: 28%;
	top: 14%
}

.animate-particle li:nth-child(4) {
	right: 5%;
	top: 63%
}

.animate-particle li:nth-child(4),.animate-particle li:nth-child(5) {
	-webkit-animation: t 20s infinite linear;
	animation: t 20s infinite linear
}

.animate-particle li:nth-child(5) {
	left: 50%;
	top: 25%
}

.animate-particle li:nth-child(6) {
	right: -9%;
	top: 110px
}

.animate-particle li.bubble {
	height: 10px;
	width: 10px;
	background: #a2e3f6;
	border-radius: 50%;
	left: 15%;
	top: 28%;
	-webkit-animation: t 30s infinite linear;
	animation: t 30s infinite linear
}

.left-circle-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 52%;
	left: 0
}

.left-circle-shape .circle-fill {
	height: 800px;
	width: 800px;
	background: #faf9ff;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -18%;
	-webkit-animation: g 10s linear infinite;
	animation: g 10s linear infinite
}

.left-circle-shape .circle-border {
	height: 400px;
	width: 400px;
	display: block;
	border: 2px dashed #feebee;
	z-index: 22;
	position: absolute;
	border-radius: 50%;
	left: 7%;
	top: 9%;
	-webkit-animation: v 5s linear infinite;
	animation: v 5s linear infinite
}

.newsletter-form-banner {
	margin-bottom: 50px
}

.newsletter-form-banner .newsletter-inner {
	position: relative;
	max-width: 475px
}

.newsletter-form-banner .newsletter-inner input {
	width: 100%;
	margin: 0;
	height: 56px;
	border-radius: 30px;
	background: #fff;
	border: 0;
	outline: 0;
	padding: 10px 180px 10px 30px
}

.newsletter-form-banner .newsletter-inner input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.newsletter-form-banner .newsletter-inner button {
	position: absolute;
	right: 3px;
	top: 4px;
	border: 0;
	background: #260ae2;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 30px
}

.newsletter-form-banner .newsletter-inner button i {
	display: none
}

.newsletter-form-banner .newsletter-inner button.clicked i {
	display: block
}

.newsletter-form-banner .newsletter-inner button:hover {
	background: #5c42d2
}

.animate-promo-mockup {
	position: relative;
	width: 830px;
	height: 600px;
	margin-left: -40px
}

.animate-promo-mockup img {
	position: absolute
}

.animate-promo-mockup img:first-child {
	left: 100px;
	bottom: 100px
}

.animate-promo-mockup img:nth-child(2) {
	left: 0;
	bottom: 100px
}

.animate-promo-mockup img:nth-child(3) {
	right: 0;
	bottom: 150px
}

.animate-promo-mockup img:nth-child(4) {
	bottom: 15px;
	left: 80px
}

.animate-promo-mockup img:nth-child(5) {
	bottom: 25px;
	left: 49%
}

.animate-promo-mockup img:nth-child(6) {
	right: 176px;
	bottom: 0;
	-webkit-animation: p 2s infinite;
	animation: p 2s infinite
}

.animate-promo-mockup img:nth-child(7) {
	right: 114px;
	bottom: 33px
}

.animate-promo-mockup img:nth-child(8) {
	left: 0;
	top: 0;
	-webkit-animation: r 4s 1s linear infinite alternate;
	animation: r 4s 1s linear infinite alternate
}

.animate-promo-mockup img:nth-child(9) {
	left: 50%;
	top: 0;
	-webkit-animation: r 4s 2s linear infinite alternate;
	animation: r 4s 2s linear infinite alternate
}

.animate-promo-mockup img:nth-child(10) {
	left: 90%;
	top: 0;
	-webkit-animation: r 4s 3s linear infinite alternate;
	animation: r 4s 3s linear infinite alternate
}

.slider-nav {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999
}

.slider-nav .slider-next,.slider-nav .slider-prev {
	height: 100px;
	width: 40px;
	text-align: center;
	line-height: 100px;
	background: rgba(0,0,0,.5);
	position: absolute;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slider-nav .slider-next i,.slider-nav .slider-prev i {
	font-size: 30px;
	color: #fff
}

.slider-nav .slider-next:hover,.slider-nav .slider-prev:hover {
	background: #fa7070
}

.slider-nav .slider-next {
	right: 0
}

.slider-nav .slider-prev {
	left: 0
}

.swiper-pagination {
	margin-top: 25px;
	position: absolute;
	left: 50%!important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.swiper-pagination .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	margin-right: 3px
}

.swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

.swiper-pagination.style-three {
	margin-top: 15px
}

.swiper-pagination.style-three .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	background: #ababad;
	margin-right: 5px
}

.swiper-pagination.style-three .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fd4d5c;
	opacity: 1
}

.section-dark .gp-testimonial .gp-testimonial-author .author-details .testi-author-name {
	color: #fff
}

.section-dark .gp-testimonial .gp-testimonial-author .author-details span {
	color: #b5b5b5
}

.section-dark .swiper-pagination-bullet {
	background: #fff;
	opacity: .5
}

.scroll-circle {
	position: absolute;
	bottom: -48%;
	z-index: 1
}

.animate-element-five {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 710px;
	height: 530px
}

.animate-element-five li {
	position: absolute
}

.animate-element-five li:first-child {
	right: 60px
}

.animate-element-five li:nth-child(2) {
	left: 150px;
	top: 80px
}

.animate-element-five li:nth-child(3) {
	right: 25px;
	top: 33%
}

.animate-element-five li:nth-child(4) {
	right: 15px;
	bottom: 55px
}

.animate-element-five li:nth-child(5) {
	left: 0;
	bottom: 0
}

.animate-element-five li:nth-child(6) {
	bottom: -10px;
	left: 40%
}

.animate-element-five li:nth-child(7) {
	bottom: 130px;
	left: 47%
}

.animate-element-five li:nth-child(8) {
	bottom: 130px;
	left: 44%
}

.animate-element-five li:nth-child(9) {
	right: 100px;
	bottom: -10px
}

@media (max-width:1600px) {
	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(70%);
		-ms-transform: translateY(70%);
		transform: translateY(70%)
	}

	.banner.banner-one .promo-mockup {
		margin-left: -50px
	}

	.banner.banner-one .promo-mockup img {
		max-width: 800px
	}

	.banner.banner-two .vector-bg {
		left: -15%
	}

	.banner.banner-two .animate-promo-mockup {
		width: 550px;
		height: 530px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -160px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(5) {
		left: 62%
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(6) {
		right: -10px;
		width: 230px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(7) {
		right: -60px;
		width: 99px
	}

	.banner.banner-three .circle-shape {
		left: -20%
	}
}

@media (max-width:1440px) {
	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}

	.banner.banner-one .promo-mockup {
		margin-left: -50px
	}

	.banner.banner-one .promo-mockup img {
		max-width: 700px
	}

	.banner.banner-two {
		height: 890px
	}

	.banner.banner-two .vector-bg {
		left: -14%;
		height: 890px
	}

	.banner.banner-two .vector-bg img {
		height: 890px
	}

	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%)
	}

	.banner.banner-two .banner-content .banner-title {
		font-size: 50px;
		line-height: 60px
	}

	.banner.banner-two .animate-promo-mockup {
		width: 480px;
		height: 470px
	}

	.banner.banner-two .animate-promo-mockup img:first-child {
		left: 85px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 85px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -135px;
		width: 61px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 65px;
		width: 150px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(5) {
		left: 62%
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(6) {
		right: -5px;
		width: 210px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(7) {
		right: -45px;
		width: 90px
	}

	.banner.banner-three .circle-shape {
		left: -35%
	}

	.banner.banner-three .shape {
		right: -15%
	}

	.animate-element-five {
		margin-left: -100px
	}
}

@media (max-width:1280px) {
	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}

	.banner.banner-one .banner-content .banner-title {
		font-size: 50px;
		line-height: 60px
	}

	.banner.banner-one .banner-content p br {
		display: none
	}

	.banner.banner-one .promo-mockup {
		margin-left: -90px
	}

	.banner.banner-one .promo-mockup img {
		max-width: 100%
	}

	.banner.banner-six .banne-content-wrapper-six .banner-title {
		font-size: 40px;
		line-height: 50px
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.banner.banner-two .banner-content .banner-title {
		font-size: 40px;
		line-height: 50px
	}

	.banner.banner-two .banner-content p br {
		display: none
	}

	.banner.banner-two .animate-promo-mockup {
		width: 380px;
		height: 400px
	}

	.banner.banner-two .animate-promo-mockup img:first-child {
		left: 65px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 65px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -100px;
		width: 50px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 55px;
		width: 125px;
		bottom: 30px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(5) {
		left: 55%;
		width: 40px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(6) {
		right: -3px;
		width: 180px;
		bottom: 8px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(7) {
		right: -35px;
		width: 70px;
		bottom: 50px
	}

	.banner.banner-three .shape {
		right: -25%
	}
}

@media (max-width:1200px) {
	.banner.banner-two {
		height: 840px
	}

	.banner.banner-two .vector-bg {
		height: 840px;
		left: -26%
	}

	.banner.banner-two .vector-bg img {
		height: 840px
	}

	.banner.banner-four {
		height: 880px;
		padding-top: 240px
	}

	.banner.banner-four .banner-content .banner-title {
		font-size: 50px;
		line-height: 65px
	}

	.banner.banner-four .promo-mockup {
		margin-top: -30px
	}

	.banner.banner-five {
		height: 700px
	}

	.banner.banner-five .banner-content-wrap-five .banner-content {
		margin-top: 50px
	}

	.banner.banner-five .banner-content-wrap-five .banner-content .banner-title {
		font-size: 45px;
		line-height: 55px
	}

	.banner.banner-five .banner-content-wrap-five .banner-content .description br {
		display: none
	}

	.animate-element-five {
		margin: 0;
		width: 480px;
		height: 390px
	}

	.animate-element-five li:first-child {
		width: 320px;
		right: 20px
	}

	.animate-element-five li:nth-child(2) {
		left: 120px;
		top: 55px;
		height: 60px;
		width: 60px
	}

	.animate-element-five li:nth-child(3) {
		right: 0;
		top: 30%;
		height: 60px;
		width: 60px
	}

	.animate-element-five li:nth-child(4) {
		width: 70px;
		right: -10px
	}

	.animate-element-five li:nth-child(5) {
		width: 230px
	}

	.animate-element-five li:nth-child(6) {
		width: 90px;
		bottom: 15px;
		left: 41%
	}

	.animate-element-five li:nth-child(7) {
		bottom: 110px;
		left: 47%
	}

	.animate-element-five li:nth-child(8) {
		bottom: 108px;
		left: 43%
	}

	.animate-element-five li:nth-child(9) {
		width: 140px;
		right: 55px;
		bottom: 10px
	}

	.left-circle-shape .circle-fill {
		height: 550px;
		width: 550px
	}

	.left-circle-shape .circle-border {
		height: 300px;
		width: 300px
	}
}

@media (min-width:991px) and (max-width:1024px) {
	.banner.banner-one {
		height: 700px
	}

	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(60%);
		-ms-transform: translateY(60%);
		transform: translateY(60%)
	}

	.banner.banner-one .banner-content .banner-title {
		font-size: 40px;
		line-height: 50px
	}

	.banner.banner-one .circle-shape {
		max-width: 500px
	}
}

@media (max-width:991px) {
	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%)
	}

	.banner.banner-one .banner-content {
		margin-bottom: 50px
	}

	.banner.banner-one .banner-content .banner-title {
		font-size: 40px;
		line-height: 50px
	}

	.banner.banner-one .banner-content p br {
		display: none
	}

	.banner.banner-one .promo-mockup {
		margin-left: -45px
	}

	.banner.banner-one .circle-shape {
		max-width: 500px
	}

	.banner.banner-two {
		height: 840px
	}

	.banner.banner-two .vector-bg {
		height: 840px;
		left: -27%
	}

	.banner.banner-two .vector-bg img {
		height: 840px
	}

	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(18%);
		-ms-transform: translateY(18%);
		transform: translateY(18%)
	}

	.banner.banner-two .banner-content .banner-title {
		font-size: 40px;
		line-height: 50px
	}

	.banner.banner-two .banner-content p br {
		display: none
	}

	.banner.banner-two .animate-promo-mockup {
		width: 380px;
		height: 380px
	}

	.banner.banner-two .animate-promo-mockup img:first-child {
		left: 65px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 65px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -100px;
		width: 50px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 55px;
		width: 125px;
		bottom: 30px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(5) {
		left: 55%;
		width: 40px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(6) {
		right: -3px;
		width: 180px;
		bottom: 8px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(7) {
		right: -35px;
		width: 70px;
		bottom: 50px
	}

	.banner.banner-three .promo-mockup .shape-shadow,.banner.banner-three .promo-mockup img {
		-webkit-box-shadow: 0 40px 50px 0 rgba(79,35,35,.2);
		box-shadow: 0 40px 50px 0 rgba(79,35,35,.2)
	}

	.banner.banner-three.banner-three .circle-shape {
		left: -50%
	}

	.banner.banner-three.banner-three .shape {
		right: -40%
	}

	.banner.banner-three .banner-content .banner-title {
		font-size: 45px;
		line-height: 55px
	}

	.banner.banner-four {
		height: 740px;
		padding-top: 200px
	}

	.banner.banner-four .banner-content .banner-title {
		font-size: 40px;
		line-height: 55px
	}

	.banner.banner-four .banner-content p {
		font-size: 16px
	}

	.banner.banner-four .banner-content p br {
		display: none
	}

	.banner.banner-four .promo-mockup {
		margin-top: -30px
	}

	.banner.banner-five {
		height: auto;
		padding: 100px 0
	}

	.banner.banner-five .banner-content-wrap-five .banner-content {
		max-width: 500px;
		margin: 0 auto 50px;
		text-align: center;
		background: hsla(0,0%,100%,.3);
		padding: 35px;
		border-radius: 10px
	}

	.banner.banner-five .banner-content-wrap-five .banner-content .sub-titl {
		font-size: 14px;
		margin-bottom: 5px
	}

	.banner.banner-five .banner-content-wrap-five .banner-content .banner-title {
		font-size: 34px;
		line-height: 44px
	}

	.banner.banner-five .banner-content-wrap-five .banner-content .description {
		font-size: 14px
	}

	.banner.banner-six {
		height: 650px;
		padding-top: 145px
	}

	.banner.banner-six .banne-content-wrapper-six .banner-title {
		font-size: 30px;
		line-height: 40px
	}

	.banner .animate-element-five {
		position: relative;
		margin: 0 auto
	}
}

@media (max-width:768px) {
	.banner.banner-one {
		height: 950px
	}

	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%)
	}

	.banner.banner-one .promo-mockup {
		margin-left: -45px
	}

	.banner.banner-one .promo-mockup img {
		max-width: 100%
	}

	.banner.banner-two {
		height: 840px
	}

	.banner.banner-two .vector-bg {
		right: -120%
	}

	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(18%);
		-ms-transform: translateY(18%);
		transform: translateY(18%)
	}

	.banner.banner-two .animate-promo-mockup {
		width: 360px;
		height: 370px;
		margin-left: 0
	}

	.banner.banner-two .animate-promo-mockup img:first-child {
		left: 65px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 65px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -100px;
		width: 50px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 55px;
		width: 125px;
		bottom: 30px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(5) {
		left: 55%;
		width: 40px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(6) {
		right: -3px;
		width: 170px;
		bottom: 13px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(7) {
		right: -35px;
		width: 67px;
		bottom: 50px
	}

	.banner.banner-three {
		height: 750px
	}

	.banner.banner-three .banner-content {
		margin-bottom: 50px
	}

	.banner.banner-three .banner-content .banner-title {
		font-size: 34px;
		line-height: 44px
	}

	.banner.banner-three .banner-content .description br {
		display: none
	}

	.banner.banner-three .banner-content-wrap-two {
		padding-top: 130px
	}

	.banner.banner-three .circle-shape {
		left: -85%!important
	}

	.banner.banner-three .shape {
		right: -60%!important
	}

	.banner.banner-four {
		height: auto;
		padding-top: 120px
	}

	.banner.banner-four .banner-content .banner-title {
		font-size: 40px;
		line-height: 55px
	}

	.banner.banner-four .banner-content p {
		font-size: 16px
	}

	.banner.banner-four .banner-content p br {
		display: none
	}

	.banner.banner-four .promo-mockup {
		margin-top: -30px
	}

	.banner.banner-six {
		height: auto;
		padding-bottom: 80px
	}

	.banner.banner-six .banne-content-wrapper-six {
		margin-bottom: 30px
	}
}

@media (max-width:640px) {
	.banner.banner-two .vector-bg {
		left: -45%;
		left: -52%
	}

	.banner.banner-three .circle-shape {
		left: -95%!important
	}

	.banner.banner-three .shape {
		right: -70%!important
	}
}

@media (max-width:576px) {
	.banner .banner-content .description {
		font-size: 16px
	}

	.banner.banner-one {
		height: 840px
	}

	.banner.banner-one .promo-mockup {
		margin-left: 0
	}

	.banner.banner-one .banner-content .banner-title {
		font-size: 35px;
		line-height: 45px
	}

	.banner.banner-two .vector-bg {
		left: -50%
	}

	.banner.banner-three {
		height: 780px
	}

	.banner.banner-three .circle-shape {
		left: -130%!important
	}

	.banner.banner-three .shape {
		right: -90%!important
	}

	.banner.banner-three .shape-shadow {
		display: none
	}

	.banner.banner-three .promo-mockup img {
		max-width: 400px
	}
}

@media (max-width:480px) {
	.banner.banner-one {
		height: 770px
	}

	.banner.banner-one .banner-content-wrap {
		-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%)
	}

	.banner.banner-one .promo-mockup img {
		max-width: 100%
	}

	.banner.banner-two {
		height: 840px
	}

	.banner.banner-two .vector-bg {
		left: -100%
	}

	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(18%);
		-ms-transform: translateY(18%);
		transform: translateY(18%)
	}

	.banner.banner-two .animate-promo-mockup {
		width: 300px;
		height: 325px;
		margin-left: 0;
		margin-top: 20px
	}

	.banner.banner-two .animate-promo-mockup img:first-child {
		left: 30px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 40px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -30px;
		width: 30px;
		bottom: 130px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 20px;
		width: 80px;
		bottom: 56px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(5) {
		left: 49%;
		width: 30px;
		bottom: 45px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(6) {
		right: 20px;
		width: 140px;
		bottom: 30px
	}

	.banner.banner-two .animate-promo-mockup img:nth-child(7) {
		right: -5px;
		width: 50px;
		bottom: 70px
	}

	.banner.banner-three {
		height: auto;
		padding-bottom: 40px
	}

	.banner.banner-three .banner-content .banner-title {
		font-size: 30px;
		line-height: 40px
	}

	.banner.banner-three .promo-mockup img {
		max-width: 100%
	}

	.banner.banner-six .banne-content-wrapper-six .banner-title {
		font-size: 24px;
		line-height: 34px
	}

	.left-circle-shape {
		top: 28%
	}

	.animate-element-five {
		width: 300px;
		height: 280px
	}

	.animate-element-five li:first-child {
		width: 250px
	}

	.animate-element-five li:nth-child(2) {
		width: 45px;
		height: 45px;
		left: 15px;
		top: 45px
	}

	.animate-element-five li:nth-child(3) {
		width: 45px;
		height: 45px
	}

	.animate-element-five li:nth-child(4) {
		width: 55px;
		bottom: 18px
	}

	.animate-element-five li:nth-child(5) {
		width: 160px;
		left: -30px;
		bottom: -10px
	}

	.animate-element-five li:nth-child(6) {
		bottom: -6px;
		left: 41%;
		width: 70px
	}

	.animate-element-five li:nth-child(7) {
		bottom: 65px;
		left: 49%;
		width: 50px
	}

	.animate-element-five li:nth-child(8) {
		bottom: 62px;
		left: 43%;
		width: 28px
	}

	.animate-element-five li:nth-child(9) {
		width: 70px;
		right: 36px;
		bottom: 0
	}

	.left-circle-shape {
		left: -20%
	}

	.left-circle-shape .circle-fill {
		height: 350px;
		width: 350px
	}

	.left-circle-shape .circle-border {
		height: 200px;
		width: 200px
	}
}

@media (max-width:380px) {
	.banner .banner-button-container {
		display: block
	}

	.banner .banner-button-container .play-btn {
		margin-top: 30px
	}

	.banner.banner-five {
		overflow: hidden
	}

	.newsletter-form-banner .newsletter-inner button {
		padding: 10px 20px
	}

	.newsletter-form-banner .newsletter-inner input {
		padding: 10px 140px 10px 30px
	}
}

.section-title {
	margin-bottom: 70px
}

.section-title .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fa7070;
	letter-spacing: 3px
}

.section-title .title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
	color: #28204d;
}
.section-title p{
	font-size: 18px;
	color: #797687;
}
.section-title .title span {
	color: #fa7070
}

.section-title .title-two {
	font-size: 30px;
	font-weight: 500;
	line-height: 44px;
	max-width: 930px;
	margin: 0 auto
}

.section-title .title-two span {
	color: #fa7070
}

.section-title.style-two .title {
	font-weight: 500
}

.section-title.style-two p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 28px
}

.section-title.style-two .sub-title {
	margin: 0;
	line-height: 1.8
}

.section-title.style-two.title-light .sub-title {
	letter-spacing: 5px;
	font-weight: 400
}

.section-title.style-two.title-light .sub-title,.section-title.style-two.title-light .title,.section-title.style-two.title-light p {
	color: #fff
}

.section-title.style-three .sub-title {
	color: #f97bc5;
	letter-spacing: 5px;
	font-weight: 400;
	margin: 0;
	line-height: 1.8
}

.section-title.style-three span {
	font-weight: 300;
	color: #2b2350
}

.section-title.dark-title .sub-title,.section-title.dark-title .title {
	color: #fff
}

.section-title.color-two .sub-title {
	color: #260ae2
}

.section-title.style-four .title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 12px
}

@media (max-width:991px) {
	.section-title.style-four .title {
		font-size: 32px
	}
}

.section-title.style-four .sub-title {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #7d7a8b;
	text-transform: uppercase;
	line-height: 1.4
}

@media (max-width:991px) {
	.section-title {
		margin-bottom: 50px
	}

	.section-title .title {
		font-size: 32px
	}

	.section-title p br {
		display: none
	}

	.section-title.style-two p {
		margin-top: 13px
	}

	.section-title.style-two p br {
		display: none
	}

	.section-title .title-two {
		font-size: 26px;
		line-height: 36px
	}
}

@media (max-width:768px) {
	.section-title .title {
		font-size: 28px
	}

	.section-title .title br {
		display: none
	}
}

.featured {
	padding-top: 32px
}

.featured-seven {
	padding: 115px 0 50px
}

.featured-eight {
	padding: 117px 0 90px
}

.featured-eight .top-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.saaspik-icon-box-wrapper {
	margin-bottom: 30px
}

.saaspik-icon-box-wrapper.style-one {
	margin-top: 16px
}

.saaspik-icon-box-wrapper.style-one .saaspik-icon-box-icon {
	margin-bottom: 40px;
	height: 150px
}

.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0
}

.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title a {
	color: #2b2350
}

.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #fa7070
}

.saaspik-icon-box-wrapper .saaspik-icon-box-icon {
	margin-bottom: 32px
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title {
	font-size: 20px;
	font-weight: 600;
	line-height: inherit;
	margin-bottom: 20px;
	text-align: left;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a {
	color: #2b2350
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #fa7070
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content p {
	margin: 0
}

.saaspik-icon-box-wrapper.style-two {
	margin-bottom: 88px
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
	color: #2b2350
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #fa7070
}

.saaspik-icon-box-wrapper.style-three {
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 40px 60px 0 rgba(79,35,35,.14);
	box-shadow: 0 40px 60px 0 rgba(79,35,35,.14);
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 22;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
	width: 70px;
	margin-right: 30px;
	margin-bottom: 0
}

.saaspik-icon-box-wrapper.style-three .pixsass-icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.saaspik-icon-box-wrapper.style-three .pixsass-icon-box-content p {
	margin: 0
}

.saaspik-icon-box-wrapper.style-four {
	border-radius: 4px;
	border: 1px solid #ece4e4;
	padding: 60px 40px 32px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: hidden
}

.saaspik-icon-box-wrapper.style-four .layer {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.saaspik-icon-box-wrapper.style-four .saaspik-icon-box-icon {
	margin-bottom: 44px;
	height: 80px
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title a {
	color: #2b2350
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #fa7070
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content p {
	margin-bottom: 22px
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .more-btn {
	font-size: 35px;
	color: #bdb4b4;
	display: inline-block
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .more-btn:hover {
	color: #fa7070
}

.saaspik-icon-box-wrapper.style-four:hover {
	-webkit-box-shadow: 0 40px 60px 0 rgba(79,35,35,.14);
	box-shadow: 0 40px 60px 0 rgba(79,35,35,.14)
}

.saaspik-icon-box-wrapper.style-four:hover .layer {
	top: 0
}

.saaspik-icon-box-wrapper.style-five {
	-webkit-box-shadow: 0 30px 60px 0 rgba(52,27,159,.1);
	box-shadow: 0 30px 60px 0 rgba(52,27,159,.1);
	padding: 30px 35px;
	background: #fff
}

.saaspik-icon-box-wrapper.style-five .saaspik-icon-box-icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #260ae2;
	color: #260ae2;
	font-size: 22px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 42px
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title {
	margin-bottom: 15px
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content p {
	margin-bottom: 35px;
	font-size: 16px;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn {
	color: #2b2350;
	font-weight: 500
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn i {
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn:hover {
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn:hover i {
	padding-left: 3px;
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-five:hover .saaspik-icon-box-icon {
	-webkit-box-shadow: 0 20px 30px 0 rgba(75,42,222,.2);
	box-shadow: 0 20px 30px 0 rgba(75,42,222,.2);
	background: #260ae2;
	color: #fff
}

.saaspik-icon-box-wrapper.style-six {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	margin-bottom: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.saaspik-icon-box-wrapper.style-six .saaspik-icon-box-icon {
	height: 70px;
	width: 70px;
	text-align: center;
	-webkit-box-shadow: 0 30px 40px 0 rgba(52,27,159,.1);
	box-shadow: 0 30px 40px 0 rgba(52,27,159,.1);
	padding: 15px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 0;
	margin-right: 30px;
	background: #fff
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .pixsass-icon-box-title {
	margin-bottom: 15px;
	font-weight: 400;
	margin: 0;
	color: #28204d;
	font-size: 18px;
	font-weight: bold;
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content p {
	margin-top: 5px;
	font-size: 14px;
	color: #28204d;
	font-weight: normal;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #797687;
	line-height: 28px;
	font-weight: normal;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn {
	color: #2b2350;
	font-weight: 500
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn i {
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn:hover {
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn:hover i {
	padding-left: 3px;
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-seven {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 90px
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-icon {
	width: 60px;
	margin-right: 20px
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title {
	font-size: 20px;
	color: #081e39;
	font-weight: 600;
	margin-bottom: 13px
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title a {
	color: #081e39
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title a:hover {
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content p {
	color: #5e5b74;
	margin-bottom: 17px
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .read-more {
	color: #5e5b74;
	font-size: 16px;
	font-weight: 500
}

.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .read-more:hover {
	color: #260ae2
}

.saaspik-icon-box-wrapper.style-eight {
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0 30px 50px 0 rgba(64,24,47,.08);
	box-shadow: 0 30px 50px 0 rgba(64,24,47,.08);
	text-align: center;
	padding: 40px 35px
}

.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content .pixsass-icon-box-title {
	margin-bottom: 15px
}

.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #f97bc5
}

.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content p {
	margin-bottom: 35px
}

.saaspik-icon-box-wrapper.style-nine {
	margin-bottom: 90px
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon {
	height: 70px;
	width: 70px;
	background: #fee4f4;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-two {
	background: #fcf5e3
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-three {
	background: #efe9fe
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-four {
	background: #eaf7eb
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-five {
	background: #e4f8fd
}

.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-six {
	background: #ffeae7
}

.saaspik-icon-box-wrapper.style-nine .pixsass-icon-box-content .pixsass-icon-box-title {
	margin-bottom: 10px
}

.saaspik-icon-box-wrapper.style-nine .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #f97bc5
}

.featured-six {
	padding: 10px 0 0px
}

.featured-five {
	padding: 0
}

.featured-eight .particale-top {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0
}

.featured-eight .particale-top li {
	position: absolute
}

.featured-eight .particale-top li:first-child {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	left: 8%;
	top: 40%;
	background-color: hsla(0,0%,100%,.141);
	-webkit-animation: w 20s infinite linear;
	animation: w 20s infinite linear
}

.featured-eight .particale-top li:nth-child(2) {
	left: 16%;
	top: 54%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 35px solid hsla(0,0%,100%,.141);
	-webkit-animation: t 20s infinite linear;
	animation: t 20s infinite linear
}

.featured-eight .particale-top li:nth-child(3) {
	left: 11%;
	bottom: 28px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 20px solid hsla(0,0%,100%,.141);
	-webkit-animation: x 20s infinite linear;
	animation: x 20s infinite linear
}

.featured-eight .particale-top li:nth-child(4) {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	right: 12%;
	top: 44%;
	background-color: hsla(0,0%,100%,.141);
	-webkit-animation: y 20s infinite linear;
	animation: y 20s infinite linear
}

.featured-eight .particale-top li:nth-child(5) {
	right: 0;
	top: 33%;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 50px solid hsla(0,0%,100%,.141);
	-webkit-animation: t 20s infinite linear;
	animation: t 20s infinite linear
}

.featured-eight .particale-top li:nth-child(6) {
	right: 80px;
	top: 140px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 20px solid hsla(0,0%,100%,.141);
	-webkit-animation: w 20s infinite linear;
	animation: w 20s infinite linear
}

.featured-tax {
	padding: 32px 0 22px
}

.featured-two-service .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
	color: #2b2350
}

.featured-two-service .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #fa7070
}

.featured-two {
	padding: 126px 0 28px
}

.featured-two .section-title {
	margin-bottom: 80px
}

.featured-three {
	padding: 116px 0 120px;
	background: #fdf8f8;
	overflow: hidden
}

.featured-three .scroll-circle {
	z-index: 1;
	left: -120px;
	bottom: -67%
}

.featured-four {
	padding-top: 400px
}

.featured-two-same {
	padding-top: 144px;
	padding-bottom: 27px
}

.featured-two-same .section-title {
	margin-bottom: 80px
}

.featured-two-same .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
	color: #2b2350
}

.featured-two-same .saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
	color: #260ae2
}

.featured-two-same .scroll-circle {
	bottom: auto;
	top: -50%
}

.featured-four-ab {
	padding-top: 146px
}

.featured-homethree {
	padding-top: 228px;
	padding-bottom: 27px
}

.featured-homethree .section-title {
	margin-bottom: 80px!important
}

.down-bg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1
}

@media (max-width:1200px) {
	.featured-homethree {
		padding-top: 118px
	}

	.featured-six {
		padding-top: 50px
	}
}

@media (max-width:991px) {
	.featured-two {
		padding: 85px 0 35px
	}

	.featured-eight {
		padding: 72px 0 50px
	}

	.featured-two-same {
		padding-top: 74px;
		padding-bottom: 44px
	}

	.featured {
		padding-top: 75px
	}

	.featured-three {
		padding: 76px 0 80px
	}

	.featured-homethree {
		padding-top: 0
	}

	.saaspik-icon-box-wrapper.style-two {
		margin-bottom: 40px;
		text-align: center
	}

	.featured-four {
		padding-top: 185px;
		padding-bottom: 40px
	}

	.featured-homethree {
		padding-bottom: 34px
	}

	.featured-four-ab {
		padding-top: 76px
	}

	.featured-two-service {
		padding: 55px 0 43px!important
	}

	.featured-two-same .scroll-circle {
		left: -20%
	}

	.featured-three .scroll-circle {
		z-index: 1;
		left: -15%;
		bottom: 20%
	}

	.featured-three .scroll-circle img {
		max-width: 450px
	}

	.saaspik-icon-box-wrapper.style-one {
		text-align: center
	}

	.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a br {
		display: none
	}

	.featured-six {
		padding-top: 0;
		padding-bottom: 38px
	}

	.featured-seven {
		padding: 75px 0 30px
	}

	.saaspik-icon-box-wrapper.style-seven {
		margin-bottom: 50px
	}

	.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content p br {
		display: none
	}
}

@media (max-width:768px) {
	.saaspik-icon-box-wrapper .pixsass-icon-box-content p br {
		display: none
	}

	.featured-four {
		padding-top: 250px
	}

	.featured-two-same .scroll-circle {
		left: -30%
	}

	.featured-three .scroll-circle {
		z-index: 1;
		left: -15%;
		bottom: 20%
	}

	.featured-three .scroll-circle img {
		max-width: 330px
	}

	.feature-image-wrapper {
		margin-bottom: 40px
	}

	.featured-eight .top-bg {
		background: #f97bc5;
		min-height: 350px
	}
}

@media (max-width:767px) {
	.featured-four {
		padding-top: 137px
	}
}

@media (max-width:576px) {
	.featured-four {
		padding-top: 76px
	}
}

@media (max-width:480px) {
	.featured-two-same .scroll-circle {
		left: -70%
	}

	.saaspik-icon-box-wrapper.style-three {
		text-align: center;
		display: block
	}

	.saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
		margin: 0 auto 30px
	}
}

.editor-design {
	padding-top: 113px;
	position: relative;
	padding-bottom: 170px
}

.editor-design-two {
	padding-top: 210px;
	padding-bottom: 50px
}

.editure-feature-image {
	position: absolute;
	left: 75px
}

.editure-feature-image .image-one {
	max-width: 720px
}

.editure-feature-image .image-two {
	top: 50%;
	position: absolute;
	right: -150px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.editor-content {
	padding-left: 105px;
	padding-top: 50px
}

.editor-content .section-title.style-two {
	margin-bottom: 35px
}

.editor-content .section-title.style-two p {
	color: #fa7070;
	margin-bottom: 0
}

.editor-content .section-title.style-two .title {
	margin-bottom: 20px
}

.editor-content .section-title.style-two.color-two {
	margin-bottom: 35px
}

.editor-content .section-title.style-two.color-two p {
	color: #260ae2;
	margin: 0
}

.editor-content .description p {
	margin-bottom: 46px
}

.shape-bg {
	position: absolute;
	top: -188px;
	left: -10px;
	z-index: -1
}

.animaated-elements {
	position: relative;
	height: 540px;
	width: 570px
}

.animaated-elements .elm-mass,.animaated-elements img {
	position: absolute
}

.animaated-elements .elm-clock {
	left: 20px
}

.animaated-elements .elm-man {
	left: 127px;
	bottom: 39px
}

.animaated-elements .elm-table {
	bottom: 40px;
	left: 45px;
	z-index: 2
}

.animaated-elements .elm-sm-vase {
	left: 70px;
	bottom: 254px
}

.animaated-elements .elm-vase {
	bottom: 40px;
	right: -27px;
	z-index: 1
}

.animaated-elements .elm-mass {
	right: 103px;
	top: 92px;
	width: 135px
}

.animaated-elements .elm-mass .mass-img {
	-webkit-animation: o 1.6s infinite;
	animation: o 1.6s infinite
}

.animaated-elements-two {
	position: relative;
	height: 560px;
	width: 570px;
	margin-top: 87px;
	z-index: 22
}

.animaated-elements-two .elm-two {
	left: 20px;
	bottom: 85px
}

.animaated-elements-two .elm-three {
	top: -115px;
	right: 40px;
	-webkit-animation: p 2s infinite;
	animation: p 2s infinite
}

.animaated-elements-two .elm-four {
	right: 192px;
	bottom: 38px
}

.animaated-elements-two img {
	position: absolute
}

.genera-informes-content {
	position: relative;
	z-index: 22
}

#job_image_content {
	padding: 120px 0 80px
}

@media (max-width:991px) {
	#job_image_content {
		padding: 80px 0 40px
	}
}

.animaated-elements-three {
	position: relative;
	margin-left: -190px;
	height: 520px
}

@media (max-width:480px) {
	.animaated-elements-three {
		height: 440px
	}
}

@media (max-width:576px) {
	.animaated-elements-three {
		margin-left: 0
	}
}

.animaated-elements-three .map-bg {
	position: absolute;
	top: 100px
}

.animaated-elements-three .image-one,.animaated-elements-three .image-three,.animaated-elements-three .image-two {
	position: absolute
}

.animaated-elements-three .image-one {
	top: 0;
	left: 140px
}

@media (max-width:576px) {
	.animaated-elements-three .image-one {
		left: 0
	}
}

.animaated-elements-three .image-two {
	right: 50px;
	top: 160px
}

@media (max-width:768px) {
	.animaated-elements-three .image-two {
		right: -80px
	}
}

@media (max-width:480px) {
	.animaated-elements-three .image-two {
		top: 60px
	}
}

.animaated-elements-three .image-three {
	top: 291px;
	left: 73px
}

@media (max-width:576px) {
	.animaated-elements-three .image-three {
		top: 230px;
		left: -45px
	}
}

@media (max-width:480px) {
	.animaated-elements-three .image-three {
		top: 175px;
		left: -45px
	}
}

.animaated-elements-four {
	position: relative;
	height: 705px;
	margin-right: -100px
}

@media (max-width:991px) {
	.animaated-elements-four {
		margin-right: 0
	}
}

@media (max-width:480px) {
	.animaated-elements-four {
		height: 560px
	}
}

.animaated-elements-four .element-bg-shape,.animaated-elements-four .image-four,.animaated-elements-four .image-one,.animaated-elements-four .image-three,.animaated-elements-four .image-two {
	position: absolute
}

.animaated-elements-four .element-bg-shape {
	right: -25px;
	top: 155px
}

.animaated-elements-four .image-one {
	left: 130px;
	top: 60px;
	z-index: 2
}

@media (max-width:991px) {
	.animaated-elements-four .image-one {
		left: 60px
	}
}

@media (max-width:480px) {
	.animaated-elements-four .image-one {
		left: 15px;
		max-width: 300px
	}
}

.animaated-elements-four .image-two {
	top: 0;
	left: 300px
}

@media (max-width:991px) {
	.animaated-elements-four .image-two {
		left: 145px
	}
}

@media (max-width:480px) {
	.animaated-elements-four .image-two {
		left: 90px
	}
}

.animaated-elements-four .image-three {
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.animaated-elements-four .image-four {
	bottom: 82px;
	right: 95px;
	z-index: -1
}

.animaated-elements-four .image-four img {
	-webkit-animation: g 6s infinite linear;
	animation: g 6s infinite linear
}

@media (max-width:991px) {
	.animaated-elements-four .image-four {
		bottom: 150px;
		right: 30px
	}
}

@media (max-width:991px) {
	.image-content-three {
		margin-top: 50px
	}
}

.image-content-three .section-title {
	margin-bottom: 41px
}

.image-content-three .section-title .title {
	font-size: 38px;
	line-height: 1.1;
	margin-bottom: 25px
}

@media (max-width:991px) {
	.image-content-three .section-title .title {
		font-size: 34px
	}
}

.image-content-three .section-title p {
	margin-bottom: 30px
}

.job-image-content-wrapper-one {
	margin-bottom: 160px
}

@media (max-width:991px) {
	.job-image-content-wrapper-one {
		margin-bottom: 100px
	}
}

.job-image-content-wrapper-one .animaated-elements-three {
	padding-top: 40px
}

@media (max-width:1600px) {
	.editure-feature-image .image-one {
		max-width: 600px
	}

	.editure-feature-image .image-two {
		margin-left: -124px;
		max-width: 220px
	}

	.editor-design {
		padding-bottom: 100px
	}

	.editor-design .shape-bg {
		max-width: 1200px
	}
}

@media (max-width:1440px) {
	.editure-feature-image .image-one {
		max-width: 550px
	}

	.editure-feature-image .image-two {
		right: -130px;
		max-width: 200px
	}

	.editor-content {
		padding-top: 0
	}
}

@media (max-width:1280px) {
	.editor-content {
		padding-left: 0
	}

	.editure-feature-image {
		left: 20px
	}

	.editure-feature-image .image-one {
		max-width: 480px
	}

	.editure-feature-image .image-two {
		margin-left: -100px;
		max-width: 180px
	}

	.editor-content {
		padding-top: 0
	}

	.editor-design {
		padding-top: 70px;
		padding-bottom: 100px
	}

	.editor-design .shape-bg {
		max-width: 1100px
	}

	.editure-feature-image .image-two {
		right: -120px
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.editor-design-two {
		padding-top: 160px
	}

	.editor-design {
		padding-top: 100px;
		padding-bottom: 0
	}

	.editor-content {
		padding-left: 50px
	}

	.animaated-elements-two {
		left: -90px
	}

	.genera-informes-content {
		padding-right: 50px
	}

	.animaated-elements {
		width: 470px;
		height: 440px
	}

	.animaated-elements .elm-clock {
		width: 120px
	}

	.animaated-elements .elm-table {
		width: 380px;
		bottom: 25px
	}

	.animaated-elements .elm-man {
		width: 225px
	}

	.animaated-elements .elm-sm-vase {
		width: 35px;
		bottom: 205px
	}

	.animaated-elements .elm-vase {
		width: 120px;
		bottom: 27px
	}

	.animaated-elements .elm-mass {
		right: 60px
	}

	.animaated-elements .elm-mass img {
		width: 110px
	}

	.animaated-elements-two {
		width: 470px;
		height: 460px;
		left: 0
	}

	.animaated-elements-two .elm-two {
		bottom: 65px;
		width: 120px;
		left: 25px
	}

	.animaated-elements-two .elm-three {
		width: 180px;
		top: -70px
	}

	.animaated-elements-two .elm-four {
		width: 160px;
		right: 160px
	}
}

@media (max-width:1024px) {
	.editor-content {
		padding-left: 100px
	}
}

@media (max-width:991px) {
	.editor-design {
		padding-top: 62px;
		padding-bottom: 70px
	}

	.editor-design-two {
		padding-top: 90px;
		padding-bottom: 30px
	}

	.editure-feature-image {
		position: relative;
		left: 0
	}

	.editure-feature-image .image-two {
		position: absolute;
		top: 50%;
		right: -82px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.genera-informes-content {
		padding-bottom: 30px
	}

	.editor-content {
		padding-left: 0;
		padding-top: 17px
	}

	.editor-content .section-title.style-two.color-two {
		margin-bottom: 20px
	}

	.editor-content .section-title.style-two .title {
		margin-bottom: 15px
	}
}

@media (max-width:768px) {
	.animaated-elements {
		left: -50px;
		width: 470px;
		height: 440px
	}

	.animaated-elements .elm-clock {
		width: 120px
	}

	.animaated-elements .elm-table {
		width: 380px;
		bottom: 25px
	}

	.animaated-elements .elm-man {
		width: 225px
	}

	.animaated-elements .elm-sm-vase {
		width: 35px;
		bottom: 205px
	}

	.animaated-elements .elm-vase {
		width: 120px;
		bottom: 27px
	}

	.animaated-elements .elm-mass {
		right: 60px
	}

	.animaated-elements .elm-mass img {
		width: 110px
	}

	.animaated-elements-two {
		width: 470px;
		height: 460px;
		margin-top: 35px
	}

	.animaated-elements-two .elm-two {
		bottom: 65px;
		width: 120px;
		left: 25px
	}

	.animaated-elements-two .elm-three {
		width: 180px;
		top: -70px
	}

	.animaated-elements-two .elm-four {
		width: 160px;
		right: 160px
	}
}

@media (max-width:576px) {
	.editure-feature-image {
		position: relative;
		left: 0;
		margin-bottom: 30px
	}

	.editure-feature-image .image-one {
		max-width: 400px
	}

	.editure-feature-image .image-two {
		right: -80px
	}

	.editor-content {
		padding-left: 0
	}

	.animaated-elements {
		width: 320px;
		height: 340px;
		left: 0
	}

	.animaated-elements .elm-clock {
		width: 80px
	}

	.animaated-elements .elm-table {
		width: 260px;
		bottom: 35px
	}

	.animaated-elements .elm-man {
		width: 160px
	}

	.animaated-elements .elm-sm-vase {
		width: 25px;
		bottom: 158px
	}

	.animaated-elements .elm-vase {
		width: 70px;
		bottom: 35px
	}

	.animaated-elements .elm-mass {
		right: -40px;
		top: 80px
	}

	.animaated-elements .elm-mass img {
		width: 70px
	}

	.animaated-elements-two {
		width: 330px;
		height: 340px
	}

	.animaated-elements-two .elm-two {
		bottom: 65px;
		width: 70px;
		left: 25px
	}

	.animaated-elements-two .elm-three {
		width: 120px;
		top: -25px
	}

	.animaated-elements-two .elm-four {
		width: 105px;
		right: 120px
	}

	.genera-informes-two .scroll-circle {
		left: -70%!important
	}
}

@media (max-width:480px) {
	.editure-feature-image .image-one {
		max-width: 300px
	}

	.editure-feature-image .image-two {
		right: 0
	}

	.editure-feature-image .image-two-inner img {
		max-width: 150px
	}

	.genera-informes-two .scroll-circle {
		left: -100%!important
	}
}

.genera-informes {
	padding-top: 197px;
	padding-bottom: 222px;
	overflow: hidden
}

.genera-informes .section-title {
	margin-bottom: 30px
}

.genera-informes .list-items {
	margin-bottom: 50px
}

.genera-informes .shape-bg {
	left: auto;
	top: 0;
	right: 0
}

.genera-informes-two {
	padding-top: 105px
}

.genera-informes-two .section-title {
	margin-top: 115px;
	margin-bottom: 36px
}

.genera-informes-two .list-items {
	margin-bottom: 50px
}

.informes-feature-image {
	position: absolute;
	right: 75px;
	top: 143px
}

.informes-feature-image .image-one {
	max-width: 720px
}

.informes-feature-image .image-two {
	position: absolute;
	right: 150px;
	bottom: -140px;
	max-width: 720px
}

.genera-informes-two .scroll-circle {
	top: 60px
}

.genera-informes-three {
	padding-top: 242px;
	position: relative
}

.genera-informes-three .shape-bg {
	left: auto;
	right: 0;
	top: 40px
}

.genera-informes-three .list-items {
	margin-bottom: 50px
}

.genera-informes-three .section-title {
	margin-bottom: 35px
}

@media (max-width:1680px) {
	.informes-feature-image {
		position: absolute;
		right: 50px;
		top: 125px
	}

	.informes-feature-image .image-one {
		max-width: 620px
	}

	.informes-feature-image .image-two {
		position: absolute;
		right: 130px;
		bottom: -140px
	}

	.informes-feature-image .image-two img {
		max-width: 620px!important
	}
}

@media (max-width:1600px) {
	.genera-informes {
		padding-bottom: 120px
	}

	.genera-informes .shape-bg {
		max-width: 500px
	}

	.informes-feature-image {
		top: 80px
	}
}

@media (max-width:1440px) {
	.informes-feature-image {
		position: absolute;
		right: 25px;
		top: 125px
	}

	.informes-feature-image .image-one {
		max-width: 550px
	}

	.informes-feature-image .image-two {
		position: absolute;
		right: 100px;
		bottom: -140px
	}

	.informes-feature-image .image-two img {
		max-width: 550px!important
	}
}

@media (max-width:1280px) {
	.genera-informes {
		padding-bottom: 120px
	}

	.genera-informes .shape-bg {
		max-width: 400px
	}

	.informes-feature-image {
		top: 70px
	}
}

@media (max-width:1200px) {
	.informes-feature-image {
		position: absolute;
		right: 25px;
		top: 100px
	}

	.informes-feature-image .image-one {
		max-width: 450px
	}

	.informes-feature-image .image-two {
		position: absolute;
		right: 70px;
		bottom: -140px
	}

	.informes-feature-image .image-two img {
		max-width: 450px!important
	}

	.genera-informes {
		padding-top: 140px
	}

	.genera-informes .shape-bg {
		right: -180px
	}

	.genera-informes-three {
		padding-top: 180px
	}

	.genera-informes-three .shape-bg {
		width: 500px
	}
}

@media (max-width:1024px) {
	.informes-feature-image {
		position: absolute;
		right: 25px;
		top: 75px
	}

	.informes-feature-image .image-one {
		max-width: 450px
	}

	.informes-feature-image .image-two {
		position: absolute;
		right: 70px;
		bottom: -140px;
		max-width: 450px
	}

	.genera-informes .shape-bg {
		right: -180px
	}
}

@media (max-width:991px) {
	.genera-informes {
		padding-top: 0;
		overflow: hidden;
		padding-bottom: 80px
	}

	.genera-informes .section-title {
		margin-bottom: 20px;
		padding-top: 0
	}

	.genera-informes .list-items {
		margin-bottom: 40px
	}

	.genera-informes .informes-feature-image {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 0;
		margin-bottom: 120px;
		padding-top: 0
	}

	.genera-informes .informes-feature-image .image-one {
		max-width: 450px
	}

	.genera-informes .informes-feature-image .image-two {
		position: absolute;
		right: -70px;
		bottom: -110px;
		max-width: 450px
	}

	.informes-feature-image .image-two {
		bottom: -100px
	}

	.genera-informes-two {
		padding-top: 46px
	}

	.genera-informes-two .section-title {
		margin-top: 71px;
		margin-bottom: 25px
	}

	.genera-informes-two .list-items {
		margin-bottom: 40px
	}

	.genera-informes-three {
		padding-top: 0
	}

	.genera-informes-three .section-title {
		margin-top: 96px
	}

	.genera-informes-three .section-title.style-two {
		margin-top: 100px
	}

	.genera-informes-three .informes-feature-image {
		position: relative;
		top: 0;
		right: 0
	}

	.genera-informes-three .informes-feature-image .image-two {
		right: auto;
		left: 70px
	}

	.genera-informes .shape-bg {
		right: -180px
	}

	.genera-informes-two .scroll-circle {
		left: -40%
	}
}

@media (max-width:768px) {
	.informes-feature-image .image-two {
		right: -70px
	}
}

@media (max-width:576px) {
	.informes-feature-image .image-two {
		left: 0;
		right: auto
	}

	.informes-feature-image .image-one img,.informes-feature-image .image-two img {
		max-width: 100%!important
	}
}

.revolutionize,.revolutionize-two {
	padding: 116px 0 30px
}

.revolutionize-two .bg-angle {
	background-image: -o-linear-gradient(150deg,#260ae2 0,#5555ff 100%);
	background-image: linear-gradient(-60deg,#260ae2,#5555ff)
}

.bg-angle {
	background-image: -o-linear-gradient(350deg,#fa7070 0,#fa9770 100%);
	background-image: linear-gradient(100deg,#fa7070,#fa9770);
	max-height: 700px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden
}

.bg-angle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-left: 1900px solid #fff;
	border-bottom: 0 solid transparent
}

#pix-tabs-nav {
	text-align: center;
	list-style: none;
	margin-bottom: 38px;
	padding: 0
}

#pix-tabs-nav li {
	display: inline-block
}

#pix-tabs-nav li:not(:last-child) {
	margin-right: 20px
}

#pix-tabs-nav li a {
	color: #f1e8e8;
	font-weight: 500;
	cursor: pointer;
	padding: 11px 27px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 20px
}

#pix-tabs-nav li.active a,#pix-tabs-nav li a:hover {
	background: #fff;
	color: #fa7070;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3)
}

#pix-tabs-nav.pix-tab-two li.active a,#pix-tabs-nav.pix-tab-two li a:hover {
	color: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3)
}

#pix-tabs-content .content {
	text-align: center;
	position: relative
}

#pix-tabs-content .content img {
	background-color: #e1d5d5
}

#pix-tabs-content .content .shape-shadow,#pix-tabs-content .content img {
	-webkit-box-shadow: 0 60px 100px 0 rgba(79,35,35,.2);
	box-shadow: 0 60px 100px 0 rgba(79,35,35,.2);
	border-radius: 10px
}

#pix-tabs-content .content .shape-shadow {
	background-color: #fff;
	opacity: .4;
	height: 100px;
	max-width: 73%;
	position: absolute;
	bottom: -40px;
	width: 100%;
	z-index: -1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

#pix-tabs-content .content.color-two .shape-shadow,#pix-tabs-content .content.color-two img {
	-webkit-box-shadow: 0 60px 100px 0 rgba(43,35,79,.2);
	box-shadow: 0 60px 100px 0 rgba(43,35,79,.2)
}

@media (max-width:991px) {
	.revolutionize,.revolutionize-two {
		padding: 76px 0 30px
	}

	#pix-tabs-content .content.color-two .shape-shadow,#pix-tabs-content .content.color-two img {
		-webkit-box-shadow: 0 40px 50px 0 rgba(43,35,79,.2);
		box-shadow: 0 40px 50px 0 rgba(43,35,79,.2)
	}
}

@media (max-width:768px) {
	#pix-tabs-content .content .shape-shadow,#pix-tabs-content .content img {
		-webkit-box-shadow: 0 40px 50px 0 rgba(79,35,35,.2);
		box-shadow: 0 40px 50px 0 rgba(79,35,35,.2)
	}

	#pix-tabs-content .content .shape-shadow {
		bottom: -30px
	}

	#pix-tabs-nav li:not(:last-child) {
		margin-right: 5px
	}
}

@media (max-width:576px) {
	#pix-tabs-nav {
		margin: 0
	}

	#pix-tabs-nav li {
		margin-right: 3px
	}

	#pix-tabs-nav li a {
		font-size: 14px;
		padding: 6px 22px
	}
}

@media (max-width:420px) {
	#pix-tabs-nav {
		margin-bottom: 20px
	}

	#pix-tabs-nav li a {
		margin-bottom: 10px
	}

	#pix-tabs-nav li:not(:last-child) {
		margin-right: 0
	}
}

.inspect {
	padding: 107px 0 75px;
	background: #fbfafd
}

.performance {
	background: #faf9fd;
	padding: 120px 0 125px
}

.gp-tab-contentens .section-heading {
	margin-bottom: 50px
}

.gp-tabs-navigation {
	margin: 0;
	padding: 0;
	list-style: none
}

.gp-tabs-navigation li {
	margin-bottom: 20px;
	padding: 25px 20px 25px 50px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 20px 40px 0 rgba(43,35,79,.08);
	box-shadow: 0 20px 40px 0 rgba(43,35,79,.08);
	border-left: 5px solid #260ae2;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.gp-tabs-navigation li .acc-btn {
	color: #322d49;
	font-size: 20px;
	font-weight: 500
}

.gp-tabs-navigation li .content {
	display: none;
	padding-top: 14px
}

.gp-tabs-navigation li .content p {
	margin-bottom: 22px
}

.gp-tabs-navigation li:last-child {
	margin-bottom: 0
}

.gp-tabs-navigation li .tab-icon {
	margin-right: 20px
}

.gp-tabs-navigation li.active .content {
	display: block
}

.gp-tabs-navigation li .more-btn {
	font-size: 14px;
	color: #5e5b74;
	font-weight: 500
}

.gp-tabs-navigation li .more-btn i {
	vertical-align: middle;
	margin-left: 5px
}

.gp-tabs-navigation li .more-btn:hover {
	color: #260ae2
}

.gp-tabs-navigation li.active-tab {
	padding: 30px 20px 25px 50px
}

.gp-tabs-content {
	padding: 0;
	list-style: none;
	z-index: 22;
	position: relative
}

.gp-tabs-content .pix-tab-item {
	display: none;
	opacity: 0;
	padding: 37px 50px 40px 0
}

.gp-tabs-content .pix-tab-item.active-tab {
	display: block;
	opacity: 1
}

.gp-tabs-content .pix-tab-item.active-tab .image-bottom,.gp-tabs-content .pix-tab-item.active-tab .image-top {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.gp-tabs-content .pix-tab-item.active-tab .image-top {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.gp-tabs-content .pix-tab-item.active-tab .image-left {
	opacity: 1;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.gp-tabs-content .inspect-tab-image {
	position: relative;
	height: 510px;
	width: 610px;
	margin: 0 auto
}

.gp-tabs-content .inspect-tab-image>div {
	position: absolute;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.gp-tabs-content .inspect-tab-image .image-top {
	top: -10px;
	left: 0;
	z-index: 2;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.gp-tabs-content .inspect-tab-image .image-bottom {
	bottom: -66px;
	right: -70px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px)
}

.gp-tabs-content .inspect-tab-image .image-left {
	bottom: -30px;
	left: 50px;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.tab-content-inner {
	position: relative
}

.tab-content-inner .animate-shape-one {
	position: absolute;
	top: 66%;
	left: 55%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1
}

.tab-content-inner .animate-shape-two {
	position: absolute;
	right: 25px;
	top: 35%
}

@media (min-width:768px) {
	.gp-tabs-content {
		min-height: 480px
	}
}

@media (min-width:960px) {
	.gp-tabs-content {
		min-height: 0
	}
}

@media (max-width:1200px) {
	.inspect {
		padding: 107px 0 120px
	}

	.gp-tabs-navigation {
		margin-bottom: 40px
	}

	.gp-tabs-content .pix-tab-item {
		padding: 0
	}

	.gp-tabs-content .inspect-tab-image {
		max-width: 100%;
		height: 450px
	}

	.gp-tabs-content .inspect-tab-image .image-top {
		max-width: 450px
	}

	.gp-tabs-content .inspect-tab-image .image-bottom {
		right: 0;
		max-width: 470px
	}

	.gp-tabs-content .inspect-tab-image .image-left {
		left: 0
	}
}

@media (max-width:992px) {
	.inspect {
		padding: 75px 0 100px
	}
}

@media (max-width:576px) {
	.gp-tabs-content .pix-tab-item {
		padding: 0
	}

	.gp-tabs-content .inspect-tab-image {
		max-width: 400px;
		height: 290px
	}

	.gp-tabs-content .inspect-tab-image .image-top {
		max-width: 340px
	}

	.gp-tabs-content .inspect-tab-image .image-bottom {
		right: 0;
		max-width: 360px
	}

	.gp-tabs-content .inspect-tab-image .image-left {
		bottom: -60px;
		width: 200px
	}
}

@media (max-width:420px) {
	.gp-tabs-navigation li {
		padding: 20px 20px 20px 30px
	}

	.gp-tabs-navigation li .acc-btn {
		font-size: 16px
	}

	.gp-tabs-navigation li.active-tab {
		padding: 20px 20px 20px 30px
	}

	.gp-tabs-content .inspect-tab-image {
		width: 300px;
		height: 190px
	}

	.gp-tabs-content .inspect-tab-image .image-top {
		max-width: 260px
	}

	.gp-tabs-content .inspect-tab-image .image-bottom {
		right: 0;
		max-width: 270px
	}

	.gp-tabs-content .inspect-tab-image .image-left {
		bottom: -60px;
		width: 140px
	}
}

.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: none
}

.testimonials {
	background: #fdf8f8;
	padding: 116px 0 0;
	overflow: hidden
}

.testimonials .scroll-circle {
	bottom: 35%;
	right: -133px
}

.testimonial-wrapper {
	padding: 0 100px 160px;
	position: relative;
	z-index: 22
}

.testimonial-wrapper .shape-shadow {
	border-radius: 10px;
	background-color: #fff;
	opacity: .4;
	-webkit-box-shadow: 0 60px 100px 0 rgba(102,74,74,.2);
	box-shadow: 0 60px 100px 0 rgba(102,74,74,.2);
	height: 100px;
	max-width: 54%;
	position: absolute;
	bottom: 120px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.testimonial-wrapper .slider-nav .swiper-button-next,.testimonial-wrapper .slider-nav .swiper-button-prev {
	color: #bdb4b4;
	font-size: 36px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: 0
}

.testimonial-wrapper .slider-nav .swiper-button-next:hover,.testimonial-wrapper .slider-nav .swiper-button-prev:hover {
	color: #fa7070
}

.testimonial-wrapper .slider-nav .swiper-button-next {
	right: 20px
}

.testimonial-wrapper .slider-nav .swiper-button-prev {
	left: 20px
}

#testimonial {
	border-radius: 10px;
	max-width: 770px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 60px 100px 0 rgba(79,35,35,.1);
	box-shadow: 0 60px 100px 0 rgba(79,35,35,.1);
	background: #fff;
	width: 100%
}

#testimonial .testimonial {
	text-align: center;
	margin: 0 auto;
	padding: 60px;
	position: relative
}

#testimonial .testimonial .testimonial-content {
	max-width: 630px;
	margin: 0 auto 30px
}

#testimonial .testimonial .testimonial-content p {
	color: #656177;
	font-size: 20px;
	margin: 0;
	line-height: 38px
}

#testimonial .testimonial .single-bio-thumb {
	max-width: 80px;
	margin: 0 auto 41px;
	-webkit-box-shadow: 0 20px 30px 0 rgba(79,35,35,.2);
	box-shadow: 0 20px 30px 0 rgba(79,35,35,.2);
	border-radius: 50%
}

#testimonial .testimonial .single-bio-thumb img {
	border-radius: 50%
}

#testimonial .testimonial .bio-info .name {
	font-size: 20px;
	line-height: 32px;
	margin: 0
}

.testimonials-two {
	position: relative;
	overflow: hidden
}

.testimonials-two .section-title {
	margin-bottom: 50px
}

.testimonials-two .animate-shape {
	position: absolute;
	right: -9%;
	top: -37%
}

#testimonial-wrapper {
	position: relative;
	z-index: 2
}

#testimonial-wrapper .slider-nav .swiper-button-next,#testimonial-wrapper .slider-nav .swiper-button-prev {
	outline: 0
}

#testimonial-wrapper .slider-nav .swiper-button-next i,#testimonial-wrapper .slider-nav .swiper-button-prev i {
	font-size: 32px
}

#testimonial-wrapper .slider-nav .swiper-button-next:hover,#testimonial-wrapper .slider-nav .swiper-button-prev:hover {
	color: #260ae2
}

#testimonial-wrapper .slider-nav .swiper-button-next {
	right: -100px
}

#testimonial-wrapper .slider-nav .swiper-button-prev {
	left: -100px
}

.testimonials-two,.testimonials-two-about {
	padding: 116px 0 60px
}

.testimonials-two-about .swiper-container,.testimonials-two .swiper-container {
	padding: 0 20px 100px
}

.testimonials-two {
	background: #f8f7fc
}

.testimonial-two .testi-content-inner {
	overflow: hidden;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 30px 20px 0 rgba(43,35,79,.05);
	box-shadow: 0 30px 20px 0 rgba(43,35,79,.05);
	border-radius: 10px;
	padding: 50px 60px
}

.testimonial-two .testimonial-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 43px
}

.testimonial-two .testimonial-bio .avatar {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	margin-right: 30px
}

.testimonial-two .testimonial-bio .avatar img {
	border-radius: 50%
}

.testimonial-two .testimonial-bio .bio-info .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px
}

.testimonial-two .testimonial-content {
	margin-bottom: 35px
}

.testimonial-two .testimonial-content p {
	font-size: 18px;
	line-height: 30px;
	margin: 0
}

.testimonial-two .shape-shadow {
	border-radius: 10px;
	background-color: #fff;
	opacity: .4;
	-webkit-box-shadow: 0 20px 50px 0 rgba(102,74,74,.2);
	box-shadow: 0 20px 50px 0 rgba(102,74,74,.2);
	height: 100px;
	max-width: 81%;
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1
}

.testimonial-two .quote {
	position: absolute;
	right: 60px
}

.rating {
	margin: 0;
	padding: 0;
	list-style: none
}

.rating li {
	display: inline-block;
	font-size: 14px;
	color: #fdae04
}

#testimonial-wrapper-three {
	max-width: 1060px;
	margin: 0 auto;
	position: relative
}

#testimonial-wrapper-three .quote {
	position: absolute;
	bottom: 80px;
	right: 80px;
	z-index: 22
}

#testimonial-wrapper-three .swiper-container {
	padding: 0 45px 80px
}

#testimonial-wrapper-three .slider-nav {
	width: 90px;
	top: auto;
	bottom: 100px;
	left: 50%;
	height: 40px
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev {
	height: 25px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: 0
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev .arrow {
	margin-top: 12px;
	width: 25px;
	height: 2px;
	background: #bdb4b4;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev .arrow:after {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev .arrow:after,#testimonial-wrapper-three .slider-nav .swiper-button-prev .arrow:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	left: -2px;
	background-color: #bdb4b4;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev .arrow:before {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev:hover {
	width: 40px;
	left: -15px
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev:hover .arrow {
	width: 40px;
	background: #fa7070
}

#testimonial-wrapper-three .slider-nav .swiper-button-prev:hover .arrow:after,#testimonial-wrapper-three .slider-nav .swiper-button-prev:hover .arrow:before {
	background: #fa7070
}

#testimonial-wrapper-three .slider-nav .swiper-button-next {
	height: 25px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#testimonial-wrapper-three .slider-nav .swiper-button-next .arrow {
	margin-top: 12px;
	width: 25px;
	height: 2px;
	background: #bdb4b4;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#testimonial-wrapper-three .slider-nav .swiper-button-next .arrow:after {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#testimonial-wrapper-three .slider-nav .swiper-button-next .arrow:after,#testimonial-wrapper-three .slider-nav .swiper-button-next .arrow:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	right: -2px;
	background-color: #bdb4b4;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#testimonial-wrapper-three .slider-nav .swiper-button-next .arrow:before {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#testimonial-wrapper-three .slider-nav .swiper-button-next:hover {
	width: 40px;
	right: -15px
}

#testimonial-wrapper-three .slider-nav .swiper-button-next:hover .arrow {
	width: 40px;
	background: #fa7070
}

#testimonial-wrapper-three .slider-nav .swiper-button-next:hover .arrow:after,#testimonial-wrapper-three .slider-nav .swiper-button-next:hover .arrow:before {
	background: #fa7070
}

.testimonials-two-about {
	background: #fdf8f8;
	padding: 116px 0 58px;
	overflow: hidden
}

.testimonials-two-about .testimonial-two .testi-content-inner {
	-webkit-box-shadow: 0 30px 20px 0 rgba(79,35,35,.1);
	box-shadow: 0 30px 20px 0 rgba(79,35,35,.1)
}

.testimonials-two-about .testimonial-two .shape-shadow {
	-webkit-box-shadow: 0 20px 50px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 50px 0 rgba(79,35,35,.1)
}

.testimonials-two-about .scroll-circle {
	bottom: 33%;
	z-index: 1;
	right: -7%
}

.testimonials-two-about #testimonial-wrapper .slider-nav .swiper-button-next:hover,.testimonials-two-about #testimonial-wrapper .slider-nav .swiper-button-prev:hover {
	color: #fa7070
}

.testimonial-three {
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.testimonial-three .avatar,.testimonial-three .testimonial-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.testimonial-three .testimonial-content {
	padding: 0 60px;
	margin-top: -47px
}

.testimonial-three .testimonial-content .bio-info {
	margin-bottom: 30px
}

.testimonial-three .testimonial-content .bio-info .name {
	font-size: 20px;
	font-weight: 600
}

.testimonial-three .testimonial-content p {
	font-size: 18px;
	line-height: 32px;
	color: #656177
}

.testimonials-three {
	padding: 116px 0 40px
}

.testimonial-wrapper-two .slider-nav {
	top: 50%
}

.testimonials-four {
	background: #fbfafd;
	padding: 115px 0
}

.testimonial-wrapper-two {
	position: relative
}

.testimonial-wrapper-two .slider-nav #slide-next,.testimonial-wrapper-two .slider-nav #slide-prev {
	outline: 0;
	height: 50px;
	width: 50px;
	line-height: 54px;
	border: 1px solid #e0deed;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.testimonial-wrapper-two .slider-nav #slide-next:hover,.testimonial-wrapper-two .slider-nav #slide-prev:hover {
	background: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	color: #fff
}

.testimonials-tax {
	padding: 112px 0 120px;
	position: relative
}

.testimonials-tax .testi-top-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.testimonial-six-wrapper {
	margin: 0 auto;
	max-width: 770px;
	position: relative
}

.testimonial-six-wrapper .quote {
	position: absolute;
	top: 40px;
	left: 30px
}

.testimonial-six-wrapper .testimonial-six {
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 50px 80px 0 rgba(48,11,33,.1);
	box-shadow: 0 50px 80px 0 rgba(48,11,33,.1);
	padding: 50px 100px 100px
}

.testimonial-six-wrapper .testimonial-six .testimonial .single-bio-thumb {
	border-radius: 50%;
	background-color: #dfe4ec;
	-webkit-box-shadow: 0 30px 40px 0 rgba(48,11,33,.12);
	box-shadow: 0 30px 40px 0 rgba(48,11,33,.12);
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
	overflow: hidden
}

.testimonial-six-wrapper .testimonial-six .testimonial .testimonial-content p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 35px
}

.testimonial-six-wrapper .testimonial-six .testimonial .bio-info .name {
	font-size: 18px;
	line-height: 26px;
	margin: 0
}

.testimonial-six-wrapper .testimonial-six .testimonial .bio-info .job {
	font-size: 14px
}

.testimonial-six-wrapper .dot-shape {
	position: absolute;
	right: -60px;
	bottom: -35px;
	z-index: -1
}

.style-two.swiper-pagination {
	margin-top: 35px
}

.style-two.swiper-pagination .swiper-pagination-bullet {
	margin-right: 5px;
	position: relative;
	opacity: 1;
	background: transparent;
	outline: 0
}

.style-two.swiper-pagination .swiper-pagination-bullet,.style-two.swiper-pagination .swiper-pagination-bullet:before {
	height: 12px;
	width: 12px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.style-two.swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	background: #e5d6d6;
	z-index: 2;
	top: 0;
	left: 0;
	border-radius: 50%;
	left: -2px;
	top: -2px;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.style-two.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

.style-two.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background: #f97bc5;
	-webkit-box-shadow: 0 10px 14px 0 rgba(79,35,35,.3);
	box-shadow: 0 10px 14px 0 rgba(79,35,35,.3)
}

.testimonials-six {
	padding: 120px 0 154px;
	background-size: cover;
	background-position: 50%
}

#testimonial-wrapper-six {
	margin: 0 -45px
}

#testimonial-wrapper-six .swiper-container {
	padding: 40px 45px 35px
}

.swiper-slide-visible .testimonial-six .testimonial-content {
	-webkit-box-shadow: 0 40px 50px 0 rgba(10,1,47,.12);
	box-shadow: 0 40px 50px 0 rgba(10,1,47,.12)
}

.testimonial-six .testimonial-content {
	background-color: #fff;
	padding: 42px 40px;
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative
}

.testimonial-six .testimonial-content p {
	font-size: 16px;
	line-height: 30px;
	color: #322d49;
	margin-bottom: 13px
}

.testimonial-six .testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 8px solid transparent;
	border-top: 15px solid #fff;
	bottom: -15px;
	position: absolute;
	left: 100px
}

.testimonial-six .testimonial-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
	margin-left: 100px
}

.testimonial-six .testimonial-bio .name {
	font-size: 18px;
	font-weight: 600;
	margin: 0
}

.testimonial-six .testimonial-bio .avatar {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px
}

#testimonials-four .swiper-slide.swiper-slide-active .testimonial-four>* {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

#testimonials-four .swiper-slide.swiper-slide-active .testimonial-four .single-bio-thumb {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#testimonials-four .swiper-slide.swiper-slide-active .testimonial-four .testimonial-content {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

#testimonials-four .swiper-slide.swiper-slide-active .testimonial-four .bio-info {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.testimonial-four {
	text-align: center;
	padding-top: 30px
}

.testimonial-four>* {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.testimonial-four .single-bio-thumb {
	overflow: hidden;
	height: 80px;
	width: 80px;
	margin: 0 auto 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 30px 0 rgba(43,35,79,.1);
	box-shadow: 0 20px 30px 0 rgba(43,35,79,.1)
}

.testimonial-four .testimonial-content {
	position: relative;
	max-width: 740px;
	margin: 0 auto 68px
}

.testimonial-four .testimonial-content .quote {
	position: absolute;
	top: -65px;
	left: 0;
	z-index: 1
}

.testimonial-four .testimonial-content p {
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	margin: 0;
	z-index: 22;
	position: relative
}

.testimonial-four .bio-info .name {
	font-size: 20px;
	font-weight: 500;
	color: #322d49;
	margin: 0
}

.testimonial-four .bio-info .job {
	font-size: 14px;
	color: #7c7a8f
}

@media (max-width:1440px) {
	.testimonials-two-about .animate-shape,.testimonials-two-about .scroll-circle,.testimonials-two .animate-shape,.testimonials-two .scroll-circle {
		max-width: 600px
	}
}

@media (max-width:1200px) {
	#testimonial-wrapper-three .slider-nav {
		bottom: 70px
	}
}

@media (max-width:1024px) {
	.testimonial-three .testimonial-content {
		padding: 0 20px;
		margin-top: 0
	}

	.testimonial-three .testimonial-content p {
		font-size: 16px;
		line-height: 28px
	}

	.testimonial-three .testimonial-content .bio-info {
		margin-bottom: 10px
	}

	#testimonial-wrapper-three .slider-nav {
		bottom: 80px
	}

	#testimonial-wrapper-three .quote {
		width: 80px
	}

	.testimonials .scroll-circle {
		max-width: 500px
	}

	.testimonials-two-about .scroll-circle {
		max-width: 400px
	}
}

@media (max-width:991px) {
	.testimonials {
		padding: 76px 0 10px
	}

	.testimonials-two-about .swiper-container,.testimonials-two .swiper-container {
		padding: 0 20px 80px
	}

	.testimonials-two,.testimonials-two-about {
		padding: 76px 0 30px
	}

	#testimonial-wrapper .slider-nav .swiper-button-prev {
		left: -30px
	}

	#testimonial-wrapper .slider-nav .swiper-button-next {
		right: -20px
	}

	.testimonials-three {
		padding: 76px 0 0
	}

	#testimonial-wrapper-three .slider-nav {
		display: none
	}

	.testimonials-two .animate-shape {
		right: -80%
	}

	.testimonial-wrapper {
		padding: 0 50px 110px
	}

	.testimonial-wrapper .slider-nav .swiper-button-prev {
		left: 0
	}

	.testimonial-wrapper .slider-nav .swiper-button-next {
		right: 10px
	}

	.testimonial-wrapper .shape-shadow {
		bottom: 80px
	}

	#testimonial .testimonial .testimonial-content p {
		font-size: 18px;
		line-height: 34px
	}

	.testimonial-two .testi-content-inner {
		padding: 40px 30px
	}

	.testimonial-two .shape-shadow {
		bottom: -30px
	}

	.testimonial-four .single-bio-thumb {
		margin: 0 auto 30px
	}

	.testimonial-four .testimonial-content {
		max-width: 500px;
		margin: 0 auto 38px
	}

	.testimonial-four .testimonial-content p {
		font-size: 18px
	}

	.testimonial-four .testimonial-content p br {
		display: none
	}

	.testimonials-four {
		padding: 50px 0 70px
	}

	.testimonials-tax {
		padding: 72px 0 80px
	}
}

@media (max-width:768px) {
	.testimonials,.testimonials-three {
		padding: 76px 0 30px
	}

	#testimonial-wrapper-three .swiper-container {
		padding: 0 25px 50px
	}

	#testimonial .testimonial {
		padding: 40px
	}

	#testimonial .testimonial .testimonial-content p {
		font-size: 16px;
		line-height: 30px
	}

	.testimonial-wrapper {
		padding: 0 50px 70px
	}

	.testimonial-wrapper .shape-shadow {
		bottom: 50px
	}

	#testimonial-wrapper .slider-nav .swiper-button-prev {
		left: -30px
	}

	#testimonial-wrapper .slider-nav .swiper-button-next {
		right: -20px
	}

	.testimonials-two .animate-shape {
		right: -100%
	}

	.testimonial-three {
		display: block;
		padding: 30px
	}

	.testimonial-three .avatar {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin: auto 30px;
		overflow: hidden
	}

	.testimonial-three .avatar img {
		border-radius: 50%
	}

	#testimonial-wrapper-three .slider-nav {
		bottom: 50px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: none
	}

	#testimonial-wrapper-three .quote {
		bottom: 50px
	}

	.testimonial-wrapper-two .slider-nav #slide-prev {
		left: -50px
	}

	.testimonial-wrapper-two .slider-nav #slide-next {
		right: -50px
	}

	.testimonial-six-wrapper .testimonial-six {
		padding: 50px 50px 100px
	}
}

@media (max-width:620px) {
	.testimonial-four .testimonial-content p {
		font-size: 16px;
		line-height: 26px
	}

	.testimonial-wrapper-two .slider-nav {
		display: none
	}
}

@media (max-width:576px) {
	#testimonial-wrapper .slider-nav .swiper-button-next,#testimonial-wrapper .slider-nav .swiper-button-prev,.testimonial-wrapper .slider-nav .swiper-button-next,.testimonial-wrapper .slider-nav .swiper-button-prev {
		display: none
	}

	.testimonial-wrapper {
		padding: 0 0 70px
	}

	#testimonial .testimonial {
		padding: 40px 25px
	}

	#testimonial-wrapper-three .slider-nav {
		display: none
	}

	#testimonial-wrapper-three .swiper-container {
		padding: 0 20px 50px!important
	}

	#testimonial-wrapper-three .quote {
		right: 30px
	}

	.testimonial-three {
		padding: 30px 10px
	}
}

.review-sliders {
	background: #fcfafb;
	padding: 112px 0 120px;
	overflow: hidden
}

#review-slider-wrapper {
	position: relative
}

#review-slider-wrapper #review-sliders {
	overflow: visible
}

#review-slider-wrapper #review-sliders .swiper-slide.swiper-slide-visible .review-slider {
	-webkit-box-shadow: 0 30px 60px 0 rgba(48,11,33,.08);
	box-shadow: 0 30px 60px 0 rgba(48,11,33,.08);
	opacity: 1
}

#review-slider-wrapper .swiper-pagination {
	bottom: -60px
}

.review-slider {
	border-radius: 6px;
	background: #fff;
	text-align: center;
	padding: 40px;
	height: 100%;
	min-height: 280px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .6
}

.review-slider .review-content-inner .review-score {
	height: 80px;
	width: 80px;
	line-height: 80px;
	color: #260ae2;
	background: #f5f1ff;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 500;
	margin: 0 auto 23px
}

.review-slider .review-content-inner .rating {
	margin-bottom: 22px
}

@media (max-width:991px) {
	.review-sliders {
		padding: 72px 0 100px
	}
}

.pricing {
	padding: 116px 0 120px
}

.pricing-two {
	padding-top: 146px;
	padding-bottom: 90px
}

.pricing-two-single {
	padding-top: 116px;
	padding-bottom: 90px
}

.pricing .scroll-circle {
	bottom: 20%
}

.pricing-single-one {
	padding: 116px 0 90px
}

.pricing-table {
	border-right: 1px solid #efe7e7;
	padding: 20px 40px;
	margin-bottom: 30px
}

.pricing-table.br-left {
	border-left: 1px solid #efe7e7
}

.pricing-table .pricing-header {
	text-align: center;
	padding-bottom: 55px;
	border-bottom: 1px dashed #efe7e7;
	margin-bottom: 50px
}

.pricing-table .pricing-header .price {
	color: #fa7070;
	font-size: 36px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 25px
}

.pricing-table .pricing-header .price-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px
}

.pricing-table .pricing-header p {
	margin: 0
}

.pricing-table .pricing-header .annual_price {
	display: none
}

.pricing-table .pricing-header.change-subs-duration .annual_price {
	display: block
}

.pricing-table .pricing-header.change-subs-duration .monthly_price {
	display: none
}

.pricing-table .price-feture {
	padding: 0;
	list-style: none;
	margin-bottom: 55px
}

.pricing-table .price-feture li {
	padding-left: 33px;
	position: relative;
	margin-bottom: 12px
}

.pricing-table .price-feture li:before {
	position: absolute;
	left: 0;
	top: 0
}

.pricing-table .price-feture li.have:before {
	content: "\4e";
	color: #1acb44
}

.pricing-table .price-feture li.not:before {
	content: "\4d";
	color: #fa7878
}

.pricing-table.color-two .pricing-header .price {
	color: #8070fa
}

.pricing-table.color-three .pricing-header .price {
	color: #22cd1a
}

.pricing-table .pix-btn {
	font-weight: 600;
	padding: 8px 0;
	width: 200px;
	text-align: center
}

.pricing-table.style-two {
	background: #fcf7f7;
	padding: 50px 50px 60px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	border: 0
}

.pricing-table.style-two.price-two {
	background: #f8f7fc
}

.pricing-table.style-two.price-two.featured .trend:before {
	border-right: 90px solid #260ae2
}

.pricing-table.style-two .pricing-header {
	text-align: left;
	border-color: #b4b2bf;
	padding-bottom: 60px
}

.pricing-table.style-two .pricing-header .price-title {
	letter-spacing: 0;
	text-transform: capitalize
}

.pricing-table.style-two:hover {
	background: #fff;
	-webkit-box-shadow: 0 40px 80px 0 rgba(43,35,79,.14);
	box-shadow: 0 40px 80px 0 rgba(43,35,79,.14)
}

.pricing-table.featured .trend {
	position: absolute;
	top: 0;
	right: 0
}

.pricing-table.featured .trend p {
	color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 22px;
	margin-bottom: 0;
	z-index: 22;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 15px
}

.pricing-table.featured .trend:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 90px solid transparent;
	border-right: 90px solid #fa7070;
	position: absolute;
	top: 0;
	right: 0
}

.tabed-content .tabs-item {
	display: none
}

.pricing-tab {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 2
}

.pricing-tab .tab-btn {
	cursor: pointer
}

.pricing-tab .monthly_tab_title {
	color: #fa7070
}

.pricing-tab .pricing-tab-switcher {
	height: 40px;
	width: 90px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	margin: 0 18px;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	border: 1px solid #dcd2d2;
	border-radius: 30px;
	cursor: pointer
}

.pricing-tab .pricing-tab-switcher,.pricing-tab .pricing-tab-switcher:before {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.pricing-tab .pricing-tab-switcher:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 4px;
	background: #fa7070;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-box-shadow: 0 14px 24px 0 rgba(176,70,70,.4);
	box-shadow: 0 14px 24px 0 rgba(176,70,70,.4)
}

.pricing-tab .pricing-tab-switcher.active:before {
	left: calc(100% - 35px)
}

.pricing-tab.seleceted .annual_tab_title {
	color: #fa7070
}

.pricing-tab.seleceted .monthly_tab_title {
	color: #797687
}

.pricing-tab span {
	vertical-align: middle
}

.pricing-tab.color-two .pricing-tab-switcher:before {
	background: #260ae2;
	-webkit-box-shadow: 0 14px 24px 0 rgba(90,70,176,.4);
	box-shadow: 0 14px 24px 0 rgba(90,70,176,.4)
}

.pricing-tab.color-two .monthly_tab_title,.pricing-tab.color-two.seleceted .annual_tab_title {
	color: #260ae2
}

.pricing-tab.color-two.seleceted .monthly_tab_title {
	color: #797687
}

.tabs-wrapper {
	max-width: 830px;
	margin: 0 auto
}

.faq-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 22
}

.faq-tabs li {
	margin-bottom: 20px
}

.faq-tabs li:not(:last-child) {
	margin-right: 20px
}

.faq-tabs li a {
	font-size: 14px;
	font-weight: 600;
	color: #fa7070;
	background: hsla(0,93%,71%,.122);
	padding: 1px 25px;
	border-radius: 4px;
	display: inline-block
}

.faq-tabs li a.active,.faq-tabs li a:hover {
	background: #fa7070;
	color: #fff
}

.faq-tabs li:nth-child(2) a {
	background: rgba(94,103,225,.122);
	color: #5e67e1
}

.faq-tabs li:nth-child(2) a.active,.faq-tabs li:nth-child(2) a:hover {
	background: #5e67e1;
	color: #ffff
}

.faq-tabs li:nth-child(3) a {
	background: rgba(26,201,88,.122);
	color: #1ac958
}

.faq-tabs li:nth-child(3) a.active,.faq-tabs li:nth-child(3) a:hover {
	background: #1ac958;
	color: #ffff
}

.faq-tabs li:nth-child(4) a {
	background: rgba(251,43,224,.122);
	color: #fb2be0
}

.faq-tabs li:nth-child(4) a.active,.faq-tabs li:nth-child(4) a:hover {
	background: #fb2be0;
	color: #ffff
}

.pricing-service {
	background: #fdf8f8;
	padding: 116px 0 90px
}

@media (max-width:991px) {
	.pricing {
		padding: 76px 0 80px
	}

	.pricing-service,.pricing-single-one,.pricing-two-single {
		padding: 76px 0 50px
	}

	.pricing-tab {
		margin-bottom: 40px
	}

	.pricing-table {
		border: 1px solid #efe7e7;
		padding: 40px;
		max-width: 500px;
		margin: 0 auto 30px
	}

	.faq-tabs {
		margin-bottom: 30px
	}

	.pricing-two {
		padding-top: 66px;
		padding-bottom: 50px
	}

	.pricing .scroll-circle {
		width: 250px
	}
}

@media (max-width:768px) {
	.faq-tabs li {
		margin-bottom: 10px
	}
}

.teams {
	padding: 116px 0 75px
}

.teams-single {
	padding: 116px 0 120px
}

.teams-two {
	padding-top: 116px;
	padding-bottom: 120px
}

.teams-two .scroll-circle {
	right: 0;
	left: auto;
	top: 25%;
	z-index: -1
}

.team-member {
	margin-bottom: 70px;
	max-width: 370px;
	margin: 0 auto 70px
}

.team-member .member-avater {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.team-member .member-avater svg {
	position: absolute;
	bottom: -100%;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.team-member .member-avater svg.layer-two {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.team-member .member-avater svg:hover {
	bottom: 0
}

.team-member .member-avater .member-social {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 333;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.team-member .member-avater .member-social li {
	display: inline-block;
	margin-right: 5px
}

.team-member .member-avater .member-social li a {
	display: inline-block;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%
}

.team-member .member-avater .member-social li a:hover {
	background: #fff;
	color: #fa7070;
	-webkit-box-shadow: 0 20px 20px 0 rgba(79,35,35,.2);
	box-shadow: 0 20px 20px 0 rgba(79,35,35,.2)
}

.team-member .member-avater:hover svg {
	bottom: 0
}

.team-member .member-avater:hover .member-social {
	bottom: 40px;
	opacity: 1
}

.team-member .team-info {
	text-align: center;
	padding-top: 25px
}

.team-member .team-info .name {
	font-size: 20px;
	font-weight: 600
}

.team-member .team-info .job {
	font-size: 16px;
	color: #797687;
	font-weight: 400
}

.image {
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	height: 5976px;
	z-index: 242
}

.teams-three {
	padding-bottom: 110px
}

.team-member-two {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px
}

.team-member-two img {
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.team-member-two:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #260ae2;
	opacity: .9;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.team-member-two .team-info {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 22;
	height: 50px;
	overflow: hidden
}

.team-member-two .team-info .name {
	font-size: 20px;
	font-weight: 500;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px)
}

.team-member-two .team-info .job,.team-member-two .team-info .name {
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.team-member-two .team-info .job {
	font-size: 14px;
	font-weight: 400;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}

.team-member-two .member-social {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 22;
	height: 28px;
	overflow: hidden
}

.team-member-two .member-social li {
	display: inline-block;
	margin-right: 15px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.team-member-two .member-social li:nth-child(2) {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.team-member-two .member-social li:nth-child(3) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.team-member-two .member-social li:nth-child(4) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.team-member-two .member-social li:nth-child(5) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.team-member-two .member-social li a {
	color: #fff
}

.team-member-two:hover:before {
	opacity: .9;
	visibility: visible
}

.team-member-two:hover .member-social li,.team-member-two:hover .team-info .job,.team-member-two:hover .team-info .name {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.team-member-two:hover .member-social li {
	opacity: 1
}

@media (max-width:991px) {
	.teams,.teams-two {
		padding: 76px 0 50px
	}

	.teams-two {
		padding: 76px 0 80px
	}

	.team-member {
		margin-bottom: 40px
	}

	.section-small {
		margin: 0
	}

	.teams-single {
		padding: 76px 0 80px
	}

	.teams-single .button-container {
		margin-top: 10px
	}

	.teams-two .scroll-circle {
		max-width: 320px
	}

	.teams-three {
		padding-bottom: 70px
	}
}

@media (max-width:768px) {
	.teams-two .scroll-circle {
		max-width: 330px
	}
}

@media (max-width:576px) {
	.scroll-circle {
		display: none
	}
}

.faq-section {
	padding-top: 115px
}

.faq-section-two {
	padding-top: 75px
}

.faqs {
	padding: 120px 0
}

.card {
	border: 0;
	background: transparent
}

.card .card-header {
	background-color: transparent;
	border: 0;
	border-radius: 6px
}

.card .card-header .btn-link {
	padding: 0;
	color: #2b2350;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none
}

.card .card-body {
	padding: 0
}

.card .card-body p {
	font-size: 16px;
	margin-bottom: 25px
}

.faq {
	position: relative;
	z-index: 2
}

.faq .card {
	border: 0;
	background: transparent;
	margin-bottom: 20px;
	border: 1px solid #efe7e7
}

.faq .card .card-header {
	padding: 0
}

.faq .card .card-header h5 {
	position: relative;
	margin: 0
}

.faq .card .card-header .btn-link {
	color: #2b2350;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	width: 100%;
	padding: 18px 40px
}

.faq .card .card-header .btn-link:before {
	content: "\32";
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 9;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #fa7070
}

.faq .card .card-header .btn-link.collapsed:before {
	content: "\33";
	color: #aaa
}

.faq .card .card-body {
	padding: 0 40px 40px
}

.faq .card .card-body p {
	font-size: 16px;
	margin-bottom: 0
}

.faq .card.active {
	-webkit-box-shadow: 0 60px 100px 0 rgba(79,35,35,.1);
	box-shadow: 0 60px 100px 0 rgba(79,35,35,.1)
}

.faq-forms {
	padding-top: 120px
}

.faq-forms .section-title {
	margin-bottom: 50px
}

.faq-forms {
	max-width: 830px;
	margin: 0 auto
}

@media (max-width:991px) {
	#faqs {
		padding: 80px 0 50px
	}

	.faq-two {
		margin-bottom: 30px
	}

	.faq-section-two {
		padding-top: 65px
	}

	.faq-section {
		padding-top: 75px
	}

	.faqs {
		padding: 80px 0
	}

	.faq-forms {
		padding-top: 78px
	}
}

@media (max-width:768px) {
	#faqs {
		padding: 50px 0 20px
	}

	.faq .card .card-header h5:before {
		right: 20px
	}

	.faq .card .card-header .btn-link {
		padding: 18px 20px
	}
}

@media (max-width:576px) {
	.faq .card .card-header .btn-link {
		padding: 18px 30px 18px 20px;
		font-size: 18px
	}

	.faq .card .card-header h5:before {
		right: 10px
	}

	.faq .card .card-body {
		padding: 5px 20px 25px
	}
}

#brand-logo .section-small {
	margin-top: -90px
}

.brand-logo {
	text-align: center
}

.brand-logo img {
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.brand-logo img:hover {
	opacity: 1
}

#brand-logo-two {
	padding-top: 350px
}

@media (max-width:991px) {
	#brand-logo-two {
		padding-top: 180px
	}
}

@media (max-width:576px) {
	#brand-logo-two {
		padding-top: 80px
	}
}

.brand-logo-ab {
	padding-bottom: 120px
}

.logo-carousel .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:991px) {
	#brand-logo {
		padding-top: 76px
	}

	#brand-logo .section-small {
		margin-top: 0
	}

	#brand-logo .section-small .title {
		margin-bottom: 50px
	}

	.brand-logo-ab {
		padding-bottom: 75px
	}

	.brand-logo-ab .section-small .title {
		margin-bottom: 60px
	}
}

@media (max-width:768px) {
	#brand-logo {
		padding-top: 30px
	}

	#brand-logo .section-small {
		margin-top: 0
	}
}

@media (max-width:480px) {
	#brand-logo {
		padding-top: 0
	}

	#brand-logo .section-small {
		margin-top: 0
	}
}

.call-to-action {
	background-image: -o-linear-gradient(350deg,#fa7070 0,#fa9770 100%);
	background-image: linear-gradient(100deg,#fa7070,#fa9770);
	padding: 111px 0 120px;
	overflow: hidden
}

.call-to-action .overlay-bg {
	position: absolute;
	right: 0;
	top: 0
}

.call-to-action .action-content {
	position: relative
}

.call-to-action .action-content .title {
	color: #fff;
	font-size: 50px;
	line-height: 64px;
	font-weight: 700;
	margin-bottom: 28px
}

.call-to-action .action-content p {
	color: #fff;
	margin-bottom: 50px
}

.call-to-action .action-content .pix-btn {
	padding: 12px 50px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 2
}

.call-to-action .action-content.style-two .title {
	font-size: 40px;
	line-height: 54px;
	margin: 0
}

.call-to-action.action-padding {
	padding: 172px 0 168px
}

.call-to-action .scroll-circle {
	right: 0;
	top: 40%
}

.signup-section {
	padding: 0;
	background-size: cover;
	background-position: 50%;
	position: relative;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#4f29dd),to(#260ae2));
	background-image: -o-linear-gradient(bottom,#4f29dd 0,#260ae2 100%);
	background-image: linear-gradient(0deg,#4f29dd,#260ae2);
	overflow: hidden
}

.signup-section .bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.signup-section .bg-shape img {
	position: absolute
}

.signup-section .bg-shape .shape-left {
	top: 0;
	left: 0
}

.signup-section .bg-shape .shape-right {
	bottom: 0;
	right: 0
}

.signup-heading .title {
	font-size: 50px;
	line-height: 64px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px
}

.signup-heading p {
	color: #fff;
	margin: 0
}

.call-to-action-three {
	background: #f97bc5;
	padding: 230px 0 130px;
	position: relative;
	overflow: hidden
}

.call-to-action-three:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 100px solid transparent;
	border-right: 1920px solid #fff
}

.call-to-action-three .bg-right-shape {
	position: absolute;
	right: 0;
	bottom: 0
}

.call-to-action-three .action-content .title {
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 30px
}

.call-to-action-three .action-content p {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin: 0
}

.call-to-action-four {
	background: #f9f8fc;
	padding: 50px 0;
	border-top: 1px solid #e9e7f1
}

@media (max-width:768px) {
	.call-to-action-four .text-right {
		text-align: left!important;
		margin-top: 30px
	}
}

.call-to-action-four .action-content .title {
	font-size: 26px;
	line-height: 40px;
	font-weight: 600
}

.call-to-action-four .action-content p {
	font-size: 26px;
	line-height: 40px;
	color: #75737e;
	margin: 0
}

@media (max-width:768px) {
	.call-to-action-four .action-content p {
		font-size: 20px
	}
}

.call-to-action-four .pix-btn {
	padding: 15px 43px
}

@media (max-width:1200px) {
	.call-to-action .action-content.style-two .title {
		font-size: 36px;
		line-height: 50px
	}

	.signup-heading .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media (max-width:991px) {
	.call-to-action {
		padding: 71px 0 80px
	}

	.call-to-action.action-padding {
		padding: 74px 0 80px
	}

	.call-to-action .action-content .title {
		font-size: 40px;
		line-height: 54px
	}

	.call-to-action .text-right {
		text-align: center!important
	}

	.call-to-action .action-content.style-two {
		margin-bottom: 30px;
		text-align: center
	}

	.call-to-action .action-content.style-two .title {
		font-size: 32px;
		line-height: 42px
	}

	.call-to-action .action-content.style-two .title br {
		display: none
	}

	.call-to-action .scroll-circle {
		max-width: 400px
	}

	.call-to-action-three {
		padding: 130px 0 100px
	}

	.call-to-action-three .action-content .title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px
	}

	.call-to-action-three .action-content p {
		font-size: 20px
	}
}

@media (max-width:768px) {
	.call-to-action .action-content .title {
		font-size: 32px;
		line-height: 42px
	}

	.call-to-action .action-content p br {
		display: none
	}

	.call-to-action .scroll-circle {
		max-width: 300px
	}

	.signup-section .button-container {
		margin-top: 30px
	}

	.signup-section .button-container.text-right {
		text-align: left!important
	}

	.call-to-action-three .text-right {
		margin-top: 20px;
		text-align: left!important
	}
}

.countup {
	padding: 116px 0 120px
}

.countup .pix-btn {
	margin-top: 62px;
	position: relative;
	z-index: 2
}

.countup .scroll-circle {
	top: 58%
}

.countup-two {
	padding: 60px 0 120px
}

.countup-wrapper {
	position: relative;
	z-index: 22
}

.bg-map {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 15px;
	left: 0;
	background-position: 50%;
	background-repeat: no-repeat
}

.fun-fact {
	margin-bottom: 30px
}

.fun-fact .count,.fun-fact span {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
	color: #260ae2;
	display: inline-block
}

.fun-fact p {
	font-size: 18px;
	margin: 0
}

.fun-fact.color-two .count,.fun-fact.color-two span {
	color: #fa7070
}

.fun-fact.color-three .count,.fun-fact.color-three span {
	color: #22cd1a
}

.fun-fact.color-four .count,.fun-fact.color-four span {
	color: #f62ee1
}

.countup-wrapper-two {
	border-bottom: 1px solid #f1f0f7;
	padding-bottom: 60px
}

.fun-fact-two {
	text-align: center;
	margin-bottom: 30px
}

.fun-fact-two .icon-container {
	border-radius: 10px;
	height: 60px;
	width: 60px;
	line-height: 68px;
	background: rgba(112,82,251,.141);
	margin: 0 auto 43px
}

.fun-fact-two .icon-container i {
	font-size: 25px;
	color: #260ae2
}

.fun-fact-two .counter p {
	font-size: 20px;
	color: #5e5b74
}

.fun-fact-two .counter h4 {
	font-size: 54px;
	font-weight: 300;
	color: #260ae2
}

.fun-fact-two.color-two .icon-container {
	background: rgba(253,176,26,.141)
}

.fun-fact-two.color-two .counter h4,.fun-fact-two.color-two .icon-container i {
	color: #fdb01a
}

.fun-fact-two.color-three .icon-container {
	background: rgba(246,74,143,.141)
}

.fun-fact-two.color-three .counter h4,.fun-fact-two.color-three .icon-container i {
	color: #f64a8f
}

.fun-fact-two.color-four .icon-container {
	background: rgba(80,205,138,.141)
}

.fun-fact-two.color-four .counter h4,.fun-fact-two.color-four .icon-container i {
	color: #50cd8a
}

@media (max-width:991px) {
	.countup .scroll-circle {
		left: -30%
	}

	.countup {
		padding: 76px 0 75px
	}

	.countup .pix-btn {
		margin-top: 30px
	}

	.countup-two {
		padding-bottom: 80px
	}
}

@media (max-width:768px) {
	.countup .scroll-circle {
		left: -30%
	}
}

@media (max-width:576px) {
	.fun-fact {
		text-align: center
	}
}

.newsletter {
	padding: 146px 0;
	background-size: cover;
	background-position: 50%;
	overflow: hidden
}

.newsletter .scroll-circle {
	bottom: auto;
	right: 0;
	top: 100px
}

.newsletter-two {
	background-image: -o-linear-gradient(350deg,#fa7070 0,#fa9770 100%);
	background-image: linear-gradient(100deg,#fa7070,#fa9770);
	padding: 118px 0 130px;
	overflow: hidden
}

.newsletter-two .scroll-circle {
	bottom: -79%;
	right: -7%;
	z-index: 1
}

.form-result.alert {
	display: none;
	margin-top: 20px;
	margin-bottom: 0
}

.newsletter-content .title {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 700
}

.newsletter-form {
	max-width: 570px;
	margin-left: auto;
	position: relative;
	z-index: 22
}

.newsletter-form .newsletter-inner {
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
	padding: 5px;
	-webkit-box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	box-shadow: 0 20px 30px 0 rgba(79,35,35,.15)
}

.newsletter-form .newsletter-inner input {
	background: transparent;
	border: 0;
	height: 60px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 170px 0 40px;
	margin: 0;
	width: 100%
}

.newsletter-form .newsletter-inner input::-webkit-input-placeholder {
	color: #8e8b9e
}

.newsletter-form .newsletter-inner input::-moz-placeholder {
	color: #8e8b9e
}

.newsletter-form .newsletter-inner input::-ms-input-placeholder {
	color: #8e8b9e
}

.newsletter-form .newsletter-inner input::placeholder {
	color: #8e8b9e
}

.newsletter-form .newsletter-inner .newsletter-submit {
	background: #260ae2;
	border-radius: 50px;
	padding: 0 40px;
	color: #fff;
	border: 0;
	font-weight: 600;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 60px
}

.newsletter-form .newsletter-inner .newsletter-submit i {
	display: none
}

.newsletter-form .newsletter-inner .newsletter-submit:hover {
	background: #5b39fa
}

.newsletter-form .newsletter-inner .newsletter-submit.clicked i {
	display: block
}

.newsletter-content-two {
	position: relative;
	z-index: 2
}

.newsletter-content-two .title {
	font-size: 40px;
	line-height: 54px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px
}

.newsletter-content-two p {
	color: #fff;
	margin-bottom: 70px;
	display: inline-block;
	max-width: 750px
}

.newsletter-form-two {
	max-width: 770px;
	margin: 0 auto;
	z-index: 22;
	position: relative
}

.newsletter-form-two .newsletter-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.newsletter-form-two .newsletter-inner input {
	background: transparent;
	border: 0;
	outline: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 15px 15px 0;
	border-radius: 0;
	height: 60px;
	max-width: 500px;
	margin: 0;
	width: 100%
}

.newsletter-form-two .newsletter-inner input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.newsletter-form-two .newsletter-inner input::-webkit-input-placeholder {
	color: #fff
}

.newsletter-form-two .newsletter-inner input::-moz-placeholder {
	color: #fff
}

.newsletter-form-two .newsletter-inner input::-ms-input-placeholder {
	color: #fff
}

.newsletter-form-two .newsletter-inner input::placeholder {
	color: #fff
}

.newsletter-form-two .newsletter-inner .newsletter-submit {
	width: 220px;
	height: 60px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	color: #fa7070;
	font-weight: 600;
	-webkit-box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	box-shadow: 0 20px 30px 0 rgba(79,35,35,.15);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.newsletter-form-two .newsletter-inner .newsletter-submit i {
	display: none
}

.newsletter-form-two .newsletter-inner .newsletter-submit:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:991px) {
	.newsletter {
		padding: 70px 0 80px
	}

	.newsletter-form .newsletter-inner input {
		height: 55px
	}

	.newsletter-two {
		padding: 70px 0 80px
	}

	.newsletter-content .title {
		font-size: 32px;
		line-height: 42px
	}

	.newsletter-form {
		margin-left: 0;
		margin: 30px auto 0
	}

	.newsletter-content {
		text-align: center
	}

	.newsletter-content-two .title {
		font-size: 34px;
		line-height: 44px
	}

	.newsletter-content-two p br {
		display: none
	}

	.newsletter-two .scroll-circle {
		bottom: -40%;
		right: -10%
	}

	.newsletter-two .scroll-circle img {
		max-width: 380px
	}

	.newsletter .scroll-circle {
		max-width: 500px
	}

	.newsletter-form .newsletter-inner input {
		padding: 0 170px 0 40px
	}

	.newsletter-form .newsletter-inner .newsletter-submit {
		height: 55px
	}
}

@media (max-width:768px) {
	.newsletter-two .scroll-circle {
		right: -80%
	}

	.newsletter .scroll-circle {
		max-width: 400px
	}

	.newsletter-two p {
		margin-bottom: 50px
	}

	.newsletter-two .newsletter-content-two .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media (max-width:480px) {
	.call-to-action .action-content.style-two .title,.newsletter-content-two .title {
		font-size: 28px;
		line-height: 40px
	}

	.call-to-action .action-content.style-two .title br,.newsletter-content-two .title br {
		display: none
	}

	.newsletter-form-two .newsletter-inner .newsletter-submit {
		margin-top: 20px
	}
}

@media (max-width:480px) {
	.newsletter-content .title br {
		display: none
	}

	.newsletter-form .newsletter-inner .newsletter-submit,.newsletter-form .newsletter-inner input {
		padding: 0 20px
	}

	.newsletter-form-two .newsletter-inner {
		display: block
	}
}

.page-banner.blog-details-banner .page-title {
	margin-top: 0
}

.page-banner-contact {
	height: 690px
}

.page-banner-contact .circle {
	left: -15%
}

.page-title-inner {
	position: relative;
	z-index: 2
}

.page-banner {
	background: #fdf8f8;
	text-align: center;
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.page-banner .page-title {
	font-size: 50px;
	font-weight: 800;
	color: #2b2350;
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin: 30px auto 15px
}

.page-banner .bradcurmed {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2
}

.page-banner .bradcurmed li {
	display: inline-block;
	position: relative;
	font-size: 18px
}

.page-banner .bradcurmed li:not(:last-child) {
	margin-right: 30px
}

.page-banner .bradcurmed li:not(:last-child):before {
	content: "\35";
	position: absolute;
	right: -25px;
	top: 0
}

.page-banner .bradcurmed li a {
	color: #2b2350;
	font-weight: 500
}

.page-banner .bradcurmed li a:hover {
	color: #fa7070
}

.page-banner .circle {
	position: absolute;
	top: -51%;
	left: -15%;
	z-index: 1
}

.page-banner.blog-details-banner {
	height: 700px
}

.page-banner.blog-details-banner .circle {
	position: absolute;
	top: -39%;
	left: -19%;
	z-index: 1
}

.page-banner.blog-details-banner .page-title-wrapper {
	margin-top: 60px
}

.page-banner.blog-details-banner .page-title {
	font-size: 40px;
	line-height: 54px;
	font-weight: 600;
	margin-bottom: 20px
}

.page-banner.blog-details-banner .post-meta {
	position: relative;
	z-index: 22;
	padding: 0
}

.page-banner.blog-details-banner .post-meta li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	text-transform: uppercase
}

.page-banner.blog-details-banner .post-meta li:not(:last-child):after {
	position: absolute;
	content: "";
	right: -20px;
	top: 7px;
	width: 2px;
	height: 14px;
	background: #9997a3
}

.page-banner.blog-details-banner .post-meta li a {
	color: #797687;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 5px
}

.page-banner.blog-details-banner .post-meta li a:hover {
	color: #fa7070
}

.page-banner.blog-details-banner .post-meta.color-theme {
	margin-bottom: 10px
}

.page-banner.blog-details-banner .post-meta.color-theme li a {
	color: #fa7070
}

.animate-ball {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	left: 0
}

.animate-ball .ball {
	background: #fdf1f1;
	border-radius: 50%;
	position: absolute
}

.animate-ball .ball:first-child {
	height: 50px;
	width: 50px;
	top: 37%;
	left: 10%;
	-webkit-animation: c 1.5s infinite alternate;
	animation: c 1.5s infinite alternate
}

.animate-ball .ball:nth-child(2) {
	height: 70px;
	width: 70px;
	bottom: 22%;
	right: 8%;
	-webkit-animation: e 4s infinite alternate;
	animation: e 4s infinite alternate
}

.animate-ball .ball:nth-child(3) {
	height: 100px;
	width: 100px;
	bottom: 43%;
	right: 22%;
	-webkit-animation: c 1.5s infinite alternate;
	animation: c 1.5s infinite alternate
}

.animate-ball .ball:nth-child(4) {
	height: 40px;
	width: 40px;
	bottom: 20%;
	right: 32%;
	-webkit-animation: f 1.5s infinite alternate;
	animation: f 1.5s infinite alternate
}

.animate-ball .ball:nth-child(5) {
	height: 500px;
	width: 500px;
	top: -75%;
	right: 100px;
	-webkit-animation: g 3s .1s infinite linear;
	animation: g 3s .1s infinite linear
}

.page-banner-contact {
	height: 700px;
	position: relative;
	overflow: hidden;
	background: #fdf8f8;
	z-index: 2
}

.page-banner-contact .circle {
	position: absolute;
	top: -40%;
	left: -17%
}

.page-banner-contact .page-title-wrapper {
	padding: 315px 0 245px;
	position: relative
}

.page-banner-contact .page-title-wrapper .page-title {
	font-size: 40px;
	line-height: 54px
}

.page-banner-contact .page-title-wrapper p {
	font-size: 16px;
	line-height: 30px
}

.page-banner-contact .animate-ball .ball:nth-child(3) {
	bottom: 55%;
	right: 40%;
	height: 70px;
	width: 70px
}

.page-banner-contact .animate-ball .ball:nth-child(4) {
	bottom: 28%;
	right: 40%
}

.page-banner-contact .animate-ball .ball:nth-child(5) {
	top: -60%
}

.animate-element-contact {
	position: relative;
	z-index: 222;
	height: 465px;
	width: 408px;
	bottom: -135px
}

.animate-element-contact img {
	position: absolute;
	bottom: 0
}

.animate-element-contact img:first-child {
	left: 5px;
	bottom: 55px
}

.animate-element-contact img:nth-child(2) {
	bottom: 41px;
	left: 128px
}

.animate-element-contact img:nth-child(3) {
	right: 0
}

.animate-element-contact img:nth-child(4) {
	bottom: 0;
	left: 110px
}

@media (max-width:1280px) {
	.animate-element-contact {
		margin-left: -80px
	}
}

@media (max-width:1200px) {
	.page-banner {
		height: 400px
	}

	.page-banner .circle {
		top: -110%;
		left: -35%
	}

	.animate-ball .ball:nth-child(5) {
		top: -102%;
		right: 0
	}

	.animate-element-contact {
		margin-left: -80px
	}
}

@media (max-width:1024px) {
	.circle {
		display: none
	}
}

@media (max-width:991px) {
	.page-banner {
		height: 300px
	}

	.page-banner .page-banner .circle {
		top: -185%;
		left: -45%
	}

	.page-banner .page-title {
		font-size: 40px;
		margin: 40px auto 15px
	}

	.page-banner .animate-ball .ball:nth-child(3) {
		height: 50px;
		width: 50px;
		height: 40px;
		width: 40px
	}

	.page-banner .animate-ball .ball:nth-child(5) {
		top: -190px;
		right: 0;
		height: 250px;
		width: 250px
	}

	.page-banner.blog-details-banner {
		height: 400px
	}

	.page-banner.blog-details-banner .page-title {
		font-size: 30px;
		line-height: 44px
	}

	.page-banner.blog-details-banner .circle {
		left: -50%
	}

	.page-banner-contact {
		height: 800px
	}

	.page-banner-contact .page-title-wrapper {
		padding: 130px 0 0
	}

	.animate-element-contact {
		height: 365px;
		margin: 0 auto
	}

	.page-banner .circle {
		left: -60%
	}
}

@media (max-width:768px) {
	.page-banner .page-title {
		font-size: 30px;
		margin: 40px auto 10px
	}

	.page-banner.blog-details-banner {
		height: 400px
	}

	.page-banner.blog-details-banner .page-title {
		font-size: 26px;
		line-height: 36px
	}

	.page-banner.blog-details-banner .circle {
		left: -70%
	}

	.page-banner-contact .page-title-wrapper {
		padding: 100px 0 0
	}

	.page-banner-contact .page-title-wrapper .page-title {
		font-size: 32px
	}

	.page-banner-contact .page-title-wrapper p br {
		display: none
	}

	.page-banner .circle {
		left: -80%
	}
}

@media (max-width:576px) {
	.page-banner .circle {
		left: -120%
	}
}

.about {
	padding-top: 120px
}

.about-two {
	padding-bottom: 120px
}

.about-content {
	padding-right: 130px
}

.about-content .section-title {
	margin-bottom: 35px
}

.about-content p {
	margin-bottom: 40px
}

.about-content .singiture h4 {
	font-size: 20px;
	margin-bottom: 25px
}

.about-content-two .section-title {
	margin-bottom: 22px
}

.about-content-two .section-title .title {
	font-size: 34px;
	line-height: 44px;
	color: #322d49;
	font-weight: 600
}

.about-content-two .description {
	margin-bottom: 40px
}

.about-content-two .about-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-content-two .about-user .avatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 20px
}

.about-content-two .about-user .avatar img {
	border-radius: 50%
}

.about-content-two .about-user .user-info {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.about-content-two .about-user .user-info .name {
	font-size: 20px;
	font-weight: 500;
	color: #322d49;
	margin: 0
}

.about-content-two .about-user .user-info .designation {
	font-size: 16px;
	color: #5e5b74
}

.about-tax {
	padding: 60px 0 240px
}

.about-tax,.about-video-wrapper .video-thumbnail {
	position: relative
}

.about-video-wrapper .video-thumbnail>img {
	border-radius: 10px
}

.about-video-wrapper .video-thumbnail .dot-shape {
	position: absolute;
	display: block;
	top: -50px;
	left: -60px;
	z-index: -1
}

.about-tax-content {
	padding-left: 50px
}

.about-tax-content .section-title {
	margin-bottom: 10px
}

.about-tax-content p {
	margin-bottom: 30px
}

.about-tax-content .list-items {
	margin-bottom: 37px
}

.about-tax-content .list-items li {
	padding-left: 25px
}

.about-tax-content .list-items li:before {
	content: "\3b";
	color: #f97bc5;
	top: -1px
}

@media (max-width:1200px) {
	.about-content-two .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media (max-width:991px) {
	.about {
		padding-top: 76px
	}

	.about-content {
		padding-right: 0
	}

	.about-thumb {
		margin-top: 30px
	}

	.about-two {
		padding-bottom: 80px
	}

	.about-content-two {
		margin-top: 40px
	}

	.about-tax {
		padding: 60px 0 80px
	}

	.about-tax-content {
		padding-left: 0;
		margin-top: 40px
	}
}

.service {
	padding-top: 120px
}

.popup-videos {
	position: relative;
	max-width: 470px
}

.popup-videos .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-box-shadow: none;
	box-shadow: none
}

.service-content {
	padding: 30px 50px 0
}

.service-content .section-title {
	margin-bottom: 40px
}

.service-content p {
	font-size: 18px;
	line-height: 34px
}

.featured-two-service {
	padding: 145px 0 28px
}

@media (max-width:991px) {
	.service {
		padding-top: 80px
	}

	.service-content {
		padding: 0;
		margin-top: 50px
	}
}

.contactus {
	padding: 120px 0
}

.gmap3-area {
	height: 500px
}

.contact-infos .contact-info {
	margin-bottom: 30px;
	padding-bottom: 30px
}

.contact-infos .contact-info:first-child {
	border-bottom: 1px solid #efe7e7
}

.contact-infos .contact-info .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px
}

.contact-infos .contact-info .description {
	font-size: 16px;
	line-height: 28px
}

.contact-infos .contact-info .info i {
	margin-right: 10px
}

.contact-infos .contact-info .info.phone {
	color: #fa7070
}

@media (max-width:991px) {
	.contactus {
		padding: 80px 0
	}
}

.portfolios {
	padding: 120px 0 40px
}

.portfolios-three,.portfolios-two {
	padding: 120px 0
}

.pixsass-isotope-filter {
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
	text-align: center
}

.pixsass-isotope-filter li {
	display: inline-block;
	margin-bottom: 10px
}

.pixsass-isotope-filter li a {
	color: #797687;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 23px;
	border: 1px solid transparent;
	border-radius: 30px;
	display: inline-block
}

.pixsass-isotope-filter li.current a {
	border-color: #fa7070;
	color: #fa7070
}

.grid-sizer {
	min-height: 1px
}

.pixsass-portfolio-items.column-2 {
	width: 104%
}

.pixsass-portfolio-items.column-2 .grid-sizer,.pixsass-portfolio-items.column-2 .pixsass-portfolio-item {
	width: 46%;
	margin-right: 4%;
	float: left
}

.pixsass-portfolio-items.column-3 {
	width: 102.4%
}

.pixsass-portfolio-items.column-3 .grid-sizer,.pixsass-portfolio-items.column-3 .pixsass-portfolio-item {
	width: 30.93%;
	margin-right: 2.4%;
	float: left
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item {
	position: relative;
	margin-bottom: 150px;
	float: left
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
	max-width: 420px;
	background: #fff;
	padding: 30px 40px;
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	position: absolute;
	width: 100%;
	bottom: -70px;
	left: 40px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 {
	font-size: 24px;
	margin: 0;
	line-height: 32px
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 a {
	color: #2b2350
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 a:hover {
	color: #fa7070
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info span {
	color: #797687;
	font-size: 16px
}

.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item:hover .portfolio-info {
	-webkit-box-shadow: none;
	box-shadow: none;
	bottom: 40px
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item {
	position: relative;
	margin-bottom: 60px
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .pixsass-isotope-grid__img {
	position: relative;
	overflow: hidden
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .pixsass-isotope-grid__img:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	opacity: 0;
	z-index: 2
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .pixsass-isotope-grid__img:before,.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .pixsass-isotope-grid__img img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .pixsass-isotope-grid__img:hover:before {
	opacity: 1
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .pixsass-isotope-grid__img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .portfolio-info {
	padding: 30px 40px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .portfolio-info h3 {
	font-size: 24px;
	margin: 0;
	line-height: 32px
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .portfolio-info h3 a {
	color: #2b2350
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .portfolio-info h3 a:hover {
	color: #fa7070
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item .portfolio-info span {
	color: #797687;
	font-size: 16px
}

.pixsass-portfolio-items.portfolio-two .pixsass-portfolio-item:hover .portfolio-info {
	-webkit-box-shadow: none;
	box-shadow: none
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item {
	margin-bottom: 2%;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -o-linear-gradient(210deg,#fa9770 0,#fa7070 100%);
	background-image: linear-gradient(-120deg,#fa9770,#fa7070);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info {
	padding: 35px 40px;
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info h3 {
	font-size: 24px;
	margin-bottom: 4px;
	line-height: 32px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info h3 a {
	color: #fff
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info span {
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info p,.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info span {
	color: #fff;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item .portfolio-info p {
	margin: 0;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:hover:before {
	opacity: .9;
	z-index: 3
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:hover .portfolio-info {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 4
}

.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:hover .portfolio-info h3,.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:hover .portfolio-info p,.pixsass-portfolio-items.portfolio-three .pixsass-portfolio-item:hover .portfolio-info span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.portfolio-single {
	padding: 116px 0 100px
}

.port-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px
}

.port-header .portfolio-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.port-header .portfolio-title .title {
	max-width: 510px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500
}

.port-header .share-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.port-header .share-link .footer-social-link {
	margin: 0
}

.port-header .share-link li a {
	background: transparent
}

.portfolio-content img {
	margin-bottom: 70px
}

.portfolio-content .content-inner {
	padding-right: 65px;
	border-right: 1px solid #efe7e7
}

.portfolio-content .content-inner .sub-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 30px
}

.portfolio-content .content-inner p {
	font-size: 18px;
	line-height: 30px
}

.portfolio-content .portfolio-info {
	padding-left: 55px
}

.portfolio-content .portfolio-info .info {
	margin: 0;
	padding: 0;
	list-style: none
}

.portfolio-content .portfolio-info .info li {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 45px;
	color: #2b2350
}

.portfolio-content .portfolio-info .info li span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #797687;
	margin-top: 5px
}

.portfolio-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px
}

.portfolio-nav,.portfolio-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.portfolio-nav li {
	font-size: 20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end
}

.portfolio-nav li i {
	font-size: 30px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-nav li a {
	color: #797687
}

.portfolio-nav li.prev i {
	margin-right: 10px
}

.portfolio-nav li.next i {
	margin-left: 10px
}

.portfolio-nav li:hover a,.portfolio-nav li:hover i {
	color: #fa7070
}

.related-portfolio {
	padding-top: 138px
}

.related-portfolio .portfolio-item .feature-image {
	position: relative
}

.related-portfolio .portfolio-item .feature-image img {
	width: 100%
}

.related-portfolio .portfolio-item .feature-image a {
	display: block;
	position: relative
}

.related-portfolio .portfolio-item .feature-image a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.related-portfolio .portfolio-item .feature-image:hover a:before {
	opacity: 1
}

.related-portfolio .portfolio-item .port-info {
	padding: 25px 40px 0
}

.related-portfolio .portfolio-item .port-info h3 {
	font-size: 24px;
	margin-bottom: 3px;
	line-height: 32px
}

.related-portfolio .portfolio-item .port-info h3 a {
	color: #2b2350
}

.related-portfolio .portfolio-item .port-info h3 a:hover {
	color: #fa7070
}

#related-portfolio .swiper-pagination {
	position: relative;
	margin-top: 55px
}

#related-portfolio .swiper-pagination .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 5px;
	position: relative;
	opacity: 1;
	background: transparent;
	outline: 0
}

#related-portfolio .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	height: 12px;
	width: 12px;
	background: #e5d6d6;
	z-index: 2;
	top: 0;
	left: 0;
	border-radius: 50%;
	left: -2px;
	top: -2px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

#related-portfolio .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

#related-portfolio .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background: #fa7070;
	-webkit-box-shadow: 0 10px 14px 0 rgba(79,35,35,.3);
	box-shadow: 0 10px 14px 0 rgba(79,35,35,.3)
}

@media (max-width:991px) {
	.portfolios {
		padding: 80px 0 50px
	}

	.pixsass-isotope-filter {
		margin-bottom: 40px
	}

	.portfolios-three,.portfolios-two {
		padding: 80px 0
	}

	.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item {
		margin-bottom: 120px
	}

	.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
		max-width: 290px;
		left: 20px
	}

	.pixsass-portfolio-items.column-3 {
		width: 103%
	}

	.pixsass-portfolio-items.column-3 .grid-sizer,.pixsass-portfolio-items.column-3 .pixsass-portfolio-item {
		width: 47%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	.portfolio-single {
		padding: 76px 0 80px
	}

	.port-header {
		display: block
	}

	.port-header .portfolio-title .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px
	}
}

@media (max-width:768px) {
	.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
		max-width: 60%;
		left: 20px
	}

	.pixsass-portfolio-items.column-2,.pixsass-portfolio-items.column-3 {
		width: 100%
	}

	.pixsass-portfolio-items.column-2 .grid-sizer,.pixsass-portfolio-items.column-2 .pixsass-portfolio-item,.pixsass-portfolio-items.column-3 .grid-sizer,.pixsass-portfolio-items.column-3 .pixsass-portfolio-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.pixsass-portfolio-items.column-2 .grid-sizer img,.pixsass-portfolio-items.column-2 .pixsass-portfolio-item img,.pixsass-portfolio-items.column-3 .grid-sizer img,.pixsass-portfolio-items.column-3 .pixsass-portfolio-item img {
		width: 100%
	}

	.pixsass-portfolio-items.column-2 .pixsass-portfolio-item {
		margin-bottom: 120px
	}

	.portfolio-content img {
		margin-bottom: 30px
	}

	.portfolio-content .content-inner {
		padding-right: 0;
		border-right: 0
	}

	.related-portfolio {
		padding-top: 60px
	}

	.portfolio-content .portfolio-info {
		padding-left: 0;
		padding-top: 30px
	}

	.portfolio-nav {
		margin-top: 30px
	}
}

@media (max-width:576px) {
	.pixsass-portfolio-items.column-2 .pixsass-portfolio-item {
		margin-bottom: 80px
	}

	.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
		max-width: 80%;
		padding: 20px;
		bottom: -50px
	}

	.pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info h3 {
		font-size: 20px;
		line-height: 30px
	}
}

.download {
	padding: 120px 0;
	overflow: hidden
}

.download-wrapper {
	padding-top: 115px
}

.download-wrapper .title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 25px
}

.download-wrapper p {
	margin-bottom: 40px
}

.download-feature-image {
	position: relative
}

.download-feature-image .image-one {
	margin-left: 185px;
	z-index: 22;
	position: relative
}

.download-feature-image .image-two {
	position: absolute;
	right: 10px;
	top: -20px
}

.download-feature-image svg {
	position: absolute;
	z-index: -1;
	top: 43px;
	right: 0
}

.app-btn-wrapper .app-btn:not(:last-child) {
	margin-right: 20px
}

@media (max-width:1200px) {
	.download-feature-image .image-one {
		margin-left: 0
	}
}

@media (max-width:991px) {
	.download-feature-image svg {
		right: auto;
		left: 0
	}

	.download-feature-image .image-one {
		margin-left: 0
	}

	.download-feature-image .image-two {
		right: 25%
	}

	.download {
		padding: 100px 0
	}

	.signup-section {
		padding: 70px 0
	}
}

@media (max-width:768px) {
	.download-feature-image .image-two {
		left: 150px;
		right: auto
	}
}

@media (max-width:576px) {
	.download-feature-image svg {
		top: -50px
	}

	.download-feature-image .image-one {
		margin-left: 0;
		max-width: 200px
	}

	.download-feature-image .image-two {
		right: auto;
		top: -18px;
		max-width: 270px;
		left: 25%
	}

	.download-wrapper {
		padding-top: 50px
	}
}

@media (max-width:480px) {
	.download-feature-image .image-two {
		right: auto;
		left: 15%
	}

	.app-btn-wrapper .app-btn:not(:last-child) {
		margin-right: 10px;
		margin-bottom: 10px
	}
}

.interface {
	padding-top: 80px;
	overflow: hidden
}

.interface-image-wrapper {
	height: 600px
}

.interface-image-wrapper .image-one {
	margin-left: -60px;
	margin-top: 178px
}

.interface-image-wrapper .image-two {
	position: absolute;
	top: 0;
	left: -120px
}

.interface-image-wrapper.style-two .image-one {
	position: absolute;
	bottom: 0;
	left: -20px;
	margin: 0;
	z-index: 22
}
.interface-image-wrapper.style-two .image-one1 {
	position: absolute;
	top: 0 !important;
	left: -20px;
	margin: 0;
	z-index: 22
}

.interface-image-wrapper.style-two .image-two {
	position: static;
	margin-left: 135px
}

.interface-content .interface-title h2 {
	font-size: 34px;
	line-height: 50px;
	margin-bottom: 20px
}

.interface-content .interface-title p,.interface-content .list-items {
	margin-bottom: 30px
}

.interface-content .list-items li {
	line-height: 40px;
	font-size: 14px
}

.interface-content .list-items li:before {
	content: "\52";
	color: #13bf24
}

.svgbg-one {
	top: 55px;
	left: 50px
}

.svgbg-one,.svgbg-two {
	position: absolute;
	z-index: -1;
	-webkit-animation: g 3s .1s infinite linear;
	animation: g 3s .1s infinite linear
}

.svgbg-two {
	top: -70px;
	left: -37%
}

.interface-toparea {
	padding-bottom: 0px;
	margin-bottom: 50px;
}

.border-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 775px;
	-webkit-transform: translate(-17%,-54%);
	-ms-transform: translate(-17%,-54%);
	transform: translate(-17%,-54%);
	width: 100%;
	z-index: -1
}

.border-wrap .ball {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fa7070;
	top: 49%;
	left: 45%;
	z-index: 22
}

#animate-border {
	max-width: 775px;
	z-index: -1;
	opacity: .5
}

.path {
	stroke-dasharray: 6;
	-webkit-animation: B 30s linear infinite;
	animation: B 30s linear infinite
}

@-webkit-keyframes B {
	0% {
		stroke-dashoffset: 1000
	}
}

@keyframes B {
	0% {
		stroke-dashoffset: 1000
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.interface-image-wrapper .image-two {
		max-width: 300px;
		left: 150px
	}

	#animate-border {
		max-width: 650px
	}

	.md-brn br {
		display: none
	}

	.interface {
		padding: 88px 0 0px
	}
}

@media (max-width:992px) {
	.interface {
		padding: 62px 0 0px
	}

	.interface-toparea {
		padding-bottom: 100px
	}

	.border-wrap {
		display: none
	}

	.interface-image-wrapper .image-one {
		margin-left: -30px
	}

	.interface-image-wrapper .image-two {
		left: 190px
	}

	.svgbg-one {
		left: 30px
	}
}

@media (max-width:576px) {
	.interface-image-wrapper .image-two {
		max-width: 300px;
		left: 180px
	}

	.interface-content .interface-title p br {
		display: none
	}

	.interface-image-wrapper.style-two .image-two {
		margin-left: 100px
	}
}

@media (max-width:420px) {
	.interface-image-wrapper .image-one {
		z-index: 22;
		position: relative
	}

	.interface-image-wrapper .image-two {
		max-width: 300px;
		left: 70px
	}

	.interface-image-wrapper.style-two .image-one {
		max-width: 300px;
		left: 0
	}

	.interface-image-wrapper.style-two .image-two {
		margin-left: 30px
	}
}

.callback {
	background: #fcfafb;
	position: relative;
	padding-bottom: 65px
}

.callback:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 115px solid transparent;
	border-left: 1900px solid #fff;
	border-bottom: 150px solid #fff
}

.callback .particale-element {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.callback .particale-element li {
	position: absolute
}

.callback .particale-element li:first-child {
	top: -20%;
	left: 40px;
	-webkit-animation: o 5s infinite linear;
	animation: o 5s infinite linear
}

.callback .particale-element li:nth-child(2) {
	top: 12%;
	left: 30%;
	background: #f7cb61;
	height: 15px;
	width: 15px;
	border-radius: 30px;
	-webkit-animation: t 20s infinite linear;
	animation: t 20s infinite linear
}

.callback .particale-element li:nth-child(3) {
	left: 8%;
	top: 35%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 20px solid #b29ff7;
	-webkit-animation: x 20s infinite linear;
	animation: x 20s infinite linear
}

.callback .particale-element li:nth-child(4) {
	bottom: 38%;
	left: 13%;
	background: #43d254;
	height: 15px;
	width: 15px;
	border-radius: 30px;
	-webkit-animation: u 20s infinite linear;
	animation: u 20s infinite linear
}

.callback .particale-element li:nth-child(5) {
	bottom: 0;
	left: 11%;
	background: #fcf2f9;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	-webkit-animation: g 3s infinite linear;
	animation: g 3s infinite linear
}

.callback .particale-element li:nth-child(6) {
	bottom: 9%;
	left: 41%;
	z-index: 1;
	-webkit-animation: g 6s infinite linear;
	animation: g 6s infinite linear
}

.callback .particale-element li:nth-child(7) {
	right: 12%;
	top: -19%;
	background: #f9f3f7;
	height: 600px;
	width: 600px;
	border-radius: 50%;
	-webkit-animation: g 8s infinite linear;
	animation: g 8s infinite linear
}

.callback .particale-element li:nth-child(8) {
	right: 9%;
	top: -22%;
	background: rgba(83,81,186,.039);
	height: 360px;
	width: 360px;
	border-radius: 50%;
	-webkit-animation: g 6s infinite linear;
	animation: g 6s infinite linear
}

.call-back-content {
	padding: 190px 0
}

.call-back-content p {
	margin-bottom: 40px
}

.call-back-forms {
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 8.682px 49.24px 80px 0 rgba(48,11,33,.1);
	box-shadow: 8.682px 49.24px 80px 0 rgba(48,11,33,.1);
	padding: 60px 50px;
	max-width: 570px;
	border-top: 5px solid #f97bc5;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	z-index: 2;
	position: relative
}

.call-back-forms .title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 35px
}

.call-back-forms select {
	padding: 0 20px;
	outline: 0
}

.call-back-forms label {
	font-weight: 500
}

.call-back-forms input,.call-back-forms select {
	background: #f9f5f7;
	border: 2px solid #f9f5f7;
	height: 56px;
	width: 100%;
	border-radius: 30px;
	margin-bottom: 20px
}

.call-back-forms input:focus,.call-back-forms select:focus {
	background: transparent;
	border-color: #efbbd9;
	-webkit-box-shadow: none;
	box-shadow: none
}

.call-back-forms button {
	margin-top: 20px
}

@media (max-width:768px) {
	.call-back-content {
		padding: 100px 0
	}

	.callback .particale-element li:nth-child(6) {
		bottom: 70px;
		left: 25%
	}
}

.bookings-tabs {
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 40px 70px 0 rgba(54,33,5,.08);
	box-shadow: 0 40px 70px 0 rgba(54,33,5,.08)
}

.bookings-tabs #pix-tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.bookings-tabs #pix-tabs-nav li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff6ec;
	margin-right: 0
}

.bookings-tabs #pix-tabs-nav li a {
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	color: #a18868;
	margin: 0;
	border-top: 4px solid transparent
}

.bookings-tabs #pix-tabs-nav li.active a,.bookings-tabs #pix-tabs-nav li a:hover {
	color: #fbab41;
	border-color: #fbab41
}

.booking-wrapper {
	background-color: #fff;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	z-index: 999
}

.booking-wrapper .booking-info {
	width: 18.4%;
	margin-right: 2%
}

.booking-wrapper .booking-info input {
	width: 100%;
	padding: 11px;
	border: 1px solid #ddd;
	outline: 0;
	border-radius: 3px;
	color: #999;
	font-weight: 500;
	font-size: 14px
}

.booking-wrapper .booking-info input::-webkit-input-placeholder {
	color: #999
}

.booking-wrapper .booking-info input:-ms-input-placeholder,.booking-wrapper .booking-info input::-ms-input-placeholder {
	color: #999
}

.booking-wrapper .booking-info input::-moz-placeholder {
	color: #999
}

.booking-wrapper .booking-info input::placeholder {
	color: #999
}

.booking-wrapper .booking-info:last-child {
	margin-right: 0
}

.booking-wrapper .booking-info .saaspik-btn {
	display: block;
	width: 100%
}

.booking-wrapper .booking-info .saaspik-select ul {
	padding: 20px;
	-webkit-box-shadow: 0 20px 20px 0 hsla(0,0%,60%,.1);
	box-shadow: 0 20px 20px 0 hsla(0,0%,60%,.1)
}

.booking-wrapper .booking-info .saaspik-select ul li {
	padding: 0
}

.booking-wrapper .booking-info .saaspik-select ul li:hover {
	color: #8e42f7;
	background: transparent
}

.saaspik-dropdown {
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 3px
}

.saaspik-dropdown ul {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	margin: 0;
	padding: 0;
	list-style: none
}

.saaspik-dropdown>ul {
	position: absolute;
	background: #fff;
	left: 0;
	top: 50px;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	width: 100%
}

.saaspik-dropdown>ul li {
	white-space: nowrap;
	position: relative;
	z-index: 2;
	padding: 3px 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.saaspik-dropdown>ul li:first-child {
	border-radius: 5px 5px 0 0;
	background-clip: padding-box
}

.saaspik-dropdown>ul li:last-child {
	border-radius: 0 0 5px 5px;
	background-clip: padding-box;
	border-bottom: none
}

.saaspik-dropdown>ul li:hover {
	background: #e0e6eb
}

.saaspik-dropdown>label {
	display: inline-block;
	vertical-align: -9px;
	overflow: hidden;
	cursor: pointer
}

.saaspik-dropdown>label span {
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	color: #333
}

.saaspik-dropdown>label i {
	position: absolute;
	right: 5px;
	top: 50%;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.saaspik-dropdown label {
	margin: 0
}

.saaspik-dropdown input {
	display: none
}

.saaspik-dropdown input:checked~ul {
	opacity: 1
}

.saaspik-dropdown input:checked~ul li {
	cursor: pointer
}

.saaspik-select {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 325px;
	color: #ccc;
	vertical-align: middle;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}

.saaspik-select .placeholder {
	position: relative;
	display: block;
	z-index: 1;
	padding: 11px 20px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #ede9e4;
	color: #626c7b;
	font-weight: 500
}

.saaspik-select .placeholder:hover {
	color: #8e42f7
}

.saaspik-select .placeholder:after {
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e64b";
	z-index: 10
}

.saaspik-select.is-open .placeholder:after {
	content: "\e648"
}

.saaspik-select.is-open ul {
	display: block
}

.saaspik-select.select--white .placeholder {
	background: #fff;
	color: #999
}

.saaspik-select.select--white .placeholder:hover {
	background: #fafafa
}

.saaspik-select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
	z-index: 100;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
	z-index: 999
}

.saaspik-select ul,.saaspik-select ul li {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.saaspik-select ul li {
	display: block;
	text-align: left;
	padding: 10px 15px;
	color: #999;
	cursor: pointer
}

.saaspik-select ul li:hover {
	background: #8e42f7;
	color: #fff
}

.job-bord-tabs {
	padding: 100px 0 90px
}

@media (max-width:991px) {
	.job-bord-tabs {
		padding: 60px 0 50px
	}
}

.job-bord-tabs #pix-tabs-nav li:not(:last-child) {
	margin-right: 13px
}

.job-bord-tabs #pix-tabs-nav li a {
	background: rgba(253,77,92,.102);
	color: #fd4d5c;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 6px 24px
}

.job-bord-tabs #pix-tabs-nav li a.color--one {
	background: rgba(22,185,172,.102);
	color: #16b9ac
}

.job-bord-tabs #pix-tabs-nav li a.color--two {
	background: rgba(240,174,18,.102);
	color: #f0ae12
}

.job-bord-tabs #pix-tabs-nav li a.color--three {
	background: rgba(105,46,254,.102);
	color: #692efe
}

.job-bord-tabs #pix-tabs-nav li a.color--four {
	background: rgba(26,179,11,.102);
	color: #1ab30b
}

.job-bord-tabs #pix-tabs-nav li a.color--five {
	background: rgba(51,70,254,.102);
	color: #3346fe
}

.job-bord-tabs #pix-tabs-nav li a i {
	margin-right: 5px;
	font-size: 16px;
	display: inline-block;
	vertical-align: -3px
}

.job-bord-tabs #pix-tabs-nav li a:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.job-bord-tabs #pix-tabs-nav li.active:focus,.job-bord-tabs #pix-tabs-nav li.active a {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fd4d5c;
	color: #fff
}

.job-bord-tabs #pix-tabs-nav li.active a.color--one {
	background: #16b9ac
}

.job-bord-tabs #pix-tabs-nav li.active a.color--two {
	background: #f0ae12
}

.job-bord-tabs #pix-tabs-nav li.active a.color--three {
	background: #692efe
}

.job-bord-tabs #pix-tabs-nav li.active a.color--four {
	background: #1ab30b
}

.job-bord-tabs #pix-tabs-nav li.active a.color--five {
	background: #3346fe
}

.job-board-tabs-content .job {
	background: #fff;
	-webkit-box-shadow: 0 4px 6px 0 rgba(10,1,47,.08),0 -4px 0 0 rgba(105,46,254,.004);
	box-shadow: 0 4px 6px 0 rgba(10,1,47,.08),0 -4px 0 0 rgba(105,46,254,.004);
	border-radius: 6px;
	border-top: 4px solid #fd4d5c;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 30px
}

.job-board-tabs-content .job__logo {
	padding: 32px 0;
	text-align: center
}

.job-board-tabs-content .job__logo .logo-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 85px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.job-board-tabs-content .job__logo .logo-container a {
	display: block
}

.job-board-tabs-content .job__logo .logo-container img {
	background-color: transparent!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.job-board-tabs-content .job__description {
	padding: 16px 30px 43px;
	position: relative;
	text-align: left
}

.job-board-tabs-content .job__description:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	width: 90%;
	background: #f0eef8
}

.job-board-tabs-content .job__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 17px
}

.job-board-tabs-content .job__title a {
	color: #322d49
}

.job-board-tabs-content .job__title a:hover {
	color: #fd4d5c
}

.job-board-tabs-content .job__info {
	color: #322d49;
	font-size: 15px;
	margin: 0
}

.job-board-tabs-content .job__location p {
	font-size: 13px;
	margin: 0
}

.job-board-tabs-content .job__location p i {
	color: #1ab30b;
	font-size: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: -2px
}

.job-board-tabs-content .job__sallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 17px 30px 14px;
	border-top: 2px dashed #e3e0ed
}

.job-board-tabs-content .job__sallery .sallery {
	margin: 0;
	font-size: 20px;
	color: #fd4d5c
}

.job-board-tabs-content .job__time p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase
}

.job-board-tabs-content .job__time p i {
	margin-right: 5px;
	font-size: 14px;
	vertical-align: -1px
}

.job-board-tabs-content .job:hover {
	-webkit-box-shadow: 0 40px 50px 0 rgba(10,1,47,.14),0 -4px 0 0 rgba(253,77,92,.004);
	box-shadow: 0 40px 50px 0 rgba(10,1,47,.14),0 -4px 0 0 rgba(253,77,92,.004)
}

.job-board-tabs-content .job__color--one {
	border-top-color: #692efe
}

.job-board-tabs-content .job__color--one .job__sallery .sallery,.job-board-tabs-content .job__color--one .job__title a:hover {
	color: #692efe
}

.job-board-tabs-content .job__color--two {
	border-top-color: #16b9ac
}

.job-board-tabs-content .job__color--two .job__sallery .sallery,.job-board-tabs-content .job__color--two .job__title a:hover {
	color: #16b9ac
}

.job-board-tabs-content .job__color--three {
	border-top-color: #fcbd27
}

.job-board-tabs-content .job__color--three .job__sallery .sallery,.job-board-tabs-content .job__color--three .job__title a:hover {
	color: #fcbd27
}

.joblists {
	background: #f9f8fc;
	padding: 110px 0 96px;
	background-size: cover;
	background-position: 50%
}

@media (max-width:991px) {
	.joblists {
		padding: 70px 0 55px
	}
}

.job__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0 4px 6px 0 rgba(10,1,47,.06);
	box-shadow: 0 4px 6px 0 rgba(10,1,47,.06);
	margin-bottom: 10px;
	padding: 19px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

@media (max-width:768px) {
	.job__list {
		display: block;
		text-align: center
	}
}

.job__list .job-info {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px
}

@media (max-width:991px) {
	.job__list .job-info {
		width: 54%
	}
}

@media (max-width:768px) {
	.job__list .job-info {
		width: 357px;
		margin: 0 auto 15px
	}
}

.job__list .job-info .company-logo {
	width: 40px;
	margin-right: 20px
}

.job__list .job-info .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.job__list .job-info .info .job-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0
}

.job__list .job-info .info .job-title a {
	color: #2b2350
}

.job__list .job-info .info .job-title a:hover {
	color: #fd4d5c
}

.job__list .job-info .info p {
	margin: 0
}

.job__list .job-time {
	width: 24%
}

@media (max-width:991px) {
	.job__list .job-time {
		width: 16%
	}
}

@media (max-width:768px) {
	.job__list .job-time {
		width: 100%;
		margin-bottom: 15px
	}
}

.job__list .job-location {
	width: 16%;
	padding-right: 40px;
	text-align: right
}

@media (max-width:991px) {
	.job__list .job-location {
		width: 30%
	}
}

@media (max-width:768px) {
	.job__list .job-location {
		width: 100%;
		text-align: center;
		padding-right: 0
	}
}

.job__list:hover {
	-webkit-box-shadow: 0 40px 30px 0 rgba(10,1,47,.1);
	box-shadow: 0 40px 30px 0 rgba(10,1,47,.1);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.job-pagination-wrapper {
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:420px) {
	.job-pagination-wrapper {
		display: block
	}
}

.job-pagination-wrapper .showing-result .show-result {
	font-size: 14px;
	color: #75737e
}

.job-pagination-wrapper .showing-result .show-result span {
	color: #fd4d5c
}

.job-pagination-wrapper .job-pagination {
	margin: 0;
	padding: 0;
	list-style: none
}

.job-pagination-wrapper .job-pagination li {
	display: inline-block
}

.job-pagination-wrapper .job-pagination li:not(:last-child) {
	margin-right: 15px
}

.job-pagination-wrapper .job-pagination li a {
	font-size: 14px;
	font-weight: 500;
	color: #96959e;
	display: inline-block
}

.job-pagination-wrapper .job-pagination li.active a,.job-pagination-wrapper .job-pagination li a:hover {
	color: #fd4d5c
}

#blog-grid {
	padding: 72px 0 90px
}

#blog-grid .feature-image a {
	display: block;
	position: relative;
	overflow: hidden
}

#blog-grid .feature-image a:before,#blog-grid .feature-image a img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%
}

#blog-grid .feature-image a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,.3);
	opacity: 0;
	z-index: 22
}

#blog-grid .feature-image a:hover:before {
	opacity: 1
}

#blog-grid .feature-image a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-post {
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 14px 0 rgba(43,35,79,.1);
	box-shadow: 0 6px 14px 0 rgba(43,35,79,.1);
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 30px
}

.blog-post:hover {
	-webkit-box-shadow: 0 30px 60px 0 rgba(43,35,79,.12);
	box-shadow: 0 30px 60px 0 rgba(43,35,79,.12)
}

.blog-content {
	padding: 22px 45px 30px;
	background: #fff
}

.blog-content .post-meta {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-content .post-meta li {
	display: inline-block;
	margin-right: 30px;
	position: relative
}

.blog-content .post-meta li:not(:last-child):after {
	position: absolute;
	content: "";
	right: -18px;
	top: 7px;
	width: 2px;
	height: 14px;
	background: #9997a3
}

.blog-content .post-meta li i {
	margin-right: 5px;
	color: #fa7070
}

.blog-content .post-meta li a {
	color: #797687;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase
}

.blog-content .post-meta li a:hover {
	color: #fa7070
}

.blog-content .entry-title {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 32px;
	line-height: 30px
}

.blog-content .entry-title a {
	color: #222
}

.blog-content .entry-title a:hover {
	color: #fa7070
}

.blog-content .read-more-ntn {
	font-size: 12px;
	font-weight: 600;
	color: #fa7070;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-content .read-more-ntn i {
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 5px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.blog-content .read-more-ntn:hover {
	color: #f83f3f
}

.blog-content .read-more-ntn:hover i {
	margin-left: 8px
}

.color-two .blog-content .entry-title a:hover,.color-two .blog-content .post-meta li a:hover {
	color: #260ae2
}

.post-author {
	font-size: 16px;
	font-weight: 500;
	color: #656177
}

.post-author img {
	border-radius: 50%;
	margin-right: 20px
}

.post-author:hover {
	color: #260ae2
}

.blog-post-archive {
	padding: 120px 0
}

.post-wrapper {
	max-width: 670px
}

.post-wrapper .categories {
	position: absolute;
	top: 40px;
	right: 0
}

.post-wrapper .category-item {
	font-size: 16px;
	font-weight: 700;
	background: #f8f6f2;
	padding: 9px 17px;
	color: #827f79;
	margin-left: 5px
}

.post-wrapper .category-item:hover {
	background: #2b2350;
	color: #fff
}

.post-wrapper .post {
	margin-bottom: 60px
}

.post-wrapper .post:last-child .post {
	margin-bottom: 0
}

.post .feature-image {
	border-radius: 6px;
	overflow: hidden
}

.post .blog-content {
	padding: 28px 0 40px;
	position: relative;
	border-bottom: 1px solid #e6e5e0
}

.post .blog-content .post-meta li a {
	color: #797687;
	font-size: 15px;
	margin-right: 3px
}

.post .blog-content .post-meta li a:hover {
	color: #fa7070
}

.post .blog-content .entry-title {
	margin: 14px 0 22px;
	font-size: 30px;
	line-height: 1.2
}

.post .blog-content p {
	margin-bottom: 35px
}

.post .blog-content .read-more {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #2b2350;
	position: relative
}

.post .blog-content .read-more i {
	vertical-align: middle;
	font-size: 16px
}

.post .blog-content .read-more:after,.post .blog-content .read-more i {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.post .blog-content .read-more:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fa7070
}

.post .blog-content .read-more:hover {
	color: #fa7070
}

.post .blog-content .read-more:hover i {
	margin-left: 3px;
	color: #fa7070
}

.post .blog-content .read-more:hover:after {
	width: 100%
}

.post .author {
	position: absolute;
	right: 0;
	bottom: 40px
}

.post .author img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 15px
}

.post .author a,.post .author span {
	font-size: 16px;
	font-weight: 500
}

.post .author a {
	color: #2b2350
}

.post .author a:hover {
	color: #fa7070
}

.post.video-post .feature-image {
	position: relative
}

.post.video-post .feature-image .video-btn {
	height: 80px;
	width: 80px;
	background: #fff;
	border-radius: 50%;
	line-height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center
}

.post.video-post .feature-image .video-btn:after,.post.video-post .feature-image .video-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-animation: s 2s linear infinite;
	animation: s 2s linear infinite
}

.post.video-post .feature-image .video-btn:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.post.video-post .feature-image .video-btn i {
	color: #2b2350;
	font-size: 16px;
	font-size: 40px;
	line-height: 2.05
}

.post.link-post .blog-content {
	background: #fdf8f8;
	padding: 50px;
	border-bottom: 0;
	position: relative;
	overflow: hidden;
	border-radius: 6px
}

.post.link-post .blog-content:after,.post.link-post .blog-content:before {
	content: "\e02c";
	position: absolute
}

.post.link-post .blog-content:before {
	left: 28px;
	top: 24px;
	color: #f7eded;
	font-size: 50px;
	z-index: 1
}

.post.link-post .blog-content:after {
	right: 0;
	bottom: -3px;
	font-size: 100px;
	color: #f7eded
}

.post.link-post .blog-content p {
	font-size: 20px;
	font-weight: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	line-height: 34px
}

.post.link-post .blog-content p a {
	color: #656177;
	font-weight: 500
}

.post.link-post .blog-content p a:hover {
	color: #fa7070
}

.blog-post-two {
	margin-bottom: 30px
}

.blog-post-two .feature-image {
	border-radius: 6px;
	overflow: hidden
}

.blog-post-two .feature-image img {
	border-radius: 6px;
	width: 100%
}

.blog-post-two .blog-content {
	padding: 22px 0 0;
	background: transparent
}

.blog-post-two .blog-content .post-meta li a {
	text-transform: capitalize
}

.blog-post-two .blog-content .entry-title {
	font-size: 24px;
	margin: 5px 0 15px
}

.blog-post-two .blog-content p {
	margin-bottom: 30px
}

.blog-post-two .blog-content .read-more {
	border: 2px solid #260ae2;
	border-radius: 30px;
	padding: 7px 25px;
	font-weight: 500;
	display: inline-block;
	color: #260ae2
}

.blog-post-two .blog-content .read-more:hover {
	background: #260ae2;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(75,42,222,.2);
	box-shadow: 0 20px 30px 0 rgba(75,42,222,.2)
}

.blog-grid-two {
	padding: 90px 0
}

.author img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 15px
}

.author a,.author span {
	font-size: 16px;
	font-weight: 500
}

.author a {
	color: #2b2350
}

.author a:hover {
	color: #fa7070
}

.quote-post {
	position: relative;
	background: #fdf8f8;
	padding: 50px;
	border-bottom: 0;
	overflow: hidden;
	border-radius: 6px
}

.quote-post:before {
	content: "";
	position: absolute;
	left: 28px;
	top: -20px;
	background-image: url(404.png);
	width: 140px;
	height: 80px;
	z-index: 1
}

.quote-post p {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
	color: #656177
}

.quote-post span {
	font-size: 16px;
	font-weight: 500;
	color: #2b2350
}

.quote-post .quote {
	position: absolute;
	right: 50px;
	bottom: 35px
}

.post-post-grid {
	border-radius: 6px;
	-webkit-box-shadow: 0 6px 14px 0 rgba(43,35,79,.1);
	box-shadow: 0 6px 14px 0 rgba(43,35,79,.1);
	overflow: hidden;
	margin-bottom: 40px
}

.post-post-grid .feature-image img {
	width: 100%
}

.post-post-grid .blog-content {
	padding: 22px 40px 30px
}

.post-post-grid .blog-content .entry-title {
	margin: 8px 0 37px;
	line-height: 30px
}

.post-navigation {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.post-navigation li {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #797687;
	border-radius: 50%;
	border: 1px solid #e5dada
}

.post-navigation li a {
	display: block;
	color: #797687
}

.post-navigation li.next,.post-navigation li.prev {
	line-height: 54px;
	font-size: 24px
}

.post-navigation li:hover {
	border-color: #fa7070;
	background: #fa7070;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3)
}

.post-navigation li:hover a {
	color: #fff
}

.post-navigation li.active {
	background: #fa7070;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3)
}

.blog-single {
	padding-top: 120px
}

.blog-single .post {
	margin-bottom: 20px
}

.blog-single .post .blog-content {
	padding: 40px 0 20px
}

.blog-single .post .blog-content p {
	margin-bottom: 45px
}

.blog-single .post .blog-content h3 {
	margin-top: 42px;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 20px
}

.blog-single blockquote {
	margin-bottom: 42px;
	display: block
}

.blog-single .tagcloud span {
	color: #2b2350;
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
	font-weight: 500
}

.blog-single .tagcloud a {
	line-height: 25px
}

.blog-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-share .share-title p {
	color: #2b2350;
	display: inline-block;
	margin: 0;
	font-weight: 500;
	font-size: 20px
}

.share-link {
	margin: 0;
	padding: 0;
	list-style: none
}

.share-link li {
	display: inline-block;
	margin-right: 5px
}

.share-link li:last-child {
	margin-right: 0
}

.share-link li a {
	display: block;
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 45px;
	color: #aba8a4;
	border-radius: 50%;
	font-size: 14px;
	border: 1px solid #e5dada
}

.share-link li a:hover {
	background: #fa7070;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	border-color: #fa7070
}

.pixsass_post_author_box {
	background: #fdf8f8;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
	border-radius: 6px
}

.pixsass_post_author_box .profile_image {
	width: 80px;
	margin-right: 20px;
	border-radius: 50%
}

.pixsass_post_author_box .profile_image img {
	border-radius: 50%
}

.pixsass_post_author_box .profile_content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.pixsass_post_author_box .profile_content .profile_name {
	font-size: 20px;
	line-height: 28px;
	color: #2b2350;
	margin: 0
}

.pixsass_post_author_box .profile_content .author-job {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	display: inline-block
}

.pixsass_post_author_box .profile_content p {
	font-size: 18px;
	color: #797687;
	margin: 0;
	font-weight: 500
}

.comment-area {
	padding: 110px 0 120px
}

.comment-area .coment-title {
	font-size: 24px;
	font-weight: 600;
	color: #2b2350;
	margin-bottom: 70px
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.comment-list .comment .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px
}

.comment-list .comment .comment-body .comment-author {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 30px
}

.comment-list .comment .comment-body .comment-author img {
	border-radius: 50%
}

.comment-list .comment .comment-body .comment-content {
	border-bottom: 1px solid #e6e5e0;
	padding-bottom: 30px;
	position: relative
}

.comment-list .comment .comment-body .comment-content h4 {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 16px
}

.comment-list .comment .comment-body .comment-content h4 a {
	color: #2b2350
}

.comment-list .comment .comment-body .comment-content h4 a:hover {
	color: #fa7070
}

.comment-list .comment .comment-body .comment-content .comment-reply-link {
	color: #2b2350;
	font-size: 15px;
	font-weight: 500
}

.comment-list .comment .comment-body .comment-content .comment-reply-link i {
	margin-right: 6px;
	font-size: 16px
}

.comment-list .comment .comment-body .comment-content .comment-reply-link:hover {
	color: #fa7070
}

.comment-list .comment .comment-body .comment-content .comment-metadata {
	margin-bottom: 10px
}

.comment-list .comment .comment-body .comment-content .comment-metadata a {
	font-size: 16px;
	color: #918f9c;
	font-weight: 400;
	line-height: 28px
}

.comment-list .comment .comment-body .comment-content .comment-metadata a:hover {
	color: #fa7070
}

.comment-list .comment .comment-body.menu-comments .comment-author {
	width: 100px;
	height: 100px
}

.comment-list .comment .comment-body.menu-comments .comment-author img {
	width: 100%
}

.comment-list .children {
	margin: 0;
	padding-left: 150px;
	list-style: none
}

.comment-list .children .comment .comment-body .comment-author {
	width: 50px;
	height: 50px
}

.comment-respond .comment-reply-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 42px
}

.comment-form .comment-form-author,.comment-form .comment-form-email {
	width: 50%;
	float: left;
	margin-bottom: 30px
}

.comment-form .comment-form-author {
	padding-right: 15px
}

.comment-form .comment-form-email {
	padding-left: 15px
}

.comment-form input,.comment-form textarea {
	background: #fff;
	border: 0;
	font-size: 16px;
	padding: 15px 30px;
	background: #fdfafa;
	border: 1px solid #efe7e7;
	margin: 0
}

.comment-form input::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder {
	color: #a7a5b1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.comment-form input::-moz-placeholder,.comment-form textarea::-moz-placeholder {
	color: #a7a5b1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.comment-form input::-ms-input-placeholder,.comment-form textarea::-ms-input-placeholder {
	color: #a7a5b1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.comment-form input::placeholder,.comment-form textarea::placeholder {
	color: #a7a5b1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.comment-form input:focus,.comment-form textarea:focus {
	background-color: #fff;
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1)
}

.comment-form .comment-form-comment {
	margin-bottom: 21px
}

.comment-form textarea {
	height: 200px;
	border-radius: 20px
}

.form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-footer input {
	width: 15px;
	margin-right: 10px
}

.form-footer .condition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-footer .condition span {
	font-size: 14px
}

.form-footer .submit-btn {
	padding: 8px 45px
}

.circle-blog {
	position: absolute;
	top: -11%;
	left: -11%;
	z-index: -1
}

@media (max-width:991px) {
	#blog-grid {
		padding: 19px 0 50px
	}

	.blog-post-archive {
		padding: 80px 0 70px
	}

	.blog-single {
		padding-top: 80px
	}

	.sidebar {
		margin-top: 40px
	}

	.comment-area {
		padding: 70px 0 80px
	}

	.form-footer {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.form-footer input {
		width: 15px;
		margin-right: 10px
	}

	.form-footer .condition {
		margin-bottom: 30px
	}

	.form-footer .condition span {
		font-size: 14px
	}

	.form-footer .submit-btn {
		padding: 8px 45px
	}

	.blog-grid-two {
		padding-top: 0;
		padding-bottom: 50px
	}
}

@media (max-width:768px) {
	.form-footer .condition {
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal
	}

	.form-footer .condition span {
		margin-top: -6px
	}

	.circle-blog {
		display: none
	}
}

@media (max-width:576px) {
	.comment-list .children {
		padding-left: 95px
	}

	.comment-list .children .comment .comment-body .comment-author {
		margin-right: 15px
	}

	.countup .scroll-circle {
		display: none
	}
}

@media (max-width:480px) {
	.comment-form .comment-form-author,.comment-form .comment-form-email {
		width: 100%;
		padding: 0
	}
}

.search-form-widget {
	position: relative
}

.search-form-widget label {
	margin: 0;
	display: block
}

.search-form-widget .search-field {
	background: transparent;
	border: 0;
	padding: 19px 10px 19px 30px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	border-radius: 45px;
	width: 100%;
	border: 1px solid #efe7e7;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.search-form-widget .search-field::-webkit-input-placeholder {
	color: #797687
}

.search-form-widget .search-field::-moz-placeholder {
	color: #797687
}

.search-form-widget .search-field::-ms-input-placeholder {
	color: #797687
}

.search-form-widget .search-field::placeholder {
	color: #797687
}

.search-form-widget .search-field:focus,.search-form-widget .search-field:hover {
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1)
}

.search-form-widget button {
	bottom: 0;
	border: 0;
	background-color: transparent;
	color: #9e9c97;
	outline: 0;
	position: absolute;
	top: 5px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #fa7070;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.search-form-widget button:hover {
	color: #fa7070
}

.widget:not(:last-child) {
	margin-bottom: 50px
}

.widget .widget-title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ebe3e3;
	padding-bottom: 13px;
	margin-bottom: 25px
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #797687;
	font-weight: 500
}

.widget ul li a:hover {
	color: #fa7070
}

.gp-posts-widget-wrapper .post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gp-posts-widget-wrapper .post-item:not(:last-child) {
	margin-bottom: 30px
}

.gp-posts-widget-wrapper .post-item .post-widget-thumbnail {
	border-radius: 5px;
	overflow: hidden;
	width: 100px;
	margin-right: 30px
}

.gp-posts-widget-wrapper .post-item .post-widget-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px
}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title a {
	color: #2b2350
}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title a:hover {
	color: #fa7070
}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-date {
	color: #797687;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500
}

.tagcloud a {
	font-size: 14px;
	background: #f3ecec;
	color: #797687;
	padding: 6px 21px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 4px;
	display: inline-block;
	border-radius: 30px
}

.tagcloud a:hover {
	background: #fa7070;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	position: relative;
	z-index: 2
}

.comment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.comment-list .icon {
	height: 70px;
	width: 70px;
	line-height: 77px;
	text-align: center;
	color: #2b2350;
	background: #f3ecec;
	border-radius: 50%;
	color: #797687;
	margin-right: 30px;
	font-size: 20px
}

.comment-list .comment-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.comment-list .comment-content h3 {
	color: #2b2350;
	font-size: 16px;
	margin-bottom: 10px
}

.comment-list .comment-content h3 span {
	color: #797687;
	font-weight: 400
}

.comment-list .comment-content p {
	line-height: 26px;
	margin-bottom: 24px;
	font-weight: 500
}

.comment-list .comment-content p a {
	color: #797687
}

.comment-list .comment-content p a:hover {
	color: #fa7070
}

@media (max-width:768px) {
	.search-form-widget {
		margin-top: 80px
	}

	.search-form-widget label {
		width: 100%
	}
}

.signin {
	height: 1050px;
	position: relative;
	overflow: hidden
}

.signin .circle {
	position: absolute;
	left: -17%;
	top: -33%
}

.signin .animate-ball .ball {
	background: #fff7f8
}

.signin .animate-ball .ball:first-child {
	top: 22%;
	left: -30%
}

.signin .animate-ball .ball:nth-child(2) {
	height: 60px;
	width: 60px
}

.signin .animate-ball .ball:nth-child(3) {
	bottom: 110px;
	right: auto;
	left: -20%;
	height: 80px;
	width: 80px
}

.signin .animate-ball .ball:nth-child(4) {
	bottom: 30%;
	right: auto;
	left: -41%
}

.signin .animate-ball .ball:nth-child(5) {
	top: auto;
	right: 100px;
	bottom: -430px
}

.signin-from-wrapper {
	height: 1050px;
	position: relative;
	z-index: 22
}

.signin-from-wrapper .signin-from-inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 100px;
	position: relative;
	z-index: 222
}

.signin-from-wrapper .signin-from-inner .title {
	font-size: 36px
}

.signin-from-wrapper .signin-from-inner input:focus {
	-webkit-box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	box-shadow: 0 20px 40px 0 rgba(79,35,35,.1);
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.signin-from-wrapper .signin-from-inner button {
	border: 0;
	padding: 11px 67px;
	outline: 0;
	margin-bottom: 33px;
	margin-top: 55px
}

.signin-from-wrapper .signin-from-inner p {
	margin-top: 10px;
	margin-bottom: 38px;
	font-size: 18px
}

.signin-from-wrapper .signin-from-inner p a {
	color: #fa7070
}

.signin-banner {
	background: #fef8f8;
	position: absolute;
	right: 0;
	height: 100%;
	max-width: 48%;
	width: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signin-banner .image-two {
	margin-left: -35px;
	margin-top: -140px
}

.signin-banner.signup-banner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.signin-banner.signup-banner .image-one,.signin-banner.signup-banner .image-two {
	position: absolute;
	bottom: 0;
	margin: 0
}

.signin-banner.signup-banner .image-one {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0
}

.signin-banner.signup-banner .animate-image-inner {
	position: absolute;
	width: 100%;
	height: 450px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.condition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.condition .styled-checkbox {
	position: absolute;
	opacity: 0;
	height: 20px;
	width: 16px;
	margin: 0
}

.condition span {
	font-size: 14px
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
	height: 20px
}

.styled-checkbox+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	border: 2px solid #aba8a4;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.styled-checkbox:checked+label:before,.styled-checkbox:hover+label:before {
	border-color: #fa7070
}

.styled-checkbox:checked+label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 9px;
	background: #fa7070;
	width: 2px;
	height: 2px;
	-webkit-box-shadow: 2px 0 0 #fa7070,4px 0 0 #fa7070,4px -2px 0 #fa7070,4px -4px 0 #fa7070,4px -6px 0 #fa7070,4px -8px 0 #fa7070;
	box-shadow: 2px 0 0 #fa7070,4px 0 0 #fa7070,4px -2px 0 #fa7070,4px -4px 0 #fa7070,4px -6px 0 #fa7070,4px -8px 0 #fa7070;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.forget-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5px
}

.forget-link .forget {
	font-size: 14px;
	color: #9694a2
}

.forget-link .forget:hover {
	color: #fa7070
}

.singup-social {
	margin-bottom: 25px;
	padding: 0;
	list-style: none
}

.singup-social li {
	display: inline-block;
	margin-bottom: 10px
}

.singup-social li:not(:last-child) {
	margin-right: 4px
}

.singup-social li a {
	display: inline-block;
	padding: 11px 35px;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	width: 180px;
	text-align: center
}

.singup-social li a i {
	margin-right: 10px
}

.singup-social li a:hover {
	opacity: .8
}

.singup-social li:first-child a {
	background: #3b5998
}

.singup-social li:nth-child(2) a {
	background: #dd4b39
}

.singup-social li:nth-child(3) a {
	background: #55acee
}

@media (max-width:991px) {
	.signin-from-wrapper .signin-from-inner {
		-webkit-transform: translateY(-47%);
		-ms-transform: translateY(-47%);
		transform: translateY(-47%)
	}

	.signin-from-wrapper .signin-from-inner .title {
		font-size: 30px
	}

	.signup input {
		margin-bottom: 20px
	}
}

@media (max-width:991px) {
	.signin,.signin-from-wrapper {
		height: auto
	}

	.signin-from-wrapper .signin-from-inner {
		position: relative;
		height: auto;
		z-index: 22;
		padding: 150px 0 36px;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.signin-from-wrapper .signin-from-inner .title {
		font-size: 30px
	}

	.signin-banner {
		position: relative;
		max-width: 100%;
		z-index: 222;
		padding: 80px 0
	}

	.signin-banner .image-one {
		max-width: 200px
	}

	.signin-banner .image-two {
		max-width: 80px;
		margin-left: -20px;
		margin-top: -50px
	}

	.signin-banner.signup-banner {
		height: 350px
	}

	.signin-banner.signup-banner .animate-image-inner {
		height: 200px
	}

	.signin-banner.signup-banner .animate-image-inner .image-two img {
		width: 60px
	}
}

@media (max-width:768px) {
	.signin-from-wrapper .signin-from-inner {
		padding: 100px 0 5px
	}

	.signin-banner.signup-banner {
		padding: 50px 0;
		height: 300px
	}
}

.error-page {
	background: #fef9f9;
	padding: 185px 0 165px
}

.error-content-wrapper img {
	margin-bottom: 30px
}

.error-content-wrapper .error-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3
}

.error-content-wrapper p {
	font-size: 20px;
	margin-bottom: 47px
}

.error-content-wrapper .pix-btn {
	padding: 11px 67px
}

@media (max-width:991px) {
	.error-page {
		background: #fef9f9;
		padding: 130px 0 80px
	}

	.error-content-wrapper .error-title {
		font-size: 35px;
		font-weight: 600;
		line-height: 1.3
	}

	.error-content-wrapper p {
		font-size: 16px
	}
}

#footer {
	background: #fdf8f8
}

#footer .footer-inner {
	padding: 116px 0 0px
}

#footer .widget.footer-widget .widget-title {
	color: #2b2350;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 0;
	padding-bottom: 0
}

#footer .widget.footer-widget p {
	margin-bottom: 40px
}

#footer .footer-menu {
	margin-bottom: 40px;
	padding: 0;
	list-style: none
}

#footer .footer-menu li:not(:last-child) {
	margin-bottom: 10px
}

#footer .footer-menu li a {
	display: block;
	color: #797687;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px
}

#footer .footer-menu li a:hover {
	color: #fff !important;
}

#footer .footer-logo {
	display: block;
	margin-bottom: 30px
}

#footer .email-info {
	display: block;
	color: #fa7070;
	margin-bottom: 20px
}

#footer .email-info i {
	margin-right: 10px
}

#footer .copyright-text {
	margin-bottom: 50px
}

#footer .copyright-text a {
	color: #fa7070
}

#footer .footer-social-link {
	margin: 0;
	padding: 0;
	list-style: none
}

#footer .footer-social-link li {
	display: inline-block
}

#footer .footer-social-link li:not(:last-child) {
	margin-right: 10px
}

#footer .footer-social-link li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid #e6dbdb;
	display: block;
	border-radius: 50%;
	color: #9694a1;
	text-align: center;
	font-size: 16px
}

#footer .footer-social-link li a:hover {
	background: #fa7070;
	border-color: #fa7070;
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(176,70,70,.3);
	box-shadow: 0 20px 30px 0 rgba(176,70,70,.3)
}

#footer .site-info {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e4d9d9;
	position: relative;
	z-index: 3;
	font-size: 14px;
	color: #a39eb9;
}
#footer .site-info a{
	margin: 0 5px;
	font-size: 14px;
	color: #a39eb9;
}
#footer .site-info p {
	margin: 0
}

#footer .site-info p a {
	color: #fa7070;
	font-weight: 500
}

#footer .site-info p a:hover {
	color: #f83f3f
}

#footer.footer-two {
	background: #f8f7fc
}

#footer.footer-two .footer-menu li a:hover {
	color: #260ae2
}

#footer.footer-two .footer-social-link li a:hover {
	background: #260ae2;
	border-color: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3)
}

#footer.footer-two .site-info {
	border-color: #dad8e3
}

#footer.footer-two .site-info p a {
	color: #260ae2
}

#footer.footer-two .site-info p a:hover {
	color: #4720fa
}

#footer.footer-two .footer-social-link li a {
	border-color: #dad8e3
}

#footer.footer-two .site-info-menu li a:hover {
	color: #260ae2
}

#footer.footer-three {
	position: relative
}

#footer.footer-three .footer-inner {
	position: relative;
	z-index: 3
}

#footer.footer-three .map-bg {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 0;
	width: 100%
}

#footer.footer-four .site-info {
	background: #f8f2f2;
	border-top: 1px solid #e4d9d9;
	padding: 25px 0
}

#footer.footer-four .site-info .site-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#footer.footer-five {
	background: #10026d
}

#footer.footer-five .widget.footer-widget .widget-title {
	color: #fff
}

#footer.footer-five .footer-menu li a,#footer.footer-five .widget p {
	color: #a39eb9
}

#footer.footer-five .footer-menu li a:hover {
	color: #260ae2
}

#footer.footer-five .footer-social-link li a {
	border-color: #615a7e;
	color: #a39eb9
}

#footer.footer-five .footer-social-link li a:hover {
	background: #260ae2;
	-webkit-box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	box-shadow: 0 20px 30px 0 rgba(90,70,176,.3);
	border-color: #260ae2;
	color: #fff
}

#footer.footer-five .site-info-menu li a {
	color: #9c99a7
}

#footer.footer-five .site-info-menu li a:hover {
	color: #260ae2
}

#footer.footer-five .site-info {
	border-color: #3d355b
}

#footer.footer-five .site-info p {
	color: #9c99a7
}

#footer.footer-five .site-info p a {
	color: #260ae2
}

#footer.footer-tax-service {
	background: #f2f7fe;
	position: relative
}

#footer.footer-tax-service .footer-inner {
	padding: 116px 0 175px
}

#footer.footer-tax-service .email-info {
	color: #f97bc5;
	margin-bottom: 20px
}

#footer.footer-tax-service .copyright-text a {
	color: #f97bc5
}

#footer.footer-tax-service .footer-social-link li a {
	border-color: #d6dee9;
	color: #9198a4
}

#footer.footer-tax-service .footer-social-link li a:hover {
	background: #f97bc5;
	-webkit-box-shadow: 0 20px 30px 0 rgba(235,56,160,.3);
	box-shadow: 0 20px 30px 0 rgba(235,56,160,.3);
	color: #fff
}

#footer.footer-tax-service .footer-menu li a {
	color: #505064
}

#footer.footer-tax-service .footer-menu li a:hover {
	color: #f97bc5
}

#footer.footer-tax-service .footer-bottom-element .shape-element {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}

#footer.footer-tax-service .footer-bottom-element .shape-element li {
	position: absolute;
	bottom: 0
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(2) {
	bottom: 0;
	left: 70px
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(3) {
	bottom: 0;
	left: 20px
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(4) {
	bottom: 20px;
	left: 40%
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(5) {
	bottom: 0;
	right: 120px
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(6) {
	bottom: 0;
	left: 200px
}

#footer.footer-job-board {
	background-size: cover;
	background-position: 50%
}

#footer.footer-job-board .footer-inner {
	padding: 115px 0 85px
}

@media (max-width:991px) {
	#footer.footer-job-board .footer-inner {
		padding: 75px 0 45px
	}
}

#footer.footer-job-board .widget.footer-widget .widget-title {
	color: #fff
}

#footer.footer-job-board .footer-social-link {
	margin-bottom: 22px
}

#footer.footer-job-board .footer-social-link li a {
	background: hsla(0,0%,100%,.078);
	border: 0;
	color: #fff
}

#footer.footer-job-board .footer-social-link li a:hover {
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(12,118,142,.2);
	box-shadow: 0 10px 20px 0 rgba(12,118,142,.2);
	color: #fd4d5c
}

#footer.footer-job-board .footer-menu li:not(:last-child) {
	margin-bottom: 5px
}

#footer.footer-job-board .footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300
}

#footer.footer-job-board .footer-menu li a:hover {
	color: #fd4d5c
}

#footer.footer-job-board .copyright-text {
	color: hsla(0,0%,100%,.502)
}

#footer.footer-job-board .copyright-text a {
	color: #fd4d5c
}

.site-info-menu {
	margin: 0;
	padding: 0;
	list-style: none
}

.site-info-menu li {
	display: inline-block
}

.site-info-menu li a {
	display: inline-block;
	color: #797687
}

.site-info-menu li a:hover {
	color: #fa7070
}

@media (max-width:991px) {
	#footer .footer-inner {
		padding: 76px 0 0;
	}

	#footer .site-info {
		padding: 15px 0
	}

	#footer .widget.footer-widget {
		margin-bottom: 30px
	}

	#footer .widget.footer-widget .widget-title {
		margin-bottom: 25px
	}
}

@media (max-width:768px) {
	#footer .footer-menu {
		margin-bottom: 40px
	}

	#footer .site-info {
		padding: 21px 0;
		display: block;
		text-align: center
	}

	#footer.footer-four .copyright {
		margin-bottom: 20px
	}

	#footer.footer-four .site-info .site-info-inner {
		display: block
	}
}
.st0 {
	fill: #FFFFFF;
}

.st1 {
	opacity: 5.000000e-02;
}

.st2 {
	fill: #1A4A88;
}

.st3 {
	opacity: 0.8;
	fill: #EA7225;
}

.st4 {
	fill: #D86928;
}

.st5 {
	fill: #EA7225;
}

.st6 {
	fill: #F89938;
}

.st7 {
	fill: #FDFEFE;
}

.st8 {
	opacity: 0.5;
	fill: #EA7225;
}

.st9 {
	opacity: 0.75;
	fill: #EA7225;
}

.st10 {
	fill: none;
	stroke: #1A4A88;
	stroke-width: 1.5;
	stroke-miterlimit: 10;
}

.st11 {
	opacity: 0.1;
}

.st12 {
	opacity: 0.85;
	fill: #EA7225;
}

.st13 {
	opacity: 0.81;
	fill: #EA7225;
}

.st14 {
	opacity: 0.4;
	fill: #EA7225;
}

.st15 {
	opacity: 0.7;
	fill: #EA7225;
}

.st16 {
	fill: none;
	stroke: #F0577E;
	stroke-width: 2;
	stroke-miterlimit: 10;
}

.st17 {
	fill: none;
	stroke: #F0577E;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke-dasharray: 3.9904, 5.9856;
}
.justify-content-center .col-lg-4{
	padding: 0 15px;
}
.saaspik-icon-box-wrapper.style-five{
	height: 350px;
}
.signup-section .bg-shape img{
	max-width: 100%;
	min-width: 100%;
}
.h-pnewarol {
	margin: 90px 0 70px 0;
}
.h-pnewarol li{
	width: 20%;
	float: left;
}
.h-pnewarol .h-oneli{
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: #fff 1px dashed;
	text-align: center;
}
.h-pnewarol .h-oneli span{
	position: absolute;
	left: -29px;
	top: 40px;
	display: block;
	width: 58px;
	height: 58px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.h-pnewarol .h-oneli span i{
	font-size: 30px;
	text-align: center;
	line-height: 58px;
	color: #260ae2;
}
.h-pnewarol .h-oneli p{
	margin-top: 44px;
	font-size: 16px;
	color: #ffffff;
}
.h-pnewarol .h-oneli p b{
	display: block;
	font-size: 24px;
}
.h-ys1-btn{
	position: relative;
	display: block;
	width: 160px;
	margin: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border: #fff 1px dashed;
	text-align: center;
}
.h-ys1-btn span{
	position: absolute;
	right: -15px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #fff;
}
.h-ys1-btn span i{
	color: #260ae2;
	
}
.h-ys1-btn:hover{
	background: #fff;
	color: #260ae2;
}
.signup-section .title{
	font-size: 30px;
	text-align: center;
	color: #fff;
}
.signup-section .container{
	padding: 80px 0;
}
.shape-right {
    right: 0;
    left: 51vw;
	top:initial;
	bottom: 0;
}
.h-justify-content-center .flip-container{perspective:1000;transform-style:preserve-3d;}
.h-justify-content-center .flip-container:hover .back{transform:rotateY(0deg);}
.h-justify-content-center .flip-container:hover .front{transform:rotateY(180deg);}
.h-justify-content-center .flip-container, .front, .back{width:100%;height:260px;}
.h-justify-content-center .flipper{transition:0.6s;transform-style:preserve-3d;position:relative;}
.h-justify-content-center .front, .back{backface-visibility:hidden;transition:0.6s;transform-style:preserve-3d;position:absolute;top:0;left:0;}
.h-justify-content-center .front{z-index:2;transform:rotateY(0deg);}
.h-justify-content-center .back{transform:rotateY(-180deg);}
.h-justify-content-center .vertical.flip-container{position:relative;}
.h-justify-content-center .vertical .back{transform:rotateX(180deg);}
.h-justify-content-center .vertical.flip-container:hover .back{transform:rotateX(0deg);}
.h-justify-content-center .vertical.flip-container:hover .front{transform:rotateX(180deg);}
.h-justify-content-center h6{font-size:18px;margin-top:10px; color:#666;text-align:center; padding:0 20px; background-color:#FFF; position:relative; display:inline-block;}
.h-justify-content-center p{text-align:center; font-size:18px; margin-top:6px;}
.h-justify-content-center .text-center a{font-size:14px; margin-top:12px; display:block; overflow:hidden;}
.h-justify-content-center .line{ height:54px; position:relative; text-align:center;}
.h-justify-content-center .flip-container .front{padding-top:0px;}
.h-justify-content-center .flip-container .front h4{font-size:18px; text-align:center; line-height:34px;}
.h-justify-content-center .flip-container .front p{text-align:center; margin-top:20px;}
.h-justify-content-center .flip-container .front img{
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
.h-justify-content-center .flip-container .back{text-align:center;-webkit-box-shadow: 0 30px 60px 0 rgba(52,27,159,.1);
    box-shadow: 0 30px 60px 0 rgba(52,27,159,.1);}
.h-justify-content-center .flip-container .back h5{padding:20px;margin-bottom:20px;font-size:18px; color:#2b2350; line-height:52px; text-align:center;font-weight: bold;overflow: hidden;background: #faf9fe;}
.h-justify-content-center .flip-container .back h5 span{
	display: block;
	float: left;
	margin-right: 15px;
	width: 52px;
	height: 52px;
	background: #260ae2;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 52px;
}
.h-justify-content-center .flip-container .back a{position: absolute;width:130px;margin-left:-65px;line-height:40px;color:#260ae2;bottom:-15px;left: 50%;border: #260ae2 1px dashed;text-align: center;background: #fff;}
.h-justify-content-center .flip-container .back a:hover{
	background: #260ae2;
	color: #fff;
}
.h-justify-content-center .flip-container .back p{padding:0 20px;text-align:center;font-size:14px; padding:0px;line-height:30px;color: #797687;}
.h-justify-content-center .flip-container .back a span{
	position: absolute;
	display: block;
	top:5px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	background: #260ae2;
	text-align: center;
}

.h-taggle-tabwarp .bg-angle{
		background-image: -o-linear-gradient(350deg,#260ae2 0,#260ae2 100%);
		background-image: linear-gradient(100deg,#260ae2,#260ae2);
		max-height: 700px;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0; 
		top: 0;
		z-index: -1; 
		overflow: hidden;
	
}
.h-taggle-tabwarp .bg-angle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-left: 1900px solid #fff;
    border-bottom: 0 solid transparent;
}
.h-taggle-tabwarp h3{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.h-taggle-tabwarp h4{
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.h-taggle-tabwarp .tab-one{
	margin: auto;
	margin-top: 80px;
	max-width: 1100px;
	
}
.h-taggle-tabwarp .nav-tabs>li.active>a, .h-taggle-tabwarp .nav-tabs>li.active>a:focus, .h-taggle-tabwarp .nav-tabs>li.active>a:hover {
    color: #f3bf42;
    cursor: default;
    background-color: #260ae2 !important;
    border:none !important;
    border-bottom-color: transparent;
}
.h-taggle-tabwarp .nav>li>a {
    position: relative;
    display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: none;
}
.h-taggle-tabwarp .nav>li>a span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.h-taggle-tabwarp .nav-tabs>li>a:hover {
    border:none;
}
.h-taggle-tabwarp .nav>li>a:focus, .h-taggle-tabwarp .nav>li>a:hover {
    text-decoration: none;
    background-color: #260ae2;
}
.nav-tabs {
	border-bottom: none;
	margin: 0 0 20px 0;
}
.nav-tabs>li {
    float: left;
	margin: 0;
	width:16%;
}
.nav-tabs>li:hover{
	margin: 0;
}
.h-taggle-tabwarp .tab-content{
	padding: 35px 45px;
	background: #fff;
	min-height: 400px;
	border-radius: 15px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(52,27,159,.1);
    box-shadow: 0 30px 60px 0 rgba(52,27,159,.1);
}
.h-taggle-tabwarp .tab-content h5{
	font-size: 18px;
	font-weight: bold;
	color: #2b2350;
}
.h-taggle-tabwarp .tab-content p{
	display: block;
	max-width: 580px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #2b2350;
	line-height: 26px;
}
.h-taggle-tabwarp .tab-content .tabtop{
	padding-bottom: 30px;
	border-bottom: #d3d3d3 1px dashed;
}
.h-taggle-tabwarp .tab-content .tabbottom{
	width: 100%;
	padding-top: 40px;
}
.h-taggle-tabwarp .tab-content .tabbottom img{
	margin: auto;
}
.h-taggle-tabwarp .tab-content .tabbottom ul.width30{
	width: 31%;
	float: left;
}
.h-taggle-tabwarp .tab-content .tabbottom ul.width30 a{
	display: block;
	margin: 15px 0;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #2b2350;
}
.h-taggle-tabwarp .tab-content .tabbottom ul.width30 a i{
	display:block;
	float: left;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	background-image: url(../image/index-ico.png);
}
.h-taggle-tabwarp .i1{
	background-position: 0px 0px;
}
.h-taggle-tabwarp .i2{
	background-position: 0px -41px;
}
.h-taggle-tabwarp .i3{
	background-position: 0px -89px;
}
.h-taggle-tabwarp .i4{
	background-position: 0px -136px;
}
.h-taggle-tabwarp .i5{
	background-position: -49px 2px;
}
.h-taggle-tabwarp .i6{
	background-position: -49px -41px;
}
.h-taggle-tabwarp .i7{
	background-position: -49px -89px;
}
.h-taggle-tabwarp .i8{
	background-position: -49px -136px;
}
.h-taggle-tabwarp .i9{
	background-position: -105px 0px;
}
.h-taggle-tabwarp .i10{
	background-position: -105px -41px;
}
.h-taggle-tabwarp .i11{
	background-position: -105px -89px;
}
.h-taggle-tabwarp .i12{
	background-position: -105px -136px;
}


.h-tab-two .nav-tabs{
	display: block;
}
.h-tab-two .nav-tabs li{
	display: block;
	width: 100%;
	float: none;
}
.h-tab-two .nav-tabs>li>a {
    margin-right:0;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
}
.h-tab-two .nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}
.h-tab-two .nav-tabs>li.active>a, .h-tab-two .nav-tabs>li.active>a:focus, .h-tab-two .nav-tabs>li.active>a:hover {
    color: #260ae2;
    cursor: default;
    background: none !important;
    border:none !important;
    border-bottom-color: transparent;
}
.h-tab-two .nav>li>a:focus, .h-tab-two .nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}
.h-tab-two .nav-tabs>li.active>a .pixsass-icon-box-title, .h-tab-two .nav-tabs>li.active>a:focus .pixsass-icon-box-title, .h-tab-two .nav-tabs>li.active>a:hover .pixsass-icon-box-title{
	color:#260ae2;
}
.h-tab-two .nav-tabs>li.active>a .pixsass-icon-box-title span, .h-tab-two .nav-tabs>li.active>a:focus .pixsass-icon-box-title span, .h-tab-two .nav-tabs>li.active>a:hover .pixsass-icon-box-title span{
	color: #4840f7;
}
.h-tab-two .nav-tabs>li.active>a .pixsass-icon-box-title p, .h-tab-two .nav-tabs>li.active>a:focus .pixsass-icon-box-title p, .h-tab-two .nav-tabs>li.active>a:hover .pixsass-icon-box-title p{
	color: #270be2;
}
.h-tab-two .nav-tabs>li.active>a .saaspik-icon-box-icon, .h-tab-two .nav-tabs>li.active>a:focus .saaspik-icon-box-icon, .h-tab-two .nav-tabs>li.active>a:hover .saaspik-icon-box-icon{
	background: #270be2;
}
.h-tab-two .saaspik-icon-box-icon{
	position: relative;
}
.h-tab-two .saaspik-icon-box-icon img{
	position: absolute;
	display: block;
	margin: auto;
	width: 36px;
	height: 40px;
}
.h-tab-two .saaspik-icon-box-icon img.normol{
	display: block;
}
.h-tab-two .saaspik-icon-box-icon img.active{
	display: none;
}
.h-tab-two .nav-tabs>li.active>a img.normol, .h-tab-two .nav-tabs>li.active>a:focus img.normol, .h-tab-two .nav-tabs>li.active>a:hover img.normol{
	display: none;
}
.h-tab-two .nav-tabs>li.active>a img.active, .h-tab-two .nav-tabs>li.active>a:focus img.active, .h-tab-two .nav-tabs>li.active>a:hover img.active{
	display: block;
}
.tab-two-inner{
	position: absolute;
	/* width: 800px;
	max-width: 800px; */
	width: 600px;
	max-width: 600px;
	right: 0;
	top: 0;
	padding-top: 15%;
}
/* .featured-six .tab-two-inner{
	min-height: 790px;
    display: flex;
    align-items: center;
} */
.h-tab-two .tab-content > .tab-pane{
	width: 100%;
}
.h-tab-two .tab-content > .tab-pane img{
	display: block;
	align-items: center;
	max-width: 100%;
}
.align-items-center {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}
.h-concact-wearp{
	z-index: 2;
	background: url(../image/con-bg.jpg);
	text-align: center;
}
.h-concact-wearp h3{
	font-size: 22px;
	line-height: 38px;
	font-weight: normal;
	color: #fff;
}
.h-concact-wearp p{
	font-size: 16px;
	color: #fff;
}
.h-concact-wearp p i{
	margin-right: 10px;
	font-size: 22px;
	color: #fff;
}
.h-concact-wearp span{
	display: block;
	font-size: 16px;
	color: #fbc544;
}

.h-concact-wearp a{
	display: block;
	width: 240px;
	margin:30px auto 20px;
	font-size: 16px;
	color: #260ae2;
	background: #fff;
	border-radius: 8px;
	line-height: 50px;
	text-align: center;
	border: #260ae2 1px solid;
}
.h-concact-wearp a:hover{
	background: none;
	color: #fff;
	border: #fff 1px solid;
}
.h-concact-wearp a i{
	margin-left: 20px;
}
.banner-title-a{
	display: block;
	font-size: 16px;
	color: #ffffff !important;
}
.banner-title-a i{
	
	margin-right: 5px;
	color: #ffc945;
}
.banner-title-a span{
	margin:0 20px;
}
.h-banner-btn{
	margin-top: 50px;
}
.h-banner-btn button{
	padding: 10px 20px;
	border-radius: 6px;
	margin-right: 20px;
	font-size: 16px;
}
.h-banner-btn button i{
	margin-right: 10px;
}
.btn-wh{
	color: #fff;
	background: none;
	text-align: center;
	border: #fff 1px solid;
}
.btn-pop{
	color: #260ae2;
	background: #fff;
	text-align: center;
	border: #fff 1px solid;
}
.btn-wh:hover{
	color: #260ae2;
	background: #fff;
	border: #fff 1px solid;
}
.btn-pop:hover{
	background: #ffc846;
	border: #ffc846 1px solid;
	color: #260ae2;
}

.interface-image-wrapper h2{
	font-size: 28px;
	color: #28204d;
}
.interface-image-wrapper p{
	margin-bottom: 50px;
	font-size: 16px;
	color: #797687;
	line-height: 30px;
}
.interface-image-wrapper h5{
	margin: 15px 0;
	font-size: 18px;
	color: #260ae2;
	font-weight: bold;
}
.h-btn-warp-inside{
	margin-top: 50px;
}
.h-btn-warp-inside a{
	display: inline-block;
	padding: 10px 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #260ae2;
	border-radius: 6px;
	font-size: 14px;
	margin-right: 5px;
}
.h-btn-warp-inside a i{
	margin-left: 15px;
}
.h-btn-warp-inside a:hover{
	background: #ffc846;
}
.widget.footer-widget.textright{
	text-align: right;
	overflow: hidden;
	font-size: 12px;
}
.widget.footer-widget.textright img{
	float: right;
	display: block;
}
.widget.footer-widget.textright div{
	overflow: hidden;
	margin-bottom: 15px;
}
.banner-swiper-h .swiper-button-next, .banner-swiper-h .swiper-button-prev{
	z-index: 999999999999999;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #260ae2;
    opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 20px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 20px !important;
}
.interface-image-wrapper .image-two img{
	display: block;
	max-width: 900px;
}
.interface-bgbg{
	position: absolute;
	left: 0;
	width: 50%;
}
.interface-image-wrapper .image-two {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 999;
}
.interface-image-wrapper .image-one{
	position: absolute;
	z-index: 9999;
	right: 0;
	bottom: 0px;
	margin-left:0;
    margin-top: 0;
}
.interface-image-wrapper .image-one img{
	display: block;
	max-width: 470px;
}
.interface .container{
	padding-top: 0;
}

.st-root-select select{
	padding: 2px 15px;
	margin: 0;
	color: #ffffff;
    background: #260ae2;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	text-align: center;
	border: #fff 1px solid;
	line-height: inherit;
}

.img-pro img{
	display: block;
	max-width: 100%;
	margin:auto
}
.paddingt50{
	padding-top: 130px;
}

.featured-five h2{
	text-align: center;
	font-size: 30px;
	color: #28204d;
	font-weight: bold;
}
.featured-five h3{
	margin: 25px 0 80px 0;
	font-size: 18px;
	color: #797687;
	font-weight: normal;
	text-align: center;
}

.ul-list-li{
	width: 245px;
	border-radius: 6px;
	border-left: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
}
.ul-list-li .ul-list-top{
	height: 50px;
	background: #260ae2;
	border-radius: 6px;
	overflow: hidden;
}
.ul-list-li .ul-list-b{
	padding: 20px;
}
.ul-list-li .ul-list-top h5{
	padding: 0 20px;
	position: relative;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}
.ul-list-li P{
	display: block;
	font-size: 14px;
	color: #797687;
	cursor: pointer;
}
.ul-list-li P:hover{
	color: #260ae2;
}
.ul-list-li .ul-list-top span{
	position: absolute;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: #ffc845;
	text-align: center;
	font-size: 22px;
}
.ul-list-li .ul-list-top.right-title span{
	right: 0;
}
.ul-list-li .ul-list-top.right-title h5{
	padding-right: 65px;
}
.ul-list-li .ul-list-top.left-title span{
	left: 0;
}
.ul-list-li .ul-list-top.left-title h5{
	padding-left: 65px;
}

.ul-list-li .ul-list-moshi{
	padding: 20px;
	border-top: #e0e0e0 1px dashed;
}
.ul-list-li .ul-list-moshi h4{
	margin-bottom: 15px;
	font-size: 16px;
	color: #260ae2;
}
.ul-list-li .ul-list-moshi P{
	position: relative;
	padding-left:15px;
}
.ul-list-li .ul-list-moshi P::before{
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #bab8bf;
}
.featured-five .featured-five-bg{
	position: absolute;
	width: 510px;
	left: 50%;
	margin-left: -250px;
}
.featured-five .container{
	position: relative;
}
.ul-list-li.list1{
	margin-left: 300px;
	margin-top: 0;
}
.ul-list-li.list2{
	width: 300px;
	margin-left: 320px;
	margin-top: 100px;
}
.ul-list-li.list3{
	margin-left: 90px;
	margin-top:30px;
}
.ul-list-li.list4{
	width: 300px;
	margin-left:0px;
	margin-top:0px;
}
.ul-list-li.list5{
	margin-left: 250px;
	margin-top:30px;
}
.featured-five .body-right{
	width: 50%;
	float: right;
}
.featured-five .body-left{
	width: 50%;
	float: left;
}
.featured-five .body-right .ul-list-li{
	border-right: #e3e3e3 1px solid;
	border-left: none;
    border-bottom: #e3e3e3 1px solid;
}

.featured-five-bg .main53dwarp{position: relative;}
.featured-five-bg .main53d {position: absolute;}
.featured-five-bg .main53d {
	-webkit-transition: All 1s 0s;
	-moz-transition: All 1s 0s;
	-ms-transition: All 1s 0s;
	margin-top: 60px;
}
.featured-five-bg .main53d{}
.featured-five-bg .main53d ul {
	margin: 0;
	padding: 0;
	/* -webkit-perspective: 1600px; */
	/* -webkit-transform-style: preserve-3d; */
	/* position: relative; */
	-webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	-moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	-ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
.featured-five-bg .main53d .bghuan{
	position: absolute;
    margin-left:126px;
	margin-top:119px;
	width:252px;
	height:238px;
	background: url(../image/index-pro11.png) no-repeat;
	z-index: 9999;
}
.featured-five-bg .main53d ul li {
	list-style: none;
	position: absolute;
	width: 510px;
	height: 510px;
	left: 45%;
	top: 100%;
	margin-left: 0px;
	margin-top: 0px;
}

.featured-five-bg .main53d li img {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.featured-five-bg .main53d ul li:nth-of-type(1) {
	-webkit-transition: All 1.2s 0s;
	-moz-transition: All 1.2s 0s;
	-ms-transition: All 1.2s 0s;
	transition: All 1.2s 0s;
	-webkit-transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	-moz-transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	-ms-transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	transform: translateX(0) translateY(0) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.featured-five-bg .main53d ul li:nth-of-type(1) img {
	-webkit-animation: z 50s linear 0s infinite;
	-moz-animation: z 50s linear 0s infinite;
	-ms-animation: z 50s linear 0s infinite;
	animation: z 50s linear 0s infinite;
}

.featured-five-bg .main53d ul li:nth-of-type(2) {
	-webkit-animation: y 20s linear 0s infinite;
	-moz-animation: y 20s linear 0s infinite;
	-ms-animation: y 20s linear 0s infinite;
	animation: y 20s linear 0s infinite;
}

.featured-five-bg .main53d ul li:nth-of-type(3) {
	
}
/* 
.featured-five-bg .main53d ul li:nth-of-type(3) {
	-webkit-animation: z 10s linear 0s infinite;
	-moz-animation: z 10s linear 0s infinite;
	-ms-animation: z 10s linear 0s infinite;
	animation: z 10s linear 0s infinite;
} */

@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@-webkit-keyframes y {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}
.h-ys2-btn{
	position: relative;
	display: block;
	width: 160px;
	margin: auto;
	height: 40px;
	line-height: 40px;
	color: #260ae2;
	font-size: 16px;
	border: #260ae2 1px dashed;
	text-align: center;
}
.h-ys2-btn span{
	position: absolute;
	right: -15px;
	top: 5px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	background: #260ae2;
}
.h-ys2-btn:hover{
	color: #fff;
	background: #260ae2;
}
.h-ys3-btn {
    position: relative;
    display: block;
    width: 280px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
	font-size: 16px;
	background: #260ae2;
    border: #260ae2 1px dashed;
    text-align: center;
}
.h-ys3-btn:hover{
	border: #260ae2 1px dashed;
	color: #260ae2 !important;
	background: #fff;
}
.h-ys3-btn span {
    position: absolute;
    right: -15px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background:#5555ff;
}
.h-ys3-btn span i {
    color: #fff;
}

.h-ys3-btn:visited{
	color: #fff !important;
	opacity: 1;
}
.h-ys3-btn:active{
	color: #fff !important;
}
.featured-five .container.mt00{
	padding: 0;
}
.featured-six .btndown{
	float: right;
	border: #260ae2 solid 1px;
	color: #260ae2 !important;
	font-size: 14px;
	border-radius: 5px;
	padding: 0px 10px;
	line-height: 26px;
	font-style: normal;
	cursor: pointer;
}



/* 大于320像素 */
@media only screen and (min-width:320px){
	.featured-five .body-right {
		width: 100%;
		float: none;
	}
	.featured-five .body-left {
		width: 100%;
		float: none;
	}
	.featured-five .featured-five-bg{
		display: none;
	}
	.ul-list-li.list4 {
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
	.ul-list-li.list3 {
		margin-left: 0px;
		margin-top: 30px;
	}
	.ul-list-li.list1 {
		margin-left: 0px;
		margin-top: 0;
	}
	.ul-list-li.list2 {
		width: 100%;
		margin-left: 0px;
		margin-top:20px;
	}
	.ul-list-li.list5 {
		margin-left: 0px;
		margin-top: 20px;
	}
	.banner.banner-four .banner-content{
		padding: 0 20px;
	}
	.banner-content-wrap-four .row{
		
		margin: 0 auto;
	}
	.container{
		box-sizing: border-box;
	}
	.ul-list-li {
		width: 100%;
		border-radius: 6px;
		border-left: #e3e3e3 1px solid;
		border-bottom: #e3e3e3 1px solid;
	}
	.interface-image-wrapper .image-two{
		display: none;
	}
	.interface-image-wrapper .image-one{
		display: none;
	}
	.row{
		margin: 0 auto;
	}
	.interface {
		padding: 62px 0 0px;
	}
	.h-tab-two .tab-content{
		display: none;
	}
	.navigation {
		background-color:transparent;
	}
	.st-nav .st-nav-menu{
		display: none;
	}
	.st-nav a{
		display: block;
		width: 100%;
	}
	.banner.banner-four {
		height: auto;
		padding-top: 50px;
	}
	.banner.banner-four .banner-content .banner-title {
		font-size: 25px;
		line-height: 55px;
	}
	.featured-five h2 {
		text-align: center;
		font-size: 20px;
		color: #28204d;
		font-weight: bold;
	}
	.h-tab-two .saaspik-icon-box-icon{
		display: none;
	}
	.featured-six .btndown {
		float: right;
	}
}
/* 大于768像素 */
@media (min-width:768px){
	.featured-six .btndown {
		float: right;
	}
	.h-tab-two .saaspik-icon-box-icon{
		display: block;
	}
	.featured-five h2 {
		text-align: center;
		font-size: 30px;
		color: #28204d;
		font-weight: bold;
	}
	.banner.banner-four .banner-content .banner-title {
		font-size: 50px;
		line-height: 55px;
	}
	.banner.banner-four {
		height: auto;
		padding-top: 190px;
	}
	.st-nav a{
		display: flex;
		width:auto;
	}
	.st-nav .st-nav-menu{
		display: flex;
	}
	.navigation {
		background-color: #ffffff;
	}
	.h-tab-two .tab-content{
		display: block;
	}
	.interface {
		padding:80px 0 0px;
	}
	.interface-image-wrapper .image-one{
		display: block;
	}
	.interface-image-wrapper .image-two{
		display: block;
	}
	.ul-list-li {
		width: 245px;
		border-radius: 6px;
		border-left: #e3e3e3 1px solid;
		border-bottom: #e3e3e3 1px solid;
	}
	.banner.banner-four .banner-content{
		padding: 0 15px;
	}
	.ul-list-li.list5 {
		margin-left: 250px;
		margin-top: 30px;
	}
	.ul-list-li.list2 {
		width: 300px;
		margin-left: 320px;
		margin-top: 100px;
	}
	.ul-list-li.list1 {
		margin-left: 300px;
		margin-top: 0;
	}
	.ul-list-li.list3 {
		margin-left: 90px;
		margin-top: 30px;
	}
	.ul-list-li.list4 {
		width: 300px;
		margin-left: 0px;
		margin-top: 0px;
	}
	.featured-five .featured-five-bg{
		display: block;
	}
	.featured-five .body-left {
		width: 50%;
		float: left;
	}
	.featured-five .body-right {
		width: 50%;
		float: right;
	}
	.banner.banner-four .banner-content .banner-title {
		font-size: 46px;
		line-height: 76px;
		font-weight: normal;
		margin-bottom: 20px
	}

}
/* 大于960像素 */
@media (min-width:992px){
	.interface-image-wrapper .image-two img {
		display: block;
		max-width: 100%;
	}
	.tab-two-inner {
		position: absolute;
		width: 100%;
		max-width: 100%;
		right: 0;
		top: 0;
	}
	.banner.banner-four {
		height: 900px;
		padding-top: 190px;
	}
}
/* 大于1200像素 */
@media (min-width:1200px){
	.banner.banner-four {
		height: 900px;
		padding-top: 190px;
	}
	.interface-image-wrapper .image-two img {
		display: block;
		max-width: 900px;
	}
	.tab-two-inner {
		position: absolute;
		/* width: 800px;
		max-width: 800px; */
		width: 600px;
		max-width: 600px;
		right: 0;
		top: 0;
	}
	.banner.banner-four .banner-content .banner-title {
		font-size: 46px;
		line-height: 76px;
		font-weight: normal;
		margin-bottom: 20px
	}

}



.nav_demo{
	padding: 0;
	max-height: 70px !important;
}
nav.navbar.bootsnav{
	background: none;
}
nav.navbar{
	display: block;
	width: 100% !important;
}


.nav_demo .topimg{display: block;}
.nav_demo .botimg{display: none;}
.mainNavFix .botimg{display: block;}
.mainNavFix .topimg{display: none;}
nav.navbar.bootsnav{
	font-family: 'Roboto', sans-serif;
	/* margin-bottom: 150px; */
	border: none;
}
nav.navbar.bootsnav .navbar-collapse{ padding: 0; }
nav.navbar.bootsnav ul.nav > li{
	margin: 0 8px;
}
nav.navbar.bootsnav ul.nav > li > a{
	color: #fff;
	background: none;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px 10px 15px;
	margin: 0;
	border: none;
	/* border-bottom: 3px solid #260ae2; */
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.1s ease-out;
}
.nav_demo .nav {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 25px 20px 25px 20px; }
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
	color: #fff;
	/* background-color: #260ae2; */
	/* text-shadow: 3px 3px 0 rgba(0,0,0,0.3); */
}
/* nav.navbar.bootsnav ul.nav > li > a>span:before, */
nav.navbar.bootsnav ul.nav > li > a>span:after{
	content: '';
	background: rgba(255,200,69,1);
	height: 10px;
	width: 60%;
	opacity: 1;
	position: absolute;
	left: -50%;
	top: -50%;
	z-index: -1;
	transition: all 0.2s ease;
}
nav.navbar.bootsnav ul.nav > li > a>span:after{
	left: 100%;
	top: 100%;
}
nav.navbar.bootsnav ul.nav > li.active > a>span:before,
nav.navbar.bootsnav ul.nav > li.active > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li.on > a>span:before{
	left: 0;
	top: 0;
}
nav.navbar.bootsnav ul.nav > li.active > a>span:after,
nav.navbar.bootsnav ul.nav > li.active > a:hover>span:after,
nav.navbar.bootsnav ul.nav > li > a:hover>span:after,
nav.navbar.bootsnav ul.nav > li.on > a>span:after{
	left: 0;
	top: 50%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
	/* text-shadow: 0 0 5px #000; */
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
	color: #fff;
	margin: 0 0 0 7px;
	position: absolute;
	top: 21px;
	right: 7px;
	transition: all 0.3s;
	border-top: 0.3em solid;
	border:none !important;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
	background-color: #fff;
	opacity: 0;
	transform: perspective(600px) rotateX(-90deg);
	transform-origin: top center;
	transform-style: preserve-3d;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
	opacity: 1 !important;
	visibility: visible !important;
	transform: perspective(600px) rotateX(0);
}
.dropdown-menu.multi-dropdown{
	position: absolute;
	left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	background-color: #f9f9f9;
	border: none;
	/* top: 67px;
	z-index: 1;
	transition: all 0.3s ease; */
	border-top: #260ae2 2px solid;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	color: #666;
	font-weight: 500;
	font-size: 14px;
	border: none;
	position: relative;
	/* transition: all 0.3s; */
	text-shadow: none !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:after,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a:after{
	content: '';
	background-color: #260ae2;
	height:26px;
	width: 5px;
	transform: scaleY(0);
	position: absolute;
	top: 4px;
	left: 0;
	/* transition: all 0.3s ease; */
	text-shadow: none;
	text-shadow: none !important;
}
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:after,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover:after,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a:hover:after{
	transform: scaleY(1);
	text-shadow: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{
	background-color: #fff;
	overflow: hidden;
	top: 67px;
	border-top: #260ae2 2px solid;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
	color: #666;
	padding-left: 10px;
	position: relative;
	text-shadow: none;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw.on > a{ }
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{ padding: 0 15px; }
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
	color: #fff;
	background-color: #260ae2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius:0;
}
@media only screen and (max-width:990px){
	.dropdown-menu.multi-dropdown{ left: 0 !important; }
	nav.navbar.bootsnav .navbar-toggle{
		color: #fff;
		background: #260ae2 !important;
		padding: 3px 8px;
		margin-top: 2px;
		border-radius: 0;
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse{ background-color: #333; }
	nav.navbar.bootsnav ul.nav>li{ margin: 0 auto 2px; }
	nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
		text-align: center;
		padding: 10px 15px;
		margin: 0;
		border: none;
	}
	nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 10px 10px 10px 28px; }
	nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:before{ color: #fff; }
	nav.navbar.bootsnav ul.nav > li.dropdown > ul{ left: -5px; }
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
		margin: 0 0 -1px 0 !important;
		z-index: 1;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
		color: #fff;
		padding-left: 10px;
		border: none;
		position: relative;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li.dropdown:after{
		content: '';
		background-color: #260ae2;
		height: 50px;
		width: 5px;
		transform: scaleY(0);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		/* transition: all 0.3s ease; */
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li.dropdown:hover:after,
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li.dropdown.on:after{
		transform: scaleY(1);
	}
	nav.navbar.bootsnav .dropdown-menu{ z-index: 0; }
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{ top: 0; }
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		border: none;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .content{ border: none; }
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu.on .title{ font-weight: 600; }
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu li a{
	   color: #fff;
	   background-color: #333;
	   border: none;
	   margin-bottom: 0;
	}
}

.mainNavFix{
	/* background-image: -webkit-gradient(linear,left top,right top,from(#1a73e8),to(#0f57b6));
	background-image: linear-gradient(90deg,#1a73e8 0%,#0f57b6 100%); */
	background: #fff !important;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 13px 0 rgba(0,0,0,.1); 
	/* background: #fff; */
	position:fixed; top:0; 
	z-index: 999999999999999;
	transition: all 0.4s; 
	-webkit-transition: all 0.4s;
}
.mainNavFix nav.navbar.bootsnav ul.nav > li > a{
	color: #333;
}
.mainNavFix nav.navbar.bootsnav ul.nav > li.active > a,.mainNavFix nav.navbar.bootsnav ul.nav > li.active > a:hover,.mainNavFix nav.navbar.bootsnav ul.nav > li > a:hover, .mainNavFix nav.navbar.bootsnav ul.nav > li.on > a{
	color: #333;
	background-color: transparent;
	text-shadow: none;
}
/* .mainNavFix nav.navbar.bootsnav ul.nav > li > a>span:before, .mainNavFix nav.navbar.bootsnav ul.nav > li > a>span:after {
    content: '';
	background: rgb(38,10,226,0.2);
	text-shadow: none;
} */
.mainNavFix nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
	color: #333;
}
.mainNavFix nav.bootsnav .megamenu-content .title{
	color: #fff;
	background-color: #260ae2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius:0;
}
.mainNavFix nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, .mainNavFix nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, .mainNavFix nav.navbar.bootsnav ul.nav li.megamenu-fw.on > a {
    background-color: transparent !important;
}
nav.bootsnav .megamenu-content .title{
	color: #fff;
	background-color: #260ae2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius:0;
}
.nav_demo .nav-imglogo{
	display: block;
	padding: 8px 0;
}




/*new right*/
.cndns-right{position:fixed;right:1px;top:40%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#270be2;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#270be2;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#270be2;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#270be2}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#270be2;}
.meau-sev .cndns-right-btn{border-color:#270be2;background:url(../image/zxkf.png) no-repeat #270be2 center;transition: none;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:26px;line-height:0px;padding-top:20px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#270be2}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #270be2;padding:15px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../image/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#270be2;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}

.meau-kf .demo-icon{background:url(404.png) no-repeat center;}
.meau-hk .box-border .sev-t{background:url(../image/hk.png) no-repeat left;}
.cndns-right-btn span{color:#848484;font-size:32px;line-height:48px;}
.meau-Telegram .demo-icon{background:url(../image/Telegram.png) no-repeat center;}
.meau-Telegram .demo-icon2{background:url(404.png) no-repeat center;}
.cndns-right-box .box-border .sev-Telegram span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-Telegram p{float:left;color:#270be2;font-size:18px;line-height:28px;}
.cndns-right-box .box-border .sev-Telegram p i{display:block;font-size:14px;color:#aaa;}

.cndns-right-box .box-border .ewm i{ margin-top:10px;}

.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(404.png) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#270be2}
.meau-sev .cndns-right-box .box-border{width:275px;}
.meau-contact .cndns-right-box .box-border{width:275px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:175px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#4c4aff;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#270be2}
.meau-zs .cndns-right-btn{background-color:#270be2;color:#fff;margin-top:80px;border-color:#270be2}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}

.margint50{
	margin-top: 150px;
	margin-bottom: 200px;
}




.h-concact-a {
	display: block;
	width: 240px;
	margin: 10px 40px 10px 40px;
	font-size: 16px;
	color: #260ae2;
	background: #fff;
	border-radius: 8px;
	line-height: 50px;
	text-align: center;
	border: #5453fe 1px solid;
}

.h-concact-a:hover {
	background: none;
	color: #fff;
	border: #fff 1px solid;
}

.h-concact-a i {
	margin-left: 20px;
}

.mb100{
	margin-bottom: 150px;
}

#footer .link {
	margin-top: 0px;
	padding: 20px 0;
	border-top: 1px solid #3d355b;
}
#footer .link span {
margin-left: 15px;
display: inline-table;
font-size: 14px;
color: #a99ec8;
}
#footer .link a {
display: inline-block;
margin: 0 15px;
font-size: 14px;
color: #a99ec8;
}
.izl-rmenu {
	margin-right: 0;
	width: 82px;
	position: fixed;
	right: 2px;
	top: 51%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index: 9999999998;
}

.izl-rmenu .consult {
	background-image: url(../image/consult_icon.jpg);
	background-repeat: no-repeat;
	background-position: center -77px;
	display: block;
	height: 76px;
	width: 82px;
	cursor: pointer;
}

.izl-rmenu .consult .phone {
	background-color: #fff;
	position: absolute;
	width: 220px;
	padding: 5px 0px;
	left: -220px;
	top: 0px;
	line-height: 32px;
	color: #848587;
	font-size: 16px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .cart {
	background-image: url(../image/consult_icon.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #45BDFF;
	text-align: center;
	padding-top: 33px;
	padding-right: 34px;
	padding-bottom: 47px;
	padding-left: 48px;
	cursor: pointer;
}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .btn_top {
	background-image: url(../image/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	width: 82px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
	background-image: url(../image/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -162px;
	top: 65px;
	width: 160px;
	height: 160px;
	background: #fff;
	background-repeat: no-repeat;
	background-size: 140px 140px;
	background-position: center;
	box-shadow: #ddd -1px 1px 4px;
	background-image: url(../image/erweima.jpg);
}

#udesk-feedback-tab {
	position: fixed;
	right: 2px;
	top: 51%;
	margin-top: -76px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
	-moz-box-shadow: #DDD 0px -1px 5px;
	box-shadow: #DDD 0px -1px 5px;
	z-index: 10000;
	cursor: pointer;
	background-image: url(../image/consult_icon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 76px;
	width: 82px;
	background-color: #FFF !important;
	z-index: 999;
}







