body {
	font-family: 'Open Sans', Arial, Sans-serif;
	background: #000!important;
	margin:0;
	padding:0;
}

.fixed_new {
	width: 100%
}
.card{
    background-color:#ED008C;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cat_new_img {
	border-radius: 5px 5px 0 0
}

@media only screen and (max-width:768px) {
	.heading_new {
		font-size: 2rem
	}

	.heading_new_mobile {
		font-size: 1.5em;
		font-weight: 700
	}
}

.bold {
	font-weight: 700
}

.select-me {
	padding: 7px 3px;
	width: 100%;
	background-image: linear-gradient(#6d0b00 39%, #b82e1f 100%);
	color: #fff;
	border: none;
	border-radius: 2px
}

select .new_option {
	background: red;
	background-image: linear-gradient(#6d0b00 39%, #b82e1f 100%);
	color: #fff;
}

body {
	color: #fff!important;
}

#return-to-top {
	position: fixed;
	bottom: 43px;
	right: 30px;
	display: block;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	line-height: 50px;
	font-size: 24px;
	background: #700000;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-webkit-transition: all 0.3s ease;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
	color: #ED254E;
	-webkit-animation: jump 1s ease-in alternate infinite;
	animation: jump 1s ease-in alternate infinite
}

#return-to-top img {
	width: 40px;
	position: relative;
	background: transparent;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#return-to-top.index3_scroll {
	color: #F9DC5C
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 50%, 0)
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 50%, 0)
	}
}

@media (min-width:1200px) {
	.lgw-100 {
		max-width: 90%
	}
}

