body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--duotone--dark-grayscale: url('/css/style.css');
	--wp--preset--duotone--grayscale: url('/css/style.css');
	--wp--preset--duotone--purple-yellow: url('/css/style.css');
	--wp--preset--duotone--blue-red: url('/css/style.css');
	--wp--preset--duotone--midnight: url('/css/style.css');
	--wp--preset--duotone--magenta-yellow: url('/css/style.css');
	--wp--preset--duotone--purple-green: url('/css/style.css');
	--wp--preset--duotone--blue-orange: url('/css/style.css');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

body .is-layout-flow > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

body .is-layout-flex > * {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6;
}


form label {
	color: #fff;
}

.title-xlarge {
	font-size: 60px !important;
}

li.country {
	color: #000 !important;
}

a.ct-button.ct-button-size-large.ct-button-style-flat.ct-button-text-weight-normal {
	display: none;
}

.styled-subtitle {
	font-size: 22px;
}

.site-footer, .disable {
	display: none;
}

#primary-menu a {
	color: #fff !important;
}

#primary-menu a:hover {
	color: #0df0a3 !important;
}

@media only screen and (max-width: 600px) {
	.ct-divider {
		display: none !important;
	}

	#partners, #contact, #faq {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.title-xlarge {
		font-size: 30px !important;
	}

	.title-h3 {
		font-size: 20px
	}

	a.ct-button.ct-button-size-large.ct-button-style-flat.ct-button-text-weight-normal {
		display: block;
	}

	.title-xlarge.custom-number {
		margin-top: -36px;
	}
}

input.wpcf7-form-control.wpcf7-text.wpcf7-phonetext {
	padding-left: 44px !important;
}

.vc_column-inner .vc_custom_1524753671072 {
	display: none;
}

.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-10.vc_col-md-12.vc_col-xs-12 {
	z-index: 99;
}

/************************************Header************************************/
#primary-menu.no-responsive > li.demo-link a {
	background: #00e9e3;
}

#primary-menu.no-responsive > li.demo-link a:hover {
	background: #ca46ff;
}

#site-header.fixed.shrink {
	background-color: rgba(26, 11, 83, 0.8)
}

input::-webkit-input-placeholder {
	color: #9690af !important;
}

input::-moz-placeholder {
	color: #9690af !important;
}

input:-moz-placeholder {
	color: #9690af !important;
}

input:-ms-input-placeholder {
	color: #9690af !important;
}

textarea::-webkit-input-placeholder {
	color: #9690af !important;
}

textarea::-moz-placeholder {
	color: #9690af !important;
}

textarea:-moz-placeholder {
	color: #9690af !important;
}

textarea:-ms-input-placeholder {
	color: #9690af !important;
}

/**********************************Custom Row-1********************************/
.mobile-gap {
	display: none;
}

.custom-row-1 {
	z-index: 5;
}

.custom-img-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.custom-img-2 {
	position: absolute;
	right: 0;
	top: 0;
}

.custom-img-3 {
	position: absolute;
	left: 0;
	top: 0;
}

.custom-row-1 .ct-textbox-title, .ct-textbox-content {
	padding: 0;
}

.custom-row-1 .ct-textbox-content .ct-alert-box {
	padding: 0;
}

.custom-row-1 .ct-alert-box.centered-box .ct-alert-box-content {
	display: none;
}

.custom-row-1 .ct-alert-box-buttons {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}

.custom-row-1 .ct-alert-box-buttons .ct-button-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	margin: 0;
}

.custom-row-1 .ct-alert-box-buttons .ct-button-container .ct-button {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 !important;
}

.custom-img .wpb_single_image img {
	max-width: none;
	width: auto;
}

.ct-clients-type-carousel-grid .ct-client-item a,
.ct-clients-type-carousel-grid .ct-client-item a:hover {
	background-color: transparent;
}

.ct-clients-type-carousel-grid .ct-client-item a:hover {
	opacity: 0.8;
}

