
.fill-white {
	fill: #fff
}


.card {
	position: relative
}

.card-lift--hover:hover {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

@media (prefers-reduced-motion:reduce) {
	.card-lift--hover:hover {
		-webkit-transition: none;
		transition: none
	}
}

.close,.close>span:not(.sr-only) {
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.close>span:not(.sr-only) {
	font-size: 1.25rem;
	line-height: 17px;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	color: rgba(0,0,0,.6);
	border-radius: 50%;
	background-color: transparent
}

.close:focus,.close:hover {
	color: rgba(0,0,0,.9);
	outline: none
}

.close:focus,.close:focus span:not(.sr-only),.close:hover,.close:hover span:not(.sr-only) {
	background-color: transparent
}

.dropdown {
	display: inline-block
}

.dropdown-menu {
	min-width: 12rem
}

.footer {
	padding: 3rem 0;
	background: #f4f5f7
}

.footer .nav .nav-item .nav-link {
	color: #8898aa!important
}

.footer .nav .nav-item .nav-link:hover {
	color: #525f7f!important
}

.footer .copyright,.nav-footer .nav-link {
	font-size: .875rem
}

.nav-footer .nav-item:last-child .nav-link {
	padding-right: 0
}

.form-control {
	font-size: .875rem;
	height: calc(2.75rem + 2px)
}

.form-control:focus::-ms-input-placeholder {
	color: #adb5bd
}

.form-control:focus::-webkit-input-placeholder {
	color: #adb5bd
}

.form-control:focus::-moz-placeholder {
	color: #adb5bd
}

.form-control:focus:-ms-input-placeholder {
	color: #adb5bd
}

.form-control:focus::placeholder {
	color: #adb5bd
}

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

.icon {
	width: 3rem;
	height: 3rem
}

.icon i,.icon svg {
	font-size: 2.25rem
}

.focused .form-control {
	border-color: rgba(50,151,211,.25)
}



@-webkit-keyframes show-navbar-collapse {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes show-navbar-collapse {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes hide-navbar-collapse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}

	to {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}
}

@keyframes hide-navbar-collapse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}

	to {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}
}

