/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent 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: .67em 0;
}

/**
 * Address 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: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

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.
 */

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.
 */

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.
 */

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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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: .35em .625em .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.
 */

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;
}

.slick-dots,
.tab-carousel-section .tabset,
.features-list,
.tab-table-section .tabset,
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header .container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #2c262d;
	background: #fff;
	font: 16px/1.88 "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 500;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
	line-height: 1.25;
}

h2,
.h2 {
	font-size: 22px;
	line-height: 1.27;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #7f217a;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #585459;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #585459;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #585459;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #585459;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #585459;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #585459;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 19, 2020 */

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../fonts/AvenirNext-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?55wlya") format("truetype"), url("../fonts/icomoon/icomoon.woff?55wlya") format("woff"), url("../fonts/icomoon/icomoon.svg?55wlya#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-partner:before {
	content: "\e905";
}

.icon-controls:before {
	content: "\e900";
}

.icon-ui:before {
	content: "\e901";
}

.icon-team:before {
	content: "\e902";
}

.icon-investigate:before {
	content: "\e903";
}

.icon-setting:before {
	content: "\e904";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .13);
	border-radius: 6px;
	background: #fff;
	border: 0;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.slick-arrow:focus {
	outline: none;
}

.slick-arrow:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.slick-dots {
	text-align: center;
	line-height: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
}

.slick-dots li.slick-active button {
	background: #95258a;
}