/*pofixit*/
.ct-clients-type-carousel-grid .ct-client-item a img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.countdown-style-4 .countdown-wrapper.countdown-info {
	position: relative;
	width: auto !important;
	font-size: 0;
	padding: 0;
	margin: 0 -10px !important;
	list-style-type: none;
	z-index: 1;
	text-align: center;
	float: none !important;
}

.countdown-style-4 .countdown-item:not(:last-child) .wrap {
	border-right: 0 !important;
}

.countdown-style-4 .countdown-item {
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	width: 25% !important;
	padding: 0 10px;
	float: none !important;
}

.countdown-style-4 .countdown-item .wrap {
	display: block;
	width: 100%;
	height: 140px;
	background: rgba(57, 38, 123, 0.55);
	border-radius: 25px;
	padding-top: 30px;
}

.countdown-style-4 .item-count {
	font-size: 50px !important;
	line-height: 45px !important;
}

.countdown-style-4 .item-title {
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.diagram-wrapper.style-3 .skill-title span {
	display: none;
}

.diagram-wrapper.style-3 .skill-element:before {
	content: '';
	position: absolute;
	left: 45px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #31216c;
	z-index: 5;
}

.diagram-wrapper.style-3 .digram-line-box .skill-line {
	background-color: #31216c !important;
}

/***************************Animate button*************************************/
.video-button {
	position: absolute;
	width: auto;
	height: auto;
	right: 0;
	top: -50px;
}

.video-button img {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}

/**********************************Custom Row-2********************************/
.custom-row-2 {
	z-index: 4;
}

.custom-row-2 .title-h1 {
	position: relative;
}

.custom-row-2 .title-xlarge.custom-number {
	position: absolute;
	top: -60px;
	left: -100px;
	font-size: 150px;
	line-height: 150px;
	color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.custom-row-2 .styled-subtitle.custom-subtitle {
	font-size: 24px;
	max-width: 400px;
}

/**********************************Custom Row-3********************************/
.custom-row-3 {
	position: relative;
}

.custom-row-3 .custom-text-1 {
	position: absolute;
	top: 315px;
	left: 90px;
	font-size: 24px;
}

.custom-row-3 .custom-text-2 {
	position: absolute;
	top: 315px;
	right: 0px;
	font-size: 24px;
}

.custom-row-3 .custom-text-3 {
	position: absolute;
	top: 560px;
	left: 145px;
	font-size: 24px;
}

.custom-row-3 .custom-text-4 {
	position: absolute;
	top: 560px;
	right: 110px;
	font-size: 24px;
}

.custom-row-3 .custom-text-5 {
	margin-top: -15px;
	font-size: 24px;
}

/**********************************Custom Row-4********************************/
.custom-row-4 .custom-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.custom-row-4 .custom-list a {
	display: inline-block;
	margin-right: 30px;
	transition: all 0.3s;
}

.custom-row-4 .custom-list a:hover {
	opacity: 0.7;
}

/**********************************Custom Row-5********************************/
.custom-row-5 {
	background: #c947ff;
	background: linear-gradient(to right, #c947ff 0%, #0089fe 61%, #00ece2 100%);
}

.custom-row-5 .ct-button {
	min-width: 80% !important;
}

/**********************************Custom Row-6********************************/
.custom-row-6 {
	position: relative;
}

.custom-row-6 ul {
	list-style-type: none;
	padding-left: 0;
}

.custom-row-6 ul li {
	margin-bottom: 5px;
	font-size: 20px;
}

.custom-row-6 ul li b {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	line-height: 35px;
}

.custom-row-6 .ct-button {
	font-size: 20px;
	text-transform: uppercase;
}

.custom-row-6 .ct-counter-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.custom-row-6 .ct-counter-inner {
	padding: 0;
}

.custom-row-6 .ct-counter-text.styled-subtitle {
	margin-top: -15px;
	font-weight: 300;
	font-size: 20px;
}

.custom-row-6 .ct-counter:nth-child(1) {
	position: absolute;
	top: 90px;
	left: 190px;
}

.custom-row-6 .ct-counter:nth-child(2) {
	position: absolute;
	top: 250px;
	left: 90px;
}

.custom-row-6 .ct-counter:nth-child(3) {
	position: absolute;
	top: 270px;
	left: 400px;
}

.custom-row-6 .ct-counter:nth-child(4) {
	position: absolute;
	top: 370px;
	left: 530px;
}

.custom-row-6 .custom-text {
	position: absolute;
	width: 100%;
	bottom: 55px;
	left: 20px;
}

/**********************************Custom Row-7********************************/
.custom-row-7 .box-wrapper {
	max-width: 300px !important;
}

.custom-row-7 .custom-title {
	position: absolute;
	width: 100%;
	top: 15px;
	left: 320px;
}

svg circle {
	fill: #3b2a8e;
}

.diagram-circle .text div {
	font-size: 13px;
	color: #fff;
}

.diagram-circle .text div span {
	position: relative;
	font-size: 33px;
	color: #fff;
}

.diagram-legend .legend-element .color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.diagram-legend .legend-element .title {
	display: inline-block;
	line-height: 20px;
	font-size: 20px !important;
	margin: 0 0 0 30px;
	font-size: 100%;
	vertical-align: top;
	color: #fff;
}

.diagram-legend .legend-element {
	margin: 0 !important;
	padding-bottom: 5px;
}

.diagram-legend {
	top: 35% !important;
	margin-top: 0 !important;
}

.diagram-circle .summary {
	font-size: 19px !important;
}

/**********************************Custom Row-8********************************/
.custom-row-8 .line-bg {
	background-image: url('/img/17-1.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.custom-row-8 .custom-list-1,
.custom-row-8 .custom-list-2,
.custom-row-8 .custom-list-3 {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -20px;
	list-style-type: none;
	z-index: 1;
	text-align: center;
}

.custom-row-8 .custom-list-1 {
	width: 850px;
	margin: 0 auto;
}

.custom-row-8 .custom-list-2 {
	width: 1030px;
	margin: 0 auto;
}

.custom-row-8 .custom-list-3 {
	width: 1170px;
	margin: 40px auto 0 auto;
}

.custom-row-8 .custom-list-1 li,
.custom-row-8 .custom-list-2 li,
.custom-row-8 .custom-list-3 li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
}

.custom-row-8 .custom-list-1 li b {
	display: block;
	font-size: 20px;
	padding-bottom: 5px;
}

.custom-row-8 .custom-list-2 li {
	width: 14.2828%;
	padding: 0;
}

.custom-row-8 .custom-list-2 li:nth-child(even) {
	margin-top: 85px;
}

.custom-row-8 .custom-list-2 li i {
	displaY: block;
	width: 85px;
	height: 85px;
	line-height: 80px;
	background: #48378c;
	border-radius: 50%;
	margin: 0 auto;
}

.custom-row-8 .custom-list-2 li i img {
	width: 50px;
	height: auto;
}

.custom-row-8 .custom-list-3 li {
	width: 25%;
}

.custom-row-8 .custom-list-3 li b {
	display: block;
	font-size: 20px;
	padding-bottom: 5px;
}

/**********************************Custom Row-9********************************/
.custom-row-9 .ct-counter.inline-column {
	margin-bottom: 0;
}

.custom-row-9 .ct-counter-inner {
	padding: 0;
}

.custom-row-9 .ct-counter-number {
	font-weight: 900;
}

.custom-row-9 .ct-counter .ct-counter-number .ct-counter-odometer {
	line-height: 40px;
	padding-right: 10px;
}

/**********************************Custom Row-10********************************/
.custom-row-10 {
	z-index: 5;
}

.custom-row-10 .custom-img-1 {
	position: absolute;
	left: 0;
	bottom: 380px;
}

.custom-row-10 .custom-img-2 {
	position: absolute;
	right: 0;
	top: 470px;
}

.custom-row-10 .ct-team-style-6 .team-person-name {
	color: #00ece2;
}

.custom-row-10 .ct-team-style-6 .team-person-position {
	color: #cd45ff;
	font-size: 16px;
	line-height: 25px;
}

.custom-row-10 .ct-team-style-6 .team-person-content {
	font-size: 16px;
	line-height: 25px;
}

.custom-row-10 .ct-team-style-6 .team-person-content span {
	color: #fff !important;
}

.custom-row-10 .ct-team-style-6 .team-person-socials .socials-item-icon {
	color: #4b3e81;
}

.custom-row-10 .ct-testimonials.style2 .ct-testimonial-image i {
	border: 2px solid #fff;
}

.custom-row-10 .ct-testimonials.style2 .ct-testimonial-name {
	font-size: 24px;
}

.custom-row-10 .ct-testimonials.style2 .ct-testimonial-company,
.custom-row-10 .ct-testimonials.style2 .ct-testimonial-position {
	padding-top: 0;
	font-size: 16px;
	color: #cd45ff;
}

.custom-row-10 .ct-testimonials-carousel-wrap .ct-testimonial-text.styled-subtitle p {
	font-size: 24px;
}

.custom-row-10 .ct-testimonials.style2 .ct-testimonial-text p:before {
	color: #6d59cf;
}

.team-person-image img {
	-webkit-filter: grayscale(1);
}

.team-person-box-link:hover .team-person-image img {
	-webkit-filter: grayscale(0);
}

/**********************************Custom Row-11********************************/
.custom-row-11 {
	background: #00f0e3;
	background: linear-gradient(to right, #00f0e3 19%, #008aff 100%);
}

.custom-row-11 .mailchimp-form input {
	background: #120641 !important;
	color: #fff !important;
}

.custom-row-11 .mailchimp-form .submit-button-inline-label button {
	padding: 0 40px;
	text-transform: uppercase;
	font-size: 16px;
	color: #120641;
	background: #00ede2;
	background: linear-gradient(to right, #00ede2 0%, #0088fe 100%);
}

.custom-row-11 .mailchimp-form .submit-button-inline-label button:hover {
	background: #0088fe;
	background: linear-gradient(to right, #0088fe 0%, #00ede2 100%);
}

/**********************************Custom Row-12********************************/
.custom-row-12 .custom-list {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
}

.custom-row-12 .custom-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 40px;
	line-height: 45px;
	padding: 0;
	margin: 0 0 30px 0;
}

.custom-row-12 .custom-list li:last-child {
	margin: 0;
}

.custom-row-12 .custom-list li a {
	font-size: 30px;
	font-weight: 600;
	color: #00ece2;
}

.custom-row-12 .custom-list li a:hover {
	color: #cd45ff;
}

.custom-row-12 .custom-list li a img {
	margin-right: 20px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
	font-weight: 700 !important;
	font-size: 20px;
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a {
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 20px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text {
	vertical-align: top;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #332275;
	color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: #00ece2;
}

.vc_tta.vc_general.vc_tta-accordion .vc_active .vc_tta-panel-title > a, .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #1b0a5f;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
	border-color: #332275;
	color: #332275;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-controls-icon::after {
	border-color: #00ece2;
	color: #00ece2;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #ffffff;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
	background-color: #00ece2;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:hover > a, .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title:hover > a {
	color: #1b0a5f;
}

.wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel-heading:hover .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta.vc_tta-color-ct.vc_tta-style-classic .vc_tta-panel-heading:hover .vc_tta-controls-icon::after {
	border-color: #332275;
	color: #332275;
}

/**********************************Custom Row-13********************************/
.blog-style-default {
	background: #251760;
}

.blog-style-default article {
	margin-bottom: 0;
	padding-bottom: 50px;
	border: 0 !important;
}

.blog-style-default .post-footer {
	display: none;
}

.blog-style-default .post-title,
.blog-style-default .post-text,
.blog-style-default .post-meta-container {
	padding: 0 20px !Important;
}

.blog-style-default .post-meta-date:before,
.blog-style-justified-3x .post-meta-date:before {
	color: #fff;
}

.blog-style-default .post-meta-date,
.blog-style-justified-3x .post-meta-date {
	color: #cd45ff;
	font-size: 14px;
}

.blog-style-default .post-meta-date .post-meta-author,
.blog-style-justified-3x .post-meta-date .post-meta-author {
	color: #00ece2;
}

.blog-style-default .post-meta-date .post-meta-author:before,
.blog-style-justified-3x .post-meta-date .post-meta-author:before {
	top: 5px;
	height: 20px;
	background: #fff;
}

.blog-style-default h5.entry-title {
	font-size: 30px;
	line-height: 45px;
	color: #00ece2;
	font-weight: 700;
	padding: 60px 0 20px 0;
}

body .blog article .post-featured-content > a:before,
body .blog .ct-simple-gallery .ct-gallery-item a:before {
	background-color: rgba(205, 69, 255, 0.8) !important;
}

body .blog article .post-featured-content > a:hover:after,
body .blog .ct-simple-gallery .ct-gallery-item a:hover:after {
	background: #251760;
}

.blog-style-justified-3x {
	position: relative;
	width: auto;
	font-size: 0;
	padding: 0;
	margin: 0 -15px;
	z-index: 1;
}

.blog-style-justified-3x article {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50% !important;
	margin-bottom: 0 0 30px 0;
	padding: 0 15px;
}

.blog-style-justified-3x .post-content-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #251760;
	padding: 0 20px;
}

.blog-style-justified-3x .post-read-more {
	display: none;
}

.blog.blog-style-justified-3x h5.entry-title {
	margin: 25px 0 12px 0;
}

.blog.blog-style-justified-3x h5.entry-title a {
	color: #00ece2;
}

.post-text p {
	color: #fff;
}

.blog-style-default .entry-title a:hover,
.blog.blog-style-justified-3x h5.entry-title a:hover {
	color: #cd45ff !important;
}

.post-meta-date:before,
.blog-style-justified-3x .post-meta-container.date-color .post-meta-author {
	color: #00ece2 !important;
}

/**********************************Custom Row-14********************************/
.ct-contact-form-dark input[type='text'],
.ct-contact-form-dark input[type='email'],
.ct-contact-form-dark input[type='tel'],
.ct-contact-form-dark textarea,
.ct-contact-form-dark .combobox-wrapper {
	background-color: #1e1151 !important;
	color: #9690af !important;
}

.ct-contact-form-dark input[type='submit'] {
	padding: 0 60px;
	text-transform: uppercase;
	font-size: 20px;
	color: #120641;
	border: 0;
	background: #00ede2;
	background: linear-gradient(to right, #00ede2 0%, #0088fe 100%);
}

.ct-contact-form-dark input[type='submit']:hover {
	background: #0088fe;
	background: linear-gradient(to right, #0088fe 0%, #00ede2 100%);
}

span.wpcf7-not-valid-tip {
	font-size: 14px !important;
}

/************************************Footer************************************/
#colophon {
	padding: 110px 0 90px 0;
	margin-top: 0;
}

#colophon .widget .textwidget p {
	font-size: 16px;
	line-height: 25px;
}

#colophon .widget .ct-contacts {
	font-size: 16px;
}

#colophon .widget .ct-contacts-item:before {
	color: #cd45ff !important;
}

#colophon .widget .ct-contacts-item a {
	color: #00ece2 !important;
}

#colophon .widget .widget-title {
	margin-bottom: 45px;
}

#colophon .widget .ct-contacts-item.ct-contacts-address {
	border-bottom: 1px solid #33285e;
}

#colophon .widget .ct-contacts-item.ct-contacts-address {
	padding-bottom: 30px;
}