@-webkit-keyframes show-navbar-dropdown {
	0% {
		-webkit-transition: visibility .25s,opacity .25s,-webkit-transform .25s;
		transition: visibility .25s,opacity .25s,-webkit-transform .25s;
		transition: visibility .25s,opacity .25s,transform .25s;
		transition: visibility .25s,opacity .25s,transform .25s,-webkit-transform .25s;
		-webkit-transform: translateY(10px) perspective(200px) rotateX(-2deg);
		transform: translateY(10px) perspective(200px) rotateX(-2deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes show-navbar-dropdown {
	0% {
		-webkit-transition: visibility .25s,opacity .25s,-webkit-transform .25s;
		transition: visibility .25s,opacity .25s,-webkit-transform .25s;
		transition: visibility .25s,opacity .25s,transform .25s;
		transition: visibility .25s,opacity .25s,transform .25s,-webkit-transform .25s;
		-webkit-transform: translateY(10px) perspective(200px) rotateX(-2deg);
		transform: translateY(10px) perspective(200px) rotateX(-2deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@-webkit-keyframes hide-navbar-dropdown {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}

@keyframes hide-navbar-dropdown {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}

.page-item.active .page-link {
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
}

.page-item .page-link,.page-item span {
	font-size: .875rem;
	display: -webkit-box;
	display: flex;
	width: 36px;
	height: 36px;
	margin: 0 3px;
	padding: 0;
	border-radius: 50%!important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.pagination-lg .page-item .page-link,.pagination-lg .page-item span {
	line-height: 46px;
	width: 46px;
	height: 46px
}

.popover {
	border: 0
}

.popover-header {
	font-weight: 600
}

.section {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem
}

.section-lg {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.section-shaped {
	position: relative
}

.section-shaped .shape {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%
}

.section-shaped .shape span {
	position: absolute
}

.section-shaped .shape+.container {
	position: relative;
	height: 100%
}

.section-shaped .shape-primary {
	background: linear-gradient(150deg,#281483 15%,#8f6ed5 70%,#d782d9 94%)
}

.section-shaped .shape-primary :first-child {
	background: #53f
}

.section-shaped .shape-primary :nth-child(2) {
	background: #4553ff
}

.section-shaped .shape-primary :nth-child(3) {
	background: #4f40ff
}

.section-shaped .shape-primary :nth-child(4) {
	background: #25ddf5
}

.section-shaped .shape-primary :nth-child(5) {
	background: #1fa2ff
}

.section-shaped .shape-style-1 span {
	width: 120px;
	height: 120px;
	border-radius: 50%
}

.section-shaped .shape-style-1 :first-child {
	bottom: auto;
	left: -4%;
	background: hsla(0,0%,100%,.1)
}

.section-shaped .shape-style-1 :nth-child(2) {
	top: 10%;
	right: 4%;
	background: hsla(0,0%,100%,.1)
}

.section-shaped .shape-style-1 :nth-child(3) {
	top: 280px;
	right: 5.66666%;
	background: hsla(0,0%,100%,.3)
}

.section-shaped .shape-style-1 :nth-child(4) {
	top: 320px;
	right: 7%;
	background: hsla(0,0%,100%,.15)
}

.section-shaped .shape-style-1 :nth-child(5) {
	top: 38%;
	right: auto;
	left: 1%;
	background: hsla(0,0%,100%,.05)
}

.section-shaped .shape-style-1 :nth-child(6) {
	top: 44%;
	right: auto;
	left: 10%;
	width: 200px;
	height: 200px;
	background: hsla(0,0%,100%,.15)
}

.section-shaped .shape-style-1 :nth-child(7) {
	right: 36%;
	bottom: 50%;
	background: hsla(0,0%,100%,.04)
}

.section-shaped .shape-style-1 :nth-child(8) {
	right: 2%;
	bottom: 70px;
	background: hsla(0,0%,100%,.2)
}

.section-shaped .shape-style-1 :nth-child(9) {
	right: 2%;
	bottom: 1%;
	background: hsla(0,0%,100%,.1)
}

.section-shaped .shape-style-1 :nth-child(10) {
	right: auto;
	bottom: 1%;
	left: 1%;
	background: hsla(0,0%,100%,.05)
}

@media (max-width:991.98px) {
	.section-shaped .shape-style-1 span {
		height: 120px
	}
}

@media (max-width:767.98px) {
	.section-shaped .shape-style-1 span {
		height: 90px
	}
}

.section-shaped .shape-style-1.shape-primary {
background: linear-gradient(150deg,#281483 15%,#18dba4 70%,#33a223 94%);
}

.separator {
	z-index: 1;
	top: auto;
	right: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 150px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.separator,.separator svg {
	position: absolute;
	pointer-events: none
}

.separator-bottom {
	top: auto;
	bottom: 0
}

.separator-bottom svg {
	bottom: 0
}

.separator-skew {
	height: 60px
}

@media (max-width:992px) {
	.separator-skew {
		z-index: 0
	}
}

p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.7
}

.description {
	font-size: .875rem
}

.datepicker {
	border-radius: .25rem;
	direction: ltr
}

.headroom {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	background-color: inherit;
	will-change: transform
}

@media (prefers-reduced-motion:reduce) {
	.headroom {
		-webkit-transition: none;
		transition: none
	}
}

.headroom--pinned {
	z-index: 3;
	width: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.headroom--not-top {
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #172b4d!important;
	box-shadow: 0 1px 10px rgba(130,130,134,.1)
}

.range-slider-value {
	font-size: .75rem;
	font-weight: 500;
	padding: .4em .8em .3em .85em;
	color: #fff;
	border-radius: 10px;
	background-color: rgba(33,37,41,.7)
}

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

.bg-white {
	background-color: #fff!important
}

.bg-gray-200 {
	background-color: #edf2f7!important
}

.bg-center {
	background-position: 50%!important
}

.bg-cover {
	background-size: cover!important
}

.border-0 {
	border-width: 0!important
}

.hidden {
	display: none!important
}

.font-normal {
	font-weight: 400!important
}

.h-120 {
	height: 30rem!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important
}

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

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

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

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

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

.-mt-64 {
	margin-top: -16rem!important
}

.-mt-74 {
	margin-top: -22rem!important
}

.max-w-3xl {
	max-width: 48rem!important
}

.overflow-hidden {
	overflow: hidden!important
}

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

.pt-0 {
	padding-top: 0!important
}

.pt-16\:9 {
	padding-top: 62.5%!important
}

.absolute {
	position: absolute!important
}

.relative {
	position: relative!important
}

.top-0 {
	top: 0!important
}

.shadow {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important
}

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

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

.text-2xl {
	font-size: 1.5rem!important
}

.w-full {
	width: 100%!important
}

.z-0 {
	z-index: 0!important
}
.card a{color:#333;text-decoration: none;}
