:root {
	--blue: #5e72e4;
	--indigo: #5603ad;
	--purple: #8965e0;
	--pink: #f3a4b5;
	--red: #f5365c;
	--orange: #fb6340;
	--yellow: #ffd600;
	--green: #2dce89;
	--teal: #11cdef;
	--cyan: #2bffc6;
	--gray: #8898aa;
	--gray-dark: #32325d;
	--light: #ced4da;
	--lighter: #e9ecef;
	--primary: #5e72e4;
	--secondary: #f4f5f7;
	--success: #2dce89;
	--info: #11cdef;
	--warning: #fb6340;
	--danger: #f5365c;
	--light: #adb5bd;
	--dark: #212529;
	--default: #172b4d;
	--white: #fff;
	--neutral: #fff;
	--darker: #000;
	--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: rgba(0, 0, 0, 0)
}

figcaption,
footer,
header,
main,
nav,
section {
	display: block
}


.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
}



.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%, #8f6ed5 70%, #d782d9 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
}

.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
}


.swiper-container {
	width: 100%;
	height: 800px;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: #eee;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

a:hover {
	text-decoration: none;
}
.bannerimg{
	background-position: center center;
	background-size: cover;
}

.flex {
	display: flex;
}
a{
	color: #172B4D;
}
.media-img{
	background-position: center center;
	background-size: cover;
	width: 160px; height: 120px; background-color: #eee; margin-right: 20px;
}

media (min-width: 750px) {
	.container-sm {
		border: 1px solid red;
	}
}