#colophon .ct-pp-posts-image a:before {
	background-color: rgba(205, 69, 255, 0.8) !important;
}

#colophon .ct-pp-posts-text .ct-pp-posts-item a {
	font-size: 16px;
}

#colophon .ct-pp-posts-text .ct-pp-posts-date {
	color: #00ece2 !important;
}

#colophon li.clearfix.ct-pp-posts {
	margin: 0 0 60px 0;
}

#colophon li.clearfix.ct-pp-posts:last-child {
	margin: 0;
}

#colophon .mc4wp-form-fields .text {
	font-size: 16px;
}

#colophon .mc4wp-form-fields .area input {
	background: #33285e;
	border: 0 !important;
	color: #ffffff !important;
	line-height: 40px !important;
	font-size: 16px;
}

#colophon .mc4wp-form-fields .button input {
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
	background: linear-gradient(to right, #cd45ff 0%, #7368ff 100%);
}

#colophon .mc4wp-form-fields .button input:hover {
	background: linear-gradient(to right, #7368ff 0%, #cd45ff 100%);
}

#colophon .mc4wp-form-fields .min-text {
	font-size: 14px;
	padding: 0;
	color: #948fa9;
}

#colophon .mc4wp-form-fields .min-text sup {
	color: #00ece2;
}

