@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
figure,
aside,
footer,
header,
main,
nav,
section {
	display: block
}

.fix-figure-width {
	max-width: 100%;
	margin: 0;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #cdc8c8;
	text-align: left;
	background-color: #000
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

strong {
	font-weight: bolder
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

img {
	vertical-align: middle;
	border-style: none
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	overflow: visible
}

button {
	text-transform: none
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.pinbl {
	background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
}

.color-str {
	color: #ff6003;
}

.bg-danger {
	background: #850101;
}

.bg-dark {
	background: #c2a224;
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-12,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		2435 max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.collapse:not(.show) {
	display: none
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	margin-left: 35%;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

.rounded {
	border-radius: .25rem !important
}

.d-none {
	display: none !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

@media (min-width:768px) {
	.d-md-block {
		display: block !important
	}
}

@media (min-width:992px) {
	.d-lg-block {
		display: block !important
	}
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.float-right {
	float: right !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mr-1 {
	margin-right: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.py-2 {
	padding-top: .5rem !important
}

.py-2 {
	padding-bottom: .5rem !important
}

.pl-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.py-5 {
	padding-bottom: 3rem !important
}

.ml-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.mt-sm-0 {
		margin-top: 0 !important
	}
}

@media (min-width:768px) {
	.mt-md-4 {
		margin-top: 1.5rem !important
	}
}

@media (min-width:992px) {
	.mt-lg-0 {
		margin-top: 0 !important
	}
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}
}

@media (min-width:768px) {
	.text-md-right {
		text-align: right !important
	}
}

@media (min-width:992px) {
	.text-lg-right {
		text-align: right !important
	}
}

.text-white {
	color: #fff !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
strong,
ul,
li,
article,
aside,
footer,
header,
nav,
section,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

html {
	overflow-y: scroll;
	font-size: 15px;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
.navbar,
.btn,
a {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

p {
	text-align: justify;
}

body {

	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;

	font-weight: 400;
	line-height: 1.75;
}

p:not(:last-child) {
	margin-bottom: 1.25em;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	line-height: 1.21;
	color: yellow;
	text-align:center;
	text-transform: uppercase;
}

h1 {
	margin-top: 0;
	font-size: 3.052em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 1.563em;
}

h5 {
	font-size: 1.25em;
}

strong {
	font-weight: 600 !important;
	font-family: 'Montserrat', sans-serif;
}

.badge {
	display: inline;
	padding: 0.20rem .5rem;
	line-height: inherit;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 77%;
}

.ptb-100 {
	padding: 15px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pt-165 {
	padding-top: 165px;
}

.ptb-70 {
	padding: 70px 0;
}

.pb-100 {
	padding-bottom: 50px;
}

.mt--165 {
	margin-top: -165px !important;
}

.gray-light-bg {
	background: #f6f6f6;
}

.primary-bg {
	background: #65258a;
}

.secondary-bg {
	background: #e80566
}

.color-primary {
	color: #65258a;
}

.color-secondary {
	color: #311625;
}

.gradient-bg {
	background: linear-gradient(75deg, #65258a 10%, #e80566) !important;


}

.white-bg {
	background: #ffffff;
}

a {
	color: red;
}

a:hover {
	color: #6a6eff;
	text-decoration: none;
}

.color-1 {
	color: #ff164e;
}

.color-1-bg {
	background: rgba(255, 22, 78, 0.15);
}

.color-2 {
	color: #9123ff
}

.color-2-bg {
	background: rgba(145, 35, 255, 0.15);
}

.color-3 {
	color: #0073ec;
}

.color-3-bg {
	background: rgba(0, 115, 236, 0.15);
}

.color-4,
.ratting-color {
	color: #ff7c3f;
}

.color-4-bg {
	background: rgba(255, 124, 63, 0.15);
}

.color-5,
.success-color {
	color: #2ebf6d;
}

.color-5-bg {
	background: rgba(46, 191, 109, 0.15);
}

.color-6 {
	color: #f25c7f;
}

.color-6-bg {
	background: rgba(242, 92, 127, 0.15);
}

.animated-btn {
	transition: all .25s ease-in-out;
}

.animated-btn:hover {
	transform: translate(0, -3px);
	-webkit-transform: translate(0, -3px);
}

.outline-btn,
.secondary-solid-btn,
.primary-solid-btn,
.solid-white-btn,
.outline-white-btn,
.secondary-outline-btn {
	padding: 12px 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	transition: all .25s ease-in-out;
}

.primary-solid-btn {
	border: 1px solid #57017F;
	color: #ffffff;
	background-color: #57017F;
}

.primary-solid-btn:hover {
	background: transparent;
	color: #57017F;
}

.secondary-solid-btn {
	color: #fff;
	background: #000000;
	border: 1px solid #e80566;
}

.secondary-solid-btn:hover {
	background: transparent;
	color: #e80566;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: black;
}

.secondary-outline-btn {
	color: #e80566;
	display: inline-block;
	border: 1px solid #e80566
}

.secondary-outline-btn:hover {
	background: #e80566;
	color: #ffffff;
}

.outline-btn {
	position: relative;
	display: inline-block;
	color: #65258a;
	border: 1px solid #65258a;
}

.outline-btn:after {
	content: " ";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	z-index: -1;
	border-radius: 4px;
	opacity: 0;
	transition: 400ms;
	text-shadow: 0 0.5px 0.3px rgba(0, 0, 0, .1);
	background-image: linear-gradient(to bottom, #65258a, #7c23af);
}

.outline-btn:hover:after {
	opacity: 1;
}

.outline-btn:hover {
	color: #ffffff;
	background-color: #57017F;
}

.primary-bg h1,
.primary-bg p {
	color: #fff;
}

.solid-white-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #65258a;
}

.solid-white-btn:hover {
	background: transparent;
	color: #ffffff;
}

.outline-white-btn {
	color: #ffffff;
	border-color: #ffffff;
}

.outline-white-btn:hover {
	background: #ffffff;
	color: #65258a;
}

.check-btn {
	color: #ffffff !important;
	padding: 8px 20px !important;
}

a.check-btn:hover {
	color: #e80566 !important;
}

a.check-btn.solid-white-btn {
	color: #65258a !important;
	opacity: 0.9;
}

a.check-btn.solid-white-btn:hover {
	background: #ffffff;
	color: #65258a !important;
	border-color: #ffffff;
}

.icon-sm {
	font-size: 25px;
	line-height: 25px;
}

.icon-md {
	font-size: 40px;
	line-height: 40px;
}

.icon-lg {
	font-size: 50px;
	line-height: 50px;
}

.form-control {
	border-color: #ebebeb;
	padding: .75rem 0.85rem;
	height: calc(2.56em + .75rem + 2px);
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
	color: #b1b1b1 !important;
	font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
	/* Firefox 18- */
	color: #b1b1b1;
	font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
	/* Firefox 19+ */
	color: #b1b1b1;
	font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
	color: #b1b1b1;
	font-size: 13px;
}

select.form-control.has-value {
	height: 52px;
}

.section-heading h2 span {
	font-weight: 400;
	font-size: 2rem;
}

.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 3px;
	background: #e80566;
	overflow: hidden;
}

.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 15px;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}

@keyframes animborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}

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

.height-lg-100vh {
	min-height: 100vh;
}

@media (max-width: 576px) {
	.height-lg-100vh {
		height: auto;
	}
}

.custom-badge {
	top: 5%;
	right: 8%;
}

.image-wrap img {
	display: block;
}

@media (min-width: 1300px) and (max-width: 1920px) {
	.custom-width {
		min-width: 550px;
	}
}

.app-download-list li a {
	padding: 10px 22px;
	color: inherit;
	font-size: 13px;
	line-height: 15px;
}

.download-text span {
	font-size: 13px;
}

.download-text h5 {
	font-size: 15px;
	color: inherit;
}

.app-download-list li a:hover {
	background: #65258a;
	color: #FFFFFF;
	border-color: #65258a !important;
}

.affix {
	background-color: #65258a;
	-webkit-transition: padding 0.4s ease-out;
	-moz-transition: padding 0.4s ease-out;
	-o-transition: padding 0.4s ease-out;
	transition: padding 0.4s ease-out;
}

.topbar-text ul li {
	font-size: 13px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.topbar-text ul li:not(:last-child) {
	margin-right: 20px;
}

.topbar-text ul li strong {
	font-size: 14px;
	vertical-align: middle;
}

.topbar-text ul li a {
	display: inline-flex;
	align-items: center;
	color: inherit;
}

.topbar-text ul li a:hover {
	color: #e80566;
}

.gradient-bg .topbar-text ul li,
.gradient-bg .topbar-text ul li a {
	color: #ffffff;
	opacity: 0.8;
}

.gradient-bg .topbar-text ul li a:hover {
	opacity: 1;
}

.topbar-text ul li span {
	vertical-align: middle;
}

.custom-nav ul li a,
.custom-nav-2.affix ul li a {
	color: #ffffff;
}

.custom-nav.affix ul li a {
	color: #353535;
}

.white-bg.affix,
.custom-nav.affix,
.custom-nav-3.affix {
	background: #ffffff !important;
	border-bottom: 1px solid #ebebeb;
}

.fixed-top {
	top: auto;
}

.fixed-top.affix {
	top: 0;
}

.white-bg.custom-nav ul li a:hover {
	opacity: 1;
}

.bg-transparent ul li a {
	color: #ffffff;
	opacity: 0.7;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
	opacity: 1;
}

.bg-transparent.affix {
	background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
}

.navbar-toggler {
	color: #ffffff;
	background: #48054c;
}

/*main menu new style*/
.header nav.navbar {
	padding: 0.3rem 1rem;
	transition: all .3s ease-in-out;
	border-bottom: 2px solid #db086a;
}

.header nav.navbar.affix {
	padding: 0 1rem;
	background: #000;
	border-bottom: 2px solid #db086a;
}

.navbar-brand {
	font-size: inherit;
	height: auto;
	margin-bottom: -8px;
}

.menu {
	display: block;
}

.menu li {
	display: inline-block;
	position: relative;
}

.menu li:first-child {
	margin-left: 0;
}

.menu li a {
	font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	padding: 20px 12px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
	opacity: 0.8;
}

.white-bg>.menu li a {
	color: #081d43 !important;
}

.menu li a:hover,
.menu li:hover>a {
	opacity: 1;
}

.menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 9;
	border-radius: 4px;
	transform: translate(0, 20px);
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.menu ul:after {
	bottom: 100%;
	left: 35px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.menu li a.dropdown-toggle::after {
	position: relative;
	left: 2px;
	vertical-align: middle;
}

.sub-menu li a.dropdown-toggle-inner::after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	margin-left: auto;
	position: absolute;
	right: 15px;
	font-size: 12px;
}

.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	text-transform: inherit;
	font-weight: normal;
	display: block;
	color: #424141;
	padding: 8px 15px;
	font-family: 'Montserrat', sans-serif;
}

.menu ul li a:hover,
.menu ul li:hover>a {
	color: #ffffff;
	background: #65258a;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover {
	border-radius: 4px 4px 0 0;
}

.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover {
	border-radius: 0 0 4px 4px;
}

.menu ul.sub-menu li:last-child ul li a:hover {
	border-radius: 0;
}

.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.menu ul ul {
	left: 200px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
	left: -8px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border: solid transparent;
	border-right-color: #fff;
	border-width: 8px;
}

.menu li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.responsive-menu {
	display: none;
	width: 100%;
	padding: 20px 15px;
	background: #374147;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.responsive-menu:hover {
	background: #374147;
	color: #fff;
	text-decoration: none;
}

.offer-design {
	font-size: calc(3vw + 60px);
	font-weight: 900;
	text-align: center;
	background: linear-gradient(to right, #ef03f3 0%, #ff0000 100%);
	-webkit-background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	font-family: fantasy;
	width: 100%;
}

.offer-design1 {
	background: linear-gradient(to right, #b4ff22 0%, #ff0000 100%);
	-webkit-background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
}

.offer-design3 {
	font-size: calc(2vw + 14px);

	background: linear-gradient(to right, #0dd2ff 0%, #144ceb 100%);
	-webkit-background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	font-family: cursive;
}

.grehead {
	font-size: calc(1vw + 20px);
	padding: 10px 0;
}

.w-100 {
	width: 100%;
}

.card {
	position: relative;
	overflow: hidden;
	z-index: 10;
	/* touch-action: none; */
	margin: 10px 0;
	cursor: pointer;
	border-radius: 5% / 3.5%;
	box-shadow:
		-5px -5px 5px -5px #ec9bb6,
		5px 5px 5px -5px #ccac6f,
		-7px -7px 10px -5px transparent,
		7px 7px 10px -5px transparent,
		0 0 5px 0px rgba(255, 255, 255, 0),
		0 55px 35px -20px rgba(0, 0, 0, 0.5);

	transition: transform 0.5s ease, box-shadow 0.2s ease;
	will-change: transform, filter;

	background-color: #040712;
	background-image: var(--front);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform-origin: center;

}


.card:hover {
	box-shadow:
		-20px -20px 30px -25px #ec9bb6,
		20px 20px 30px -25px #ccac6f,
		-7px -7px 10px -5px #ec9bb6,
		7px 7px 10px -5px #ccac6f,
		0 0 13px 4px rgba(255, 255, 255, 0.3),
		0 55px 35px -20px rgba(0, 0, 0, 0.5);
}


.card:before,
.card:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-repeat: no-repeat;
	opacity: .5;
	mix-blend-mode: color-dodge;
	transition: all .33s ease;
}


.card:after {
	opacity: 1;
	background-image: url("/images/sparkles.gif");
	background-position: 50% 50%;
	background-size: 160%;
	background-blend-mode: overlay;
	z-index: 2;
	filter: brightness(1) contrast(1);
	transition: all .33s ease;
	mix-blend-mode: color-dodge;
	opacity: .75;
}


.card.active,
.card:hover {
	animation: none;
	transition: box-shadow 0.1s ease-out;
}

.card.active:before,
.card:hover:before {
	animation: none;
	background-image: linear-gradient(110deg,
			transparent 25%,
			#ec9bb6 48%,
			#ccac6f 52%,
			transparent 75%);
	background-position: 50% 50%;
	background-size: 250% 250%;
	opacity: .88;
	filter: brightness(.66) contrast(1.33);
	transition: none;
}


@keyframes holoSparkle {

	0%,
	100% {
		opacity: .75;
		background-position: 50% 50%;
		filter: brightness(1.2) contrast(1.25);
	}

	5%,
	8% {
		opacity: 1;
		background-position: 40% 40%;
		filter: brightness(.8) contrast(1.2);
	}

	13%,
	16% {
		opacity: .5;
		background-position: 50% 50%;
		filter: brightness(1.2) contrast(.8);
	}

	35%,
	38% {
		opacity: 1;
		background-position: 60% 60%;
		filter: brightness(1) contrast(1);
	}

	55% {
		opacity: .33;
		background-position: 45% 45%;
		filter: brightness(1.2) contrast(1.25);
	}
}

@keyframes holoGradient {

	0%,
	100% {
		opacity: 0.5;
		background-position: 50% 50%;
		filter: brightness(.5) contrast(1);
	}

	5%,
	9% {
		background-position: 100% 100%;
		opacity: 1;
		filter: brightness(.75) contrast(1.25);
	}

	13%,
	17% {
		background-position: 0% 0%;
		opacity: .88;
	}

	35%,
	39% {
		background-position: 100% 100%;
		opacity: 1;
		filter: brightness(.5) contrast(1);
	}

	55% {
		background-position: 0% 0%;
		opacity: 1;
		filter: brightness(.75) contrast(1.25);
	}
}

@keyframes holoCard {

	0%,
	100% {
		transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
	}

	5%,
	8% {
		transform: rotateZ(0deg) rotateX(6deg) rotateY(-20deg);
	}

	13%,
	16% {
		transform: rotateZ(0deg) rotateX(-9deg) rotateY(32deg);
	}

	35%,
	38% {
		transform: rotateZ(3deg) rotateX(12deg) rotateY(20deg);
	}

	55% {
		transform: rotateZ(-3deg) rotateX(-12deg) rotateY(-27deg);
	}
}


.card.eevee:hover {
	box-shadow:
		0 0 30px -5px white,
		0 0 10px -2px white,
		0 55px 35px -20px rgba(0, 0, 0, 0.5);
}

.card.eevee:hover:before,
.card.eevee.active:before {
	background-image: linear-gradient(115deg,
			transparent 20%,
			#ec9bb6 36%,
			#ccac6f 43%,
			#69e4a5 50%,
			#8ec5d6 57%,
			#b98cce 64%,
			transparent 80%);
}

.card>span {
	position: relative;
	top: 45%;
}

.card img {
	vertical-align: middle;
}

.card p {
	font-weight: bolder;
	font-size: 25px;
}

.operator {
	display: inline-block;
	vertical-align: middle;
	font-size: 6vh;
}

#app {
	position: relative;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	z-index: 1;
	transform: translate3d(0.1px, 0.1px, 0.1px)
}

.loc-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.glow-on-hover {
	width: 220px;
	height: 50px;
	border: none;
	outline: none;
	color: #fff;
	background: #111;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	margin: 5px;
}

.glow-on-hover:before {
	content: '';
	background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	border-radius: 10px;
}

.glow-on-hover:active {
	color: #000
}

.glow-on-hover:active:after {
	background: transparent;
}

.glow-on-hover:hover:before {
	opacity: 1;
}

.glow-on-hover:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	left: 0;
	top: 0;
	border-radius: 10px;
}

@keyframes glowing {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}


.chn-loc .card{
  margin: 15px 5px;
} 
.chn-loc .row{
  justify-content: space-evenly;
}  
.chn-loc h5{
  margin: 10px 0;
}

.chn-cat .row{
  justify-content: center;
}
.chn-cat .col{
  width: 50%;

padding: 10px;
}
.chn-cat .card img{
  width: 100%;
}
.chn-cat .card-body{
  padding: 15px 0;
}
.chn-cat .btn{
  color: #28a745;
border-color: #28a745;
}

.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-table {
  margin:10px;
  text-align: center;
  width: 300px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #FFF;
  background: #e95846;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.pricing-table h3{margin: 0px;}
.pricing-table.recommended .pricing-title {
  background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
  background: #2db3cb;
}

.pricing-table .price {
  background: #403e3d;
  font-size: 3.4em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.table-list {
  background: #FFF;
  color: #403d3a;
}

.table-list li {
  font-size: 1.4em;
  font-weight: 700;
  padding: 12px 8px;
}



.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.table-list li:nth-child(2n) {
  background: #F0F0F0;
}

.table-buy {
  background: #FFF;
  padding: 15px;
  text-align: left;
  overflow: hidden;
  display: flex;
    justify-content: center;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
  float: right;
  color: #FFF;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;  
}









































#sy-whatshelp {
	right: 10px;
	bottom: 10px;
	position: fixed;
	z-index: 9999;
}

#sy-whatshelp a {
	position: relative;
}

#sy-whatshelp a.sywh-open-services {
	background-color: #129bf4;
	color: #fff;
	line-height: 55px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font-size: 23px;
	width: 55px;
	height: 55px;
	text-align: center;
	box-shadow: 2px 2px 8px -3px #000;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
	line-height: 55px;
}

#sy-whatshelp a.sywh-open-services .fa-times {
	display: none;
}

#sy-whatshelp .sywh-services {
	width: 55px;
	height: auto;
}

#sy-whatshelp .sywh-services a {
	display: none;
	font-family: 'Open Sans', sans-serif;
}

#sy-whatshelp .sywh-services a.email i {
	background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
	background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
	background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
	background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
	background-color: #ff6600;
}

a[data-tooltip] {
	position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
	position: absolute;
	display: none;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
	content: attr(data-tooltip);
	background-image: linear-gradient(98.3deg, rgba(0, 0, 0, 1) 10.6%, rgba(255, 0, 0, 1) 97.7%);
	color: #fff;
	font-size: 13px;
	padding: 7px 11px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	display: none;
}

a[data-tooltip]::after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
	display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
	display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
	display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
	top: 11px;
	font-family: 'Open Sans', sans-serif;
	display: none;
}

a[data-tooltip][data-placement="left"]::before {
	top: -7px;
	right: 100%;
	line-height: normal;
	margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
	border-left-color: #fe0000;
	border-right: none;
	top: 50%;
	right: 100%;
	margin-top: -6px;
	margin-right: 4px;
	display: none;
}

a[data-tooltip][data-placement="right"]::before {
	top: -7px;
	left: 100%;
	line-height: normal;
	margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
	border-right-color: #000;
	border-left: none;
	top: 50%;
	left: 100%;
	margin-top: -6px;
	margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
	bottom: 100%;
	left: 0;
	margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
	border-top-color: #000;
	border-bottom: none;
	bottom: 100%;
	left: 10px;
	margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
	top: 100%;
	left: 0;
	margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
	border-bottom-color: #000;
	border-top: none;
	top: 100%;
	left: 10px;
	margin-top: 4px;
}

@media (max-width: 500px) {
  .chn-cat .col{
  width: 100%;
  }
.grad-top .row{
	line-height: 63px;
}
}
@media screen and (min-width: 600px) {
	.cards {
		flex-direction: row;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.navbar {
		padding: 0.35rem 1rem !important
	}

	.menu li {
		display: block;
	}

	.white-bg.affix,
	.custom-nav.affix,
	.navbar.white-bg {
		background: #ffffff !important;
		border-bottom: 1px solid #ebebeb;
	}

	.white-bg.custom-nav ul li a,
	.custom-nav ul li a {
		color: #081d43 !important;
	}

	.white-bg.navbar .navbar-toggler span {
		color: #65258a;
	}

	.ptb-100 {
		padding: 15px 0;
	}

	.pt-100 {
		padding-top: 55px;
	}

	.pb-100 {
		padding-bottom: 55px;
	}

	.pt-165 {
		padding-top: 100px;
	}

	.mt--165 {
		margin-top: 0 !important;
	}

	.hero-equal-height {
		min-height: auto !important;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.mainWrap {
		width: 768px;
	}

	.menu ul {
		top: 37px;
	}

	.menu li a {
		padding: 8px 15px;
	}

	a.homer {
		background: #374147;
	}
}

@media (max-width: 767px) {
	.responsive-menu {
		display: block;
	}

	.header nav.navbar {
		padding: 0.5rem 1rem;
	}

	.mainWrap {
		width: auto;
		padding: 50px 20px;
	}

	nav {
		margin: 0;
		background: none;
	}

	.menu li {
		display: block;
		margin: 0;
	}

	.menu li a {
		padding: 8px 15px;
	}

	.menu li a:hover,
	.menu li:hover>a {
		background: #65258a;
		color: #fff;
	}

	.menu ul {
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: initial;
	}

	.menu li:hover>ul {
		visibility: visible;
		opacity: 1;
		position: relative;
		transform: initial;
	}

	.menu ul ul {
		left: 0;
		transform: initial;
	}

	.menu li>ul ul:hover {
		transform: initial;
	}
}

.hero-slider-content h1 {
	font-size: 32px;
	line-height: initial;
	font-weight: 700;
}

.progress {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 12px;
	overflow: hidden;
	font-size: .75rem;
	background-color: #ebebeb;
	border-radius: 30px;
}

.progress-item+.progress-item {
	margin-top: 24px;
}

.progress-item {
	margin-bottom: 20px;
}

/*progressbar animation*/
.progress span {
	display: block;
	height: 100%;
}

.progress-line {
	background-color: #05e84b;
	-webkit-animation: progressBar 3s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 3s ease-in-out;
	-moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.about-us-img .about-single-img {
	position: relative;
	z-index: 2;
}

.check-list-info {
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}

.check-list-info li {
	position: relative;
	padding: .5rem 0 .5rem 1.875rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: justify;
}

.check-list-info li:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #05e84b;
}

.single-promo-hover {
	transition: all .2s ease-out;
	will-change: transform;
}

.single-promo-hover:hover {
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.circle-icon {
	display: block;
}

.single-promo-2 {
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
	border-radius: 1.5rem !important;
}

.single-promo-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

footer {
	background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
}

.footer-top {
	padding: 65px 0;
}

@media (min-width: 320px) and (max-width: 567px) {
	.footer-top {
		padding: 50px 0;
	}
}

.footer-nav-wrap h4 {
	font-size: 18px;
	margin-bottom: 1.4rem;
	font-weight: bold;
}

.footer-nav-wrap ul li a {
	font-size: 16px;
	line-height: 24px;
	padding: 12px 0;
	color: inherit;
	opacity: 0.8;
	text-align:center;
}

.footer-nav-wrap ul li a:hover,
.copyright-text a:hover,
.social-list li a:hover {
	opacity: 1;
	text-decoration: none;
}

.copyright-text {
	font-size: 13px;
}

.social-list li a {
	padding: 6px 10px;
	font-size: 13px;
}

.social-nav ul li a {
	opacity: 0.8;
	transition: all 0.3s ease-in;
	padding: 3px 8px;
	font-size: 14px;
}

.tooltip-hover {
	position: relative;
}

.tooltip-hover a {
	display: block;
}

.tooltip-item {
	position: absolute;
	background-color: rgb(255, 255, 255);
	pointer-events: none;
	color: rgb(51, 51, 51);
	font-size: 13px;
	bottom: 90%;
	left: 50%;
	opacity: 0;
	white-space: nowrap;
	visibility: hidden;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
	transform: translate3d(-50%, 0px, 0px);
	padding: 0.4rem 0.8rem;
	border-radius: 3px;
	transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.tooltip-item:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 6px solid rgb(255, 255, 255);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.tooltip-hover:hover .tooltip-item {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 5px);
}

.get-in-touch-list li {
	font-size: 14px;
	margin-left: 50px;
}

.get-in-touch-list li span {
	font-size: 18px;
}

.widget {
	margin-bottom: 50px;
}

button,
[type="button"] {
	-webkit-appearance: button;
}

.widget .widget-title {
	margin-bottom: 24px;
}

.widget ul {
	margin-bottom: 0;
}

.widget-categories ul li:first-child {
	padding-top: 0;
}

.widget-categories ul li {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
	margin: 0;
}

.widget a {
	color: #cdc8c8;
	display: block;
	font-size: 14px;
}

.widget a:hover {
	color: red;
}

button.scroll-top:focus {
	outline: none;
}

.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background: #65258a;
	transition: 1s ease;
	border: none;
}

.scroll-top span {
	color: #fff;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@media (min-width: 320px) and (max-width: 575px) {
	.action-btns .btn {
		margin: 6px 0;
	}
}


.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-cocktail:before {
	content: "\f561"
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400d41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.html#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400d41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.html#fontawesome) format("svg") */
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900d41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.html#fontawesome) format("svg")
}

.fas {
	font-family: "Font Awesome 5 Free"
}

.fas {
	font-weight: 900
}


@media (min-width: 320px) and (max-width: 575px) {
	html {
		font-size: 14px;
	}

	h1 {
		font-size: 2.25rem;
	}

	h2 {
		font-size: 1.7441em;
	}

	.hero-slider-content h1 {
		font-size: 2.25rem;
	}

	.action-btns a.btn {
		margin-bottom: 15px;
	}

	div[class*='col-']:not(:last-of-type) {
		margin-bottom: 20px !important;
	}

	.row>div[class*='col-']:last-of-type {
		margin-bottom: 0;
	}

	.footer-bottom .row>div[class*='col-']:first-child {
		margin-bottom: 0 !important;
	}

	.pt-5,
	.py-5 {
		padding-top: 1rem !important;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.action-btns a.btn {
		margin-bottom: 15px;
	}


	div[class*='col-']:not(:last-of-type) {
		margin-bottom: 20px !important;
	}

	.row>div[class*='col-']:last-of-type {
		margin-bottom: 0;
	}

	.footer-bottom .row>div[class*='col-']:first-child {
		margin-bottom: 0 !important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.action-btns a.btn {
		margin-bottom: 15px;
	}
}


.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.lazyload {
	opacity: 0;
	transform: scale(0.8);
}

.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 900ms;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }

  .pricing-table {
    width: 236px;
  }
  
  .table-list li {
    font-size: 1.3em;
  }

 }

 @media only screen and (max-width: 767px) {

  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
 }