@media (min-width:1000px) {
	.justify-center {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		text-align: center;
		flex-direction: column;
		align-items: center
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table th {
	width: 20%;
	border: 1px solid #fed161
}
.table td{
    width: 20%;
    border: 1px solid #fed161;
    height: 35px !important;
    text-align: center;
}

body {
	background-image: url("");
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%
}

body {
	position: relative;
	overflow-x: hidden
}

.bg-black {
	background: #000;
}

a:hover {
	text-decoration: none
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center
}

.text-gold {
	color: #fed161
}

.text-light-gold {
	color: #f0ad4e
}

.bg-trans {
	/*background: #101113!important;*/
}

.section-bg {
	/*padding: 10px;*/
	background: #000;
	background: -webkit-linear-gradient(to right, #1cb5e0, #5CDB95);
	background: linear-gradient(to right, #000, #000);
	padding: 10px;
	margin-top: 20px;
	border-radius: 20px;
	opacity: 0.8;
	border: 1px solid #cca354;
	box-shadow: 0 0 10px 2px rgb(204 163 84 / 45%);
}

.cat-style {
	padding: 10px;
	text-transform: uppercase;
	font-size: 18px;
	background-image: linear-gradient(180deg, #000 18%, #b78b36 100%);
	background-color: #000;
	letter-spacing: 1px;
	color: #f5c87c
}

.desc {
	color: #f5c87c
}

.btn-cristal {
	color: #000;
	background-color: #ffa800;
	font-weight: 500;
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 4px
}

ul {
	padding: 0
}

.border-bottom {
	border-bottom: 2px solid #f5c87c;
	width: 17%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	direction: ltr
}

@media (min-width:768px) {
	.col-sm-5-cols {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width:992px) {
	.col-md-5-cols {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width:1200px) {
	.col-lg-5-cols {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

.nav-bg {
	/*background-color: transparent;*/
	background-image: linear-gradient(#101113 30%, #101113 80%);
	color: #fff;
	border-top: 1px solid gold;
	border-bottom: 1px solid gold;
}

a.nav-link {
	text-transform: uppercase;
	color: #fff;
}

.active {
	border-bottom: 2px solid #fed161
	background-color:#ffb705;
}

.nav-link:hover {
	border-bottom: 2px solid #fed161
}

.nav-mobile {
	position: fixed;
	background: #000;
	width: 100%;
	z-index: 9999;
	text-align: center;
	top: 0
}

.nav-mobile .close-menu {
	display: block;
	position: absolute;
	right: 0
}

@media (min-height:300px) {
	nav ul {
		position: sticky;
		top: 0
	}
}

.name {
	color: #ecce7e;
	font-family: Roboto, Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase
}

.profile-bg {
	background-color: #b78b36;
	background-image: radial-gradient(at center center, #000 39%, #b78b36 100%)
}

.star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
	font-size: 24px
}

i.star-full:before {
	content: "★";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #f0ad4e;
	top: 0;
	left: 0
}

i.star-empty:before {
	content: "★";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #ccd6df;
	top: 0;
	left: 0
}

.para-style {
	font-family: Roboto, Sans-serif;
	font-weight: 300;
	font-size: 18px
}

.para-heading {
	font-size: 22px;
	color: #f5c87c!important;
}

.footer-text li span {
	color: #fff;
	line-height: 25px;
}

.footer-text li {
	list-style-type: none
}

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

a:active,
a:hover {
	color: #f5c87c
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

[hidden] {
	display: none
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

@media print {

	*,
	:after,
	:before {
		background: 0 0;
		color: #000;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-shadow: none
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	img {
		page-break-inside: avoid
	}

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

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

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

select {
	display: block
}

@media (min-width:740px) {
	.desc-hide {
		display: none
	}
}

@media (max-width:767px) {
	.sd-hide {
		display: none
	}
	.mx-auto h1{
	    font-size: 18px !important;
        margin-bottom: 0px!important;
        margin-top: 20px!important;
	}
	.top-header-contant{
	    font-size:16px!important;
	}
	.top-logo{
	    display:none!important;
	}
}

.slider-bg {
	overflow-x: hidden;
	background-size: cover;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

@media (max-width:425px) {

	.cat-style,
	.name {
		font-size: 1rem
	}

	.star-rating {
		padding-bottom: 0
	}

	.star-rating i {
		font-size: 17px
	}

	.desc {
		font-size: .8rem
	}

	.vdo-size {
		height: auto;
		width: 100%!important;
	}

	.vdo-title {
		font-size: 1.4rem
	}
}

.select-me {
	padding: 3px;
	width: 100%
}

.bg-brm {
	opacity: 1
}

.f1-icon {
	height: auto;
	width: 45px
}

.f2-icon {
	height: auto;
	width: 22px
}

@media (max-width:640px) {
	.bg-trans {
		padding-top: 12px
	}
	p{
	    text-align:justify;
	}
	
}

@media (min-width:1000px) {
	.nav-bg {
		height: 58px
	}
}

body {
	position: relative;
	overflow-x: hidden
}

.fixed_new {
	/*background-color: #000;*/
	position: fixed;
	bottom: 0;
	/*border-top: 1px solid #b78b36;*/
	display: flex;
	justify-content: center;
	z-index: 999;
	padding: 6px
}

@media only screen and (min-width:426px) {
	.fixed_new {
		display: none
	}

	.f1-icon {
		display: none
	}

	.f2-icon {
		display: none
	}
}

@media (max-width:767px) {
	.navbar {
		padding: 0
	}
}

: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", "Liberation 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,
aside,
footer,
header,
nav,
section {
	display: block
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0
}

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

p {
	margin-top: 0;
	line-height:28px;
	margin-bottom: 1rem
}

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

ul ul {
	margin-bottom: 0
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

b,
strong {
	font-weight: bolder;
	color: #fff;
}

a {
	/*color: #fff;*/
	text-decoration: none;
	background-color: transparent
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

img {
	vertical-align: middle;
	border-style: none
}
video{
	widows: 100%;
	height: auto;
}

svg {
	overflow: hidden;
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
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,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

[hidden] {
	display: none
}

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

.h1,
h1 {
	font-size: 2.5rem
}

@media (max-width:476px) {

	.h1,h1 {
	font-size: 1.5rem!important;
}
}


.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}


.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 1140px
	}
}

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

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

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

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

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

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

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

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

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

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

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

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

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

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

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

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

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

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.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%;
		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-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.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%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

.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 {
    background:#fff;
	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:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.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-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link:focus {
	text-decoration: underline
}

.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

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

.btn-group {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.btn-group>.btn:hover {
	z-index: 1
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.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
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.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
}

.nav-item {
	padding: 5px
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm {
	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-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

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

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

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

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat
}

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm {
		padding-right: 0;
		padding-left: 0
	}
}

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

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

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

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

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

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm {
		padding-right: 0;
		padding-left: 0
	}
}

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

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

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

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

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

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm {
		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 .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

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

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

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm {
	padding-right: 0;
	padding-left: 0
}

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

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

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

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

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

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

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

.carousel {
	position: relative
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

.carousel-item.active {
	display: block
}

.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.bg-light {
	background-color: #f8f9fa
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5
}

.border {
	border: 1px solid #dee2e6
}

.border-top {
	border-top: 1px solid #dee2e6
}

.border-right {
	border-right: 1px solid #dee2e6
}

.border-bottom {
	border-bottom: 1px solid #dee2e6
}

.border-left {
	border-left: 1px solid #dee2e6
}

.border-0 {
	border: 0
}

.border-top-0 {
	border-top: 0
}

.border-right-0 {
	border-right: 0
}

.border-bottom-0 {
	border-bottom: 0
}

.border-left-0 {
	border-left: 0
}

.border-light {
	border-color: #f8f9fa
}

.rounded-sm {
	border-radius: .2rem
}

.rounded {
	border-radius: .25rem
}

.rounded-top {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.rounded-right {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-left {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-lg {
	border-radius: .3rem
}

.rounded-circle {
	border-radius: 50%
}

.rounded-0 {
	border-radius: 0
}

.d-none {
	display: none
}

.d-block {
	display: block
}

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

@media (min-width:576px) {
	.d-sm-none {
		display: none
	}

	.d-sm-block {
		display: block
	}

	.d-sm-flex {
		display: -ms-flexbox;
		display: flex
	}
}

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

	.d-md-block {
		display: block
	}

	.d-md-flex {
		display: -ms-flexbox;
		display: flex
	}
}

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

	.d-lg-block {
		display: block
	}

	.d-lg-flex {
		display: -ms-flexbox;
		display: flex
	}
}

.flex-row {
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-fill {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.float-none {
	float: none
}

@media (min-width:576px) {
	.float-sm-left {
		float: left
	}

	.float-sm-right {
		float: right
	}

	.float-sm-none {
		float: none
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left
	}

	.float-md-right {
		float: right
	}

	.float-md-none {
		float: none
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left
	}

	.float-lg-right {
		float: right
	}

	.float-lg-none {
		float: none
	}
}

.overflow-auto {
	overflow: auto
}

.overflow-hidden {
	overflow: hidden
}

.position-fixed {
	position: fixed
}

.position-sticky {
	position: -webkit-sticky;
	position: sticky
}

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
		border-bottom: 2px solid #f1d031;
		border-top: 2px solid #f1d031;
		background-color:#000;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.h-25 {
	height: 25%
}

.h-50 {
	height: 50%
}

.h-75 {
	height: 75%
}

.h-100 {
	height: 100%
}

.h-auto {
	height: auto
}

.min-vw-100 {
	min-width: 100vw
}

.vw-100 {
	width: 100vw
}

.m-0 {
	margin: 0
}

.mt-0 {
	margin-top: 0
}

.mx-0 {
	margin-right: 0
}

.mb-0 {
	margin-bottom: 0
}

.ml-0,
.mx-0 {
	margin-left: 0
}

.m-1 {
	margin: .25rem
}

.mt-1 {
	margin-top: .25rem
}

.mx-1 {
	margin-right: .25rem
}

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

.ml-1,
.mx-1 {
	margin-left: .25rem
}

.m-2 {
	margin: .5rem
}

.mt-2 {
	margin-top: .5rem
}

.mx-2 {
	margin-right: .5rem
}

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

.ml-2,
.mx-2 {
	margin-left: .5rem
}

.m-3 {
	margin: 1rem
}

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

.mx-3 {
	margin-right: 1rem
}

.mb-3 {
	margin-bottom: 1rem
}

.ml-3,
.mx-3 {
	margin-left: 1rem
}

.m-4 {
	margin: 1.5rem
}

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

.mx-4 {
	margin-right: 1.5rem
}

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

.ml-4,
.mx-4 {
	margin-left: 1.5rem
}

.m-5 {
	margin: 3rem
}

.mt-5 {
	margin-top: 3rem
}

.mx-5 {
	margin-right: 3rem
}

.mb-5 {
	margin-bottom: 3rem
}

.ml-5,
.mx-5 {
	margin-left: 3rem
}

.p-0 {
	padding: 0
}

.pt-0,
.py-0 {
	padding-top: 0
}

.px-0 {
	padding-right: 0
}

.pb-0,
.py-0 {
	padding-bottom: 0
}

.px-0 {
	padding-left: 0
}

.p-1 {
	padding: .25rem
}

.pt-1,
.py-1 {
	padding-top: .25rem
}

.px-1 {
	padding-right: .25rem
}

.pb-1,
.py-1 {
	padding-bottom: .25rem
}

.px-1 {
	padding-left: .25rem
}

.p-2 {
	padding: .5rem
}

.pt-2,
.py-2 {
	padding-top: .5rem
}

.px-2 {
	padding-right: .5rem
}

.pb-2,
.py-2 {
	padding-bottom: .5rem
}

.px-2 {
	padding-left: .5rem
}

.p-3 {
	padding: 1rem
}

.pt-3,
.py-3 {
	padding-top: 1rem
}

.px-3 {
	padding-right: 1rem
}

.pb-3,
.py-3 {
	padding-bottom: 1rem
}

.px-3 {
	padding-left: 1rem
}

.p-4 {
	padding: 1.5rem
}

.pt-4,
.py-4 {
	padding-top: 1.5rem
}

.px-4 {
	padding-right: 1.5rem
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem
}

.px-4 {
	padding-left: 1.5rem
}

.p-5 {
	padding: 3rem
}

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

.px-5 {
	padding-right: 3rem
}

.pb-5,
.py-5 {
	padding-bottom: 3rem
}

.px-5 {
	padding-left: 3rem
}

.m-auto {
	margin: auto
}

.mt-auto {
	margin-top: auto
}

.mx-auto {
	margin-right: auto
}

.mb-auto {
	margin-bottom: auto
}

.ml-auto,
.mx-auto {
	margin-left: auto
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0
	}

	.mt-sm-0 {
		margin-top: 0
	}

	.mx-sm-0 {
		margin-right: 0
	}

	.mb-sm-0 {
		margin-bottom: 0
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0
	}

	.m-sm-1 {
		margin: .25rem
	}

	.mt-sm-1 {
		margin-top: .25rem
	}

	.mx-sm-1 {
		margin-right: .25rem
	}

	.mb-sm-1 {
		margin-bottom: .25rem
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem
	}

	.m-sm-2 {
		margin: .5rem
	}

	.mt-sm-2 {
		margin-top: .5rem
	}

	.mx-sm-2 {
		margin-right: .5rem
	}

	.mb-sm-2 {
		margin-bottom: .5rem
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem
	}

	.m-sm-3 {
		margin: 1rem
	}

	.mt-sm-3 {
		margin-top: 1rem
	}

	.mx-sm-3 {
		margin-right: 1rem
	}

	.mb-sm-3 {
		margin-bottom: 1rem
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem
	}

	.m-sm-4 {
		margin: 1.5rem
	}

	.mt-sm-4 {
		margin-top: 1.5rem
	}

	.mx-sm-4 {
		margin-right: 1.5rem
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem
	}

	.m-sm-5 {
		margin: 3rem
	}

	.mt-sm-5 {
		margin-top: 3rem
	}

	.mx-sm-5 {
		margin-right: 3rem
	}

	.mb-sm-5 {
		margin-bottom: 3rem
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem
	}

	.p-sm-0 {
		padding: 0
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0
	}

	.px-sm-0 {
		padding-right: 0
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0
	}

	.px-sm-0 {
		padding-left: 0
	}

	.p-sm-1 {
		padding: .25rem
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem
	}

	.px-sm-1 {
		padding-right: .25rem
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem
	}

	.px-sm-1 {
		padding-left: .25rem
	}

	.p-sm-2 {
		padding: .5rem
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem
	}

	.px-sm-2 {
		padding-right: .5rem
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem
	}

	.px-sm-2 {
		padding-left: .5rem
	}

	.p-sm-3 {
		padding: 1rem
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem
	}

	.px-sm-3 {
		padding-right: 1rem
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem
	}

	.px-sm-3 {
		padding-left: 1rem
	}

	.p-sm-4 {
		padding: 1.5rem
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem
	}

	.px-sm-4 {
		padding-right: 1.5rem
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem
	}

	.px-sm-4 {
		padding-left: 1.5rem
	}

	.p-sm-5 {
		padding: 3rem
	}

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

	.px-sm-5 {
		padding-right: 3rem
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem
	}

	.px-sm-5 {
		padding-left: 3rem
	}

	.m-sm-auto {
		margin: auto
	}

	.mt-sm-auto {
		margin-top: auto
	}

	.mx-sm-auto {
		margin-right: auto
	}

	.mb-sm-auto {
		margin-bottom: auto
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0
	}

	.mt-md-0 {
		margin-top: 0
	}

	.mx-md-0 {
		margin-right: 0
	}

	.mb-md-0 {
		margin-bottom: 0
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0
	}

	.m-md-1 {
		margin: .25rem
	}

	.mt-md-1 {
		margin-top: .25rem
	}

	.mx-md-1 {
		margin-right: .25rem
	}

	.mb-md-1 {
		margin-bottom: .25rem
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem
	}

	.m-md-2 {
		margin: .5rem
	}

	.mt-md-2 {
		margin-top: .5rem
	}

	.mx-md-2 {
		margin-right: .5rem
	}

	.mb-md-2 {
		margin-bottom: .5rem
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem
	}

	.m-md-3 {
		margin: 1rem
	}

	.mt-md-3 {
		margin-top: 1rem
	}

	.mx-md-3 {
		margin-right: 1rem
	}

	.mb-md-3 {
		margin-bottom: 1rem
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem
	}

	.m-md-4 {
		margin: 1.5rem
	}

	.mt-md-4 {
		margin-top: 1.5rem
	}

	.mx-md-4 {
		margin-right: 1.5rem
	}

	.mb-md-4 {
		margin-bottom: 1.5rem
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem
	}

	.m-md-5 {
		margin: 3rem
	}

	.mt-md-5 {
		margin-top: 3rem
	}

	.mx-md-5 {
		margin-right: 3rem
	}

	.mb-md-5 {
		margin-bottom: 3rem
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem
	}

	.p-md-0 {
		padding: 0
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0
	}

	.px-md-0 {
		padding-right: 0
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0
	}

	.px-md-0 {
		padding-left: 0
	}

	.p-md-1 {
		padding: .25rem
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem
	}

	.px-md-1 {
		padding-right: .25rem
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem
	}

	.px-md-1 {
		padding-left: .25rem
	}

	.p-md-2 {
		padding: .5rem
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem
	}

	.px-md-2 {
		padding-right: .5rem
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem
	}

	.px-md-2 {
		padding-left: .5rem
	}

	.p-md-3 {
		padding: 1rem
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem
	}

	.px-md-3 {
		padding-right: 1rem
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem
	}

	.px-md-3 {
		padding-left: 1rem
	}

	.p-md-4 {
		padding: 1.5rem
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem
	}

	.px-md-4 {
		padding-right: 1.5rem
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem
	}

	.px-md-4 {
		padding-left: 1.5rem
	}

	.p-md-5 {
		padding: 3rem
	}

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

	.px-md-5 {
		padding-right: 3rem
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem
	}

	.px-md-5 {
		padding-left: 3rem
	}

	.m-md-auto {
		margin: auto
	}

	.mt-md-auto {
		margin-top: auto
	}

	.mx-md-auto {
		margin-right: auto
	}

	.mb-md-auto {
		margin-bottom: auto
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0
	}

	.mt-lg-0 {
		margin-top: 0
	}

	.mx-lg-0 {
		margin-right: 0
	}

	.mb-lg-0 {
		margin-bottom: 0
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0
	}

	.m-lg-1 {
		margin: .25rem
	}

	.mt-lg-1 {
		margin-top: .25rem
	}

	.mx-lg-1 {
		margin-right: .25rem
	}

	.mb-lg-1 {
		margin-bottom: .25rem
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem
	}

	.m-lg-2 {
		margin: .5rem
	}

	.mt-lg-2 {
		margin-top: .5rem
	}

	.mx-lg-2 {
		margin-right: .5rem
	}

	.mb-lg-2 {
		margin-bottom: .5rem
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem
	}

	.m-lg-3 {
		margin: 1rem
	}

	.mt-lg-3 {
		margin-top: 1rem
	}

	.mx-lg-3 {
		margin-right: 1rem
	}

	.mb-lg-3 {
		margin-bottom: 1rem
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem
	}

	.m-lg-4 {
		margin: 1.5rem
	}

	.mt-lg-4 {
		margin-top: 1.5rem
	}

	.mx-lg-4 {
		margin-right: 1.5rem
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem
	}

	.m-lg-5 {
		margin: 3rem
	}

	.mt-lg-5 {
		margin-top: 3rem
	}

	.mx-lg-5 {
		margin-right: 3rem
	}

	.mb-lg-5 {
		margin-bottom: 3rem
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem
	}

	.p-lg-0 {
		padding: 0
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0
	}

	.px-lg-0 {
		padding-right: 0
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0
	}

	.px-lg-0 {
		padding-left: 0
	}

	.p-lg-1 {
		padding: .25rem
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem
	}

	.px-lg-1 {
		padding-right: .25rem
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem
	}

	.px-lg-1 {
		padding-left: .25rem
	}

	.p-lg-2 {
		padding: .5rem
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem
	}

	.px-lg-2 {
		padding-right: .5rem
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem
	}

	.px-lg-2 {
		padding-left: .5rem
	}

	.p-lg-3 {
		padding: 1rem
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem
	}

	.px-lg-3 {
		padding-right: 1rem
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem
	}

	.px-lg-3 {
		padding-left: 1rem
	}

	.p-lg-4 {
		padding: 1.5rem
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem
	}

	.px-lg-4 {
		padding-right: 1.5rem
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem
	}

	.px-lg-4 {
		padding-left: 1.5rem
	}

	.p-lg-5 {
		padding: 3rem
	}

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

	.px-lg-5 {
		padding-right: 3rem
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem
	}

	.px-lg-5 {
		padding-left: 3rem
	}

	.m-lg-auto {
		margin: auto
	}

	.mt-lg-auto {
		margin-top: auto
	}

	.mx-lg-auto {
		margin-right: auto
	}

	.mb-lg-auto {
		margin-bottom: auto
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto
	}
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

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

	.text-sm-right {
		text-align: right
	}

	.text-sm-center {
		text-align: center
	}
	
}

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

	.text-md-right {
		text-align: right
	}

	.text-md-center {
		text-align: center
	}
}

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

	.text-lg-right {
		text-align: right
	}

	.text-lg-center {
		text-align: center
	}
}

.text-uppercase {
	text-transform: uppercase
}

.font-weight-light {
	font-weight: 300
}

.font-weight-bold {
	font-weight: 700
}

.text-light {
	color: #f8f9fa
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da
}

.text-body {
	color: #212529
}

.text-muted {
	color: #6c757d
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible
}

@media print {

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

	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
	}

	.container {
		min-width: 992px
	}

	.navbar {
		display: none
	}
}

.inlinelistlink li {
	display: -webkit-inline-box;
	list-style: disc;
	background: linear-gradient(to right, gold, #b78b36);
	color: #fff !important;
	padding: 4px 8px 6px 5px;
	margin: 2px
}

.inlinelistlink li a {
	padding: 4px 8px 6px 5px;
	margin: 2px;
	color: #fff;
}

.typewriter {
	width: 22.5ch;
    white-space: pre;
	overflow: hidden;
	border-right: 4px solid #212121;
	animation: cursor 1s step-start infinite, 
    text 2s steps(100) alternate infinite;
}

@keyframes cursor {
	0%, 100% { 
    border-color: #212121; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 100%; 
  }
}

.listgallery li{
	padding: 10px;
}
.plistyle {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.plistyle li {
    font-size: 18px;
    list-style: none;
}

/*styling whatsapp sticky button*/
.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  box-sizing: border-box;
  /*border: 5px gold solid;*/
  color: #ffffff;
  text-decoration: none;
  width: 80px;
  height: 80px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  /*animation: effect 1s infinite ease-out;*/
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  
  /*animation: mover 1s infinite alternate;*/
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}

.phone-button {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  width: 80px;
  height: 80px;
  font-size: 35px;
  /*background-color: #EB33F3;*/
  /*box-sizing: border-box;*/
  border: 2px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  span{ width: 100%; height: auto;}
}
.phone-button i {
	padding-left: 9px;
	padding-top: 8px!important;
	color:#fff!important;
}