#footer-menu li a, .footer-site-info a, .footer-site-info {
	font-size: 15px;
}

.footer-site-info {
	color: #8e87a6;
}

#footer-navigation li a,
#footer-socials a.socials-item {
	color: #c7c5ce;
}

#footer-socials a i {
	color: #8e87a6;
}

#footer-socials a:hover i {
	color: #cd45ff;
}

/**********************************Responsive**********************************/
@media (max-width: 1199px) {
	.wpb_row,
	.wpb_row > * {
		margin-top: 0 !important;
	}
}

@media (max-width: 1024px) {
	.custom-img .wpb_single_image img {
		width: 100%;
		margin-top: 50px;
	}

	.gap-column .vc_column-inner {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	body .custom-row-1 {
		padding-top: 50px !important;
	}

	.custom-row-3 .custom-img .wpb_single_image img {
		width: 70%;
	}

	.custom-row-3 .custom-text-1 {
		top: 255px;
		left: 105px;
	}

	.custom-row-3 .custom-text-2 {
		top: 255px;
		right: 20px;
	}

	.custom-row-3 .custom-text-3 {
		top: 430px;
	}

	.custom-row-3 .custom-text-4 {
		top: 430px;
	}

	.custom-row-6 .ct-counter-number {
		font-size: 40px;
		line-height: 40px;
	}

	.custom-row-6 .ct-counter:nth-child(1) {
		width: 100%;
		top: 95px;
		left: -90px;
	}

	.custom-row-6 .ct-counter:nth-child(2) {
		width: 100%;
		top: 200px;
		left: -160px;
	}

	.custom-row-6 .ct-counter:nth-child(3) {
		width: 100%;
		top: 205px;
		left: 40px;
	}

	.custom-row-6 .ct-counter:nth-child(4) {
		width: 100%;
		top: 280px;
		left: 130px;
	}

	.custom-row-6 .custom-text {
		bottom: -95px;
	}

	.custom-row-7 .box-wrapper {
		max-width: 250px !important;
	}

	.diagram-legend .legend-element .title {
		font-size: 16px !important;
		margin: 0 0 0 20px;
	}

	.custom-row-7 .custom-title {
		left: 265px;
	}

	.custom-row-7 .custom-title .title-h3 {
		font-size: 24px;
	}

	.custom-row-8 .custom-list-3 {
		width: auto;
	}
}

@media (max-width: 768px) {
	.hide-on-mobile {
		display: none;
	}

	#about .custom-img .wpb_single_image img {
		margin-top: 0px;
	}

	.video-button {
		right: 150px;
		top: -100px;
	}

	.custom-row-2 .vc_column-inner .vc_inner {
		margin-top: 0 !important;
	}

	body .custom-row-4 {
		margin-top: 0px !important;
	}

	.custom-row-3 .custom-img .wpb_single_image img {
		width: 50%;
	}

	.custom-row-3 .custom-text-1 {
		top: 185px;
		left: 100px;
	}

	.custom-row-3 .custom-text-2 {
		top: 185px;
		right: 30px;
	}

	.custom-row-3 .custom-text-3 {
		top: 305px;
		left: 125px;
	}

	.custom-row-3 .custom-text-4 {
		top: 305px;
		right: 95px;
	}

	.custom-row-3 .styled-subtitle {
		font-size: 19px !important;
		line-height: 25px !important;
	}

	.custom-row-6 ul {
		display: inline-block;
		width: auto;
		margin: 0 -15px;
		font-size: 0;
	}

	.custom-row-6 ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
	}

	.custom-row-6 ul li b {
		min-width: 140px;
	}

	.custom-row-6 .ct-counter:nth-child(1) {
		top: -5px;
		left: -130px;
	}

	.custom-row-6 .ct-counter:nth-child(2) {
		top: 130px;
		left: -220px;
	}

	.custom-row-6 .ct-counter:nth-child(3) {
		top: 145px;
	}

	.custom-row-6 .ct-counter:nth-child(4) {
		top: 230px;
		left: 150px;
	}

	.custom-row-6 .custom-text {
		bottom: 20px;
	}

	.custom-row-7 .custom-title {
		position: relative;
		width: 100%;
		display: inline-block;
		top: 0;
		left: 0 !important;
	}

	.diagram-legend {
		top: 45% !important;
		margin-top: 0 !important;
		left: 0;
		position: relative !important;
		float: left;
		margin-top: 30px !important;
	}

	.custom-row-8.desktop {
		display: none;
	}

	.custom-row-8.mobile {
		display: block;
	}

	.custom-row-8 .fullwidth-block {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.custom-row-11 .styled-subtitle {
		text-align: center;
	}

	.mobile-gap {
		display: block;
	}
}

