:root {
	--blue: #50a1ff;
	--indigo: #6610f2;
	--purple: #926dde;
	--pink: #e83e8c;
	--red: #ff4954;
	--orange: #ffbe00;
	--yellow: #ffba00;
	--green: #3cd458;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868e96;
	--gray-dark: #343a40;
	--primary: #50a1ff;
	--secondary: #e9ecf0;
	--success: #3cd458;
	--info: #926dde;
	--warning: #ffba00;
	--danger: #ff4954;
	--light: #f8f9fa;
	--dark: #191919;
	--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
}

*,
*::before,
*::after {
	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)
}

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

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: .9375rem;
	font-weight: 300;
	line-height: 1.9;
	color: #757575;
	text-align: left;
	background-color: #fff
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

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

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

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

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

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

figure {
	margin: 0 0 1rem
}

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

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

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-family: Hind+Vadodara, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #323d47
}

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

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

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

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

.lead,
.pricing-4 .plan-price p {
	font-size: 1.17188rem;
	font-weight: 300
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: 85%;
	font-weight: 400
}

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

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

.pswp {
	display: none !important;
}

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

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

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

a:hover,
a:focus {
	color: #50a1ff;
	text-decoration: none;
	outline: none
}

.btn {
	display: inline-block;
	font-weight: 600;
	color: #757575;
	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: .9375rem;
	line-height: 1.9;
	border-radius: .25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn-primary {
	color: #fff;
	background-color: #50a1ff;
	border-color: #50a1ff
}

.btn-primary:hover {
	color: #fff;
	background-color: #3c96ff;
	border-color: #3c96ff;
	box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4)
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	box-shadow: 0 0 0 0rem rgba(80, 161, 255, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #3cd458;
	border-color: #3cd458
}

.btn-success:hover {
	color: #fff;
	background-color: #2dce4b;
	border-color: #2dce4b;
	box-shadow: 0 1px 10px rgba(60, 212, 88, 0.4)
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	box-shadow: 0 0 0 0rem rgba(60, 212, 88, 0.5)
}

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

.btn-light:hover {
	color: #757575;
	background-color: #eceff2;
	border-color: #eceff2;
	box-shadow: 0 1px 10px rgba(248, 249, 250, 0.4)
}

.btn-light:focus,
.btn-light.focus {
	color: #757575;
	box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5)
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #757575;
	background-color: #e0e5e9;
	border-color: #e0e5e9;
	box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5)
}

.fade {
	transition: opacity 0.15s linear
}

.fade:not(.show) {
	opacity: 0
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

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

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .9375rem;
	color: #757575;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem
}

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

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

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

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

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: .25rem
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-text:last-child {
	margin-bottom: 0
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 0);
	border-top-right-radius: calc(.25rem - 0)
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.bg-dark {
	background-color: #191919 !important
}