.slick-dots button {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	padding: 0;
	border: 1px solid #95258a;
	text-indent: -9999px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.slick-dots button:hover {
	background: #95258a;
}

.slick-dots button:focus {
	outline: none;
}

/* / custom scrollbars styles / */

.jcf-scrollable-wrapper {
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: rgba(151, 151, 151, .14);
	width: 2px;
	bottom: 0;
	right: -10px;
	top: 0;
	z-index: 2;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #813c98;
	height: 1px;
	width: 3px;
	right: 0;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* / common custom form elements styles / */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.header {
	padding: 16px 0 14px;
	position: relative;
}

.header .btn {
	float: right;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.logo {
	float: left;
	width: 80px;
	margin: 12px 0 0 48px;
}

.burger-menu {
	width: 35px;
	height: 24px;
	position: absolute;
	top: 25px;
	left: 22px;
}

.burger-menu:after,
.burger-menu:before,
.burger-menu span {
	background: #000;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.burger-menu span {
	top: 10px;
}

.burger-menu:after {
	top: 20px;
}

.burger-menu:before,
.burger-menu:after {
	content: "";
}

.burger-menu:hover {
	opacity: .7;
}

body {
	font-weight: 400;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	text-decoration: none;
	background: -webkit-linear-gradient(left, #662e88 0%, #831f79 100%);
	background: linear-gradient(to right, #662e88 0%, #831f79 100%);
	color: #fff;
	padding: 13px 12px 12px;
	-webkit-transition: none;
	transition: none;
}

.btn:hover {
	background: -webkit-linear-gradient(left, #831f79 0%, #662e88 100%);
	background: linear-gradient(to right, #831f79 0%, #662e88 100%);
}

.btn.btn-white {
	color: #7c237d;
	background: #fff;
}

.btn.btn-white:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, #831f79 0%, #662e88 100%);
	background: linear-gradient(to right, #831f79 0%, #662e88 100%);
}

.heading {
	text-align: center;
	line-height: 1.63;
	max-width: 782px;
	margin: 0 auto 33px;
}

.heading h2 {
	margin-bottom: 21px;
	text-transform: uppercase;
}

.banner {
	overflow: hidden;
}

.banner .text-block {
	position: relative;
	z-index: 1;
	color: #fff;
	min-height: 419px;
	text-align: center;
	font-size: 16px;
	line-height: 1.63;
	margin-bottom: -185px;
}

.banner .text-block .mobile-bg {
	position: absolute;
	top: -4px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
}

.banner .text-block .text-wrap {
	max-width: 280px;
	padding: 63px 0;
	margin: 0 auto;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

.banner h1 {
	text-transform: uppercase;
	margin-bottom: 14px;
}

.banner h1 br {
	display: none;
}

.banner .left-bg {
	display: none;
}

.banner .left-bg .bg {
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background-size: cover;
	background-position: 50% 50%;
}

.banner .container {
	position: relative;
}

.banner .mid-img {
	background-size: 171px 171px;
	width: 171px;
	height: 171px;
	background-position: 50% 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 56px;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	z-index: 2;
}

.banner .mid-img img {
	margin-top: 7px;
	-webkit-transform: scale(.69);
	-ms-transform: scale(.69);
	transform: scale(.69);
}

.banner .mid-img.anim-item {
	opacity: 1;
	visibility: visible;
	-webkit-transition: width .5s ease-in-out, height .5s ease-in-out, background-size .5s ease-in-out;
	transition: width .5s ease-in-out, height .5s ease-in-out, background-size .5s ease-in-out;
	width: 0;
	height: 0;
	background-size: 0 0;
}

.banner .mid-img.anim-item.animated {
	width: 171px;
	height: 171px;
	background-size: 171px 171px;
}

.banner .right-bg {
	position: relative;
	padding-top: 84%;
	z-index: 1;
}

.banner .right-bg .bg {
	position: absolute;
	top: -3px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background-size: cover;
	background-position: 50% 50%;
}

.banner .right-bg .bg.desktop-bg {
	display: none;
}

.tab-carousel-section {
	background: #e7e6e6;
	padding: 44px 0 53px;
}

.tab-carousel-section .tabset {
	display: none;
}

.tab-carousel-section .tabset li {
	width: 16.666%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-carousel-section .tabset li + li {
	border-left: 1px solid #e7e6e6;
}

.tab-carousel-section .tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #4c474d;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	position: relative;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 6px;
}

.tab-carousel-section .tabset a:hover,
.tab-carousel-section .tabset a.active {
	color: #fff;
	background: -webkit-linear-gradient(left, #662d86 0%, #82217a 100%);
	background: linear-gradient(to right, #662d86 0%, #82217a 100%);
}

.tab-carousel-section .tabset a .ico-wrap {
	width: 100%;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 14px;
}

.tab-carousel-section .accordion .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-carousel-section .accordion .wrap.active .accordion-opener {
	color: #fff;
	background: -webkit-linear-gradient(left, #662d86 0%, #82217a 100%);
	background: linear-gradient(to right, #662d86 0%, #82217a 100%);
}

.tab-carousel-section .accordion .wrap.active .accordion-opener:after {
	border-color: #fff;
	-webkit-transform: rotate(135deg) translateY(-50%);
	-ms-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	margin: -5px 7px 0 0;
}

.tab-carousel-section .accordion .accordion-opener {
	display: block;
	text-decoration: none;
	box-shadow: 0 4px 13px rgba(0, 0, 0, .01);
	border: 1px solid rgba(211, 211, 211, .52);
	background: #fff;
	color: #160000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	min-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 54px 10px 74px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	-webkit-transition: none;
	transition: none;
}

.tab-carousel-section .accordion .accordion-opener:after {
	content: "";
	border-color: #5e5a5f;
	border-style: solid;
	border-width: 0 0 1px 1px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	right: 28px;
	margin-top: -3px;
	-webkit-transition: border .3s ease-in-out, margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: border .3s ease-in-out, margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: border .3s ease-in-out, transform .3s ease-in-out, margin .3s ease-in-out;
	transition: border .3s ease-in-out, transform .3s ease-in-out, margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.tab-carousel-section .accordion .accordion-opener:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, #662d86 0%, #82217a 100%);
	background: linear-gradient(to right, #662d86 0%, #82217a 100%);
}

.tab-carousel-section .accordion .accordion-opener:hover:after {
	border-color: #fff;
}

.tab-carousel-section .accordion .accordion-opener .ico-wrap {
	font-size: 33px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 27px;
}

.tab-carousel-section .accordion .accordion-slide {
	margin-bottom: 90px;
	width: 100%;
}

.tab-carousel-section .tab-content {
	position: relative;
}

.tab-carousel-section .tab-block {
	position: relative;
	background: #fff;
	padding: 10px;
}

.tab-carousel-section .in-carousel {
	margin: 0 -10px;
}

.tab-carousel-section .in-carousel .slide {
	padding: 0 10px;
}

.tab-carousel-section .in-carousel .jcf-scrollable-wrapper {
	width: 100% !important;
}

.tab-carousel-section .in-carousel .jcf-scrollable-wrapper.overlay-hidden:after {
	opacity: 0;
	visibility: hidden;
}

.tab-carousel-section .in-carousel .jcf-scrollable-wrapper:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 158px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	opacity: 1;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.tab-carousel-section .in-carousel .jcf-scrollable {
	width: 100% !important;
	height: 500px;
}

.tab-carousel-section .in-carousel .img-hold {
	margin-bottom: 31px;
}

.tab-carousel-section .in-carousel .img-hold img {
	width: 100%;
}

.tab-carousel-section .in-carousel .img-hold img.desktop-img {
	display: none;
}

.tab-carousel-section .in-carousel .img-hold a:hover {
	opacity: .8;
}

.tab-carousel-section .in-carousel .text-hold {
	padding: 0 13px;
}

.tab-carousel-section .in-carousel .text-hold .title {
	display: block;
	color: #7f217a;
	font-size: 18px;
	line-height: 1.22;
	margin-bottom: 11px;
}

.tab-carousel-section .in-carousel .text-hold p a {
	word-break: break-all;
}

.tab-carousel-section .in-carousel .text-hold p a:hover {
	opacity: .7;
}

.tab-carousel-section .in-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.tab-carousel-section .in-carousel .slick-arrow.slick-prev {
	left: -20px;
}

.tab-carousel-section .in-carousel .slick-arrow.slick-next {
	right: -20px;
}

.tab-carousel-section .in-carousel .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -42px;
}

.features-section {
	padding: 37px 0 38px;
	text-align: center;
}

.features-section .heading {
	margin-bottom: 49px;
}

.features-section .text-block {
	font-size: 14px;
	line-height: 1.86;
}

.features-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px;
}

.features-list li {
	width: 100%;
	width: 154px;
	color: #2c262d;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: .6px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px 31px;
}

.features-list .ico-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 125px;
	height: 125px;
	margin: 0 auto 14px;
	border-radius: 6px;
	background: -webkit-linear-gradient(right, #812a84 0%, #672e87 100%);
	background: linear-gradient(270deg, #812a84 0%, #672e87 100%);
}

.features-list br.desk {
	display: none;
}

.tab-table-section {
	background: #16091e;
	color: #fff;
	padding: 48px 0 50px;
}

.tab-table-section .heading {
	max-width: 984px;
	margin-bottom: 32px;
}

.tab-table-section .heading h2 {
	margin-bottom: 50px;
}

.tab-table-section .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px 30px;
}

.tab-table-section .tabset li {
	width: 50%;
	padding: 0 6px;
}

.tab-table-section .tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(211, 211, 211, .52);
	background: #662e88;
	color: #fff;
	opacity: .5;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	height: 100%;
	text-transform: uppercase;
	padding: 17px 17px 21px;
}

.tab-table-section .tabset a:after {
	content: "";
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #cda4e2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.tab-table-section .tabset a.active,
.tab-table-section .tabset a:hover {
	background: -webkit-linear-gradient(left, #662e88 0%, #83217a 100%);
	background: linear-gradient(to right, #662e88 0%, #83217a 100%);
	opacity: 1;
}

.tab-table-section .tabset a.active:after {
	opacity: 1;
	visibility: visible;
}

.tab-table-section .tab-content {
	text-align: center;
}

.tab-table-section .tab-content .title {
	display: block;
	text-align: center;
	margin-bottom: 68px;
}

.tab-table-section .tab-content .table-wrap {
	position: relative;
	margin-bottom: 31px;
}

.tab-table-section .tab-content .table-wrap .indicator {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	width: 10px;
	border: 1px solid #474349;
	background: #323232;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab-table-section .tab-content .table-hold {
	margin-right: -10px;
}

.tab-table-section .tab-content table {
	table-layout: fixed;
	min-width: 700px;
	width: 100%;
	font-size: 12px;
	line-height: 1.28;
}

.tab-table-section .tab-content table tr {
	border-bottom: 1px solid #454545;
}

.tab-table-section .tab-content table th {
	text-transform: uppercase;
	font-weight: 400;
	padding: 7px 4px 17px;
}

.tab-table-section .tab-content table th:first-child {
	width: 142px;
}

.tab-table-section .tab-content table th:last-child {
	width: 58px;
	text-transform: capitalize;
}

.tab-table-section .tab-content table th span {
	display: block;
}

.tab-table-section .tab-content table th .title-name {
	text-align: center;
	margin-bottom: 8px;
}

.tab-table-section .tab-content table th a {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
}

.tab-table-section .tab-content table th a:hover {
	opacity: .7;
}

.tab-table-section .tab-content table th:first-child,
.tab-table-section .tab-content table td:first-child {
	border-right: 1px solid #454545;
}

.tab-table-section .tab-content table .img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	margin: 0 auto 12px;
}

.tab-table-section .tab-content table .img-wrap a:hover {
	opacity: .7;
}

.tab-table-section .tab-content table .img-wrap img {
	width: 100%;
}

.tab-table-section .tab-content table tbody tr:nth-child(2n) {
	background: #3e1b52;
}

.tab-table-section .tab-content table tbody td {
	padding: 6px;
	height: 60px;
}

.tab-table-section .tab-content table tbody td:first-child {
	padding-left: 10px;
}

.tab-table-section .tab-content table .title-name {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}

.tab-table-section .tab-content .btn {
	min-width: 275px;
}

.tab-table-section .js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.management-section {
	padding: 48px 0 20px;
}

.management-section .col {
	margin-bottom: 30px;
}

.management-section .col.full-width {
	width: 100%;
}

.management-section .box {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
}

.management-section .head-area {
	background: -webkit-linear-gradient(right, #83207a 0%, #662e88 100%);
	background: linear-gradient(270deg, #83207a 0%, #662e88 100%);
	color: #fff;
	text-align: center;
	padding: 29px 12px 30px;
}

.management-section .head-area a {
	color: #fff;
}

.management-section .head-area .ico-holder {
	width: 80px;
	height: 80px;
	border-radius: 6px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 11px;
}

.management-section .head-area .text-holder {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57;
}

.management-section .head-area .text-holder span {
	display: block;
	opacity: .76;
}

.management-section .head-area .text-holder span.title {
	font-size: 18px;
	line-height: 1.25;
	opacity: 1;
}

.management-section .head-area .text-holder span + span {
	padding-top: 14px;
}

.management-section .body-area {
	background: #fff;
	color: #585459;
	font-size: 14px;
	line-height: 2;
	padding: 19px 27px 9px;
}

.management-section .body-area p {
	margin-bottom: 17px;
}

.management-section .body-area .list {
	color: #2c262d;
}

.contact-section {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 49px 0 60px;
}

.contact-section a {
	color: #fff;
}

.contact-section .bg {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.contact-section .bg.bg-desktop {
	display: none;
}

.contact-section .bg.bg-mobile {
	display: block;
}

.contact-section .container {
	max-width: 1052px;
}

.contact-section .head-block {
	margin-bottom: 36px;
}

.contact-section h2 {
	font-size: 28px;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0;
}

.contact-section .text-block {
	font-size: 20px;
	line-height: 1.5;
}

.contact-section .text-block p {
	margin-bottom: 33px;
}

.contact-section .text-block .btn {
	width: 226px;
}

.list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 15px;
}

.list li:before,
.list li:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #922589;
	position: absolute;
	top: 10px;
	left: 4px;
}

.list li:after {
	width: 14px;
	height: 14px;
	border: 1px solid #922589;
	background: none;
	opacity: .33;
	left: 1px;
	top: 7px;
}

/* animations */

.anim-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.anim-item.animated {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.footer {
	text-align: center;
	padding: 23px 0;
}

.footer .slogan {
	display: block;
	color: #7f217a;
	font-size: 18px;
	line-height: 1.22;
	font-weight: 400;
	margin: 0 0 20px;
}

.footer .copyright {
	display: block;
	color: #a5a5a5;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
}

.footer-logo {
	width: 205px;
	margin: 0 auto 21px;
}

@media (min-width: 375px) {
	.header .btn {
		width: 149px;
	}

	.logo {
		margin-left: 57px;
		width: 108px;
	}
}

@media (min-width: 500px) {
	.banner .mid-img {
		bottom: 12%;
	}
}

@media (min-width: 600px) {
	.banner .mid-img {
		bottom: 9%;
	}
}

@media (min-width: 747px) {
	.tab-table-section .tab-content .table-wrap .indicator {
		display: none;
	}
}

@media (min-width: 760px) {
	.tab-table-section .tab-content .table-hold {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.jcf-scrollbar-vertical {
		width: 1px;
		right: -46px;
	}

	.jcf-scrollbar-vertical .jcf-scrollbar-handle {
		width: 2px;
	}

	.header {
		padding: 26px 0 24px;
	}

	.header .btn {
		width: 170px;
	}

	.logo {
		margin: 0;
		width: 172px;
	}

	.burger-menu {
		display: none;
	}

	.banner {
		position: relative;
	}

	.banner .text-block {
		text-align: left;
		margin: 0;
		min-height: 0;
	}

	.banner .text-block .mobile-bg {
		display: none;
	}

	.banner .text-block .text-wrap {
		padding: 106px 0 84px;
		margin: 0;
		max-width: 274px;
	}

	.banner h1 br {
		display: block;
	}

	.banner .left-bg {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 29%;
	}

	.banner .mid-img {
		width: 192px;
		height: 192px;
		background-size: 192px 192px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}

	.banner .mid-img.anim-item.animated {
		width: 192px;
		height: 192px;
		background-size: 192px 192px;
	}

	.banner .right-bg {
		position: absolute;
		top: 0;
		left: 36.5%;
		bottom: 0;
		right: 0;
		padding: 0;
	}

	.banner .right-bg .bg {
		background-position: 0 50%;
	}

	.banner .right-bg .bg.desktop-bg {
		display: block;
	}

	.banner .right-bg .bg.mobile-bg {
		display: none;
	}

	.tab-carousel-section {
		padding: 60px 0 100px;
	}

	.tab-carousel-section .tabset {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 13px;
		line-height: 1.23;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 21px;
		justify-content: center; /*To center align the tab buttons*/
	}

	.tab-carousel-section .accordion .accordion-opener {
		display: none;
	}

	.tab-carousel-section .accordion .accordion-slide {
		margin: 0;
	}

	.tab-carousel-section .tab-block {
		padding: 50px 0 26px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.tab-carousel-section .tab-block.js-tab-hidden {
		position: absolute;
		top: -99999px;
		left: 0;
		right: 0;
		width: 100%;
	}

	.tab-carousel-section .tab-block.active {
		opacity: 1;
		visibility: visible;
	}

	.tab-carousel-section .in-carousel {
		margin: 0;
	}

	.tab-carousel-section .in-carousel .slide {
		padding: 0 46px;
	}

	.tab-carousel-section .in-carousel .jcf-scrollable-wrapper:after {
		content: "";
	}

	.tab-carousel-section .in-carousel .jcf-scrollable {
		height: 316px;
	}

	.tab-carousel-section .in-carousel .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tab-carousel-section .in-carousel .img-hold {
		width: 340px;
		position: relative;
		z-index: 1;
		margin: 0;
	}

	.tab-carousel-section .in-carousel .img-hold img.desktop-img {
		display: block;
	}

	.tab-carousel-section .in-carousel .img-hold img.mobile-img {
		display: none;
	}

	.tab-carousel-section .in-carousel .img-hold + .text-hold {
		width: calc(100% - 340px);
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding: 0 20px 0 0;
	}

	.tab-carousel-section .in-carousel .text-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tab-carousel-section .in-carousel .slick-dots {
		bottom: -62px;
	}

	.features-section {
		padding: 60px 0;
	}

	.features-section .text-block {
		padding: 0 40px;
	}

	.features-list li {
		color: #813c98;
		width: 20%;
	}

	.features-list .ico-wrap {
		width: 90px;
		height: 90px;
	}

	.features-list .ico-wrap img {
		-webkit-transform: scale(.74);
		-ms-transform: scale(.74);
		transform: scale(.74);
	}

	.features-list br.desk {
		display: block;
	}

	.tab-table-section {
		padding: 60px 0 75px;
	}

	.tab-table-section .heading {
		margin-bottom: 49px;
	}

	.tab-table-section .heading h2 {
		margin-bottom: 15px;
	}

	.tab-table-section .tabset li {
		padding: 0;
	}

	.tab-table-section .tab-content .title {
		margin-bottom: 20px;
	}

	.tab-table-section .tab-content .table-wrap {
		max-width: 1031px;
		margin: 0 auto 50px;
	}

	.tab-table-section .tab-content table th:first-child,
	.tab-table-section .tab-content table td:first-child {
		border-right: none;
	}

	.tab-table-section .tab-content table thead tr {
		border-bottom: 1px solid #4d3b58;
	}

	.tab-table-section .tab-content table tbody tr:last-child {
		border-bottom: 1px solid #4d3b58;
	}

	.management-section {
		background: #eeeded;
	}

	.management-section .box {
		height: 100%;
	}

	.management-section .head-area {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 16px 30px 37px;
	}

	.management-section .head-area .ico-holder {
		margin: 0;
	}

	.management-section .head-area .ico-holder + .text-holder {
		width: calc(100% - 80px);
		padding: 0 0 0 20px;
	}

	.contact-section .bg.bg-desktop {
		display: block;
	}

	.contact-section .bg.bg-mobile {
		display: none;
	}
}

@media (min-width: 920px) {
	.banner .right-bg {
		left: 38%;
	}
}

@media (min-width: 1000px) {
	.banner .right-bg {
		left: 39%;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 32px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	.jcf-scrollbar-vertical {
		right: -60px;
	}

	body {
		font-size: 18px;
		line-height: 1.67;
	}

	.heading {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 50px;
	}

	.heading h2 {
		margin-bottom: 15px;
	}

	.banner .text-block {
		font-size: 24px;
		line-height: 1.67;
	}

	.banner .text-block .text-wrap {
		max-width: 340px;
	}

	.banner .left-bg {
		right: 20%;
	}

	.banner .mid-img {
		width: 258px;
		height: 258px;
		background-size: 258px 258px;
	}

	.banner .mid-img img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.banner .mid-img.anim-item.animated {
		width: 258px;
		height: 258px;
		background-size: 258px 258px;
	}

	.banner .right-bg {
		left: 38%;
	}

	.tab-carousel-section {
		padding: 100px 0 161px;
	}

	.tab-carousel-section .tabset a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 29px 4px;
	}

	.tab-carousel-section .in-carousel .slide {
		padding: 0 60px;
	}

	.tab-carousel-section .in-carousel .jcf-scrollable {
		height: 398px;
	}

	.tab-carousel-section .in-carousel .img-hold {
		width: 430px;
	}

	.tab-carousel-section .in-carousel .img-hold + .text-hold {
		width: calc(100% - 430px);
		padding: 0 44px 0 0;
	}

	.tab-carousel-section .in-carousel .text-hold .title {
		font-size: 28px;
		margin-bottom: 31px;
	}

	.tab-carousel-section .in-carousel .text-hold p {
		margin-bottom: 22px;
	}

	.tab-carousel-section .in-carousel .text-hold .list {
		padding-top: 10px;
	}

	.tab-carousel-section .in-carousel .slick-dots {
		bottom: -77px;
	}

	.features-section {
		padding: 100px 0 83px;
	}

	.features-section .text-block {
		font-size: 18px;
		line-height: 1.67;
		padding: 0 60px;
	}

	.features-list li {
		padding-bottom: 52px;
	}

	.features-list .ico-wrap {
		margin-bottom: 26px;
	}

	.tab-table-section {
		padding: 106px 0 143px;
	}

	.tab-table-section .tabset {
		margin: 0 0 49px;
	}

	.tab-table-section .tabset a {
		min-height: 96px;
	}

	.tab-table-section .tab-content .title {
		margin-bottom: 40px;
	}

	.tab-table-section .tab-content table {
		font-size: 14px;
	}

	.tab-table-section .tab-content table th:first-child {
		width: 208px;
	}

	.tab-table-section .tab-content table th:last-child {
		width: 64px;
	}

	.tab-table-section .tab-content table th .title-name {
		margin-bottom: 5px;
	}

	.tab-table-section .tab-content table .img-wrap {
		height: 82px;
		margin-bottom: 7px;
	}

	.tab-table-section .tab-content table tbody td:first-child {
		padding-left: 34px;
	}

	.tab-table-section .tab-content table .title-name {
		font-size: 16px;
	}

	.tab-table-section .tab-content .btn {
		min-width: 359px;
	}

	.management-section {
		padding: 102px 0 70px;
	}

	.management-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.management-section .col {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 39px;
	}

	.management-section .head-area .text-holder span + span {
		padding-top: 9px;
	}

	.management-section .body-area {
		padding: 18px 39px;
		font-size: 16px;
		line-height: 1.75;
	}

	.management-section .body-area {
		padding: 39px 28px 19px 38px;
	}

	.contact-section {
		text-align: left;
		padding: 99px 0;
	}

	.contact-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-section .head-block {
		margin: 0;
		width: 370px;
		padding-left: 21px;
	}

	.contact-section .head-block + .text-block {
		width: calc(100% - 370px);
		padding-left: 51px;
	}

	.contact-section .text-block p {
		margin-bottom: 43px;
	}

	.contact-section .text-block .btn {
		margin-left: -28px;
	}

	.footer {
		text-align: left;
		padding: 41px 0;
	}

	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .slogan {
		margin: -3px -57px 0 0;
		max-width: 40%;
		text-align: center;
	}

	.footer .copyright {
		text-align: right;
	}

	.footer-logo {
		width: 123px;
		margin: 0;
	}
}

@media (min-width: 1170px) {
	.banner .right-bg {
		left: 39%;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 48px;
	}

	.banner .text-block .text-wrap {
		max-width: 470px;
	}

	.banner h1 {
		margin-bottom: 26px;
	}

	.banner .mid-img {
		margin-top: 14px;
	}

	.banner .right-bg {
		left: 38%;
	}

	.tab-carousel-section .tabset a {
		text-align: left;
	}

	.tab-carousel-section .tabset a .ico-wrap {
		width: auto;
		margin: 0 6px 0 0;
	}

	.tab-carousel-section .in-carousel .img-hold + .text-hold {
		padding-right: 94px;
	}

	.features-list {
		padding: 0 40px;
	}

	.tab-table-section .tab-content table th:last-child {
		width: 86px;
	}
}

@media (min-width: 1400px) {
	.banner .left-bg {
		right: 36%;
	}

	.banner .right-bg {
		left: 40%;
	}

	.tab-carousel-section .in-carousel .slick-arrow.slick-prev {
		left: -109px;
	}

	.tab-carousel-section .in-carousel .slick-arrow.slick-next {
		right: -109px;
	}
}

@media (min-width: 1500px) {
	.banner .right-bg {
		left: 42.1%;
	}
}

@media (min-width: 1800px) {
	.banner .left-bg {
		right: 40%;
	}
}

@media (max-width: 1023px) {
	.tab-table-section .tab-content .title {
		font-size: 20px;
	}

	.management-section .head-area {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.tab-table-section .tab-content .table-hold {
		overflow-x: auto;
		overflow-y: hidden;
	}
}
/*Fancybox CSS*/

 .fancybox-active {
 	height: auto;
 }

 .fancybox-is-hidden {
 	left: -9999px;
 	margin: 0;
 	position: absolute !important;
 	top: -9999px;
 	visibility: hidden;
 }

 .fancybox-container {
 	-webkit-backface-visibility: hidden;
 	height: 100%;
 	left: 0;
 	outline: none;
 	position: fixed;
 	-webkit-tap-highlight-color: transparent;
 	top: 0;
 	-ms-touch-action: manipulation;
 	touch-action: manipulation;
 	transform: translateZ(0);
 	width: 100%;
 	z-index: 99992;
 }

 .fancybox-container * {
 	box-sizing: border-box;
 }

 .fancybox-outer,
 .fancybox-inner,
 .fancybox-bg,
 .fancybox-stage {
 	bottom: 0;
 	left: 0;
 	position: absolute;
 	right: 0;
 	top: 0;
 }

 .fancybox-outer {
 	-webkit-overflow-scrolling: touch;
 	overflow-y: auto;
 }

 .fancybox-bg {
 	background: rgb(30, 30, 30);
 	opacity: 0;
 	transition-duration: inherit;
 	transition-property: opacity;
 	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
 }

 .fancybox-is-open .fancybox-bg {
 	opacity: .9;
 	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
 }

 .fancybox-infobar,
 .fancybox-toolbar,
 .fancybox-caption,
 .fancybox-navigation .fancybox-button {
 	direction: ltr;
 	opacity: 0;
 	position: absolute;
 	transition: opacity .25s ease, visibility 0s ease .25s;
 	visibility: hidden;
 	z-index: 99997;
 }

 .fancybox-show-infobar .fancybox-infobar,
 .fancybox-show-toolbar .fancybox-toolbar,
 .fancybox-show-caption .fancybox-caption,
 .fancybox-show-nav .fancybox-navigation .fancybox-button {
 	opacity: 1;
 	transition: opacity .25s ease 0s, visibility 0s ease 0s;
 	visibility: visible;
 }

 .fancybox-infobar {
 	color: #ccc;
 	font-size: 13px;
 	-webkit-font-smoothing: subpixel-antialiased;
 	height: 44px;
 	left: 0;
 	line-height: 44px;
 	min-width: 44px;
 	mix-blend-mode: difference;
 	padding: 0 10px;
 	pointer-events: none;
 	top: 0;
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }

 .fancybox-toolbar {
 	right: 0;
 	top: 0;
 }

 .fancybox-stage {
 	direction: ltr;
 	overflow: visible;
 	transform: translateZ(0);
 	z-index: 99994;
 }

 .fancybox-is-open .fancybox-stage {
 	overflow: hidden;
 }

 .fancybox-slide {
 	-webkit-backface-visibility: hidden;
 	/* Using without prefix would break IE11 */
 	display: none;
 	height: 100%;
 	left: 0;
 	outline: none;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
 	padding: 44px;
 	position: absolute;
 	text-align: center;
 	top: 0;
 	transition-property: transform, opacity;
 	white-space: normal;
 	width: 100%;
 	z-index: 99994;
 }

 .fancybox-slide::before {
 	content: '';
 	display: inline-block;
 	font-size: 0;
 	height: 100%;
 	vertical-align: middle;
 	width: 0;
 }

 .fancybox-is-sliding .fancybox-slide,
 .fancybox-slide--previous,
 .fancybox-slide--current,
 .fancybox-slide--next {
 	display: block;
 }

 .fancybox-slide--image {
 	overflow: hidden;
 	padding: 44px 0;
 }

 .fancybox-slide--image::before {
 	display: none;
 }

 .fancybox-slide--html {
 	padding: 6px;
 }

 .fancybox-content {
 	background: #fff;
 	display: inline-block;
 	margin: 0;
 	max-width: 100%;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
 	padding: 44px;
 	position: relative;
 	text-align: left;
 	vertical-align: middle;
 }

 .fancybox-slide--image .fancybox-content {
 	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
 	-webkit-backface-visibility: hidden;
 	background: transparent;
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 	left: 0;
 	max-width: none;
 	overflow: visible;
 	padding: 0;
 	position: absolute;
 	top: 0;
 	-ms-transform-origin: top left;
 	transform-origin: top left;
 	transition-property: transform, opacity;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	z-index: 99995;
 }

 .fancybox-can-zoomOut .fancybox-content {
 	cursor: zoom-out;
 }

 .fancybox-can-zoomIn .fancybox-content {
 	cursor: zoom-in;
 }

 .fancybox-can-swipe .fancybox-content,
 .fancybox-can-pan .fancybox-content {
 	cursor: -webkit-grab;
 	cursor: grab;
 }

 .fancybox-is-grabbing .fancybox-content {
 	cursor: -webkit-grabbing;
 	cursor: grabbing;
 }

 .fancybox-container [data-selectable='true'] {
 	cursor: text;
 }

 .fancybox-image,
 .fancybox-spaceball {
 	background: transparent;
 	border: 0;
 	height: 100%;
 	left: 0;
 	margin: 0;
 	max-height: none;
 	max-width: none;
 	padding: 0;
 	position: absolute;
 	top: 0;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	width: 100%;
 }

 .fancybox-spaceball {
 	z-index: 1;
 }

 .fancybox-slide--video .fancybox-content,
 .fancybox-slide--map .fancybox-content,
 .fancybox-slide--pdf .fancybox-content,
 .fancybox-slide--iframe .fancybox-content {
 	height: 100%;
 	overflow: visible;
 	padding: 0;
 	width: 100%;
 }

 .fancybox-slide--video .fancybox-content {
 	background: #000;
 }

 .fancybox-slide--map .fancybox-content {
 	background: #e5e3df;
 }

 .fancybox-slide--iframe .fancybox-content {
 	background: #fff;
 }

 .fancybox-video,
 .fancybox-iframe {
 	background: transparent;
 	border: 0;
 	display: block;
 	height: 100%;
 	margin: 0;
 	overflow: hidden;
 	padding: 0;
 	width: 100%;
 }

 /* Fix iOS */
 .fancybox-iframe {
 	left: 0;
 	position: absolute;
 	top: 0;
 }

 .fancybox-error {
 	background: #fff;
 	cursor: default;
 	max-width: 400px;
 	padding: 40px;
 	width: 100%;
 }

 .fancybox-error p {
 	color: #444;
 	font-size: 16px;
 	line-height: 20px;
 	margin: 0;
 	padding: 0;
 }

 /* Buttons */

 .fancybox-button {
 	background: rgba(30, 30, 30, .6);
 	border: 0;
 	border-radius: 0;
 	box-shadow: none;
 	cursor: pointer;
 	display: inline-block;
 	height: 44px;
 	margin: 0;
 	padding: 10px;
 	position: relative;
 	transition: color .2s;
 	vertical-align: top;
 	visibility: inherit;
 	width: 44px;
 }

 .fancybox-button,
 .fancybox-button:visited,
 .fancybox-button:link {
 	color: #ccc;
 }

 .fancybox-button:hover {
 	color: #fff;
 }

 .fancybox-button:focus {
 	outline: none;
 }

 .fancybox-button.fancybox-focus {
 	outline: 1px dotted;
 }

 .fancybox-button[disabled],
 .fancybox-button[disabled]:hover {
 	color: #888;
 	cursor: default;
 	outline: none;
 }

 /* Fix IE11 */
 .fancybox-button div {
 	height: 100%;
 }

 .fancybox-button svg {
 	display: block;
 	height: 100%;
 	overflow: visible;
 	position: relative;
 	width: 100%;
 }

 .fancybox-button svg path {
 	fill: currentColor;
 	stroke-width: 0;
 }

 .fancybox-button--play svg:nth-child(2),
 .fancybox-button--fsenter svg:nth-child(2) {
 	display: none;
 }

 .fancybox-button--pause svg:nth-child(1),
 .fancybox-button--fsexit svg:nth-child(1) {
 	display: none;
 }

 .fancybox-progress {
 	background: #ff5268;
 	height: 2px;
 	left: 0;
 	position: absolute;
 	right: 0;
 	top: 0;
 	-ms-transform: scaleX(0);
 	transform: scaleX(0);
 	-ms-transform-origin: 0;
 	transform-origin: 0;
 	transition-property: transform;
 	transition-timing-function: linear;
 	z-index: 99998;
 }

 /* Close button on the top right corner of html content */

 .fancybox-close-small {
 	background: transparent;
 	border: 0;
 	border-radius: 0;
 	color: #ccc;
 	cursor: pointer;
 	opacity: .8;
 	padding: 8px;
 	position: absolute;
 	right: -12px;
 	top: -44px;
 	z-index: 401;
 }

 .fancybox-close-small:hover {
 	color: #fff;
 	opacity: 1;
 }

 .fancybox-slide--html .fancybox-close-small {
 	color: currentColor;
 	padding: 10px;
 	right: 0;
 	top: 0;
 }

 .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
 	overflow: hidden;
 }

 .fancybox-is-scaling .fancybox-close-small,
 .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
 	display: none;
 }

 /* Navigation arrows */

 .fancybox-navigation .fancybox-button {
 	background-clip: content-box;
 	height: 100px;
 	opacity: 0;
 	position: absolute;
 	top: calc(50% - 50px);
 	width: 70px;
 }

 .fancybox-navigation .fancybox-button div {
 	padding: 7px;
 }

 .fancybox-navigation .fancybox-button--arrow_left {
 	left: 0;
 	left: env(safe-area-inset-left);
 	padding: 31px 26px 31px 6px;
 }

 .fancybox-navigation .fancybox-button--arrow_right {
 	padding: 31px 6px 31px 26px;
 	right: 0;
 	right: env(safe-area-inset-right);
 }

 /* Caption */

 .fancybox-caption {
 	background: linear-gradient(to top,
 		rgba(0, 0, 0, .85) 0%,
 		rgba(0, 0, 0, .3) 50%,
 		rgba(0, 0, 0, .15) 65%,
 		rgba(0, 0, 0, .075) 75.5%,
 		rgba(0, 0, 0, .037) 82.85%,
 		rgba(0, 0, 0, .019) 88%,
 		rgba(0, 0, 0, 0) 100%);
 	bottom: 0;
 	color: #eee;
 	font-size: 14px;
 	font-weight: 400;
 	left: 0;
 	line-height: 1.5;
 	padding: 75px 44px 25px 44px;
 	pointer-events: none;
 	right: 0;
 	text-align: center;
 	z-index: 99996;
 }

 @supports (padding: max(0px)) {
 	.fancybox-caption {
 		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
 	}
 }

 .fancybox-caption--separate {
 	margin-top: -50px;
 }

 .fancybox-caption__body {
 	max-height: 50vh;
 	overflow: auto;
 	pointer-events: all;
 }

 .fancybox-caption a,
 .fancybox-caption a:link,
 .fancybox-caption a:visited {
 	color: #ccc;
 	text-decoration: none;
 }

 .fancybox-caption a:hover {
 	color: #fff;
 	text-decoration: underline;
 }

 /* Loading indicator */

 .fancybox-loading {
 	animation: fancybox-rotate 1s linear infinite;
 	background: transparent;
 	border: 4px solid #888;
 	border-bottom-color: #fff;
 	border-radius: 50%;
 	height: 50px;
 	left: 50%;
 	margin: -25px 0 0 -25px;
 	opacity: .7;
 	padding: 0;
 	position: absolute;
 	top: 50%;
 	width: 50px;
 	z-index: 99999;
 }

 @keyframes fancybox-rotate {
 	100% {
 		transform: rotate(360deg);
 	}
 }

 /* Transition effects */

 .fancybox-animated {
 	transition-timing-function: cubic-bezier(0, 0, .25, 1);
 }

 /* transitionEffect: slide */

 .fancybox-fx-slide.fancybox-slide--previous {
 	opacity: 0;
 	transform: translate3d(-100%, 0, 0);
 }

 .fancybox-fx-slide.fancybox-slide--next {
 	opacity: 0;
 	transform: translate3d(100%, 0, 0);
 }

 .fancybox-fx-slide.fancybox-slide--current {
 	opacity: 1;
 	transform: translate3d(0, 0, 0);
 }

 /* transitionEffect: fade */

 .fancybox-fx-fade.fancybox-slide--previous,
 .fancybox-fx-fade.fancybox-slide--next {
 	opacity: 0;
 	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
 }

 .fancybox-fx-fade.fancybox-slide--current {
 	opacity: 1;
 }

 /* transitionEffect: zoom-in-out */

 .fancybox-fx-zoom-in-out.fancybox-slide--previous {
 	opacity: 0;
 	transform: scale3d(1.5, 1.5, 1.5);
 }

 .fancybox-fx-zoom-in-out.fancybox-slide--next {
 	opacity: 0;
 	transform: scale3d(.5, .5, .5);
 }

 .fancybox-fx-zoom-in-out.fancybox-slide--current {
 	opacity: 1;
 	transform: scale3d(1, 1, 1);
 }

 /* transitionEffect: rotate */

 .fancybox-fx-rotate.fancybox-slide--previous {
 	opacity: 0;
 	-ms-transform: rotate(-360deg);
 	transform: rotate(-360deg);
 }

 .fancybox-fx-rotate.fancybox-slide--next {
 	opacity: 0;
 	-ms-transform: rotate(360deg);
 	transform: rotate(360deg);
 }

 .fancybox-fx-rotate.fancybox-slide--current {
 	opacity: 1;
 	-ms-transform: rotate(0deg);
 	transform: rotate(0deg);
 }

 /* transitionEffect: circular */

 .fancybox-fx-circular.fancybox-slide--previous {
 	opacity: 0;
 	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 }

 .fancybox-fx-circular.fancybox-slide--next {
 	opacity: 0;
 	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
 }

 .fancybox-fx-circular.fancybox-slide--current {
 	opacity: 1;
 	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
 }

 /* transitionEffect: tube */

 .fancybox-fx-tube.fancybox-slide--previous {
 	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
 }

 .fancybox-fx-tube.fancybox-slide--next {
 	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
 }

 .fancybox-fx-tube.fancybox-slide--current {
 	transform: translate3d(0, 0, 0) scale(1);
 }

 /* Styling for Small-Screen Devices */
 @media all and (max-height: 576px) {
 	.fancybox-slide {
 		padding-left: 6px;
 		padding-right: 6px;
 	}

 	.fancybox-slide--image {
 		padding: 6px 0;
 	}

 	.fancybox-close-small {
 		right: -6px;
 	}

 	.fancybox-slide--image .fancybox-close-small {
 		background: #4e4e4e;
 		color: #f2f4f6;
 		height: 36px;
 		opacity: 1;
 		padding: 6px;
 		right: 0;
 		top: 0;
 		width: 36px;
 	}

 	.fancybox-caption {
 		padding-left: 12px;
 		padding-right: 12px;
 	}

 	@supports (padding: max(0px)) {
 		.fancybox-caption {
 			padding-left: max(12px, env(safe-area-inset-left));
 			padding-right: max(12px, env(safe-area-inset-right));
 		}
 	}
 }
 /* Share */

 .fancybox-share {
 	background: #f4f4f4;
 	border-radius: 3px;
 	max-width: 90%;
 	padding: 30px;
 	text-align: center;
 }

 .fancybox-share h1 {
 	color: #222;
 	font-size: 35px;
 	font-weight: 700;
 	margin: 0 0 20px 0;
 }

 .fancybox-share p {
 	margin: 0;
 	padding: 0;
 }

 .fancybox-share__button {
 	border: 0;
 	border-radius: 3px;
 	display: inline-block;
 	font-size: 14px;
 	font-weight: 700;
 	line-height: 40px;
 	margin: 0 5px 10px 5px;
 	min-width: 130px;
 	padding: 0 15px;
 	text-decoration: none;
 	transition: all .2s;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	white-space: nowrap;
 }

 .fancybox-share__button:visited,
 .fancybox-share__button:link {
 	color: #fff;
 }

 .fancybox-share__button:hover {
 	text-decoration: none;
 }

 .fancybox-share__button--fb {
 	background: #3b5998;
 }

 .fancybox-share__button--fb:hover {
 	background: #344e86;
 }

 .fancybox-share__button--pt {
 	background: #bd081d;
 }

 .fancybox-share__button--pt:hover {
 	background: #aa0719;
 }

 .fancybox-share__button--tw {
 	background: #1da1f2;
 }

 .fancybox-share__button--tw:hover {
 	background: #0d95e8;
 }

 .fancybox-share__button svg {
 	height: 25px;
 	margin-right: 7px;
 	position: relative;
 	top: -1px;
 	vertical-align: middle;
 	width: 25px;
 }

 .fancybox-share__button svg path {
 	fill: #fff;
 }

 .fancybox-share__input {
 	background: transparent;
 	border: 0;
 	border-bottom: 1px solid #d7d7d7;
 	border-radius: 0;
 	color: #5d5b5b;
 	font-size: 14px;
 	margin: 10px 0 0 0;
 	outline: none;
 	padding: 10px 15px;
 	width: 100%;
 }
 /* Thumbs */

 .fancybox-thumbs {
 	background: #ddd;
 	bottom: 0;
 	display: none;
 	margin: 0;
 	-webkit-overflow-scrolling: touch;
 	-ms-overflow-style: -ms-autohiding-scrollbar;
 	padding: 2px 2px 4px 2px;
 	position: absolute;
 	right: 0;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	top: 0;
 	width: 212px;
 	z-index: 99995;
 }

 .fancybox-thumbs-x {
 	overflow-x: auto;
 	overflow-y: hidden;
 }

 .fancybox-show-thumbs .fancybox-thumbs {
 	display: block;
 }

 .fancybox-show-thumbs .fancybox-inner {
 	right: 212px;
 }

 .fancybox-thumbs__list {
 	font-size: 0;
 	height: 100%;
 	list-style: none;
 	margin: 0;
 	overflow-x: hidden;
 	overflow-y: auto;
 	padding: 0;
 	position: absolute;
 	position: relative;
 	white-space: nowrap;
 	width: 100%;
 }

 .fancybox-thumbs-x .fancybox-thumbs__list {
 	overflow: hidden;
 }

 .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
 	width: 7px;
 }

 .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
 	background: #fff;
 	border-radius: 10px;
 	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 }

 .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
 	background: #2a2a2a;
 	border-radius: 10px;
 }

 .fancybox-thumbs__list a {
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	background-color: rgba(0, 0, 0, .1);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	cursor: pointer;
 	float: left;
 	height: 75px;
 	margin: 2px;
 	max-height: calc(100% - 8px);
 	max-width: calc(50% - 4px);
 	outline: none;
 	overflow: hidden;
 	padding: 0;
 	position: relative;
 	-webkit-tap-highlight-color: transparent;
 	width: 100px;
 }

 .fancybox-thumbs__list a::before {
 	border: 6px solid #ff5268;
 	bottom: 0;
 	content: '';
 	left: 0;
 	opacity: 0;
 	position: absolute;
 	right: 0;
 	top: 0;
 	transition: all .2s cubic-bezier(.25, .46, .45, .94);
 	z-index: 99991;
 }

 .fancybox-thumbs__list a:focus::before {
 	opacity: .5;
 }

 .fancybox-thumbs__list a.fancybox-thumbs-active::before {
 	opacity: 1;
 }

 /* Styling for Small-Screen Devices */
 @media all and (max-width: 576px) {
 	.fancybox-thumbs {
 		width: 110px;
 	}

 	.fancybox-show-thumbs .fancybox-inner {
 		right: 110px;
 	}

 	.fancybox-thumbs__list a {
 		max-width: calc(100% - 10px);
 	}
 }

/*Fancybox CSS ends*/
div#contactUsPopUp {
    cursor: default;
}
.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}
.lightbox-demo {
    padding: 5px 15px;
    width: 100%;
    max-width: 715px;
    text-align: center;
	border-radius: 4px;
}
.lightbox-demo .holder-content {
    background: #fff;
    padding: 15px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.lightbox-demo h2 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}
.lightbox-demo .contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lightbox-demo .contact-list li {
    margin: 0 0 3px;
	
}
.lightbox-demo a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.lightbox-demo a:hover {
    color: #0189c6;
}
.lightbox-demo a .icon {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 4px 0 0;
    font-size: 0;
    line-height: 0;
}
.lightbox-demo a .text {
    display: inline-block;
    vertical-align: middle;
}
/*fixed header*/
.header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
}
main.main {
	padding-top: 72px;
}
@media (min-width: 767px) {
	main.main {
		padding-top: 92px;
	}
}