@media (max-width: 480px) {
	.custom-row-1 .ct-alert-box-buttons .ct-button-container {
		width: 100%;
	}

	.countdown-style-4 .item-count {
		font-size: 40px !important;
	}

	.countdown-style-4 .item-title {
		font-size: 14px;
	}

	.video-button {
		right: 0;
	}

	.video-button img {
		width: 80%;
	}

	.custom-row-2 .vc_column-inner .vc_inner {
		margin-top: 70px !important;
	}

	.custom-row-2 .vc_column-inner {
		padding-left: 21px !important;
	}

	.custom-row-2 .title-xlarge.custom-number {
		left: 0;
	}

	.custom-row-3 .custom-text-1,
	.custom-row-3 .custom-text-2,
	.custom-row-3 .custom-text-3,
	.custom-row-3 .custom-text-4,
	.custom-row-3 .custom-text-5 {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		left: 0;
		top: 0;
	}

	.custom-row-3 .custom-text-1 .styled-subtitle,
	.custom-row-3 .custom-text-2 .styled-subtitle,
	.custom-row-3 .custom-text-3 .styled-subtitle,
	.custom-row-3 .custom-text-4 .styled-subtitle,
	.custom-row-3 .custom-text-5 .styled-subtitle {
		text-align: center !important;
	}

	.custom-row-3 .custom-text-5 {
		margin-top: 0;
	}

	.custom-row-3 .custom-img .wpb_single_image img {
		width: 100%;
	}

	.custom-row-4 .custom-list a {
		margin-bottom: 30px;
	}

	.custom-row-5 .styled-subtitle {
		text-align: center !important;
	}

	.custom-row-6 ul li {
		width: 100%;
	}

	.custom-row-6 .ct-counter,
	.custom-row-6 .custom-text {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 50% !important;
		text-align: center;
		padding: 0 0 0 30px;
	}

	.custom-row-6 .custom-text {
		width: 100% !important;
		margin-top: 20px;
		padding: 0;
	}

	.custom-row-6 .ct-counter-text.styled-subtitle {
		margin-top: 0;
	}

	body .custom-row-7 .vc_column_container {
		width: 100% !important;
		margin-bottom: 50px !important;
	}

	.ct-testimonials.fullwidth-block .ct-prev:after,
	.ct-testimonials.fullwidth-block .ct-next:after {
		top: 40%;
	}

	.custom-row-12 .custom-list li a {
		font-size: 19px;
		line-height: 19px;
	}

	body .blog article {
		min-width: 100% !important;
	}

	.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
		font-size: 16px !important;
	}
}

