/* ==========================================================================Normalize.scss settings========================================================================== */
/*** Includes legacy browser support IE6/7** Set to false if you want to drop support for IE6 and IE7*/
/* Base========================================================================== */
/*** 1. Set default font family to sans-serif.* 2. Prevent iOS and IE text size adjust after device orientation change,* without disabling user zoom.* 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using* `em` units.*/
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/*** Remove default margin.*/
body {
	margin: 0;
}
/* HTML5 display definitions========================================================================== */
/*** Correct `block` display not defined for any HTML5 element in IE 8/9.* Correct `block` display not defined for `details` or `summary` in IE 10/11* and Firefox.* Correct `block` display not defined for `main` in IE 11.*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
/*** 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,canvas,progress,video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
/*** Prevents modern browsers from displaying `audio` without controls.* Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
	display: none;
	height: 0;
}
/*** Address `[hidden]` styling not present in IE 8/9/10.* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.*/
[hidden],template {
	display: none;
}
/* Links========================================================================== */
/*** Remove the gray background color from active links in IE 10.*/
a {
	background-color: transparent;
}
/*** Improve readability of focused elements when they are also in an* active/hover state.*/
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics========================================================================== */
/*** Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
	border-bottom: 1px dotted;
}
/*** Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,strong {
	font-weight: bold;
}
/*** Address styling not present in Safari and Chrome.*/
dfn {
	font-style: italic;
}
/*** Address variable `h1` font-size and margin within `section` and `article`* contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/*** Addresses styling not present in IE 8/9.*/
mark {
	background: #ff0;
	color: #000;
}
/*** Address inconsistent and variable font size in all browsers.*/
small {
	font-size: 80%;
}
/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content========================================================================== */
/*** 1. Remove border when inside `a` element in IE 8/9/10.* 2. Improves image quality when scaled in IE 7.*/
img {
	border: 0;
}
/*** Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content========================================================================== */
/*** Address margin not present in IE 8/9 and Safari.*/
figure {
	margin: 1em 40px;
}
/*** Address differences between Firefox and other browsers.*/
hr {
	box-sizing: content-box;
	height: 0;
}
/*** Contain overflow in all browsers.*/
pre {
	overflow: auto;
}
/*** Address odd `em`-unit font size rendering in all browsers.* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.*/
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms========================================================================== */
/*** Known limitation: by default, Chrome and Safari on OS X allow very limited* styling of `select`, unless a `border` property is set.*/
/*** 1. Correct color not being inherited.* Known issue: affects color of disabled elements.* 2. Correct font properties not being inherited.* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.* 4. Improves appearance and consistency in all browsers.*/
button,input,optgroup,select,textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
/*** Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
	overflow: visible;
}
/*** Address inconsistent `text-transform` inheritance for `button` and `select`.* All other form control elements do not inherit `text-transform` values.* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.* Correct `select` style inheritance in Firefox.*/
button,select {
	text-transform: none;
}
/*** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`* and `video` controls.* 2. Correct inability to style clickable `input` types in iOS.* 3. Improve usability and consistency of cursor style between image-type* `input` and others.* 4. Removes inner spacing in IE 7 without affecting normal text inputs.* Known issue: inner spacing remains in IE 6.*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
/*** Re-set default cursor for disabled elements.*/
button[disabled],html input[disabled] {
	cursor: default;
}
/*** Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*** Address Firefox 4+ setting `line-height` on `input` using `!important` in* the UA stylesheet.*/
input {
	line-height: normal;
}
/*** 1. Address box sizing set to `content-box` in IE 8/9/10.* 2. Remove excess padding in IE 8/9/10.* Known issue: excess padding remains in IE 6.*/
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/*** Fix the cursor style for Chrome's increment/decrement buttons. For certain* `font-size` values of the `input`, it causes the cursor style of the* decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/*** 1. Address `appearance` set to `searchfield` in Safari and Chrome.* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}
/*** Remove inner padding and search cancel button in Safari and Chrome on OS X.* Safari (but not Chrome) clips the cancel button when the search input has* padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*** Define consistent border, margin, and padding.*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*** 1. Correct `color` not being inherited in IE 8/9/10/11.* 2. Remove padding so people aren't caught out if they zero out fieldsets.* 3. Corrects text not wrapping in Firefox 3.* 4. Corrects alignment displayed oddly in IE 6/7.*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}
/*** Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
	overflow: auto;
}
/*** Don't inherit the `font-weight` (applied by a rule above).* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
	font-weight: bold;
}
/* Tables========================================================================== */
/*** Remove most spacing between table cells.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) and ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
	.text-gradient {
		background-image: linear-gradient(to bottom, #af89fa 0%, #3bd7ff 100%);
		background-size: cover;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
	}
}
/*.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
*/
.modal .modal-body {
	padding: 0;
}
.modal .modal-footer {
	padding: 10px;
	text-align: center;
	justify-content: center;
}
.modal .modal-footer p {
	margin: 0;
	cursor: pointer;
	font-weight: 600;
	text-decoration: underline;
	color: #202020;
	font-size: 14px;
}
.modal .modal-footer p:hover {
	color: #AF89FA;
}
my-email::after {
	content: attr(data-domain);
}
my-email::before {
	content: attr(data-user) "@";
}
@media (max-width: 1024px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1025px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1390px;
	}
}
body {
	color: #767676;
	background: #FFFFFF;
	font-size: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	padding-top: 63px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
	body {
		padding-top: 95px;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 108px;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}
.jump {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
a {
	color: #333850;
}
a.light-text {
	color: #767676;
}
a:hover {
	text-decoration: underline;
	color: #AF89FA;
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9F9F9F !important;
	opacity: 1;
	/* Firefox */
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9F9F9F !important;
}
::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #9F9F9F !important;
}
.form-control {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	height: 54px;
	padding: 12px 20px;
}
form .form-group .help-block {
	font-size: 12px;
	color: #e74c3c;
	font-weight: 600;
}
form .form-check label {
	font-size: 11px;
	cursor: pointer;
}
.btn {
	font-weight: 600;
	padding: 12px 20px;
	border: 2px solid;
}
.btn.btn-primary {
	background: #4C516D;
	border-color: #4C516D;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:focus:active {
	background: #AF89FA !important;
	border-color: #AF89FA !important;
}
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem #AF89FA;
}
.btn.btn-white {
	background: #FFF;
	border-color: #FFF;
	color: #333850;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:focus:active {
	background: none;
	color: #FFF;
}
.btn.btn-white-outline {
	background: none;
	color: #FFF;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:active, .btn.btn-white-outline:focus, .btn.btn-white-outline:focus:active {
	background: #FFF;
	border-color: #FFF;
	color: #333850;
}
.btn.btn-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	border: 0;
	color: #FFF;
	transition: none;
}
.btn.btn-gradient:hover, .btn.btn-gradient:active, .btn.btn-gradient:focus, .btn.btn-gradient:focus:active {
	background: #333850;
}
.btn.btn-show-more {
	border: 0;
}
.btn.btn-show-more:focus {
	outline: 0;
	box-shadow: none;
}
.collapse {
	width: 100%;
}
.alert {
	font-size: 16px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	overflow: auto;
	z-index: 9999;
	text-align: center;
}
.overlay .far {
	position: absolute;
	cursor: pointer;
	top: 18px;
	right: 25px;
	font-size: 24px;
	color: #4C516D;
}
@media (min-width: 992px) {
	.overlay .far {
		font-size: 36px;
		top: 28px;
	}
}
.overlay .col {
	padding-top: 45px;
}
.overlay object {
	height: 50px;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.overlay ul li {
	margin-bottom: 10px;
}
.overlay ul a.highlighted {
	font-weight: 600;
}
.mobile-menu {
	position: fixed;
	top: 15px;
	right: 0px;
	z-index: 2110;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (min-width: 1200px) {
	.mobile-menu {
		display: none;
	}
}
.mobile-menu a {
	padding: 25px;
	cursor: pointer;
}
.mobile-menu a:hover .fas {
	color: #4C516D;
}
.mobile-menu .fas {
	font-size: 24px;
}
@media (min-width: 992px) {
	.mobile-menu .fas {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.mobile-menu {
		margin-top: 15px;
	}
	.mobile-menu.scrolled {
		margin-top: 0;
	}
}
.navbar {
	background: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	position: fixed;
	/* Set the navbar to fixed position */
	top: 0;
	/* Position the navbar at the top of the page */
	width: 100%;
	/* Full width */
	z-index: 1005;
}
@media (min-width: 1200px) {
	.navbar .mobile-menu {
		display: none;
	}
}
.navbar .mobile-menu a {
	padding: 25px;
}
.navbar .mobile-menu .fas {
	font-size: 24px;
}
@media (min-width: 992px) {
	.navbar .mobile-menu .fas {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.navbar.scrolled .navbar-brand object {
		height: 50px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.navbar.scrolled .navbar-nav li a.nav-link {
		font-size: 14px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.navbar.scrolled .btn {
		padding: 10px 16px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
@media (min-width: 1200px) {
	.navbar {
		padding: 8px 40px;
	}
}
@media (min-width: 1680px) {
	.navbar {
		padding: 8px 90px;
	}
}
@media screen and (max-width: 1199px) {
	.navbar .navbar-toggler {
		display: none;
	}
}
.navbar .navbar-brand {
	padding-top: 8px;
	padding-bottom: 0px;
	position: relative;
	display: inline-block;
}
.navbar .navbar-brand object {
	height: 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar .navbar-brand:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 237px;
	height: 80px;
}
@media (min-width: 992px) {
	.navbar .navbar-brand object {
		height: 72px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
.navbar .btn {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar .navbar-collapse .navbar-nav li.nav-item {
	margin-right: 0;
}
.navbar .navbar-collapse .btn {
	margin: 15px 0;
}
@media (min-width: 1200px) {
	.navbar .navbar-collapse {
		padding: 0;
	}
	.navbar .navbar-collapse .navbar-nav li.nav-item {
		margin-right: 45px;
	}
	.navbar .navbar-collapse .btn {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.navbar .navbar-nav li {
	position: relative;
	margin-right: 45px;
}
.navbar .navbar-nav li.active a.nav-link {
	color: #333850;
	font-weight: 600;
}
@media (min-width: 1200px) {
	.navbar .navbar-nav li.active a.nav-link {
		border-bottom: 2px solid #333850;
	}
}
.navbar .navbar-nav li.active:hover {
	border-color: #AF89FA;
}
.navbar .navbar-nav li:hover a.nav-link {
	text-decoration: underline;
	color: #AF89FA;
}
@media (min-width: 1200px) {
	.navbar .navbar-nav li:hover a.nav-link {
		color: #AF89FA;
		border-bottom: 2px solid #AF89FA;
		transition: none;
		text-decoration: none;
	}
}
.navbar .navbar-nav li.highlighted a.nav-link {
	color: #333850;
	font-weight: 500;
}
.navbar .navbar-nav li.highlighted:hover a.nav-link {
	color: #AF89FA;
}
.navbar .navbar-nav li a.nav-link {
	color: #767676;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#particles-js {
	position: absolute;
	width: 100%;
}
.page-hero {
	padding: 30px 0;
	text-align: center;
	position: relative;
	background: #F3F4F5;
}
.page-hero h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.6;
}
@media (min-width: 1200px) {
	.page-hero h1 {
		font-size: 36px;
		line-height: 1.8;
	}
}
.page-hero h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Quicksand", sans-serif;
}
@media (min-width: 1200px) {
	.page-hero h2 {
		width: 60%;
		margin: 0 auto;
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.page-hero.gray-bg {
		padding: 60px 0;
	}
}
.page-hero.gray-bg h1 {
	margin-top: 0;
	color: #202020;
}
@media (min-width: 1200px) {
	.page-hero.gray-bg h1 {
		font-size: 32px;
	}
}
.page-hero.gray-bg h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Quicksand", sans-serif;
}
@media (min-width: 1200px) {
	.page-hero.gray-bg h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 16px;
	}
}
.page-hero.on-landing-page {
	padding: 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	color: #FFF;
}
.page-hero.on-landing-page.with-img {
	overflow: hidden;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page {
		padding: 0 0 0px;
		border-bottom-left-radius: 50% 100px;
		border-bottom-right-radius: 50% 100px;
	}
}
.page-hero.on-landing-page h1 {
	margin: 30px 0 10px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page h1 {
		font-size: 28px;
	}
}
@media (min-width: 1680px) {
	.page-hero.on-landing-page h1 {
		font-size: 36px;
		margin: 60px 0 10px;
	}
}
.page-hero.on-landing-page .btn {
	margin-right: 15px;
}
.page-hero.on-landing-page h2 {
	margin-bottom: 25px;
}
.page-hero.on-landing-page .with-video {
	margin-top: 35px;
}
.page-hero.on-landing-page .with-video .embed-responsive {
	position: relative;
	padding-bottom: 50.95%;
	padding-top: 9px;
	height: 0;
	overflow: hidden;
}
.page-hero.on-landing-page .with-video .embed-responsive iframe,.page-hero.on-landing-page .with-video .embed-responsive object,.page-hero.on-landing-page .with-video .embed-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-hero.on-landing-page .alt-splash {
	margin-top: -20px;
}
@media (min-width: 576px) {
	.page-hero.on-landing-page .alt-splash {
		margin-top: 20px;
	}
}
.page-hero.on-landing-page .alt-splash .left-side {
	text-align: center;
}
@media (min-width: 576px) {
	.page-hero.on-landing-page .alt-splash .left-side {
		text-align: left;
	}
}
.page-hero.on-landing-page .alt-splash .left-side ul {
	margin-top: 55px;
	list-style: none;
	background: #FFF;
	color: black;
	border-radius: 15px;
	padding: 15px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .alt-splash .left-side ul {
		padding: 25px 35px;
	}
}
.page-hero.on-landing-page .alt-splash .left-side ul li {
	font-size: 14px;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .alt-splash .left-side ul li {
		font-size: 18px;
	}
}
@media (min-width: 1680px) {
	.page-hero.on-landing-page .alt-splash .left-side ul li {
		font-size: 24px;
	}
}
.page-hero.on-landing-page .alt-splash .left-side ul li:last-child {
	margin-bottom: 0;
}
.page-hero.on-landing-page .alt-splash .left-side ul li .fas {
	margin-right: 5px;
}
.page-hero.on-landing-page .alt-splash .left-side ul li span {
	font-weight: 700;
}
.page-hero.on-landing-page .alt-splash .right-side {
	text-align: left;
}
@media (min-width: 576px) {
	.page-hero.on-landing-page .alt-splash .right-side img {
		min-height: 280px;
	}
}
@media (min-width: 768px) {
	.page-hero.on-landing-page .alt-splash .right-side img {
		height: 400px;
	}
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .alt-splash .right-side img {
		height: auto;
	}
}
.page-hero.on-landing-page .with-slider {
	margin-top: 35px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .with-slider .carousel-control-next {
		right: -150px;
		width: 25%;
		opacity: 1;
	}
	.page-hero.on-landing-page .with-slider .carousel-control-next:hover {
		opacity: 0.5;
	}
	.page-hero.on-landing-page .with-slider .carousel-control-prev {
		left: -150px;
		width: 25%;
		opacity: 1;
	}
	.page-hero.on-landing-page .with-slider .carousel-control-prev:hover {
		opacity: 0.5;
	}
}
.page-hero.on-landing-page .with-slider .carousel-indicators {
	bottom: -50px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page .with-slider .carousel-indicators {
		bottom: -55px;
	}
}
.page-hero.on-landing-page .with-slider .carousel-indicators li {
	width: 25px;
	height: 25px;
	background: #ECECEC;
	border: 0;
	opacity: 0.5;
	border-radius: 50%;
	margin: 0 10px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page .with-slider .carousel-indicators li {
		opacity: 1;
		margin: 0 5px;
	}
}
.page-hero.on-landing-page .with-slider .carousel-indicators li.active {
	opacity: 1;
	background: #FFF;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page .with-slider .carousel-indicators li.active {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
		background: #3cd7ff;
		/* Old browsers */
		background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
		/* IE6-9 fallback on horizontal gradient */
	}
}
.page-hero.on-landing-page .with-slider .carousel-inner img {
	cursor: zoom-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.page-hero.on-landing-page .with-slider .carousel-inner video {
	cursor: zoom-in;
}
.page-hero.on-landing-page.variant-3 {
	border-radius: 0;
	height: auto;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 {
		height: 440px;
	}
}
.page-hero.on-landing-page.variant-3 .main-features {
	margin-top: 25px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .main-features {
		margin-top: 80px;
		margin-bottom: -45px;
	}
}
.page-hero.on-landing-page.variant-3 .box {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 5px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .box {
		margin-bottom: 0;
		padding: 15px 10px 20px;
	}
}
.page-hero.on-landing-page.variant-3 .box p {
	margin: 0;
	color: #202020;
	font-weight: 600;
	font-size: 14px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page.variant-3 .box p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .box p {
		font-size: 22px;
		line-height: 1.2;
		margin: 0;
	}
}
.page-hero.on-landing-page.variant-3 .box img {
	height: 45px;
	display: block;
	margin: 10px auto;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .box img {
		margin: 10px auto 20px;
		height: 80px;
	}
}
.hero-new {
	position: relative;
}
.hero-new .rslides {
	position: relative;
	background-image: url("../img/bg_1.jpg");
	background-size: cover;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.hero-new .rslides {
		display: none;
	}
}
.hero-new .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.hero-new .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.hero-new .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
@media screen and (max-width: 767px) {
	.hero-new .rslides img {
		display: none;
	}
}
.hero-new .inside-slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	color: #FFF;
	width: 95%;
	padding: 15px 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.hero-new .inside-slider {
		position: relative;
		background-image: url("../img/bg_mobile.jpg");
		background-size: cover;
		width: 100%;
	}
	.hero-new .inside-slider .btn {
		margin-bottom: 15px;
	}
}
.hero-new .inside-slider h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 10px 0 10px;
}
@media (min-width: 1200px) {
	.hero-new .inside-slider h1 {
		font-size: 25px;
		line-height: 1.8;
		margin: 30px 0 10px;
	}
}
@media (min-width: 1680px) {
	.hero-new .inside-slider h1 {
		font-size: 32px;
		margin: 40px 0 10px;
	}
}
.hero-new .inside-slider h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
}
.hero-new .inside-slider .btn-white {
	margin-right: 10px;
}
.hero-new .inside-slider .span-yellow {
	color:#FFFF00;
}
.hero-new .hero-features {
	width: 100%;
	z-index: 100;
	position: absolute;
	bottom: 20px;
}
@media screen and (max-width: 991px) {
	.hero-new .hero-features {
		display: none;
	}
}
.hero-new .hero-features .box {
	margin-bottom: 0;
}
.hero-new .hero-features .box p {
	font-size: 14px;
}
@media (min-width: 1420px) {
	.hero-new .hero-features .box p {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.hero-new .hero-features .box img {
		margin: 10px auto 20px;
		height: 60px;
	}
}
@media (min-width: 1420px) {
	.hero-new .hero-features .box img {
		margin: 10px auto 20px;
		height: 80px;
	}
}
.hero-features .box {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 5px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
}
@media (min-width: 1200px) {
	.hero-features .box {
		margin-bottom: 0;
		padding: 10px 10px 20px;
	}
}
.hero-features .box p {
	margin: 0;
	color: #202020;
	font-weight: 600;
	font-size: 14px;
}
@media (min-width: 992px) {
	.hero-features .box p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.hero-features .box p {
		font-size: 22px;
		line-height: 1.2;
		margin: 0;
	}
}
.hero-features .box img {
	height: 45px;
	display: block;
	margin: 10px auto;
}
@media (min-width: 1200px) {
	.hero-features .box img {
		margin: 10px auto 20px;
		height: 80px;
	}
}
.accordion .card {
	border: 0;
	border-bottom: 1px solid #E5E5E5 !important;
}
.accordion .card .card-body {
	font-size: 16px;
	padding: 25px 0;
}
.accordion .card .card-body p:last-child {
	margin: 0;
}
.accordion .card-header {
	background: transparent;
	padding: 0;
}
.accordion .card-header .fa-stack {
	font-size: 15px;
}
.accordion .card-header .fa-stack .fas {
	color: #202020;
}
.accordion .btn {
	width: 100%;
	font-weight: bold;
	color: #202020;
	padding: 18px 0px;
	border: 0;
	text-align: left;
}
.accordion .btn:hover, .accordion .btn:active {
	text-decoration: none;
	color: #AF89FA;
}
.accordion .btn:focus {
	text-decoration: none;
}
.content {
	padding: 30px 0;
	text-align: center;
}
@media (min-width: 1200px) {
	.content {
		padding: 60px 0;
	}
}
@media (min-width: 1680px) {
	.content {
		padding: 80px 0;
	}
}
.content.with-bg {
	background: #F3F4F5;
}
.content.partners {
	padding: 0 0;
}
@media screen and (max-width: 767px) {
	.content.partners {
		display: none;
	}
}
@media (min-width: 1200px) {
	.content.partners {
		padding: 0 0;
	}
}
@media (min-width: 1680px) {
	.content.partners {
		padding: 0 0;
	}
}
.content.partners ul {
	margin: 55px 0px;
}
@media (min-width: 1200px) {
	.content.partners ul {
		margin: 55px 55px;
	}
}
.content.partners ul li {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.content.partners ul li {
		margin-bottom: 0;
		margin-right: 40px;
	}
}
.content.partners ul li img:hover {
	opacity: 0.8;
}
.content h3 {
	color: #202020;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 20px;
}
@media (min-width: 1200px) {
	.content h3 {
		font-size: 28px;
	}
}
.content p.sub-text {
	font-size: 16px;
	margin-bottom: 30px;
}
.content.on-premise p.sub-text {
	font-size: 16px;
	margin-bottom: 15px;
}

.content.on-premise p.sub-text.bottom {
	margin-bottom: 35px;
}
@media (min-width: 1200px) {
	.content p.sub-text {
		width: 70%;
		margin: 0 auto 50px;
	}
}
.content.geo img {
	max-height: 300px;
}
@media (min-width: 1200px) {
	.content.geo img {
		max-height: 450px;
	}
}
.content.tutorials h3 {
	font-size: 16px;
}
@media (min-width: 1200px) {
	.content.tutorials h3 {
		font-size: 24px;
	}
}
.content.tutorials .col-sm-12 {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.content.tutorials .row {
		margin-bottom: 50px;
	}
	.content.tutorials .row:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.content.features.variant-3 {
		padding: 160px 0 60px;
	}
}
@media (min-width: 1680px) {
	.content.features.variant-3 {
		padding: 220px 0 80px;
	}
}
@media (min-width: 1200px) {
	.content.features {
		padding: 80px 0 60px;
	}
}
@media (min-width: 1680px) {
	.content.features {
		padding: 100px 0 80px;
	}
}
.content.features .card {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 15px;
	margin-bottom: 20px;
	border: 0;
	border-radius: 5px;
}
.content.features .card p {
	font-size: 16px;
}
.content.features .card p.title {
	margin: 10px 0 5px 10px;
	color: #202020;
	font-weight: 600;
	font-size: 20px;
}
@media (min-width: 1200px) {
	.content.features .card p.title {
		font-size: 22px;
		margin: 10px 0 25px 10px;
	}
}
.content.features .card p.title img {
	height: 45px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.content.features .card p.title img {
		height: auto;
		margin-right: 15px;
		display: inline;
	}
}
.content.features .card p.title:hover {
	cursor: pointer;
	color: #AF89FA;
}
.content.features .card p.title:hover img {
	opacity: 0.8;
}

.content.features.on-premise .card p.title:hover {
	color: #202020;
	cursor: default;
}

.content.features.on-premise .card p.title:hover img {
	opacity: 1!important;
}

.content.features .card .excerpt {
	cursor: pointer;
	padding: 0 15px;
}
.content.features .card .excerpt span {
	font-weight: 600;
	color: #333850;
}
.content.features .card .excerpt:hover span {
	text-decoration: underline;
	color: #AF89FA;
}
.content.features .card .collapse {
	padding: 0 15px;
	text-align: justify;
}
.content.faq .faq-inner {
	text-align: center;
}
.content.faq .faq-inner .card-body {
	text-align: left;
}
@media (min-width: 992px) {
	.content.faq .faq-inner {
		text-align: left;
	}
}
.content.faq .col-lg-3 {
	margin-top: 20px;
}
@media (min-width: 992px) {
	.content.faq .col-lg-3 {
		margin-top: 0;
	}
}
.content.faq .faq-list strong {
	color: #202020;
}
.content.faq .faq-list p {
	font-size: 16px;
	margin-bottom: 5px;
}
.content.faq-page{
	background-color: #F3F4F5;
}
@media (min-width: 1200px) {
	.content.faq-page {
		padding: 50px 0;
	}
}
.content.faq-page .tab-content{
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	-webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
.content.faq-page .tab-content .tab-pane {
	text-align: left;
	padding: 25px;
}
@media (min-width: 768px) {
	.content.faq-page .tab-content .tab-pane {
		padding: 25px;
	}
}
.content.faq-page .tab-content .tab-pane h4 {
	color: #202020;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.content.faq-page .tab-content .tab-pane h4 {
		display: none;
	}
}
.content.faq-page .tab-content .tab-pane p {
	font-size: 16px;
}
.content.faq-page .tab-content .tab-pane p.question {
	font-size: 18px;
	font-weight: 600;
	color: #202020;
	margin-bottom: 5px;
}
.content.faq-page .tab-content .tab-pane .circle-list {
	list-style-type:circle;
}
.content.faq-page .tab-content .tab-pane ul, .content.faq-page .tab-content .tab-pane ol {
	font-size: 16px;
}
.content.faq-page .nav{
	position: relative;
	z-index: 1;
}
.content.faq-page .nav .nav-link {
	padding: 15px;
	background: #f3f3f3;
	position: relative;
	top: 20px;
	z-index: 998;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	margin-right: 25px;
	color: #767676;
	font-weight: 600;
	opacity: 0.8;
}
.content.faq-page .nav .nav-link:last-child {
	margin-right: 0;
}
.content.faq-page .nav .nav-link.active {
	opacity: 1;
	background: #fff;
	position: relative;
	top: 0px;
	color: #202020;
}
.content.faq-page .nav .nav-link.active img {
	filter: none;
}
.content.faq-page .nav .nav-link:hover {
	color: #202020;
}
.content.faq-page .nav .nav-link:hover img {
	filter: none;
}
.content.faq-page .nav .nav-link img {
	display: block;
	margin: 0 auto 10px;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	height: 60px;
}
@media screen and (max-width: 767px) {
	.content.faq-page .tab-content > .tab-pane {
		display: block !important;
		opacity: 1 !important;
	}
}
.content.pricing {
	background: #F8F9F9;
}
.content.pricing p.text-small {
	margin-top: 10px;
	font-size: 12px;
}
.content.pricing .pricing-box {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
	border-radius: 5px;
}
@media (min-width: 1200px) {
	.content.pricing .pricing-box {
		min-height: 680px;
	}
}
.content.pricing .pricing-box .header {
	background: #4C516D;
	color: #FFF;
	padding: 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media (min-width: 1200px) {
	.content.pricing .pricing-box .header {
		padding: 20px 15px;
	}
}
.content.pricing .pricing-box .header p {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}
.content.pricing .pricing-box .inside {
	font-size: 16px;
	padding: 25px;
}
@media (min-width: 1200px) {
	.content.pricing .pricing-box .inside .copy {
		min-height: 480px;
	}
}
.content.pricing .pricing-box .inside p {
	margin-bottom: 0;
}
.content.pricing .pricing-box .inside p:first-child {
	font-size: 18px;
}
.content.pricing .pricing-box .inside p.price {
	font-size: 22px;
	font-weight: 600;
	color: #333850;
	margin: 20px 0 30px;
}
.content.pricing .pricing-box .inside p.desc {
	font-size: 15px;
}
.content.pricing .pricing-box .inside ul.left {
	text-align: left;
	margin-top: 20px;
	font-size: 15px;
	padding-left: 15px;
}
.content.pricing .pricing-box .inside .btn {
	width: 100%;
}
.content.pricing .pricing-box.beta .header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
.content.pricing .pricing-box.business .header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
.content.pricing .pricing-box.business .inside p:first-child {
	width: 80%;
	margin: 0 auto;
}
.content.contact {
	text-align: center;
}
.content.contact h3 {
	text-align: center;
}
.content.contact p.sub-text {
	width: 100%;
	margin: 0 0 25px;
	text-align: center;
}
.content.contact .media {
	margin-bottom: 15px;
}
.content.contact .media .media-body {
	font-size: 14px;
	margin-left: 15px;
}
.content.contact .media.one-line .media-body {
	padding-top: 5px;
}
.content.contact form {
	margin-top: 30px;
}
@media (min-width: 992px) {
	.content.contact form {
		margin-top: 0;
	}
}
.content.contact .text-small {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}
.content.contact .text-small a {
	text-decoration: underline;
	font-weight: 500;
}
.content.full-text {
	text-align: left;
	font-size: 14px;
}
.content.full-text ol {
	padding-left: 15px;
}
.content.full-text .sub-section {
	margin: 25px 0;
	color: #202020;
	text-align: center;
	font-weight: 600;
}
.content.full-text .sub-section p {
	margin-bottom: 0;
}
.content.full-text .sub-section.left {
	margin: 25px 0 5px;
	text-align: left;
}
.more-questions {
	background: #4C516D;
	padding: 30px 0;
	color: #FFF;
	text-align: center;
}
@media (min-width: 992px) {
	.more-questions {
		padding: 50px 0;
	}
}
.more-questions h3 {
	font-weight: 600;
}
.more-questions p {
	font-size: 16px;
}
.more-questions .box-small {
	border-radius: 5px;
	background: #FFF;
	color: #767676;
	padding: 25px 15px;
	margin: 10px 0;
}
.more-questions .box-small p {
	margin: 0;
	font-size: 14px;
}
.more-questions .box-small p.bigger {
	font-size: 24px;
	font-weight: 600;
	color: #202020;
}
@media (min-width: 768px) {
	.more-questions .box-small {
		margin-right: 15px;
		width: 350px;
		display: inline-block;
	}
}
.infobox-bottom .box {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 25px 15px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 992px) {
	.infobox-bottom .box {
		margin-bottom: -90px;
		padding: 35px 45px;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.infobox-bottom .box p.title {
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #202020;
	margin: 8px 0 0 0;
}
@media (min-width: 1200px) {
	.infobox-bottom .box p.title {
		font-size: 28px;
		width: 85%;
		margin: 8px 0 0 0;
	}
}
.infobox-bottom .box p.title span {
	color: #3BD7FF;
}
.infobox-bottom .box .btn {
	width: 100%;
	margin: 10px 0;
}
.bs-tooltip-right {
	margin-left: 5px;
}
.pricing-desktop {
	padding-left: 65px;
}
@media (max-width: 1023px) {
	.pricing-desktop {
		display: none;
	}
}
.pricing-desktop .checkout.desktop input {
	font-size: 14px;
}
@media (max-width: 1450px) {
	.pricing-desktop .checkout.desktop input {
		width: 130px;
		font-size: 14px;
		font-weight: 400;
	}
}
@media (max-width: 1220px) {
	.pricing-desktop .checkout.desktop {
		font-size: 12px;
	}
	.pricing-desktop .checkout.desktop input {
		width: 105px;
		height: 26px;
		font-weight: 400;
		font-size: 12px;
	}
}
.pricing-desktop .top-with-image {
	padding: 50px 0 0 0;
	text-align: center;
}
@media (min-width: 768px) {
	.pricing-desktop .top-with-image {
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
}
.pricing-desktop .top-with-image img {
	margin: 0 auto;
	display: block;
}
.pricing-desktop .top-box {
	padding: 25px 15px 15px;
	border: 1px solid #E5E5E5;
	border-bottom: 0;
	min-height: 225px;
	background: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing-desktop .top-box.featured {
	border: 2px solid #D7C4FC;
	border-bottom: 0;
	background: #FFF;
	padding: 25px 15px 22px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.pricing-desktop .top-box.featured .space {
	font-size: 14px;
}
.pricing-desktop .top-box .btn {
	width: 100%;
}
.pricing-desktop .top-box p {
	margin: 0;
}
.pricing-desktop .top-box p.title {
	font-size: 28px;
	font-weight: 700;
	color: #202020;
}
.pricing-desktop .top-box p.price {
	font-size: 18px;
	margin: 15px 0 30px;
	color: #202020;
	font-weight: 600;
}
.pricing-desktop .top-box p.price span.old-price {
	text-decoration: line-through;
}
.pricing-desktop .top-box p.price span.new-price {
	color: #70D499;
	font-weight: 900;
	font-size: 20px;
}
.pricing-desktop .top-box p.price span.sub-text {
	font-size: 14px;
}
@media (min-width: 768px) {
	.pricing-desktop .col-md-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.pricing-desktop .col-md-3.first-column {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.pricing-desktop .col-md-3 {
	padding: 0 0;
}
.pricing-desktop .col-md-3.first-column {
	padding-right: 0;
}
.pricing-desktop .col-md-3.first-column .box {
	margin-right: -15px;
	border-right: 0;
	background: #F8F9F9;
}
.pricing-desktop .col-md-3.col-featured {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}
.pricing-desktop .col-md-3.col-special {
	z-index: 100;
}
.pricing-desktop .box {
	background: #FFF;
	padding: 15px 15px;
	border: 1px solid #E5E5E5;
	border-bottom: 0;
}
.pricing-desktop .box.featured {
	border: 2px solid #D7C4FC;
	border-top: 1px solid #E5E5E5;
	border-bottom: 0;
}
.pricing-desktop .box.featured.bottom {
	padding-bottom: 15px;
	border: 2px solid #D7C4FC;
	border-top: 1px solid #E5E5E5;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 35px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.pricing-desktop .box.bottom {
	border: 1px solid #E5E5E5;
	padding-bottom: 15px;
}
.pricing-desktop .box.bottom.with-headers {
	border-bottom: 0;
}
.pricing-desktop .box.bottom .btn {
	margin-top: 25px;
	width: 100%;
	border: 0;
}
.pricing-desktop .box.with-headers {
	border-left: 0;
	text-align: left;
}
.pricing-desktop .box.with-headers span.with-tooltip {
	border-bottom: 1px dashed #767676;
	cursor: pointer;
}
.pricing-desktop .box.with-headers span.with-tooltip:hover {
	color: #AF89FA;
	border-color: #AF89FA;
}
.pricing-desktop .box.with-headers .title {
	position: absolute;
	top: -17px;
	left: 5px;
	background: #F8F9F9;
	color: #767676;
	padding-right: 15px;
	padding-left: 10px;
}
.pricing-desktop .box.with-headers .title span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.pricing-desktop .box ul.features-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	color: #202020;
}
.pricing-desktop .box ul.features-list.row-name {
	font-weight: 600;
}
.pricing-desktop .box ul.features-list li {
	font-size: 16px;
	padding: 10px 0;
}
.pricing-desktop .box ul.features-list li.color-green {
	color: #70D499;
}
.pricing-desktop .box ul.features-list li .fa-check {
	font-size: 26px;
	color: #70D499;
}
.pricing-desktop .box ul.features-list li .fa-minus {
	font-size: 26px;
	color: #767676;
}
.pricing-desktop.with-lines .box {
	padding-top: 5px;
}
.pricing-desktop.with-lines ul.features-list li {
	min-height: 53px;
	border-bottom: 1px solid #E5E5E5;
}
.pricing-desktop.with-lines ul.features-list li:last-child {
	border: 0;
}
@media (min-width: 1024px) {
	.pricing-mobile {
		display: none;
	}
}
.pricing-mobile .single-card {
	background: #FFF;
	padding: 15px 0 0;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.pricing-mobile .single-card.featured {
	border: 2px solid #D7C4FC;
}
.pricing-mobile .single-card .top-section {
	padding: 15px 15px 10px 15px;
}
.pricing-mobile .single-card .top-section .btn {
	width: 100%;
}
@media (min-width: 700px) {
	.pricing-mobile .single-card .top-section .btn {
		width: 50%;
	}
}
.pricing-mobile .single-card .top-section .btn.btn-show-more {
	margin-top: 10px;
}
.pricing-mobile .single-card .top-section p {
	margin: 0;
}
.pricing-mobile .single-card .top-section p.title {
	font-size: 24px;
	font-weight: 700;
	color: #202020;
}
.pricing-mobile .single-card .top-section p.price {
	font-size: 16px;
	margin: 10px 0 20px;
	color: #202020;
	font-weight: 600;
}
.pricing-mobile .single-card .top-section p.price span.old-price {
	text-decoration: line-through;
}
.pricing-mobile .single-card .top-section p.price span.new-price {
	color: #70D499;
	font-weight: 900;
	font-size: 20px;
}
.pricing-mobile .single-card .top-section p.price span.sub-text {
	font-size: 14px;
}
.pricing-mobile .single-card .section-name {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.pricing-mobile .single-card .section-name .col-12 {
	background: #F3F4F5;
	padding: 10px 15px;
}
.pricing-mobile .single-card .section-name p {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.pricing-mobile .single-card .section-content.last .left, .pricing-mobile .single-card .section-content.last .right {
	border-bottom: 0;
}
.pricing-mobile .single-card .section-content p {
	color: #202020;
	font-weight: 600;
	margin: 0;
	font-size: 15px;
}
@media (max-width: 400px) {
	.pricing-mobile .single-card .section-content p {
		font-size: 13px;
		line-height: 18px;
	}
}
.pricing-mobile .single-card .section-content .left, .pricing-mobile .single-card .section-content .right {
	padding: 10px 15px;
	border-bottom: 1px solid #E5E5E5;
}
.pricing-mobile .single-card .section-content .left {
	border-right: 1px solid #E5E5E5;
	padding: 10px 15px 10px 18px;
}
.pricing-mobile .single-card .section-content .left .with-tooltip {
	border-bottom: 1px dashed #767676;
	cursor: pointer;
}
.pricing-mobile .single-card .section-content .left .with-tooltip:hover {
	color: #AF89FA;
	border-color: #AF89FA;
}
.pricing-mobile .single-card .section-content .right .fa-check {
	font-size: 20px;
	color: #70D499;
}
.pricing-mobile .single-card .section-content .right .fa-minus {
	font-size: 20px;
	color: #767676;
}
.pricing-mobile .single-card .bottom {
	padding: 15px 15px;
}
.pricing-mobile .single-card .bottom .btn {
	width: 100%;
}
@media (min-width: 700px) {
	.pricing-mobile .single-card .bottom .btn {
		width: 50%;
	}
}
footer {
	background: #333850;
	padding: 30px 0 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
@media (min-width: 992px) {
	footer {
		padding: 40px 0 10px;
		text-align: left;
	}
	footer.with-banner {
		padding: 150px 0 10px;
	}
}
footer img {
	margin-bottom: 15px;
}
footer .bottom-row {
	margin-top: 15px;
}
footer .bottom-row .col-sm-9 {
	margin-top: 15px;
}
@media (min-width: 576px) {
	footer .bottom-row .col-sm-9 {
		text-align: right;
		margin-top: 0;
	}
}
footer p {
	margin-bottom: 5px;
}
footer p.title {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 14px;
}
footer .fas, footer .fab {
	margin-right: 5px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	text-decoration: underline;
}
#cookiesNotification {
	display: none;
}
.cookies-box {
	z-index: 1000;
	position: fixed;
	padding: 15px;
	background: #FFF;
	width: 98%;
	bottom: 5px;
	right: 5px;
	text-align: left;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.cookies-box {
		padding: 5px 8px;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.cookies-box {
		width: 550px;
		bottom: 15px;
		right: 15px;
		padding: 15px;
	}
}
.cookies-box p {
	font-size: 12px;
}
@media (max-width: 768px) {
	.cookies-box p {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.cookies-box p {
		font-size: 14px;
	}
}
.cookies-box p.title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #202020;
}
@media (max-width: 768px) {
	.cookies-box p.title {
		display: none;
	}
}
.cookies-box p a {
	color: #333850;
	font-weight: 700;
	text-decoration: underline;
}
.cookies-box p a:hover {
	color: #AF89FA;
}
.cookies-box .btn {
	cursor: pointer;
}
@media (max-width: 768px) {
	.cookies-box .btn {
		background: none;
		padding: 0;
		border: 0;
		color: #4C516D;
		font-size: 12px;
	}
	.cookies-box .btn:hover {
		background: none !important;
	}
}
/*# sourceMappingURL=zillin.css.map */
/* ==========================================================================Normalize.scss settings========================================================================== */
/*** Includes legacy browser support IE6/7** Set to false if you want to drop support for IE6 and IE7*/
/* Base========================================================================== */
/*** 1. Set default font family to sans-serif.* 2. Prevent iOS and IE text size adjust after device orientation change,* without disabling user zoom.* 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using* `em` units.*/
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/*** Remove default margin.*/
body {
	margin: 0;
}
/* HTML5 display definitions========================================================================== */
/*** Correct `block` display not defined for any HTML5 element in IE 8/9.* Correct `block` display not defined for `details` or `summary` in IE 10/11* and Firefox.* Correct `block` display not defined for `main` in IE 11.*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
/*** 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,canvas,progress,video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
/*** Prevents modern browsers from displaying `audio` without controls.* Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
	display: none;
	height: 0;
}
/*** Address `[hidden]` styling not present in IE 8/9/10.* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.*/
[hidden],template {
	display: none;
}
/* Links========================================================================== */
/*** Remove the gray background color from active links in IE 10.*/
a {
	background-color: transparent;
}
/*** Improve readability of focused elements when they are also in an* active/hover state.*/
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics========================================================================== */
/*** Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
	border-bottom: 1px dotted;
}
/*** Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,strong {
	font-weight: bold;
}
/*** Address styling not present in Safari and Chrome.*/
dfn {
	font-style: italic;
}
/*** Address variable `h1` font-size and margin within `section` and `article`* contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/*** Addresses styling not present in IE 8/9.*/
mark {
	background: #ff0;
	color: #000;
}
/*** Address inconsistent and variable font size in all browsers.*/
small {
	font-size: 80%;
}
/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content========================================================================== */
/*** 1. Remove border when inside `a` element in IE 8/9/10.* 2. Improves image quality when scaled in IE 7.*/
img {
	border: 0;
}
/*** Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content========================================================================== */
/*** Address margin not present in IE 8/9 and Safari.*/
figure {
	margin: 1em 40px;
}
/*** Address differences between Firefox and other browsers.*/
hr {
	box-sizing: content-box;
	height: 0;
}
/*** Contain overflow in all browsers.*/
pre {
	overflow: auto;
}
/*** Address odd `em`-unit font size rendering in all browsers.* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.*/
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms========================================================================== */
/*** Known limitation: by default, Chrome and Safari on OS X allow very limited* styling of `select`, unless a `border` property is set.*/
/*** 1. Correct color not being inherited.* Known issue: affects color of disabled elements.* 2. Correct font properties not being inherited.* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.* 4. Improves appearance and consistency in all browsers.*/
button,input,optgroup,select,textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
/*** Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
	overflow: visible;
}
/*** Address inconsistent `text-transform` inheritance for `button` and `select`.* All other form control elements do not inherit `text-transform` values.* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.* Correct `select` style inheritance in Firefox.*/
button,select {
	text-transform: none;
}
/*** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`* and `video` controls.* 2. Correct inability to style clickable `input` types in iOS.* 3. Improve usability and consistency of cursor style between image-type* `input` and others.* 4. Removes inner spacing in IE 7 without affecting normal text inputs.* Known issue: inner spacing remains in IE 6.*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
/*** Re-set default cursor for disabled elements.*/
button[disabled],html input[disabled] {
	cursor: default;
}
/*** Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*** Address Firefox 4+ setting `line-height` on `input` using `!important` in* the UA stylesheet.*/
input {
	line-height: normal;
}
/*** 1. Address box sizing set to `content-box` in IE 8/9/10.* 2. Remove excess padding in IE 8/9/10.* Known issue: excess padding remains in IE 6.*/
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/*** Fix the cursor style for Chrome's increment/decrement buttons. For certain* `font-size` values of the `input`, it causes the cursor style of the* decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/*** 1. Address `appearance` set to `searchfield` in Safari and Chrome.* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}
/*** Remove inner padding and search cancel button in Safari and Chrome on OS X.* Safari (but not Chrome) clips the cancel button when the search input has* padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*** Define consistent border, margin, and padding.*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*** 1. Correct `color` not being inherited in IE 8/9/10/11.* 2. Remove padding so people aren't caught out if they zero out fieldsets.* 3. Corrects text not wrapping in Firefox 3.* 4. Corrects alignment displayed oddly in IE 6/7.*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}
/*** Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
	overflow: auto;
}
/*** Don't inherit the `font-weight` (applied by a rule above).* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
	font-weight: bold;
}
/* Tables========================================================================== */
/*** Remove most spacing between table cells.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) and ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
	.text-gradient {
		background-image: linear-gradient(to bottom, #af89fa 0%, #3bd7ff 100%);
		background-size: cover;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
	}
}
/*.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
*/
.modal .modal-body {
	padding: 0;
}
.modal .modal-footer {
	padding: 10px;
	text-align: center;
	justify-content: center;
}
.modal .modal-footer p {
	margin: 0;
	cursor: pointer;
	font-weight: 600;
	text-decoration: underline;
	color: #202020;
	font-size: 14px;
}
.modal .modal-footer p:hover {
	color: #AF89FA;
}
my-email::after {
	content: attr(data-domain);
}
my-email::before {
	content: attr(data-user) "@";
}
@media (max-width: 1024px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1025px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1390px;
	}
}
body {
	color: #767676;
	background: #FFFFFF;
	font-size: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	padding-top: 63px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
	body {
		padding-top: 95px;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 108px;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}
.jump {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
a {
	color: #333850;
}
a.light-text {
	color: #767676;
}
a:hover {
	text-decoration: underline;
	color: #AF89FA;
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9F9F9F !important;
	opacity: 1;
	/* Firefox */
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9F9F9F !important;
}
::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #9F9F9F !important;
}
.form-control {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	height: 54px;
	padding: 12px 20px;
}
form .form-group .help-block {
	font-size: 12px;
	color: #e74c3c;
	font-weight: 600;
}
form .form-check label {
	font-size: 11px;
	cursor: pointer;
}
.btn {
	font-weight: 600;
	padding: 12px 20px;
	border: 2px solid;
}
.btn.btn-primary {
	background: #4C516D;
	border-color: #4C516D;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:focus:active {
	background: #AF89FA !important;
	border-color: #AF89FA !important;
}
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem #AF89FA;
}
.btn.btn-white {
	background: #FFF;
	border-color: #FFF;
	color: #333850;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:focus:active {
	background: none;
	color: #FFF;
}
.btn.btn-white-outline {
	background: none;
	color: #FFF;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:active, .btn.btn-white-outline:focus, .btn.btn-white-outline:focus:active {
	background: #FFF;
	border-color: #FFF;
	color: #333850;
}
.btn.btn-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	border: 0;
	color: #FFF;
	transition: none;
}
.btn.btn-gradient:hover, .btn.btn-gradient:active, .btn.btn-gradient:focus, .btn.btn-gradient:focus:active {
	background: #333850;
}
.btn.btn-show-more {
	border: 0;
}
.btn.btn-show-more:focus {
	outline: 0;
	box-shadow: none;
}
.collapse {
	width: 100%;
}
.alert {
	font-size: 16px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	overflow: auto;
	z-index: 9999;
	text-align: center;
}
.overlay .far {
	position: absolute;
	cursor: pointer;
	top: 18px;
	right: 25px;
	font-size: 24px;
	color: #4C516D;
}
@media (min-width: 992px) {
	.overlay .far {
		font-size: 36px;
		top: 28px;
	}
}
.overlay .col {
	padding-top: 45px;
}
.overlay object {
	height: 50px;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.overlay ul li {
	margin-bottom: 10px;
}
.overlay ul a.highlighted {
	font-weight: 600;
}
.mobile-menu {
	position: fixed;
	top: 15px;
	right: 0px;
	z-index: 2110;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (min-width: 1200px) {
	.mobile-menu {
		display: none;
	}
}
.mobile-menu a {
	padding: 25px;
	cursor: pointer;
}
.mobile-menu a:hover .fas {
	color: #4C516D;
}
.mobile-menu .fas {
	font-size: 24px;
}
@media (min-width: 992px) {
	.mobile-menu .fas {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.mobile-menu {
		margin-top: 15px;
	}
	.mobile-menu.scrolled {
		margin-top: 0;
	}
}
.navbar {
	background: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	position: fixed;
	/* Set the navbar to fixed position */
	top: 0;
	/* Position the navbar at the top of the page */
	width: 100%;
	/* Full width */
	z-index: 1005;
}
@media (min-width: 1200px) {
	.navbar .mobile-menu {
		display: none;
	}
}
.navbar .mobile-menu a {
	padding: 25px;
}
.navbar .mobile-menu .fas {
	font-size: 24px;
}
@media (min-width: 992px) {
	.navbar .mobile-menu .fas {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.navbar.scrolled .navbar-brand object {
		height: 50px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.navbar.scrolled .navbar-nav li a.nav-link {
		font-size: 14px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.navbar.scrolled .btn {
		padding: 10px 16px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
@media (min-width: 1200px) {
	.navbar {
		padding: 8px 40px;
	}
}
@media (min-width: 1680px) {
	.navbar {
		padding: 8px 90px;
	}
}
@media screen and (max-width: 1199px) {
	.navbar .navbar-toggler {
		display: none;
	}
}
.navbar .navbar-brand {
	padding-top: 8px;
	padding-bottom: 0px;
	position: relative;
	display: inline-block;
}
.navbar .navbar-brand object {
	height: 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar .navbar-brand:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 237px;
	height: 80px;
}
@media (min-width: 992px) {
	.navbar .navbar-brand object {
		height: 72px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
.navbar .btn {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar .navbar-collapse .navbar-nav li.nav-item {
	margin-right: 0;
}
.navbar .navbar-collapse .btn {
	margin: 15px 0;
}
@media (min-width: 1200px) {
	.navbar .navbar-collapse {
		padding: 0;
	}
	.navbar .navbar-collapse .navbar-nav li.nav-item {
		margin-right: 45px;
	}
	.navbar .navbar-collapse .btn {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.navbar .navbar-nav li {
	position: relative;
	margin-right: 45px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.navbar .navbar-nav li {
		margin-right: 20px!important;
	}
}
.navbar .navbar-nav li.active a.nav-link {
	color: #333850;
	font-weight: 600;
}
@media (min-width: 1200px) {
	.navbar .navbar-nav li.active a.nav-link {
		border-bottom: 2px solid #333850;
	}
}
.navbar .navbar-nav li.active:hover {
	border-color: #AF89FA;
}
.navbar .navbar-nav li:hover a.nav-link {
	text-decoration: underline;
	color: #AF89FA;
}
@media (min-width: 1200px) {
	.navbar .navbar-nav li:hover a.nav-link {
		color: #AF89FA;
		border-bottom: 2px solid #AF89FA;
		transition: none;
		text-decoration: none;
	}
}
.navbar .navbar-nav li.highlighted a.nav-link {
	color: #333850;
	font-weight: 500;
}
.navbar .navbar-nav li.highlighted:hover a.nav-link {
	color: #AF89FA;
}
.navbar .navbar-nav li a.nav-link {
	color: #767676;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#particles-js {
	position: absolute;
	width: 100%;
}
.page-hero {
	padding: 30px 0;
	text-align: center;
	position: relative;
	background: #F3F4F5;
}
.page-hero h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.6;
}
@media (min-width: 1200px) {
	.page-hero h1 {
		font-size: 36px;
		line-height: 1.8;
	}
}
.page-hero h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Quicksand", sans-serif;
}
@media (min-width: 1200px) {
	.page-hero h2 {
		width: 60%;
		margin: 0 auto;
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.page-hero.gray-bg {
		padding: 60px 0;
	}
}
.page-hero.gray-bg h1 {
	margin-top: 0;
	color: #202020;
}
@media (min-width: 1200px) {
	.page-hero.gray-bg h1 {
		font-size: 32px;
	}
}
.page-hero.gray-bg h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Quicksand", sans-serif;
}
@media (min-width: 1200px) {
	.page-hero.gray-bg h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 16px;
	}
}
.page-hero.on-landing-page {
	padding: 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	color: #FFF;
}
.page-hero.on-landing-page.with-img {
	overflow: hidden;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page {
		padding: 0 0 0px;
		border-bottom-left-radius: 50% 100px;
		border-bottom-right-radius: 50% 100px;
	}
}
.page-hero.on-landing-page h1 {
	margin: 30px 0 10px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page h1 {
		font-size: 28px;
	}
}
@media (min-width: 1680px) {
	.page-hero.on-landing-page h1 {
		font-size: 36px;
		margin: 60px 0 10px;
	}
}
.page-hero.on-landing-page .btn {
	margin-right: 15px;
}
.page-hero.on-landing-page h2 {
	margin-bottom: 25px;
}
.page-hero.on-landing-page .with-video {
	margin-top: 35px;
}
.page-hero.on-landing-page .with-video .embed-responsive {
	position: relative;
	padding-bottom: 50.95%;
	padding-top: 9px;
	height: 0;
	overflow: hidden;
}
.page-hero.on-landing-page .with-video .embed-responsive iframe,.page-hero.on-landing-page .with-video .embed-responsive object,.page-hero.on-landing-page .with-video .embed-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-hero.on-landing-page .alt-splash {
	margin-top: -20px;
}
@media (min-width: 576px) {
	.page-hero.on-landing-page .alt-splash {
		margin-top: 20px;
	}
}
.page-hero.on-landing-page .alt-splash .left-side {
	text-align: center;
}
@media (min-width: 576px) {
	.page-hero.on-landing-page .alt-splash .left-side {
		text-align: left;
	}
}
.page-hero.on-landing-page .alt-splash .left-side ul {
	margin-top: 55px;
	list-style: none;
	background: #FFF;
	color: black;
	border-radius: 15px;
	padding: 15px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .alt-splash .left-side ul {
		padding: 25px 35px;
	}
}
.page-hero.on-landing-page .alt-splash .left-side ul li {
	font-size: 14px;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .alt-splash .left-side ul li {
		font-size: 18px;
	}
}
@media (min-width: 1680px) {
	.page-hero.on-landing-page .alt-splash .left-side ul li {
		font-size: 24px;
	}
}
.page-hero.on-landing-page .alt-splash .left-side ul li:last-child {
	margin-bottom: 0;
}
.page-hero.on-landing-page .alt-splash .left-side ul li .fas {
	margin-right: 5px;
}
.page-hero.on-landing-page .alt-splash .left-side ul li span {
	font-weight: 700;
}
.page-hero.on-landing-page .alt-splash .right-side {
	text-align: left;
}
@media (min-width: 576px) {
	.page-hero.on-landing-page .alt-splash .right-side img {
		min-height: 280px;
	}
}
@media (min-width: 768px) {
	.page-hero.on-landing-page .alt-splash .right-side img {
		height: 400px;
	}
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .alt-splash .right-side img {
		height: auto;
	}
}
.page-hero.on-landing-page .with-slider {
	margin-top: 35px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page .with-slider .carousel-control-next {
		right: -150px;
		width: 25%;
		opacity: 1;
	}
	.page-hero.on-landing-page .with-slider .carousel-control-next:hover {
		opacity: 0.5;
	}
	.page-hero.on-landing-page .with-slider .carousel-control-prev {
		left: -150px;
		width: 25%;
		opacity: 1;
	}
	.page-hero.on-landing-page .with-slider .carousel-control-prev:hover {
		opacity: 0.5;
	}
}
.page-hero.on-landing-page .with-slider .carousel-indicators {
	bottom: -50px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page .with-slider .carousel-indicators {
		bottom: -55px;
	}
}
.page-hero.on-landing-page .with-slider .carousel-indicators li {
	width: 25px;
	height: 25px;
	background: #ECECEC;
	border: 0;
	opacity: 0.5;
	border-radius: 50%;
	margin: 0 10px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page .with-slider .carousel-indicators li {
		opacity: 1;
		margin: 0 5px;
	}
}
.page-hero.on-landing-page .with-slider .carousel-indicators li.active {
	opacity: 1;
	background: #FFF;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page .with-slider .carousel-indicators li.active {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
		background: #3cd7ff;
		/* Old browsers */
		background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
		/* IE6-9 fallback on horizontal gradient */
	}
}
.page-hero.on-landing-page .with-slider .carousel-inner img {
	cursor: zoom-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.page-hero.on-landing-page .with-slider .carousel-inner video {
	cursor: zoom-in;
}
.page-hero.on-landing-page.variant-3 {
	border-radius: 0;
	height: auto;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 {
		height: 440px;
	}
}
.page-hero.on-landing-page.variant-3 .main-features {
	margin-top: 25px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .main-features {
		margin-top: 80px;
		margin-bottom: -45px;
	}
}
.page-hero.on-landing-page.variant-3 .box {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 5px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .box {
		margin-bottom: 0;
		padding: 15px 10px 20px;
	}
}
.page-hero.on-landing-page.variant-3 .box p {
	margin: 0;
	color: #202020;
	font-weight: 600;
	font-size: 14px;
}
@media (min-width: 992px) {
	.page-hero.on-landing-page.variant-3 .box p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .box p {
		font-size: 22px;
		line-height: 1.2;
		margin: 0;
	}
}
.page-hero.on-landing-page.variant-3 .box img {
	height: 45px;
	display: block;
	margin: 10px auto;
}
@media (min-width: 1200px) {
	.page-hero.on-landing-page.variant-3 .box img {
		margin: 10px auto 20px;
		height: 80px;
	}
}
.hero-new {
	position: relative;
}
.hero-new .rslides {
	position: relative;
	background-image: url("../img/bg_1.jpg");
	background-size: cover;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.hero-new .rslides {
		display: none;
	}
}
.hero-new .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.hero-new .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.hero-new .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
@media screen and (max-width: 767px) {
	.hero-new .rslides img {
		display: none;
	}
}
.hero-new .inside-slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	color: #FFF;
	width: 95%;
	padding: 15px 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.hero-new .inside-slider {
		position: relative;
		background-image: url("../img/bg_mobile.jpg");
		background-size: cover;
		width: 100%;
	}
	.hero-new .inside-slider .btn {
		margin-bottom: 15px;
	}
}
.hero-new .inside-slider h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 10px 0 10px;
}
@media (min-width: 1200px) {
	.hero-new .inside-slider h1 {
		font-size: 25px;
		line-height: 1.8;
		margin: 30px 0 10px;
	}
}
@media (min-width: 1680px) {
	.hero-new .inside-slider h1 {
		font-size: 32px;
		margin: 40px 0 10px;
	}
}
.hero-new .inside-slider h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
}
.hero-new .inside-slider .btn-white {
	margin-right: 10px;
}
.hero-new .hero-features {
	width: 100%;
	z-index: 100;
	position: absolute;
	bottom: 20px;
}
@media screen and (max-width: 991px) {
	.hero-new .hero-features {
		display: none;
	}
}
.hero-new .hero-features .box {
	margin-bottom: 0;
}
.hero-new .hero-features .box p {
	font-size: 14px;
}
@media (min-width: 1420px) {
	.hero-new .hero-features .box p {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.hero-new .hero-features .box img {
		margin: 10px auto 20px;
		height: 60px;
	}
}
@media (min-width: 1420px) {
	.hero-new .hero-features .box img {
		margin: 10px auto 20px;
		height: 80px;
	}
}
.hero-features .box {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 5px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
}
@media (min-width: 1200px) {
	.hero-features .box {
		margin-bottom: 0;
		padding: 10px 10px 20px;
	}
}
.hero-features .box p {
	margin: 0;
	color: #202020;
	font-weight: 600;
	font-size: 14px;
}
@media (min-width: 992px) {
	.hero-features .box p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.hero-features .box p {
		font-size: 22px;
		line-height: 1.2;
		margin: 0;
	}
}
.hero-features .box img {
	height: 45px;
	display: block;
	margin: 10px auto;
}
@media (min-width: 1200px) {
	.hero-features .box img {
		margin: 10px auto 20px;
		height: 80px;
	}
}
.accordion .card {
	border: 0;
	border-bottom: 1px solid #E5E5E5 !important;
}
.accordion .card .card-body {
	font-size: 16px;
	padding: 25px 0;
}
.accordion .card .card-body p:last-child {
	margin: 0;
}
.accordion .card-header {
	background: transparent;
	padding: 0;
}
.accordion .card-header .fa-stack {
	font-size: 15px;
}
.accordion .card-header .fa-stack .fas {
	color: #202020;
}
.accordion .btn {
	width: 100%;
	font-weight: bold;
	color: #202020;
	padding: 18px 0px;
	border: 0;
	text-align: left;
}
.accordion .btn:hover, .accordion .btn:active {
	text-decoration: none;
	color: #AF89FA;
}
.accordion .btn:focus {
	text-decoration: none;
}
.content {
	padding: 30px 0;
	text-align: center;
}
@media (min-width: 1200px) {
	.content {
		padding: 60px 0;
	}
}
@media (min-width: 1680px) {
	.content {
		padding: 80px 0;
	}
}
.content.with-bg {
	background: #F3F4F5;
}
.content.partners {
	padding: 0 0;
}
@media screen and (max-width: 767px) {
	.content.partners {
		display: none;
	}
}
@media (min-width: 1200px) {
	.content.partners {
		padding: 0 0;
	}
}
@media (min-width: 1680px) {
	.content.partners {
		padding: 0 0;
	}
}
.content.partners ul {
	margin: 55px 0px;
}
@media (min-width: 1200px) {
	.content.partners ul {
		margin: 55px 55px;
	}
}
.content.partners ul li {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.content.partners ul li {
		margin-bottom: 0;
		margin-right: 40px;
	}
}
.content.partners ul li img:hover {
	opacity: 0.8;
}
.content h3 {
	color: #202020;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 20px;
}
@media (min-width: 1200px) {
	.content h3 {
		font-size: 28px;
	}
}
.content p.sub-text {
	font-size: 16px;
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.content p.sub-text {
		width: 70%;
		margin: 0 auto 50px;
	}
}
.content.geo img {
	max-height: 300px;
}
@media (min-width: 1200px) {
	.content.geo img {
		max-height: 450px;
	}
}
.content.tutorials h3 {
	font-size: 16px;
}
@media (min-width: 1200px) {
	.content.tutorials h3 {
		font-size: 24px;
	}
}
.content.tutorials .col-sm-12 {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.content.tutorials .row {
		margin-bottom: 50px;
	}
	.content.tutorials .row:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.content.features.variant-3 {
		padding: 160px 0 60px;
	}
}
@media (min-width: 1680px) {
	.content.features.variant-3 {
		padding: 220px 0 80px;
	}
}
@media (min-width: 1200px) {
	.content.features {
		padding: 80px 0 60px;
	}
}
@media (min-width: 1680px) {
	.content.features {
		padding: 100px 0 80px;
	}
}
.content.features .card {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 15px;
	margin-bottom: 20px;
	border: 0;
	border-radius: 5px;
}
.content.features .card p {
	font-size: 16px;
}
.content.features .card p.title {
	margin: 10px 0 5px 10px;
	color: #202020;
	font-weight: 600;
	font-size: 20px;
}
@media (min-width: 1200px) {
	.content.features .card p.title {
		font-size: 22px;
		margin: 10px 0 25px 10px;
	}
}
.content.features .card p.title img {
	height: 45px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.content.features .card p.title img {
		height: auto;
		margin-right: 15px;
		display: inline;
	}
}
.content.features .card p.title:hover {
	cursor: pointer;
	color: #AF89FA;
}
.content.features .card p.title:hover img {
	opacity: 0.8;
}
.content.features .card .excerpt {
	cursor: pointer;
	padding: 0 15px;
}
.content.features .card .excerpt span {
	font-weight: 600;
	color: #333850;
}
.content.features .card .excerpt:hover span {
	text-decoration: underline;
	color: #AF89FA;
}
.content.features .card .collapse {
	padding: 0 15px;
	text-align: justify;
}
.content.faq .faq-inner {
	text-align: center;
}
.content.faq .faq-inner .card-body {
	text-align: left;
}
@media (min-width: 992px) {
	.content.faq .faq-inner {
		text-align: left;
	}
}
.content.faq .col-lg-3 {
	margin-top: 20px;
}
@media (min-width: 992px) {
	.content.faq .col-lg-3 {
		margin-top: 0;
	}
}
.content.faq .faq-list strong {
	color: #202020;
}
.content.faq .faq-list p {
	font-size: 16px;
	margin-bottom: 5px;
}
.content.faq-page{
	background-color: #F3F4F5;
}
@media (min-width: 1200px) {
	.content.faq-page {
		padding: 50px 0;
	}
}
.content.faq-page .tab-content{
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	-webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
.content.faq-page .tab-content .tab-pane {
	text-align: left;
	padding: 25px;
}
@media (min-width: 768px) {
	.content.faq-page .tab-content .tab-pane {
		padding: 25px;
	}
}
.content.faq-page .tab-content .tab-pane h4 {
	color: #202020;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.content.faq-page .tab-content .tab-pane h4 {
		display: none;
	}
}
.content.faq-page .tab-content .tab-pane p {
	font-size: 16px;
}
.content.faq-page .tab-content .tab-pane p.question {
	font-size: 18px;
	font-weight: 600;
	color: #202020;
	margin-bottom: 5px;
}
.content.faq-page .tab-content .tab-pane ul, .content.faq-page .tab-content .tab-pane ol {
	font-size: 16px;
}
.content.faq-page .nav{
	position: relative;
	z-index: 1;
}
.content.faq-page .nav .nav-link {
	padding: 15px;
	background: #f3f3f3;
	position: relative;
	top: 20px;
	z-index: 998;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	margin-right: 25px;
	color: #767676;
	font-weight: 600;
	opacity: 0.8;
}
.content.faq-page .nav .nav-link:last-child {
	margin-right: 0;
}
.content.faq-page .nav .nav-link.active {
	opacity: 1;
	background: #fff;
	position: relative;
	top: 0px;
	color: #202020;
}
.content.faq-page .nav .nav-link.active img {
	filter: none;
}
.content.faq-page .nav .nav-link:hover {
	color: #202020;
}
.content.faq-page .nav .nav-link:hover img {
	filter: none;
}
.content.faq-page .nav .nav-link img {
	display: block;
	margin: 0 auto 10px;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	height: 60px;
}
@media screen and (max-width: 767px) {
	.content.faq-page .tab-content > .tab-pane {
		display: block !important;
		opacity: 1 !important;
	}
}
.content.pricing {
	background: #F8F9F9;
}
.content.pricing p.text-small {
	margin-top: 10px;
	font-size: 12px;
}
.content.pricing .pricing-box {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
	border-radius: 5px;
}
@media (min-width: 1200px) {
	.content.pricing .pricing-box {
		min-height: 680px;
	}
}
.content.pricing .pricing-box .header {
	background: #4C516D;
	color: #FFF;
	padding: 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media (min-width: 1200px) {
	.content.pricing .pricing-box .header {
		padding: 20px 15px;
	}
}
.content.pricing .pricing-box .header p {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}
.content.pricing .pricing-box .inside {
	font-size: 16px;
	padding: 25px;
}
@media (min-width: 1200px) {
	.content.pricing .pricing-box .inside .copy {
		min-height: 480px;
	}
}
.content.pricing .pricing-box .inside p {
	margin-bottom: 0;
}
.content.pricing .pricing-box .inside p:first-child {
	font-size: 18px;
}
.content.pricing .pricing-box .inside p.price {
	font-size: 22px;
	font-weight: 600;
	color: #333850;
	margin: 20px 0 30px;
}
.content.pricing .pricing-box .inside p.desc {
	font-size: 15px;
}
.content.pricing .pricing-box .inside ul.left {
	text-align: left;
	margin-top: 20px;
	font-size: 15px;
	padding-left: 15px;
}
.content.pricing .pricing-box .inside .btn {
	width: 100%;
}
.content.pricing .pricing-box.beta .header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
.content.pricing .pricing-box.business .header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cd7ff+10,af89fa+85 */
	background: #3cd7ff;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #3cd7ff 10%, #af89fa 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd7ff', endColorstr='#af89fa',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
.content.pricing .pricing-box.business .inside p:first-child {
	width: 80%;
	margin: 0 auto;
}
.content.contact {
	text-align: left;
}
.content.contact h3 {
	text-align: center;
}
@media (min-width: 576px) {
	.content.contact h3 {
		text-align: left;
	}
}
.contact-2 .media {
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.contact-2 .media-body {
	display: inline-block;
	flex: none;
	margin-left: 15px;
	font-size: 14px;
}
.content.contact p.sub-text {
	width: 100%;
	margin: 0 0 25px;
	text-align: center;
}
@media (min-width: 576px) {
	.content.contact p.sub-text {
		text-align: left;
	}
}
.content.contact .media {
	margin-bottom: 15px;
}
.content.contact .media .media-body {
	font-size: 14px;
	margin-left: 15px;
}
.content.contact .media.one-line .media-body {
	padding-top: 5px;
}
.content.contact form {
	margin-top: 30px;
}
@media (min-width: 992px) {
	.content.contact form {
		margin-top: 0;
	}
}
.content.contact .text-small {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}
.content.contact .text-small a {
	text-decoration: underline;
	font-weight: 500;
}
.content.full-text {
	text-align: left;
	font-size: 14px;
}
.content.full-text ol {
	padding-left: 15px;
}
.content.full-text .sub-section {
	margin: 25px 0;
	color: #202020;
	text-align: center;
	font-weight: 600;
}
.content.full-text .sub-section p {
	margin-bottom: 0;
}
.content.full-text .sub-section.left {
	margin: 25px 0 5px;
	text-align: left;
}
.more-questions {
	background: #4C516D;
	padding: 30px 0;
	color: #FFF;
	text-align: center;
}
@media (min-width: 992px) {
	.more-questions {
		padding: 50px 0;
	}
}
.more-questions h3 {
	font-weight: 600;
}
.more-questions p {
	font-size: 16px;
}
.more-questions .box-small {
	border-radius: 5px;
	background: #FFF;
	color: #767676;
	padding: 25px 15px;
	margin: 10px 0;
}
.more-questions .box-small p {
	margin: 0;
	font-size: 14px;
}
.more-questions .box-small p.bigger {
	font-size: 24px;
	font-weight: 600;
	color: #202020;
}
@media (min-width: 768px) {
	.more-questions .box-small {
		margin-right: 15px;
		width: 350px;
		display: inline-block;
	}
}
.infobox-bottom .box {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 25px 15px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 992px) {
	.infobox-bottom .box {
		margin-bottom: -90px;
		padding: 35px 45px;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.infobox-bottom .box p.title {
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #202020;
	margin: 8px 0 0 0;
}
@media (min-width: 1200px) {
	.infobox-bottom .box p.title {
		font-size: 28px;
		width: 85%;
		margin: 8px 0 0 0;
	}
}
.infobox-bottom .box p.title span {
	color: #3BD7FF;
}
.infobox-bottom .box .btn {
	width: 100%;
	margin: 10px 0;
}
.bs-tooltip-right {
	margin-left: 5px;
}
.pricing-desktop {
	padding-left: 65px;
}
@media (max-width: 1023px) {
	.pricing-desktop {
		display: none;
	}
}
.pricing-desktop .checkout.desktop input {
	font-size: 14px;
}
@media (max-width: 1450px) {
	.pricing-desktop .checkout.desktop input {
		width: 130px;
		font-size: 14px;
		font-weight: 400;
	}
}
@media (max-width: 1220px) {
	.pricing-desktop .checkout.desktop {
		font-size: 12px;
	}
	.pricing-desktop .checkout.desktop input {
		width: 105px;
		height: 26px;
		font-weight: 400;
		font-size: 12px;
	}
}
.pricing-desktop .top-with-image {
	padding: 50px 0 0 0;
	text-align: center;
}
@media (min-width: 768px) {
	.pricing-desktop .top-with-image {
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
}
.pricing-desktop .top-with-image img {
	margin: 0 auto;
	display: block;
}
.pricing-desktop .top-box {
	padding: 25px 15px 15px;
	border: 1px solid #E5E5E5;
	border-bottom: 0;
	min-height: 225px;
	background: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing-desktop .top-box.featured {
	border: 2px solid #D7C4FC;
	border-bottom: 0;
	background: #FFF;
	padding: 25px 15px 22px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.pricing-desktop .top-box.featured .space {
	font-size: 14px;
}
.pricing-desktop .top-box .btn {
	width: 100%;
}
.pricing-desktop .top-box p {
	margin: 0;
}
.pricing-desktop .top-box p.title {
	font-size: 28px;
	font-weight: 700;
	color: #202020;
}
.pricing-desktop .top-box p.price {
	font-size: 18px;
	margin: 15px 0 30px;
	color: #202020;
	font-weight: 600;
}
.pricing-desktop .top-box p.price span.old-price {
	text-decoration: line-through;
}
.pricing-desktop .top-box p.price span.new-price {
	color: #70D499;
	font-weight: 900;
	font-size: 20px;
}
.pricing-desktop .top-box p.price span.sub-text {
	font-size: 14px;
}
@media (min-width: 768px) {
	.pricing-desktop .col-md-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.pricing-desktop .col-md-3.first-column {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.pricing-desktop .col-md-3 {
	padding: 0 0;
}
.pricing-desktop .col-md-3.first-column {
	padding-right: 0;
}
.pricing-desktop .col-md-3.first-column .box {
	margin-right: -15px;
	border-right: 0;
	background: #F8F9F9;
}
.pricing-desktop .col-md-3.col-featured {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}
.pricing-desktop .col-md-3.col-special {
	z-index: 100;
}
.pricing-desktop .box {
	background: #FFF;
	padding: 15px 15px;
	border: 1px solid #E5E5E5;
	border-bottom: 0;
}
.pricing-desktop .box.featured {
	border: 2px solid #D7C4FC;
	border-top: 1px solid #E5E5E5;
	border-bottom: 0;
}
.pricing-desktop .box.featured.bottom {
	padding-bottom: 15px;
	border: 2px solid #D7C4FC;
	border-top: 1px solid #E5E5E5;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 35px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.pricing-desktop .box.bottom {
	border: 1px solid #E5E5E5;
	padding-bottom: 15px;
}
.pricing-desktop .box.bottom.with-headers {
	border-bottom: 0;
}
.pricing-desktop .box.bottom .btn {
	margin-top: 25px;
	width: 100%;
	border: 0;
}
.pricing-desktop .box.with-headers {
	border-left: 0;
	text-align: left;
}
.pricing-desktop .box.with-headers span.with-tooltip {
	border-bottom: 1px dashed #767676;
	cursor: pointer;
}
.pricing-desktop .box.with-headers span.with-tooltip:hover {
	color: #AF89FA;
	border-color: #AF89FA;
}
.pricing-desktop .box.with-headers .title {
	position: absolute;
	top: -17px;
	left: 5px;
	background: #F8F9F9;
	color: #767676;
	padding-right: 15px;
	padding-left: 10px;
}
.pricing-desktop .box.with-headers .title span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.pricing-desktop .box ul.features-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	color: #202020;
}
.pricing-desktop .box ul.features-list.row-name {
	font-weight: 600;
}
.pricing-desktop .box ul.features-list li {
	font-size: 16px;
	padding: 10px 0;
}
.pricing-desktop .box ul.features-list li.color-green {
	color: #70D499;
}
.pricing-desktop .box ul.features-list li .fa-check {
	font-size: 26px;
	color: #70D499;
}
.pricing-desktop .box ul.features-list li .fa-minus {
	font-size: 26px;
	color: #767676;
}
.pricing-desktop.with-lines .box {
	padding-top: 5px;
}
.pricing-desktop.with-lines ul.features-list li {
	min-height: 53px;
	border-bottom: 1px solid #E5E5E5;
}
.pricing-desktop.with-lines ul.features-list li:last-child {
	border: 0;
}
@media (min-width: 1024px) {
	.pricing-mobile {
		display: none;
	}
}
.pricing-mobile .single-card {
	background: #FFF;
	padding: 15px 0 0;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.pricing-mobile .single-card.featured {
	border: 2px solid #D7C4FC;
}
.pricing-mobile .single-card .top-section {
	padding: 15px 15px 10px 15px;
}
.pricing-mobile .single-card .top-section .btn {
	width: 100%;
}
@media (min-width: 700px) {
	.pricing-mobile .single-card .top-section .btn {
		width: 50%;
	}
}
.pricing-mobile .single-card .top-section .btn.btn-show-more {
	margin-top: 10px;
}
.pricing-mobile .single-card .top-section p {
	margin: 0;
}
.pricing-mobile .single-card .top-section p.title {
	font-size: 24px;
	font-weight: 700;
	color: #202020;
}
.pricing-mobile .single-card .top-section p.price {
	font-size: 16px;
	margin: 10px 0 20px;
	color: #202020;
	font-weight: 600;
}
.pricing-mobile .single-card .top-section p.price span.old-price {
	text-decoration: line-through;
}
.pricing-mobile .single-card .top-section p.price span.new-price {
	color: #70D499;
	font-weight: 900;
	font-size: 20px;
}
.pricing-mobile .single-card .top-section p.price span.sub-text {
	font-size: 14px;
}
.pricing-mobile .single-card .section-name {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.pricing-mobile .single-card .section-name .col-12 {
	background: #F3F4F5;
	padding: 10px 15px;
}
.pricing-mobile .single-card .section-name p {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.pricing-mobile .single-card .section-content.last .left, .pricing-mobile .single-card .section-content.last .right {
	border-bottom: 0;
}
.pricing-mobile .single-card .section-content p {
	color: #202020;
	font-weight: 600;
	margin: 0;
	font-size: 15px;
}
@media (max-width: 400px) {
	.pricing-mobile .single-card .section-content p {
		font-size: 13px;
		line-height: 18px;
	}
}
.pricing-mobile .single-card .section-content .left, .pricing-mobile .single-card .section-content .right {
	padding: 10px 15px;
	border-bottom: 1px solid #E5E5E5;
}
.pricing-mobile .single-card .section-content .left {
	border-right: 1px solid #E5E5E5;
	padding: 10px 15px 10px 18px;
}
.pricing-mobile .single-card .section-content .left .with-tooltip {
	border-bottom: 1px dashed #767676;
	cursor: pointer;
}
.pricing-mobile .single-card .section-content .left .with-tooltip:hover {
	color: #AF89FA;
	border-color: #AF89FA;
}
.pricing-mobile .single-card .section-content .right .fa-check {
	font-size: 20px;
	color: #70D499;
}
.pricing-mobile .single-card .section-content .right .fa-minus {
	font-size: 20px;
	color: #767676;
}
.pricing-mobile .single-card .bottom {
	padding: 15px 15px;
}
.pricing-mobile .single-card .bottom .btn {
	width: 100%;
}
@media (min-width: 700px) {
	.pricing-mobile .single-card .bottom .btn {
		width: 50%;
	}
}
footer {
	background: #333850;
	padding: 30px 0 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
@media (min-width: 992px) {
	footer {
		padding: 40px 0 10px;
		text-align: left;
	}
	footer.with-banner {
		padding: 150px 0 10px;
	}
}
footer img {
	margin-bottom: 15px;
}
footer .bottom-row {
	margin-top: 15px;
}
footer .bottom-row .col-sm-9 {
	margin-top: 15px;
}
@media (min-width: 576px) {
	footer .bottom-row .col-sm-9 {
		text-align: right;
		margin-top: 0;
	}
}
footer p {
	margin-bottom: 5px;
}
footer p.title {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 14px;
}
footer .fas, footer .fab {
	margin-right: 5px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	text-decoration: underline;
}
#cookiesNotification {
	display: none;
}
.cookies-box {
	z-index: 1000;
	position: fixed;
	padding: 15px;
	background: #FFF;
	width: 98%;
	bottom: 5px;
	right: 5px;
	text-align: left;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.cookies-box {
		padding: 5px 8px;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.cookies-box {
		width: 550px;
		bottom: 15px;
		right: 15px;
		padding: 15px;
	}
}
.cookies-box p {
	font-size: 12px;
}
@media (max-width: 768px) {
	.cookies-box p {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.cookies-box p {
		font-size: 14px;
	}
}
.cookies-box p.title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #202020;
}
@media (max-width: 768px) {
	.cookies-box p.title {
		display: none;
	}
}
.cookies-box p a {
	color: #333850;
	font-weight: 700;
	text-decoration: underline;
}
.cookies-box p a:hover {
	color: #AF89FA;
}
.cookies-box .btn {
	cursor: pointer;
}
@media (max-width: 768px) {
	.cookies-box .btn {
		background: none;
		padding: 0;
		border: 0;
		color: #4C516D;
		font-size: 12px;
	}
	.cookies-box .btn:hover {
		background: none !important;
	}
}

.infobox-bottom {
	background: #F3F4F5;
}

.infobox-bottom-pricing {
	background: #F8F9F9;
}

.infobox-bottom-contact {
	background: #FFFFFF;
}

.infobox-bottom.on-premise {
	background: #FFFFFF;
}

.newsletter {
	background: #F3F4F5;
	padding: 60px 0;
}

@media (max-width: 1199px) {
	.newsletter {
		padding: 30px 0;
	}
}

.newsletter .btn {
	margin-top: 15px;
}

.collapse-inside {
	text-align: justify;
}

.content.features .collapse {
	padding: 0 0!important;
}

.content.features .card {
	padding: 15px 25px!important;
}

.hero-on-premise {
	padding: 45px 0px 75px;
	background: #4C516D;
	background-image: url("../img/hero_on_premise_bg.jpg");
	background-size: cover;
	color: #FFF;
	text-align: center;
}

@media (max-width: 1199px) {
	.hero-on-premise {
		padding: 15px 0 25px;
	}
}

.hero-on-premise h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 10px 0 10px;
}
@media (min-width: 1200px) {
	.hero-on-premise h1 {
		font-size: 25px;
		line-height: 1.8;
		margin: 20px 0 10px;
	}
}
@media (min-width: 1680px) {
	.hero-on-premise h1 {
		font-size: 32px;
	}
}

.promo-section {
	background: #7260C0;
	color: #FFF;
	padding: 30px 0;
}

.promo-section img {
	float: left;
	margin: 0 25px 0 0;
}

.promo-section h4 {
	font-weight: 600;
	line-height: 1.6em;
}

.promo-section p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.promo-section {
		text-align: center;
	}

	.promo-section p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.promo-section h4 {
		font-size: 22px;
	}

	.promo-section img {
		float: none;
		margin: 0 0 15px 0;
	}
}

/*# sourceMappingURL=zillin.css.map */