.border {
	border: 1px solid #f1f2f3 !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

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

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center,
.nav.nav-center {
	justify-content: center !important
}

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

.align-content-start {
	align-content: flex-start !important
}

.position-absolute {
	position: absolute !important
}

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

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

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-3,
.mx-3 {
	margin-right: .75rem !important
}

.mb-3,
.my-3 {
	margin-bottom: .75rem !important
}

.mt-4,
.my-4 {
	margin-top: 1rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1rem !important
}

.mt-5,
.my-5 {
	margin-top: 1.5rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 1.5rem !important
}

.mt-6,
.my-6 {
	margin-top: 2rem !important
}

.mb-6,
.my-6 {
	margin-bottom: 2rem !important
}

.mt-7,
.my-7 {
	margin-top: 3rem !important
}

.mb-7,
.my-7 {
	margin-bottom: 3rem !important
}

.mb-8,
.my-8 {
	margin-bottom: 5rem !important
}

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

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

.p-6 {
	padding: 2rem !important
}

.pt-6,
.py-6 {
	padding-top: 2rem !important
}

.pr-6,
.px-6 {
	padding-right: 2rem !important
}

.pb-6,
.py-6 {
	padding-bottom: 2rem !important
}

.pl-6,
.px-6 {
	padding-left: 2rem !important
}

.pt-8 {
	padding-top: 4rem !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

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


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


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

.text-dark {
	color: #191919 !important
}

.text-muted {
	color: #868e96 !important
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-star:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-circle:before {
	content: ""
}


.fa-instagram:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.icon-mobile,
.icon-laptop,
.icon-desktop,
.icon-tablet,
.icon-phone,
.icon-document,
.icon-documents,
.icon-search,
.icon-clipboard,
.icon-newspaper,
.icon-notebook,
.icon-book-open,
.icon-browser,
.icon-calendar,
.icon-presentation,
.icon-picture,
.icon-pictures,
.icon-video,
.icon-camera,
.icon-printer,
.icon-toolbox,
.icon-briefcase,
.icon-wallet,
.icon-gift,
.icon-bargraph,
.icon-grid,
.icon-expand,
.icon-focus,
.icon-edit,
.icon-adjustments,
.icon-ribbon,
.icon-hourglass,
.icon-lock,
.icon-megaphone,
.icon-shield,
.icon-trophy,
.icon-flag,
.icon-map,
.icon-puzzle,
.icon-basket,
.icon-envelope,
.icon-streetsign,
.icon-telescope,
.icon-gears,
.icon-key,
.icon-paperclip,
.icon-attachment,
.icon-pricetags,
.icon-lightbulb,
.icon-layers,
.icon-pencil,
.icon-tools,
.icon-tools-2,
.icon-scissors,
.icon-paintbrush,
.icon-magnifying-glass,
.icon-circle-compass,
.icon-linegraph,
.icon-mic,
.icon-strategy,
.icon-beaker,
.icon-caution,
.icon-recycle,
.icon-anchor,
.icon-profile-male,
.icon-profile-female,
.icon-bike,
.icon-wine,
.icon-hotairballoon,
.icon-globe,
.icon-genius,
.icon-map-pin,
.icon-dial,
.icon-chat,
.icon-heart,
.icon-cloud,
.icon-upload,
.icon-download,
.icon-target,
.icon-hazardous,
.icon-piechart,
.icon-speedometer,
.icon-global,
.icon-compass,
.icon-lifesaver,
.icon-clock,
.icon-aperture,
.icon-quote,
.icon-scope,
.icon-alarmclock,
.icon-refresh,
.icon-happy,
.icon-sad,
.icon-facebook,
.icon-twitter,
.icon-googleplus,
.icon-rss,
.icon-tumblr,
.icon-linkedin,
.icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block
}

.icon-wallet:before {
	content: "\e016"
}

.modal .close {
	font-weight: 100
}

.modal-dialog {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: flex;
	height: 100%
}

.modal-content {
	margin-top: auto;
	margin-bottom: auto;
	border: none
}

.modal-header,
.modal-footer {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.modal-body>.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5rem 0.75rem;
	z-index: 1
}

.modal.fade:not(.modal-top):not(.modal-bottom) .modal-dialog {
	transform: translate(0, 0)
}

.modal-top .modal-content {
	margin-top: 3rem
}

.modal-bottom.modal.fade .modal-dialog {
	transform: translate(0, 0);
	overflow: hidden
}

.modal-bottom.modal.fade .modal-dialog .modal-content {
	margin-bottom: 0;
	transform: translate(0, 100%);
	transition: 0.3s ease-out
}

.modal-bottom.modal.show .modal-dialog .modal-content {
	margin-bottom: 3rem;
	transform: translate(0, 0);
	transition: 0.3s ease-out
}

.modal-long {
	height: auto;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem
}

@media all and (-ms-high-contrast: none) {
	.modal-dialog {
		display: block;
		padding-top: 4rem
	}

	*::-ms-backdrop,
	.modal-dialog {
		display: block;
		padding-top: 4rem
	}
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1.75rem;
	border-bottom: 1px solid #f1f2f3;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1.75rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.9
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1.75rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.75rem;
	border-top: 1px solid #f1f2f3;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 540px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}

	.modal-sm {
		max-width: 360px
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

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

a {
	color: #50a1ff;
	transition: .2s linear
}

b,
strong {
	font-weight: 600
}

.lead,
.pricing-4 .plan-price p {
	font-size: 1.125rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #323d47;
	letter-spacing: 0.5px
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b,
.h1 strong,
.h1 b,
.h2 strong,
.h2 b,
.h3 strong,
.h3 b,
.h4 strong,
.h4 b,
.h5 strong,
.h5 b,
.h6 strong,
.h6 b {
	font-weight: 500
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: #323d47
}

h1,
.h1 {
	font-weight: 400
}

h2,
.h2 {
	font-weight: 400
}

h3,
.h3 {
	font-weight: 400
}

h5,
.h5 {
	font-weight: 400
}

.text-quoted::before,
.text-quoted::after {
	opacity: .7
}

.text-quoted::before {
	content: '“';
	padding-right: 2px
}

.text-quoted::after {
	content: '”';
	padding-left: 2px
}

hr {
	border-top-color: rgba(117, 117, 117, 0.09);
	margin: 2rem auto
}

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

.avatar {
	border-radius: 10rem;
	width: 48px;
	height: 48px
}

.avatar-xs {
	width: 34px;
	height: 34px
}

.card {
	border: 0;
	transition: .5s
}

.card-title {
	color: inherit
}

.card-img-top {
	position: relative;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem
}

.card-img-top img {
	border-radius: inherit
}

.fa {
	font-weight: inherit
}

.btn {
	font-size: 11px;
	padding: 8px 26px 6px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	border-radius: 2px;
	outline: none;
	transition: 0.15s linear
}

.btn-round {
	border-radius: 10rem
}

.btn-circle {
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 10rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem
}

.dropdown-toggle {
	cursor: pointer
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	content: '';
	width: 4px;
	height: 4px;
	vertical-align: initial;
	margin-left: 0.5rem;
	vertical-align: middle;
	border: none;
	border-right: 1px solid;
	border-bottom: 1px solid
}

.dropdown-toggle::after {
	transform: rotate(45deg)
}

.dropdown-menu {
	padding: 10px 16px;
	font-size: 14px;
	margin-top: 5px;
	border: none;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.07)
}

.nav-link {
	color: #757575;
	font-weight: 400
}

.scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-weight: 300;
	opacity: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: .5s ease-in-out
}

.scroll-top .fa {
	font-size: 24px;
	margin-bottom: 4px
}

.rating {
	display: inline-flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0
}

.rating label {
	color: #ffba00;
	cursor: default
}

.rating label::before {
	margin-right: 5px;
	display: inline-block
}

.rating label.active {
	color: #ffba00
}

label {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .5px;
	margin-bottom: 4px
}


body {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

.row.gap-y {
	margin-top: -15px;
	margin-bottom: -15px
}

.row.gap-y>.col,
.row.gap-y>[class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px
}

.section {
	position: relative;
	border-bottom: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 7rem;
	padding-bottom: 7rem
}

.section>.container,
.section>.container-fluid,
.section>.container-wide {
	position: relative;
	height: 100%
}

.section-header {
	text-align: center;
	max-width: 70%;
	margin: 0 auto 70px
}

.section-header hr {
	width: 50px;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem
}

.section-header p {
	font-size: 1.0625rem
}

.section-header p.lead,
.section-header .pricing-4 .plan-price p,
.pricing-4 .plan-price .section-header p {
	font-size: 1.125rem
}

.text-lighter {
	color: #bfc5ca !important
}

.shadow-3,
.hover-shadow-3:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06)
}

.w-150 {
	width: 150px !important
}

.gap-xy-2 {
	margin: -4px
}

.gap-xy-2>* {
	display: inline-block;
	margin: 4px
}

.fs-15,
.font-size-15 {
	font-size: 15px !important
}

.small-1 {
	font-size: .87891rem !important
}


.fw-400,
.font-weight-400 {
	font-weight: 400 !important
}

.lh-1,
.line-height-1 {
	line-height: 1
}

.text-white {
	color: rgba(255, 255, 255, 0.85) !important
}


.slick-dotted.slick-slider {
	margin-bottom: 35px
}

.slick-dots {
	position: absolute;
	bottom: -35px;
	list-style: none;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	margin: 0 5px;
	padding: 8px 6px;
	line-height: 1px;
	cursor: pointer
}

.slick-dots li button {
	border: 1px solid #929daf;
	padding: 0;
	background: transparent;
	height: 6px;
	width: 6px;
	border-radius: 10rem;
	font-size: 0;
	cursor: pointer;
	transition: .3s ease
}

.slick-dots li button:hover {
	outline: none
}

.slick-dots li.slick-active button {
	background-color: #929daf
}

.slider-dots-inside.slick-slider {
	margin-bottom: 0
}

.slider-dots-inside.slick-slider .slick-dots {
	bottom: 1rem;
	opacity: 0.8
}

.slider-dots-fill .slick-dots button {
	border: none;
	background-color: #eaeff4
}

.slider-dots-fill .slick-dots .slick-active button {
	background-color: #929daf
}

.slider-dots-fill-primary .slick-dots button {
	border: none;
	background-color: #eaeff4
}

.slider-dots-fill-primary .slick-dots .slick-active button {
	background-color: #50a1ff
}

.slider-dots-line .slick-dots li {
	padding-left: 2px;
	padding-right: 2px
}

.slider-dots-line .slick-dots button {
	border: none;
	width: 24px;
	height: 2px;
	background-color: #eaeff4
}

.slider-dots-line .slick-dots .slick-active button {
	width: 34px;
	background-color: #929daf
}

.slider-dots-white .slick-dots button {
	border-color: rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.5)
}

.slider-dots-white .slick-dots .slick-active button {
	background-color: rgba(255, 255, 255, 0.95)
}