@media (max-width: 320px) {
	.custom-row-2 .styled-subtitle.custom-subtitle {
		font-size: 19px;
		line-height: 30px;
	}

	.custom-row-6 ul li {
		margin-bottom: 0;
		font-size: 14px;
	}

	.custom-row-6 .custom-text {
		margin-top: 120px;
	}

	.custom-row-12 .custom-list li a {
		font-size: 14px;
	}
}

.vc_custom_1524750512480 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 140px !important;
	padding-bottom: 0px !important;
	background: #1b0a5f url('/img/12f637.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1524822301950 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 140px !important;
	background: #1b0a5f url('/img/11-1.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1524831261826 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.vc_custom_1525272356126 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 130px !important;
	padding-bottom: 100px !important;
	background-color: #3b2a8e !important;
}

.vc_custom_1525091246154 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1646312938038 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 100px !important;
	padding-bottom: 150px !important;
	background-color: #1b0a5f !important;
}

.vc_custom_1646312786978 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 100px !important;
	padding-bottom: 150px !important;
	background-color: #1b0a5f !important;
}

.vc_custom_1525272483633 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 150px !important;
	padding-bottom: 150px !important;
	background: #120b48 url('/img/22-1.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1646312956012 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 110px !important;
	padding-bottom: 70px !important;
	background-image: url('/img/23.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1646317701193 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 110px !important;
	padding-bottom: 140px !important;
	background-image: url('/img/24.jpg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1524749291876 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.vc_custom_1524749410593 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.vc_custom_1527087622773 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.vc_custom_1525349085248 {
	padding-top: 90px !important;
}

.vc_custom_1525349791346 {
	padding-right: 50px !important;
}

.vc_custom_1524753671072 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1525349293450 {
	padding-left: 60px !important;
}

.vc_custom_1524818495860 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1524821808746 {
	margin-top: -150px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1524822245227 {
	margin-top: -100px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1524820134268 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 100px !important;
}

.vc_custom_1524821530284 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 100px !important;
}

.vc_custom_1524821538451 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 100px !important;
}

.vc_custom_1525355413694 {
	padding-top: 0px !important;
}

.vc_custom_1646213854136 {
	margin-bottom: 0px !important;
}

.vc_custom_1519035910899 {
	padding-top: 0px !important;
}

.vc_custom_1524838447697 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 50px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1525358781960 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-color: #c947ff !important;
}

.vc_custom_1525358790611 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-color: #6753ff !important;
}

.vc_custom_1525358801045 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-color: #0091fd !important;
}

.vc_custom_1525093885426 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.vc_custom_1525093893928 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.vc_custom_1520423399110 {
	margin-bottom: -30px !important;
}

.vc_custom_1525250650003 {
	margin-bottom: 10px !important;
}

.vc_custom_1646220000768 {
	margin-bottom: 10px !important;
}

.vc_custom_1525250773502 {
	margin-bottom: 10px !important;
}

.vc_custom_1520423399110 {
	margin-bottom: -30px !important;
}

.vc_custom_1525250650003 {
	margin-bottom: 10px !important;
}

.vc_custom_1646220000768 {
	margin-bottom: 10px !important;
}

.vc_custom_1525250773502 {
	margin-bottom: 10px !important;
}

.vc_custom_1525353515282 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1525359096193 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1646221806719 {
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-right: 30px !important;
	padding-bottom: 5px !important;
	padding-left: 30px !important;
}

.vc_custom_1646222468449 {
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-right: 30px !important;
	padding-bottom: 5px !important;
	padding-left: 30px !important;
}

.vc_custom_1646221869105 {
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-right: 30px !important;
	padding-bottom: 5px !important;
	padding-left: 30px !important;
}

.vc_custom_1646222607111 {
	margin-bottom: 0px !important;
	padding-top: 30px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
}

.vc_custom_1646222815934 {
	margin-bottom: 0px !important;
	padding-top: 30px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
}
