@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;family=Roboto&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&amp;family=Poppins&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;500&amp;family=Ubuntu&amp;display=swap");
body {
	font-family: "Roboto", sans-serif;
	overflow-x: hidden !important;
	font-size: 15px;
	color: #3c4858
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	font-weight: 600 !important
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	line-height: 1.2
}
::selection {
	background: #465467;
	color: #fff
}
a {
	text-decoration: none !important
}
p {
	line-height: 1.6
}
.section {
	padding: 100px 0;
	position: relative
}
@media (max-width: 768px) {
	.section {
		padding: 60px 0
	}
}
.section-two {
	padding: 48px 0;
	position: relative
}
.bg-overlay {
	background-color: rgba(60, 72, 88, 0.65);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
.bg-overlay-white {
	background-color: rgba(255, 255, 255, 0.5)
}
.bg-gradient-primary {
	background: linear-gradient(to left, #602296 0%, #214099 100%)
}
.bg-linear-gradient {
	background: linear-gradient(to bottom, rgba(22, 28, 45, 0) 0%, rgba(22, 28, 45, 0) 50%, rgba(22, 28, 45, 0.3) 80%, #161c2d 100%)
}
.bg-linear-gradient-2 {
	background: linear-gradient(to bottom, rgba(22, 28, 45, 0) 0%, rgba(22, 28, 45, 0.3) 50%, rgba(22, 28, 45, 0.7) 75%, #161c2d 100%)
}
.bg-linear-gradient-3 {
	background: linear-gradient(to right, #161c2d 0%, #161c2d 25%, #161c2d 50%, rgba(22, 28, 45, 0.5) 75%, rgba(22, 28, 45, 0) 100%)
}
.bg-gradient-overlay {
	background: linear-gradient(to bottom, rgba(22, 28, 45, 0) 0%, rgba(22, 28, 45, 0.5) 25%, rgba(22, 28, 45, 0.75) 50%, #161c2d 100%)
}
.bg-gradient-overlay-2 {
	background: linear-gradient(to bottom, rgba(22, 28, 45, 0.5) 0%, rgba(22, 28, 45, 0.6) 25%, rgba(22, 28, 45, 0.7) 50%, rgba(22, 28, 45, 0.8) 100%)
}
.bg-primary-gradient-overlay {
	background: linear-gradient(to bottom, rgba(42, 82, 195, 0) 0%, rgba(42, 82, 195, 0.25) 25%, rgba(42, 82, 195, 0.5) 50%, rgba(42, 82, 195, 0.75) 75%, #2a52c3 100%)
}
.bg-gradient-white-overlay {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%)
}
.title-heading {
	line-height: 26px
}
.title-heading .heading {
	font-size: 40px !important;
	letter-spacing: 1px
}
@media (max-width: 768px) {
	.title-heading .heading {
		font-size: 34px !important
	}
}
.title-heading .heading.sub-heading {
	font-size: 32px !important
}
@media (max-width: 768px) {
	.title-heading .heading.sub-heading {
		font-size: 28px !important
	}
}
.title-heading .letter-spacing {
	letter-spacing: 1px
}
.title-heading .para-desc {
	font-size: 17px;
	letter-spacing: 0.5px
}
@media (max-width: 768px) {
	.title-heading .para-desc {
		font-size: 16px !important
	}
}
.section-title {
	position: relative
}
.section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px !important
}
@media (max-width: 768px) {
	.section-title .title {
		font-size: 28px !important
	}
}
.para-desc {
	max-width: 600px
}
.mt-100 {
	margin-top: 100px
}
.mb-60 {
	margin-bottom: 60px
}
.pt-150 {
	padding-top: 150px !important
}
.text-border-primary {
	position: relative
}
.text-border-primary:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #2a52c3;
	right: 0;
	left: 0;
	bottom: 20px;
	border-radius: 30px;
	transition: all 0.5s ease;
	transform: rotate(-3deg)
}
.shape {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0
}
@media (max-width: 425px) {
	.shape {
		bottom: -4px
	}
}
.shape>svg {
	transform: scale(2);
	width: 100%;
	height: auto;
	transform-origin: top center
}
.shape.crypto-bottom {
	bottom: 0 !important
}
.shape.crypto-bottom .crypto-border {
	border-top: 1px dashed rgba(255, 255, 255, 0.2)
}
.home-shape-arrow {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 25px;
	z-index: 1;
	left: 0
}
.home-shape-arrow i {
	background: #f8f9fc;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
	border-radius: 30px
}
.home-shape-arrow .arrow-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: inline-block
}
.spin-anything {
	animation: spinner-animation 5s linear infinite
}
@keyframes spinner-animation {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
.mover {
	animation: mover 1s infinite alternate
}
@keyframes mover {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(5px)
	}
}
.mover-2 {
	animation: movers 10s infinite alternate
}
@keyframes movers {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(350px)
	}
}
.zoom-in-out {
	animation: zoom-in-zoom-out 3s ease-out infinite
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1)
	}
	50% {
		transform: scale(1.5, 1.5)
	}
	100% {
		transform: scale(1, 1)
	}
}
.brand-gray img {
	-webkit-filter: grayscale(1);
	transition: all 0.5s ease
}
.brand-gray img:hover {
	-webkit-filter: grayscale(0)
}
.feature-posts-placeholder {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 66.6%
}
@media (max-width: 425px) {
	.feature-posts-placeholder {
		height: 80%
	}
}
.play-icon {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 0;
	left: 0;
	text-align: center
}
.play-icon i {
	height: 75px;
	-webkit-text-stroke: 2px #2a52c3;
	-webkit-text-fill-color: transparent;
	width: 75px;
	font-size: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.play-icon i:hover {
	-webkit-text-stroke: 2px #2a52c3;
	-webkit-text-fill-color: #2a52c3
}
.play-btn {
	height: 78px;
	width: 78px;
	font-size: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff
}
.play-btn i {
	-webkit-text-stroke: 2px #2a52c3;
	-webkit-text-fill-color: transparent
}
.play-btn i:hover {
	-webkit-text-stroke: 2px #2a52c3;
	-webkit-text-fill-color: #2a52c3
}
@media (min-width: 768px) {
	.margin-top-100 {
		margin-top: 100px
	}
}
@media (max-width: 768px) {
	.mt-60 {
		margin-top: 60px
	}
}
.features-absolute {
	position: relative;
	z-index: 2;
	transition: all 0.5s ease
}
.features-absolute {
	margin: -200px 0 0px
}
@media (max-width: 768px) {
	.features-absolute {
		margin: -140px 0 0
	}
}
.features-absolute.blog-search {
	margin: -120px 0 0px
}
@media (max-width: 768px) {
	.features-absolute.blog-search {
		margin: -90px 0 0px
	}
}
.bg-image-position, .bg-image-position-2 {
	position: absolute;
	z-index: -1
}
.bg-image-position {
	top: 20%;
	right: 5%
}
.bg-image-position-2 {
	top: 60%;
	left: 0%
}
.app-feature-shape-right:after, .app-feature-shape-left:after {
	bottom: 0rem;
	width: 30rem;
	height: 40rem;
	border-radius: 10rem
}
.app-feature-shape-right:after {
	left: 10rem;
	transform: rotate(150deg)
}
@media (max-width: 768px) {
	.app-feature-shape-right:after {
		left: 0
	}
}
.app-feature-shape-left:after {
	right: 10rem;
	transform: rotate(210deg)
}
@media (max-width: 768px) {
	.app-feature-shape-left:after {
		right: 0
	}
}
.app-feature-shape-right:after, .app-feature-shape-left:after {
	background: rgba(42, 82, 195, 0.1);
	box-shadow: 0 0 40px rgba(42, 82, 195, 0.1)
}
.app-feature-shape-right:after, .app-feature-shape-left:after {
	content: "";
	position: absolute;
	z-index: -1
}
.background-effect .circles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden
}
.background-effect .circles li {
	position: absolute;
	display: block;
	animation: animate 25s linear infinite;
	bottom: -150px;
	background: rgba(42, 82, 195, 0.25)
}
.background-effect .circles li.brand-img:nth-child(1), .background-effect .circles li.brand-img:nth-child(2), .background-effect .circles li.brand-img:nth-child(3), .background-effect .circles li.brand-img:nth-child(4), .background-effect .circles li.brand-img:nth-child(5), .background-effect .circles li.brand-img:nth-child(6), .background-effect .circles li.brand-img:nth-child(7), .background-effect .circles li.brand-img:nth-child(8), .background-effect .circles li.brand-img:nth-child(9), .background-effect .circles li.brand-img:nth-child(10) {
	width: 0;
	height: 0
}
.background-effect .circles li:nth-child(1), .background-effect .circles li:nth-child(2), .background-effect .circles li:nth-child(3), .background-effect .circles li:nth-child(4), .background-effect .circles li:nth-child(5), .background-effect .circles li:nth-child(6), .background-effect .circles li:nth-child(7), .background-effect .circles li:nth-child(8), .background-effect .circles li:nth-child(9), .background-effect .circles li:nth-child(10) {
	width: 48px;
	height: 48px
}
.background-effect .circles li:nth-child(1) {
	left: 25%;
	animation-delay: 0s
}
.background-effect .circles li:nth-child(2) {
	left: 10%;
	animation-delay: 2s;
	animation-duration: 12s
}
.background-effect .circles li:nth-child(3) {
	left: 70%;
	animation-delay: 4s
}
.background-effect .circles li:nth-child(4) {
	left: 40%;
	animation-delay: 0s;
	animation-duration: 18s
}
.background-effect .circles li:nth-child(5) {
	left: 65%;
	animation-delay: 0s
}
.background-effect .circles li:nth-child(6) {
	left: 75%;
	animation-delay: 3s
}
.background-effect .circles li:nth-child(7) {
	left: 35%;
	animation-delay: 7s
}
.background-effect .circles li:nth-child(8) {
	left: 50%;
	animation-delay: 15s;
	animation-duration: 45s
}
.background-effect .circles li:nth-child(9) {
	left: 20%;
	animation-delay: 2s;
	animation-duration: 35s
}
.background-effect .circles li:nth-child(10) {
	left: 85%;
	animation-delay: 0s;
	animation-duration: 11s
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 10px
	}
	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0
	}
}
@media (max-width: 640px) {
	[data-type] iframe, [data-type] video {
		width: 500px;
		height: 300px
	}
}
@media (max-width: 425px) {
	[data-type] iframe, [data-type] video {
		width: 360px;
		height: 260px
	}
}
@media (max-width: 375px) {
	[data-type] iframe, [data-type] video {
		width: 100%;
		height: auto
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1140px !important
	}
}
.row>* {
	position: relative
}
h1, .fs-1, .h1, .fs-1 {
	font-size: 42px !important
}
h2, .fs-2, .h2, .fs-2 {
	font-size: 36px !important
}
h3, .fs-3, .h3, .fs-3 {
	font-size: 30px !important
}
h4, .fs-4, .h4, .fs-4 {
	font-size: 24px !important
}
h5, .fs-5, .h5, .fs-5 {
	font-size: 18px !important
}
h6, .fs-6, .h6, .fs-6 {
	font-size: 15px !important
}
.display-1 {
	font-size: 80px !important
}
.display-2 {
	font-size: 72px !important
}
.display-3 {
	font-size: 64px !important
}
.display-4 {
	font-size: 56px !important
}
.display-5 {
	font-size: 48px !important
}
.display-6 {
	font-size: 40px !important
}
.bg-primary {
	background-color: #2a52c3 !important
}
.bg-soft-primary {
	background-color: rgba(42, 82, 195, 0.05) !important;
	color: #2a52c3 !important
}
.bg-blur-primary {
	backdrop-filter: blur(12px);
	background-color: rgba(42, 82, 195, 0.8)
}
.text-primary {
	color: #2a52c3 !important
}
a.text-primary:hover, a.text-primary:focus {
	color: #2549ae !important
}
.bg-secondary {
	background-color: #5a6d90 !important
}
.bg-soft-secondary {
	background-color: rgba(90, 109, 144, 0.05) !important;
	color: #5a6d90 !important
}
.bg-blur-secondary {
	backdrop-filter: blur(12px);
	background-color: rgba(90, 109, 144, 0.8)

}
.text-secondary {
	color: #5a6d90 !important
}
a.text-secondary:hover, a.text-secondary:focus {
	color: #506180 !important
}
.bg-success {
	background-color: #1cb59f !important
}
.bg-soft-success {
	background-color: rgba(28, 181, 159, 0.05) !important;
	color: #1cb59f !important
}
.bg-blur-success {
	backdrop-filter: blur(12px);
	background-color: rgba(28, 181, 159, 0.8)
}
.text-success {
	color: #1cb59f !important
}
a.text-success:hover, a.text-success:focus {
	color: #199f8c !important
}
.bg-warning {
	background-color: #fa693e !important
}
.bg-soft-warning {
	background-color: rgba(250, 105, 62, 0.05) !important;
	color: #fa693e !important
}
.bg-blur-warning {
	backdrop-filter: blur(12px);
	background-color: rgba(250, 105, 62, 0.8)
}
.text-warning {
	color: #fa693e !important
}
a.text-warning:hover, a.text-warning:focus {
	color: #f95625 !important
}
.bg-info {
	background-color: #17a2b8 !important
}
.bg-soft-info {
	background-color: rgba(23, 162, 184, 0.05) !important;
	color: #17a2b8 !important
}
.bg-blur-info {
	backdrop-filter: blur(12px);
	background-color: rgba(23, 162, 184, 0.8)
}
.text-info {
	color: #17a2b8 !important
}
a.text-info:hover, a.text-info:focus {
	color: #148ea1 !important
}
.bg-danger {
	background-color: #d93030 !important
}
.bg-soft-danger {
	background-color: rgba(217, 48, 48, 0.05) !important;
	color: #d93030 !important
}
.bg-blur-danger {
	backdrop-filter: blur(12px);
	background-color: rgba(217, 48, 48, 0.8)
}
.text-danger {
	color: #d93030 !important
}
a.text-danger:hover, a.text-danger:focus {
	color: #ca2525 !important
}
.bg-dark {
	background-color: #3c4858 !important
}
.bg-soft-dark {
	background-color: rgba(60, 72, 88, 0.05) !important;
	color: #3c4858 !important
}
.bg-blur-dark {
	backdrop-filter: blur(12px);
	background-color: rgba(60, 72, 88, 0.8)
}
.text-dark {
	color: #3c4858 !important
}
a.text-dark:hover, a.text-dark:focus {
	color: #323c49 !important
}
.bg-muted {
	background-color: #8492a6 !important
}
.bg-soft-muted {
	background-color: rgba(132, 146, 166, 0.05) !important;
	color: #8492a6 !important
}
.bg-blur-muted {
	backdrop-filter: blur(12px);
	background-color: rgba(132, 146, 166, 0.8)
}
.text-muted {
	color: #8492a6 !important
}
a.text-muted:hover, a.text-muted:focus {
	color: #75859b !important
}
.bg-light {
	background-color: #f8f9fc !important
}
.bg-soft-light {
	background-color: rgba(248, 249, 252, 0.05) !important;
	color: #f8f9fc !important
}
.bg-blur-light {
	backdrop-filter: blur(12px);
	background-color: rgba(248, 249, 252, 0.8)
}
.text-light {
	color: #f8f9fc !important
}
a.text-light:hover, a.text-light:focus {
	color: #e6eaf4 !important
}
.bg-footer {
	background-color: #202942 !important
}
.bg-soft-footer {
	background-color: rgba(32, 41, 66, 0.05) !important;
	color: #202942 !important
}
.bg-blur-footer {
	backdrop-filter: blur(12px);
	background-color: rgba(32, 41, 66, 0.8)
}
.text-footer {
	color: #202942 !important
}
a.text-footer:hover, a.text-footer:focus {
	color: #181e30 !important
}
.bg-green {
	background: #8cb369
}
.bg-orange {
	background: #ff5714
}
.bg-red {
	background: #d93030
}
.bg-yellow {
	background: #f89d36
}
.bg-purple {
	background: #7b2cbf
}
.bg-rose {
	background: #fd9a89
}
.d-flex .flex-1 {
	flex: 1
}
.bg-black {
	background: #161c2d !important
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5)
}
video:focus {
	outline: none
}
.list-inline-item:not(:last-child) {
	margin-right: 0px;
	margin-bottom: 5px
}
.rounded {
	border-radius: 5px !important
}
.rounded-top {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important
}
.rounded-left {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important
}
.rounded-bottom {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important
}
.rounded-right {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important
}
.rounded-md {
	border-radius: 10px !important
}
.rounded-lg {
	border-radius: 30px !important
}
.border-primary {
	border-color: #2a52c3 !important
}
.border-secondary {
	border-color: #5a6d90 !important
}
.border-success {
	border-color: #1cb59f !important
}
.border-warning {
	border-color: #fa693e !important
}
.border-info {
	border-color: #17a2b8 !important
}
.border-danger {
	border-color: #d93030 !important
}
.border-dark {
	border-color: #3c4858 !important
}
.border-muted {
	border-color: #8492a6 !important
}
.border-light {
	border-color: #f8f9fc !important
}
.border-footer {
	border-color: #202942 !important
}
.border {
	border: 1px solid #e9ecef !important
}
.border-top {
	border-top: 1px solid #e9ecef !important
}
.border-bottom {
	border-bottom: 1px solid #e9ecef !important
}
.border-left {
	border-left: 1px solid #e9ecef !important
}
.border-right {
	border-right: 1px solid #e9ecef !important
}
.opacity-05 {
	opacity: 0.05
}
.opacity-075 {
	opacity: 0.075
}
.opacity-1 {
	opacity: 0.1
}
.opacity-2 {
	opacity: 0.2
}
.opacity-3 {
	opacity: 0.3
}
.opacity-4 {
	opacity: 0.4
}
.opacity-5 {
	opacity: 0.5
}
.opacity-6 {
	opacity: 0.6
}
.opacity-7 {
	opacity: 0.7
}
.opacity-8 {
	opacity: 0.8
}
.opacity-9 {
	opacity: 0.9
}
.small, small {
	font-size: 90%
}
.card {
	color: #3c4858;
	border: none
}
.card .card-body {
	padding: 1.5rem
}
.card .card-img {
	position: relative
}
.card .card-img .card-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
	transition: all 0.5s ease
}
.card:hover .card-img .card-overlay {
	opacity: 1
}
.offcanvas .offcanvas-header {
	min-height: 74px
}
.offcanvas .offcanvas-header .dark-version {
	display: none
}
.offcanvas .offcanvas-header .light-version {
	display: inline-block
}
.offcanvas .offcanvas-header .btn-close {
	color: #3c4858;
	background: none;
	margin-right: 0
}
.offcanvas .offcanvas-header .btn-close:focus {
	box-shadow: none
}
.offcanvas.offcanvas-end {
	width: 350px
}
.offcanvas.photography-offcanvas {
	width: 500px
}
@media (max-width: 768px) {
	.display-1 {
		font-size: 56px !important
	}
	.display-2 {
		font-size: 50px !important
	}
	.display-3 {
		font-size: 42px !important
	}
	.display-4 {
		font-size: 36px !important
	}
	.display-5 {
		font-size: 30px !important
	}
	.display-6 {
		font-size: 24px !important
	}
}
.form-signin {
	width: 100%;
	max-width: 400px;
	margin: auto
}
.mt-74 {
	margin-top: 74px
}
.fw-bold {
	font-weight: 700 !important
}
.fw-semibold {
	font-weight: 600 !important
}
.z-index-1 {
	z-index: 1
}
.z-index-0 {
	z-index: 0
}
.z-index-m-1 {
	z-index: -1
}
.modal-content .modal-header button.btn-close {
	background: none
}
.component-wrapper .title {
	font-size: 20px
}
.component-wrapper.sticky-bar li {
	margin-bottom: 6px
}
.component-wrapper.sticky-bar li:last-child {
	margin-bottom: 0px !important
}
.component-wrapper.sticky-bar li a {
	transition: all 0.5s ease
}
.component-wrapper.sticky-bar li a:hover, .component-wrapper.sticky-bar li a:focus {
	color: #2a52c3 !important
}
.btn-primary {
	background-color: #2a52c3 !important;
	border: 1px solid #2a52c3 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1)
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
	background-color: #214099 !important;
	border-color: #214099 !important;
	color: #fff !important
}
.btn-soft-primary {
	background-color: rgba(42, 82, 195, 0.05) !important;
	border: 1px solid rgba(42, 82, 195, 0.05) !important;
	color: #2a52c3 !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1)
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
	background-color: #2a52c3 !important;
	border-color: #2a52c3 !important;
	color: #fff !important
}
.btn-outline-primary {
	border: 1px solid #2a52c3;
	color: #2a52c3;
	background-color: transparent
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
	background-color: #2a52c3;
	border-color: #2a52c3;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1)
}
.btn-link.primary {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.primary:hover, .btn-link.primary:focus, .btn-link.primary:active, .btn-link.primary.active, .btn-link.primary.focus, .btn-link.primary:not(:disabled):not(.disabled):active {
	color: #2a52c3 !important
}
.btn-link.primary:after {
	background-color: #2a52c3 !important
}
.btn-secondary {
	background-color: #5a6d90 !important;
	border: 1px solid #5a6d90 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
	background-color: #465571 !important;
	border-color: #465571 !important;
	color: #fff !important
}
.btn-soft-secondary {
	background-color: rgba(90, 109, 144, 0.05) !important;
	border: 1px solid rgba(90, 109, 144, 0.05) !important;
	color: #5a6d90 !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
	background-color: #5a6d90 !important;
	border-color: #5a6d90 !important;
	color: #fff !important
}
.btn-outline-secondary {
	border: 1px solid #5a6d90;
	color: #5a6d90;
	background-color: transparent
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
	background-color: #5a6d90;
	border-color: #5a6d90;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}
.btn-link.secondary {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.secondary:hover, .btn-link.secondary:focus, .btn-link.secondary:active, .btn-link.secondary.active, .btn-link.secondary.focus, .btn-link.secondary:not(:disabled):not(.disabled):active {
	color: #5a6d90 !important
}
.btn-link.secondary:after {
	background-color: #5a6d90 !important
}
.btn-success {
	background-color: #1cb59f !important;
	border: 1px solid #1cb59f !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.1)
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
	background-color: #158978 !important;
	border-color: #158978 !important;
	color: #fff !important
}
.btn-soft-success {
	background-color: rgba(28, 181, 159, 0.05) !important;
	border: 1px solid rgba(28, 181, 159, 0.05) !important;
	color: #1cb59f !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.1)
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
	background-color: #1cb59f !important;
	border-color: #1cb59f !important;
	color: #fff !important
}
.btn-outline-success {
	border: 1px solid #1cb59f;
	color: #1cb59f;
	background-color: transparent
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
	background-color: #1cb59f;
	border-color: #1cb59f;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.1)
}
.btn-link.success {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.success:hover, .btn-link.success:focus, .btn-link.success:active, .btn-link.success.active, .btn-link.success.focus, .btn-link.success:not(:disabled):not(.disabled):active {
	color: #1cb59f !important
}
.btn-link.success:after {
	background-color: #1cb59f !important
}
.btn-warning {
	background-color: #fa693e !important;
	border: 1px solid #fa693e !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.1)
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
	background-color: #f9420c !important;
	border-color: #f9420c !important;
	color: #fff !important
}
.btn-soft-warning {
	background-color: rgba(250, 105, 62, 0.05) !important;
	border: 1px solid rgba(250, 105, 62, 0.05) !important;
	color: #fa693e !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.1)
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
	background-color: #fa693e !important;
	border-color: #fa693e !important;
	color: #fff !important
}
.btn-outline-warning {
	border: 1px solid #fa693e;
	color: #fa693e;
	background-color: transparent
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
	background-color: #fa693e;
	border-color: #fa693e;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.1)
}
.btn-link.warning {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.warning:hover, .btn-link.warning:focus, .btn-link.warning:active, .btn-link.warning.active, .btn-link.warning.focus, .btn-link.warning:not(:disabled):not(.disabled):active {
	color: #fa693e !important
}
.btn-link.warning:after {
	background-color: #fa693e !important
}
.btn-info {
	background-color: #17a2b8 !important;
	border: 1px solid #17a2b8 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1)
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
	background-color: #117a8b !important;
	border-color: #117a8b !important;
	color: #fff !important
}
.btn-soft-info {
	background-color: rgba(23, 162, 184, 0.05) !important;
	border: 1px solid rgba(23, 162, 184, 0.05) !important;
	color: #17a2b8 !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1)
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
	color: #fff !important
}
.btn-outline-info {
	border: 1px solid #17a2b8;
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1)
}
.btn-link.info {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.info:hover, .btn-link.info:focus, .btn-link.info:active, .btn-link.info.active, .btn-link.info.focus, .btn-link.info:not(:disabled):not(.disabled):active {
	color: #17a2b8 !important
}
.btn-link.info:after {
	background-color: #17a2b8 !important
}
.btn-danger {
	background-color: #d93030 !important;
	border: 1px solid #d93030 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.1)
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
	background-color: #b52121 !important;
	border-color: #b52121 !important;
	color: #fff !important
}
.btn-soft-danger {
	background-color: rgba(217, 48, 48, 0.05) !important;
	border: 1px solid rgba(217, 48, 48, 0.05) !important;
	color: #d93030 !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.1)
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {

	background-color: #d93030 !important;
	border-color: #d93030 !important;
	color: #fff !important
}
.btn-outline-danger {
	border: 1px solid #d93030;
	color: #d93030;
	background-color: transparent
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
	background-color: #d93030;
	border-color: #d93030;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.1)
}
.btn-link.danger {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.danger:hover, .btn-link.danger:focus, .btn-link.danger:active, .btn-link.danger.active, .btn-link.danger.focus, .btn-link.danger:not(:disabled):not(.disabled):active {
	color: #d93030 !important
}
.btn-link.danger:after {
	background-color: #d93030 !important
}
.btn-dark {
	background-color: #3c4858 !important;
	border: 1px solid #3c4858 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1)
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
	background-color: #272f3a !important;
	border-color: #272f3a !important;
	color: #fff !important
}
.btn-soft-dark {
	background-color: rgba(60, 72, 88, 0.05) !important;
	border: 1px solid rgba(60, 72, 88, 0.05) !important;
	color: #3c4858 !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1)
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
	background-color: #3c4858 !important;
	border-color: #3c4858 !important;
	color: #fff !important
}
.btn-outline-dark {
	border: 1px solid #3c4858;
	color: #3c4858;
	background-color: transparent
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
	background-color: #3c4858;
	border-color: #3c4858;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1)
}
.btn-link.dark {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.dark:hover, .btn-link.dark:focus, .btn-link.dark:active, .btn-link.dark.active, .btn-link.dark.focus, .btn-link.dark:not(:disabled):not(.disabled):active {
	color: #3c4858 !important
}
.btn-link.dark:after {
	background-color: #3c4858 !important
}
.btn-muted {
	background-color: #8492a6 !important;
	border: 1px solid #8492a6 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1)
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
	background-color: #68788f !important;
	border-color: #68788f !important;
	color: #fff !important
}
.btn-soft-muted {
	background-color: rgba(132, 146, 166, 0.05) !important;
	border: 1px solid rgba(132, 146, 166, 0.05) !important;
	color: #8492a6 !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1)
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
	background-color: #8492a6 !important;
	border-color: #8492a6 !important;
	color: #fff !important
}
.btn-outline-muted {
	border: 1px solid #8492a6;
	color: #8492a6;
	background-color: transparent
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
	background-color: #8492a6;
	border-color: #8492a6;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1)
}
.btn-link.muted {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.muted:hover, .btn-link.muted:focus, .btn-link.muted:active, .btn-link.muted.active, .btn-link.muted.focus, .btn-link.muted:not(:disabled):not(.disabled):active {
	color: #8492a6 !important
}
.btn-link.muted:after {
	background-color: #8492a6 !important
}
.btn-light {
	background-color: #f8f9fc !important;
	border: 1px solid #f8f9fc !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
	background-color: #d4daed !important;
	border-color: #d4daed !important;
	color: #fff !important
}
.btn-soft-light {
	background-color: rgba(248, 249, 252, 0.05) !important;
	border: 1px solid rgba(248, 249, 252, 0.05) !important;
	color: #f8f9fc !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
	background-color: #f8f9fc !important;
	border-color: #f8f9fc !important;
	color: #fff !important
}
.btn-outline-light {
	border: 1px solid #f8f9fc;
	color: #f8f9fc;
	background-color: transparent
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
	background-color: #f8f9fc;
	border-color: #f8f9fc;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}
.btn-link.light {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.light:hover, .btn-link.light:focus, .btn-link.light:active, .btn-link.light.active, .btn-link.light.focus, .btn-link.light:not(:disabled):not(.disabled):active {
	color: #f8f9fc !important
}
.btn-link.light:after {
	background-color: #f8f9fc !important
}
.btn-footer {
	background-color: #202942 !important;
	border: 1px solid #202942 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}
.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
	background-color: #0f131f !important;
	border-color: #0f131f !important;
	color: #fff !important
}
.btn-soft-footer {
	background-color: rgba(32, 41, 66, 0.05) !important;
	border: 1px solid rgba(32, 41, 66, 0.05) !important;
	color: #202942 !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}
.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
	background-color: #202942 !important;
	border-color: #202942 !important;
	color: #fff !important
}
.btn-outline-footer {
	border: 1px solid #202942;
	color: #202942;
	background-color: transparent
}
.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
	background-color: #202942;
	border-color: #202942;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}
.btn-link.footer {
	padding: 0 !important;
	color: #3c4858;
	position: relative
}
.btn-link.footer:hover, .btn-link.footer:focus, .btn-link.footer:active, .btn-link.footer.active, .btn-link.footer.focus, .btn-link.footer:not(:disabled):not(.disabled):active {
	color: #202942 !important
}
.btn-link.footer:after {
	background-color: #202942 !important
}
.btn {
	padding: 8px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	transition: all 0.3s;
	border-radius: 6px
}
.btn:focus {
	box-shadow: none !important
}
.btn.btn-sm {
	padding: 7px 16px;
	font-size: 10px
}
.btn.btn-lg {
	padding: 14px 30px;
	font-size: 16px
}
.btn.searchbtn {
	padding: 6px 20px
}
.btn.btn-pills {
	border-radius: 30px
}
.btn.btn-light {
	color: #3c4858 !important;
	border: 1px solid #dee2e6 !important
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
	background-color: #d4daed !important;
	color: #3c4858 !important
}
.btn.btn-soft-light {
	color: rgba(60, 72, 88, 0.5) !important;
	border: 1px solid #dee2e6 !important
}
.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
	color: #3c4858 !important
}
.btn.btn-outline-light {
	border: 1px solid #dee2e6 !important;
	color: #3c4858 !important;
	background-color: transparent
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
	background-color: #f8f9fc !important
}
.btn.btn-link {
	font-weight: 400
}
.btn.btn-link:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease
}
.btn.btn-link.active:after, .btn.btn-link:hover:after {
	width: 100%;
	right: auto;
	left: 0;
	height: 1px
}
.btn.btn-icon {
	height: 36px;
	width: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0
}
.btn.btn-icon .icons {
	height: 16px;
	width: 16px;
	font-size: 16px
}
.btn.btn-icon.btn-lg {
	height: 48px;
	width: 48px
}
.btn.btn-icon.btn-lg .icons {
	height: 20px;
	width: 20px;
	font-size: 20px
}
.btn.btn-icon.btn-sm {
	height: 30px;
	width: 30px
}
button:not(:disabled) {
	outline: none
}
.shadow {
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important
}
.shadow-lg {
	box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
}
.shadow-md {
	box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important
}
.badge {
	letter-spacing: 0.5px;
	padding: 4px 8px;
	font-weight: 400 !important;
	line-height: 11px
}
.badge.badge-link:hover {
	color: #fff !important
}
.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #2a52c3 !important
}
.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #5a6d90 !important
}
.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #1cb59f !important
}
.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #fa693e !important
}
.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #17a2b8 !important
}
.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #d93030 !important
}
.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #3c4858 !important
}
.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #8492a6 !important
}
.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #f8f9fc !important
}
.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #202942 !important
}
.btn-group .dropdown-toggle:after {
	content: "";
	position: relative;
	right: -4px;
	top: -2px;
	border: solid #fff;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	margin-left: 0;
	vertical-align: 0
}
.btn-group .dropdown-menu {
	margin-top: 10px;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}
.btn-group .dropdown-menu:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 45px;
	box-sizing: border-box;
	border: 7px solid #495057;
	border-radius: 0.5px;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(135deg);
	box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15)
}
.dropdown .dropdown-toggle:after {
	display: none
}
.alert-primary {
	background-color: rgba(42, 82, 195, 0.9);
	color: #fff;
	border-color: #2a52c3
}
.alert-primary .alert-link {
	color: #0f1d45
}
.alert-outline-primary {
	background-color: #fff;
	color: #2a52c3;
	border-color: #2a52c3
}
.alert-secondary {
	background-color: rgba(90, 109, 144, 0.9);
	color: #fff;
	border-color: #5a6d90
}
.alert-secondary .alert-link {
	color: #1f2632
}
.alert-outline-secondary {
	background-color: #fff;
	color: #5a6d90;
	border-color: #5a6d90
}
.alert-success {
	background-color: rgba(28, 181, 159, 0.9);
	color: #fff;
	border-color: #1cb59f
}
.alert-success .alert-link {
	color: #08302b
}
.alert-outline-success {
	background-color: #fff;
	color: #1cb59f;
	border-color: #1cb59f
}
.alert-warning {
	background-color: rgba(250, 105, 62, 0.9);
	color: #fff;
	border-color: #fa693e
}
.alert-warning .alert-link {
	color: #9b2704
}
.alert-outline-warning {
	background-color: #fff;
	color: #fa693e;
	border-color: #fa693e
}
.alert-info {
	background-color: rgba(23, 162, 184, 0.9);
	color: #fff;
	border-color: #17a2b8
}
.alert-info .alert-link {
	color: #062a30
}
.alert-outline-info {
	background-color: #fff;
	color: #17a2b8;
	border-color: #17a2b8
}
.alert-danger {
	background-color: rgba(217, 48, 48, 0.9);
	color: #fff;
	border-color: #d93030
}
.alert-danger .alert-link {
	color: #5f1111
}
.alert-outline-danger {
	background-color: #fff;
	color: #d93030;
	border-color: #d93030
}
.alert-dark {
	background-color: rgba(60, 72, 88, 0.9);
	color: #fff;
	border-color: #3c4858
}
.alert-dark .alert-link {
	color: #000
}
.alert-outline-dark {
	background-color: #fff;
	color: #3c4858;
	border-color: #3c4858
}
.alert-muted {
	background-color: rgba(132, 146, 166, 0.9);
	color: #fff;
	border-color: #8492a6
}
.alert-muted .alert-link {
	color: #3d4654
}
.alert-outline-muted {
	background-color: #fff;
	color: #8492a6;
	border-color: #8492a6
}
.alert-light {
	background-color: rgba(248, 249, 252, 0.9);
	color: #fff;
	border-color: #f8f9fc
}
.alert-light .alert-link {
	color: #8d9dce
}
.alert-outline-light {
	background-color: #fff;
	color: #f8f9fc;
	border-color: #f8f9fc
}
.alert-footer {
	background-color: rgba(32, 41, 66, 0.9);
	color: #fff;
	border-color: #202942
}
.alert-footer .alert-link {
	color: #000
}
.alert-outline-footer {
	background-color: #fff;
	color: #202942;
	border-color: #202942
}
.alert {
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 14px
}
.alert.alert-light {
	background-color: #fff;
	color: #3c4858;
	border-color: #e9ecef
}
.alert.alert-dismissible {
	padding-right: 30px
}
.alert.alert-dismissible .btn-close {
	top: 10px;
	right: 10px;
	padding: 0px
}
.alert.alert-pills {
	border-radius: 30px;
	display: inline-block
}
.alert.alert-pills .content {
	font-weight: 600
}
.pages-heading .title {
	font-size: 32px !important;
	letter-spacing: 1px
}
.position-breadcrumb {
	position: absolute;
	top: 100%;
	right: 12px;
	left: 12px;
	transform: translateY(-50%);
	text-align: center;
	z-index: 1
}
.breadcrumb {
	letter-spacing: 0.5px;
	padding: 8px 24px;
	display: block
}
.breadcrumb.breadcrumb-muted .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5)
}
.breadcrumb.breadcrumb-muted .breadcrumb-item a:hover {
	color: #fff !important
}
.breadcrumb.breadcrumb-muted .breadcrumb-item:after {
	color: rgba(255, 255, 255, 0.5)
}
.breadcrumb.breadcrumb-muted .breadcrumb-item.active {
	color: #fff !important
}
.breadcrumb .breadcrumb-item {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding-left: 0;
	display: inline-block
}
.breadcrumb .breadcrumb-item a {
	color: #3c4858
}
.breadcrumb .breadcrumb-item a:hover {
	color: #2a52c3
}
.breadcrumb .breadcrumb-item.active {
	color: #2a52c3
}
.breadcrumb .breadcrumb-item:before {
	content: ""
}
.breadcrumb .breadcrumb-item:after {
	content: "\F0142" !important;
	font-size: 14px;
	color: #3c4858;
	font-family: 'Material Design Icons';
	padding-left: 5px
}
.breadcrumb .breadcrumb-item:last-child:after {
	display: none
}
.pagination .page-item:first-child .page-link {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.pagination .page-item .page-link {
	color: #8492a6;
	border: 1px solid #dee2e6;
	font-size: 14px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700
}
.pagination .page-item .page-link:focus {
	box-shadow: none
}
.pagination .page-item .page-link:hover {
	color: #2a52c3;
	background: #f8f9fc;
	border-color: #dee2e6
}
.pagination .page-item.active .page-link {
	color: #2a52c3;
	background: #f8f9fc;
	border-color: #dee2e6;
	cursor: not-allowed
}
.avatar.avatar-coin {
	height: 36px;
	width: 36px
}
.avatar.avatar-ex-sm {
	max-height: 25px
}
.avatar.avatar-ex-small {
	height: 36px;
	width: 36px
}
.avatar.avatar-md-sm {
	height: 45px;
	width: 45px
}
.avatar.avatar-small {
	height: 65px;
	width: 65px
}
.avatar.avatar-md-md {
	height: 80px;
	width: 80px
}
.avatar.avatar-medium {
	height: 110px;
	width: 110px
}
.avatar.avatar-large {
	height: 140px;
	width: 140px
}
.avatar.avatar-xl-large {
	height: 180px;
	width: 180px
}
.avatar.avatar-ex-large {
	height: 200px;
	width: 200px
}
.accordion .accordion-item {
	overflow: hidden;
	border: 0;
	background: transparent
}
.accordion .accordion-item .accordion-button {
	font-weight: 600;
	text-align: left;
	box-shadow: none;
	padding: 1rem 2.5rem 1rem 1.25rem
}
.accordion .accordion-item .accordion-button:focus {
	box-shadow: none
}
.accordion .accordion-item .accordion-button:before {
	content: '\F0143';
	display: block;
	font-family: 'Material Design Icons';
	font-size: 16px;
	color: #2a52c3;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
	color: #2a52c3
}
.accordion .accordion-item .accordion-button.collapsed {
	background-color: #fff;
	color: #3c4858 !important;
	transition: all 0.5s
}
.accordion .accordion-item .accordion-button.collapsed:before {
	top: 15px;
	transform: rotate(180deg);
	color: #3c4858 !important
}
.accordion .accordion-item .accordion-button:after {
	display: none
}
.nav-pills {
	margin-bottom: 15px;
	background: #f4f6fa
}
.nav-pills .nav-link {
	color: #495057 !important;
	padding: 5px;
	transition: all 0.5s ease
}
.nav-pills .nav-link.nav-link-alt {
	color: #fff !important
}
.nav-pills .nav-link.nav-link-alt.active {
	background: #3c4858 !important
}
.nav-pills .nav-link.active {
	background: #2a52c3;
	color: #fff !important
}
.nav-pills .nav-link.active .tab-para {
	color: rgba(255, 255, 255, 0.65) !important
}
.progress-box .progress {
	height: 4px;
	overflow: visible
}
.progress-box .progress .progress-bar {
	border-radius: 6px;
	animation: animate-positive 3s;
	overflow: visible !important
}
.progress-box .progress .progress-value {
	position: absolute;
	top: -32px;
	right: 0
}
@keyframes animate-positive {
	0% {
		width: 0
	}
}
.blockquote {
	border-left: 3px solid #dee2e6;
	border-radius: 6px;
	font-size: 16px
}
.blockquote-wrapper .blockquote {
	position: relative;
	align-self: center;
	border: 2px solid #2a52c3
}
.blockquote-wrapper .blockquote:after {
	content: "";
	position: absolute;
	border: 2px solid #2a52c3;
	border-radius: 0 50px 0 0;
	width: 60px;
	height: 60px;
	bottom: -60px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3
}
.blockquote-wrapper .blockquote:before {
	content: "";
	position: absolute;
	width: 80px;
	border: 6px solid #fff;
	bottom: -3px;
	left: 50px;
	z-index: 2
}
.blockquote-wrapper .author {
	position: relative;
	margin-left: 150px
}
.blockquote-wrapper .author:first-letter {
	margin-left: -12px
}
.form-label, .form-check-label {
	font-size: 14px
}
.form-control {
	border: 1px solid #dee2e6;
	font-size: 14px;
	line-height: 26px;
	background-color: #fff;
	border-radius: 6px
}
.form-control:focus {
	border-color: #2a52c3;
	box-shadow: none
}
.form-control[readonly] {
	background-color: #fff
}
.form-control:disabled {
	background-color: #dee2e6
}
.form-check-input {
	border: 1px solid #dee2e6
}
.form-check-input:focus {
	border-color: #2a52c3;
	box-shadow: none
}
.form-check-input.form-check-input:checked {
	background-color: #2a52c3;
	border-color: #2a52c3
}
.subcribe-form .btn {
	padding: 10px 20px
}
.subcribe-form input {
	padding: 12px 20px;
	width: 100%;
	color: #3c4858 !important;
	border: none;
	outline: none !important;
	padding-right: 160px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	height: 50px
}
.subcribe-form button {
	position: absolute;
	top: 2px;
	right: 3px;
	outline: none !important
}
.subcribe-form form {
	position: relative;
	max-width: 600px;
	margin: 0px auto
}
.map {
	line-height: 0
}
.map.map-gray {
	filter: grayscale(100%)
}
.map.map-gray iframe {
	height: 100vh
}
.map iframe {
	width: 100%;
	height: 500px
}
.map.map-100vh iframe {
	height: 100vh
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto
}
.table-responsive .table td, .table-responsive .table th {
	vertical-align: middle;
	border-color: #f8f9fa !important
}
.table-responsive .table.table-nowrap th, .table-responsive .table.table-nowrap td {
	white-space: nowrap
}
.table-responsive .table>:not(:first-child) {
	border-top: none !important
}
.table-responsive .table-center th {
	vertical-align: middle !important
}
.table-responsive .table-center tbody tr:hover {
	color: #3c4858;
	background-color: #f8f9fa
}
.table-responsive .table-center.invoice-tb th, .table-responsive .table-center.invoice-tb td {
	text-align: end
}
.position-middle-bottom {
	position: absolute;
	bottom: 15px;
	left: 12px;
	right: 12px;
	text-align: center
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #fff, #fff);
	z-index: 9999999
}
#preloader #status {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
#preloader #status .spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto
}
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #2a52c3;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	animation: sk-bounce 2.0s infinite ease-in-out
}
#preloader #status .spinner .double-bounce2 {
	animation-delay: -1.0s
}
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0)
	}
	50% {
		transform: scale(1)
	}
}
.social-icon li a {
	color: #3c4858;
	border: 1px solid #3c4858;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	transition: all 0.4s ease;
	overflow: hidden;
	position: relative
}
.social-icon li a .fea-social {
	stroke-width: 2
}
.social-icon li a:hover {
	background-color: #2a52c3;
	border-color: #2a52c3 !important;
	color: #fff !important
}
.social-icon li a:hover .fea-social {
	fill: #2a52c3
}
.social-icon.tagline-social li a {
	border: none;
	height: auto;
	width: auto;
	padding-left: 8px
}
.social-icon.tagline-social li a i {
	color: #8492a6
}
.social-icon.tagline-social li a i:hover {
	color: #2a52c3 !important
}
.social-icon.tagline-social li a:hover {
	background: transparent !important
}
.social-icon.tagline-social.social-white li a i {
	color: #fff
}
.social-icon.tagline-social.social-dark li a i {
	color: #3c4858
}
.social-icon.social li a {
	color: #adb5bd;
	border-color: #adb5bd
}
.social-icon.foot-social-icon li a {
	color: #adb5bd;
	border-color: #283353
}
.back-to-top {
	position: fixed;
	z-index: 99;
	bottom: 30px;
	right: 30px;
	display: none;
	transition: all 0.5s ease;
	height: 36px;
	width: 36px;
	line-height: 34px;
	text-align: center;
	background: #2a52c3;
	color: #fff !important
}
.back-to-top .icons {
	transition: all 0.5s ease
}
.back-to-home {
	position: fixed;
	top: 4%;
	right: 2%;
	z-index: 1
}
.sticky-bar {
	position: sticky;
	top: 80px
}
.fea {
	stroke-width: 1.8
}
.fea.icon-sm {
	height: 16px;
	width: 16px
}
.fea.icon-ex-md {
	height: 20px;
	width: 20px
}
.fea.icon-m-md {
	height: 28px;
	width: 28px
}
.fea.icon-md {
	height: 35px;
	width: 35px
}
.fea.icon-lg {
	height: 42px;
	width: 42px;
	stroke-width: 1
}
.fea.icon-ex-lg {
	height: 52px;
	width: 52px
}
[class^=uil-]:before, [class*=" uil-"]:before {
	margin: 0
}
.uim-svg {
	vertical-align: 0 !important
}
#topnav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999; 
	background-color: transparent;
	border: 0;
	transition: all .5s ease;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.49)
}
#topnav .logo {
	float: left;
	color: #3c4858 !important
}
#topnav .logo .l-dark, #topnav .logo .logo-dark-mode {
	display: none
}
#topnav .logo .l-light, #topnav .logo .logo-light-mode {
	display: inline-block
}
#topnav .logo .big-logo {
	display: block
}
#topnav .logo .mobile-logo {
	display: none
}
#topnav .logo:focus {
	outline: none
}
#topnav #navigation {
	font-family: "Poppins", sans-serif
}
#topnav #navigation.toggle-menu {
	position: relative;
	display: block;
	top: 0;
	border: none
}
#topnav #navigation.toggle-menu .toggle-menu-item {
	display: block
}
#topnav #navigation.toggle-menu .toggle-menu-item>li {
	float: none;
	margin: 0 16px !important;
	text-align: center
}
#topnav #navigation.toggle-menu .toggle-menu-item>li>a {
	padding: 16px 0;
	min-height: auto;
	font-size: 18px
}
#topnav .has-submenu.active a {
	color: #fff
}
#topnav .has-submenu.active .submenu li.active>a {
	color: #2a52c3 !important
}
#topnav .has-submenu.active.active .menu-arrow {
	border-color: #2a52c3
}
#topnav .has-submenu {
	position: relative
}
#topnav .has-submenu .submenu {
	position: relative
}
#topnav .has-submenu .submenu .submenu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 15px
}
#topnav .has-submenu .submenu .has-submenu .submenu .has-submenu:hover .submenu-arrow {
	border-color: #2a52c3
}
#topnav .has-submenu .submenu .has-submenu:hover>.submenu-arrow {
	border-color: #2a52c3
}
#topnav .navbar-toggle {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}
#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 30px 0 26px 10px;
	height: 18px
}
#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #3c4858;
	display: block;
	margin-bottom: 5px;
	transition: transform .5s ease
}
#topnav .navbar-toggle span:last-child {
	margin-bottom: 0
}
#topnav .buy-button {
	float: right;
	line-height: 74px
}
#topnav .buy-button>li {
	line-height: initial
}
#topnav .buy-button .login-btn-primary {
	display: none
}
#topnav .buy-button .login-btn-light {
	display: inline-block
}
#topnav .buy-button.menu-social li {
	margin-bottom: 0 !important;
	margin-right: 10px
}
#topnav .buy-button.menu-social li a {
	color: #3c4858
}
#topnav .buy-button.menu-social li:last-child {
	margin-right: 0
}
#topnav .buy-button .dropdown .dropdown-toggle:after, #topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
	display: none
}
#topnav .navbar-toggle.open span {
	position: absolute
}
#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	transform: rotate(45deg)
}
#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden
}
#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	transform: rotate(-45deg)
}
#topnav .navbar-toggle.open span:hover {
	background-color: #2a52c3
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus, #topnav .navbar-toggle .navigation-menu>li>a:hover, #topnav .navbar-toggle:focus {
	background-color: transparent
}
#topnav .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0
}
#topnav .navigation-menu>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 10px
}
#topnav .navigation-menu>li:hover>a, #topnav .navigation-menu>li.active>a {
	color: #2a52c3 !important
}
#topnav .navigation-menu>li>a {
	display: block;
	color: #3c4858;
	font-size: 13px;
	background-color: transparent !important;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.5s;
	padding-left: 10px;
	padding-right: 10px
}
#topnav .navigation-menu>li>a:hover, #topnav .navigation-menu>li>a:active {
	color: #2a52c3
}
#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
	padding: 10px 20px;
	white-space: nowrap;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: bolder;
	color: #3c4858 !important
}
#topnav .navigation-menu .has-submenu .menu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	position: absolute;
	transition: all 0.5s;
	right: -1px;
	top: 32px
}
#topnav .navigation-menu.personal-menu>li>a {
	position: relative;
	display: inline-block !important
}
#topnav .navigation-menu.personal-menu>li:hover>a:after, #topnav .navigation-menu.personal-menu>li.active>a:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 80%;
	background-color: rgba(42, 82, 195, 0.25);
	right: 0;
	left: 0;
	top: 50%;
	z-index: 0;
	margin: 0 auto;
	transition: all 0.5s ease;
	transform: rotate(-10deg)
}
#topnav .menu-extras {
	float: right
}
#topnav.scroll {
	background-color: #fff;
	border: none;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}
#topnav.scroll .navigation-menu>li>a {
	color: #3c4858
}
#topnav.scroll .navigation-menu>li>.menu-arrow {
	border-color: #3c4858
}
#topnav.scroll .navigation-menu>li:hover>a, #topnav.scroll .navigation-menu>li.active>a {
	color: #2a52c3
}
#topnav.scroll .navigation-menu>li:hover>.menu-arrow, #topnav.scroll .navigation-menu>li.active>.menu-arrow {
	border-color: #2a52c3
}
#topnav.defaultscroll.dark-menubar .logo {
	line-height: 70px
}
#topnav.defaultscroll.scroll .logo {
	line-height: 62px
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
	line-height: 62px
}
#topnav.nav-sticky {
	background: #fff;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}
#topnav.nav-sticky .navigation-menu.nav-light>li>a {
	color: #3c4858
}
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
	color: #2a52c3 !important
}
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
	border-color: #2a52c3 !important
}
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a, #topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
	color: #2a52c3 !important
}
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
	border-color: #3c4858
}
#topnav.nav-sticky.tagline-height {
	top: 0 !important
}
#topnav.nav-sticky .buy-button .login-btn-primary {
	display: inline-block
}
#topnav.nav-sticky .buy-button .login-btn-light {
	display: none
}
#topnav.nav-sticky .logo .l-dark {
	display: inline-block
}
#topnav.nav-sticky .logo .l-light {
	display: none
}
.logo {
	font-weight: 600;
	font-size: 24px;
	margin-right: 15px;
	padding: 0 0 6px;
	letter-spacing: 1px;
	line-height: 68px
}
@media (min-width: 1025px) {
	#topnav .navigation-menu>li .submenu.megamenu {
		width: 1116px !important
	}
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
	#topnav .navigation-menu>li .submenu.megamenu {
		width: 936px !important
	}
}
@media (min-width: 992px) {
	#topnav .navigation-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
	#topnav .navigation-menu>li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		padding: 15px 0;
		list-style: none;
		min-width: 180px;
		visibility: hidden;
		opacity: 0;
		margin-top: 10px;
		transition: all .2s ease;
		border-radius: 6px;
		background-color: #fff;
		box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
	}
	#topnav .navigation-menu>li .submenu li {
		position: relative
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		padding: 10px 20px;
		clear: both;
		white-space: nowrap;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 600;
		color: #3c4858 !important;
		transition: all 0.3s
	}
	#topnav .navigation-menu>li .submenu li a:hover {
		color: #2a52c3 !important
	}
	#topnav .navigation-menu>li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0
	}
	#topnav .navigation-menu>li .submenu.megamenu {
		white-space: nowrap;
		left: 50%;
		transform: translateX(-50%);
		position: fixed;
		top: auto;
		display: flex
	}
	#topnav .navigation-menu>li .submenu.megamenu>li {
		overflow: hidden;
		vertical-align: top;
		width: 20%
	}
	#topnav .navigation-menu>li .submenu.megamenu>li .submenu {
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px
	}
	#topnav .navigation-menu>li .submenu>li .submenu {
		left: 101%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px
	}
	#topnav .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 62px
	}
	#topnav .navigation-menu>li:hover>.menu-arrow {
		border-color: #2a52c3
	}
	#topnav .navigation-menu>li:hover>a, #topnav .navigation-menu>li.active>a {
		color: #2a52c3 !important
	}
	#topnav .navigation-menu>li.last-elements .submenu {
		left: auto;
		right: 0
	}
	#topnav .navigation-menu>li.last-elements .submenu:before {
		left: auto;
		right: 10px
	}
	#topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px
	}
	#topnav .navigation-menu.nav-light>li>a {
		color: rgba(255, 255, 255, 0.5)
	}
	#topnav .navigation-menu.nav-light>li.active>a {
		color: #fff !important
	}
	#topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
		border-color: #fff !important
	}
	#topnav .navigation-menu.nav-light>li:hover>a {
		color: #fff !important
	}
	#topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
		border-color: rgba(255, 255, 255, 0.5)
	}
	#topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
		border-color: #fff !important
	}
	#topnav .navigation-menu.nav-right {
		justify-content: flex-end !important
	}
	#topnav .navigation-menu.nav-right>li:last-child {
		margin-right: 0
	}
	#topnav .navigation-menu.nav-left {
		justify-content: flex-start !important
	}
	#topnav .navigation-menu.nav-left>li.last-elements .submenu {
		left: 0 !important;
		right: auto !important
	}
	#topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
		left: 45px !important;
		right: auto !important
	}
	#topnav .buy-button {
		padding-left: 15px
	}
	#topnav .navbar-toggle {
		display: none
	}
	#topnav #navigation {
		display: block !important
	}
	#topnav.scroll {
		top: 0
	}
	#topnav.scroll .navigation-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px
	}
	#topnav.scroll-active .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px
	}
}
@media (max-width: 991px) {
	#topnav {
		background-color: #fff;
		box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
		min-height: 74px
	}
	#topnav .logo .l-dark {
		display: inline-block !important
	}
	#topnav .logo .l-light {
		display: none !important
	}
	#topnav .container {
		width: auto
	}
	#topnav #navigation {
		max-height: 400px
	}
	#topnav .navigation-menu {
		float: none
	}
	#topnav .navigation-menu>li {
		float: none
	}
	#topnav .navigation-menu>li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.04em;
		font-weight: 600;
		color: #3c4858 !important;
		transition: all 0.3s
	}
	#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
		padding: 7px 15px
	}
	#topnav .navigation-menu>li .submenu.open {
		display: block
	}
	#topnav .navigation-menu>li .submenu .submenu {
		display: none;
		list-style: none
	}
	#topnav .navigation-menu>li .submenu .submenu.open {
		display: block
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul {
		list-style: none;
		padding-left: 0
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
		display: block;
		position: relative;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
		color: #8492a6
	}
	#topnav .navigation-menu>li>a {
		color: #3c4858;
		padding: 10px 20px
	}
	#topnav .navigation-menu>li>a:after {
		position: absolute;
		right: 15px
	}
	#topnav .navigation-menu>li>a:hover, #topnav .navigation-menu>li .submenu li a:hover, #topnav .navigation-menu>li.has-submenu.open>a {
		color: #2a52c3
	}
	#topnav .menu-extras .menu-item {
		border-color: #8492a6
	}
	#topnav .navbar-header {
		float: left
	}
	#topnav .buy-button .login-btn-primary {
		display: inline-block !important
	}
	#topnav .buy-button .login-btn-light {
		display: none
	}
	#topnav .has-submenu .submenu .submenu-arrow {
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 12px
	}
	#topnav .has-submenu.active a {
		color: #2a52c3
	}
	#navigation {
		position: absolute;
		top: 74px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #fff
	}
	#navigation.open {
		display: block;
		overflow-y: auto
	}
}
@media (max-width: 768px) {
	#topnav .navigation-menu .has-submenu .menu-arrow {
		right: 8px;
		top: 16px
	}
}
@media (min-width: 768px) {
	#topnav .navigation-menu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0
	}
	#topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0
	}
	#topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu>li:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0
	}
	.navbar-toggle {
		display: block
	}
}
@media (max-width: 425px) {
	#topnav .buy-menu-btn {
		display: block !important;
		margin: 0 10px;
		padding: 10px 20px
	}
	#topnav .buy-menu-btn .dropdown .dropdown-menu.show {
		transform: translate3d(0px, -54px, 0px) !important
	}
	#topnav .navigation-menu>li {
		margin: 0 !important
	}
	#topnav .navigation-menu>li>a {
		padding: 10px 15px
	}
	#topnav .big-logo {
		display: none !important
	}
	#topnav .mobile-logo {
		display: block !important
	}
}

#home{
	background: url(../images/bg/header.jpg);
	background-attachment: fixed
}

.tagline {
	position: absolute;
	width: 100%;
	z-index: 99;
	font-size: 14px;
	padding: 13px 0;
	height: 48px
}
@media screen and (max-width: 575px) {
	.tagline {
		display: none
	}
}
@media screen and (max-width: 575px) {
	.tagline-height {
		top: 0px !important
	}
}
@media (min-width: 576px) {
	.tagline-height {
		top: 48px !important
	}
}
.sidebar-nav {
	padding: 15px 0
}
.sidebar-nav>.navbar-item {
	padding: 3px 15px
}
.sidebar-nav>.navbar-item .navbar-link {
	color: #3c4858 !important;
	font-size: 15px;
	font-weight: 600
}
.sidebar-nav>.navbar-item .navbar-link .navbar-icon {
	font-size: 18px;
	margin-right: 6px
}
#navmenu-nav li.active a {
	color: #2a52c3
}
#navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link {
	color: #fff !important;
	background-color: #2a52c3 !important
}
.bg-home {
	height: 100vh;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
@media (max-width: 767px) {
	.bg-home {
		padding: 150px 0 !important;
		height: auto
	}
}
.bg-home-75vh {
	height: 75vh !important;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
@media (max-width: 767px) {
	.bg-home-75vh {
		padding: 120px 0 !important;
		height: auto
	}
}
.bg-home-70vh {
	height: 70vh !important;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
@media (max-width: 767px) {
	.bg-home-70vh {
		padding: 120px 0;
		height: auto
	}
}
.bg-half-260 {
	padding: 260px 0;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
@media (max-width: 768px) {
	.bg-half-260 {
		padding: 150px 0;
		height: auto
	}
}
.bg-half-170 {
	padding: 170px 0;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
@media (max-width: 767px) {
	.bg-half-170 {
		padding: 120px 0;
		height: auto
	}
}
.bg-half-130 {
	padding: 130px 0 104px;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
.bg-single-home, .aboutme {
	padding-top: 36px;
	padding-bottom: 100px
}
@media (max-width: 768px) {
	.bg-single-home, .aboutme {
		padding: 100px 0 100px
	}
}
.bg-hero {
	padding-top: 36px;
	padding-bottom: 100px
}
@media (max-width: 768px) {
	.bg-hero {
		padding: 74px 0 100px
	}
}
.bg-half {
	padding: 200px 0 100px;
	background-size: cover !important;
	align-self: center;
	position: relative;
	background-position: center center
}
@media (max-width: 768px) {
	.bg-half {
		padding: 160px 0 60px
	}
}
.bg-cowork {
	position: relative;
	padding-top: 80px
}
#carouselExampleInterval .carousel-control-next, #carouselExampleInterval .carousel-control-prev {
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 30px;
	border: 1px solid #e9ecef
}
#carouselExampleInterval .carousel-control-next-icon, #carouselExampleInterval .carousel-control-prev-icon {
	width: 30%
}
#carouselExampleInterval .carousel-control-next {
	right: 8px
}
#carouselExampleInterval .carousel-control-prev {
	left: 8px
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background: rgba(42, 82, 195, 0.5) !important;
	transition: all 0.5s ease;
	border: none;
	margin: 0 3px
}
.carousel-indicators .active {
	background-color: #2a52c3 !important
}
.zoom-image {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden
}
.image-wrap {
	position: absolute;
	top: -200px;
	bottom: -200px;
	left: -100px;
	right: -100px;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	animation: 100s ppb_kenburns linear infinite alternate
}
@keyframes move {
	0% {
		transform-origin: bottom;
		transform: scale(1)
	}
	100% {
		transform: scale(1.4)
	}
}
@keyframes ppb_kenburns {
	0% {
		transform: scale(1.3) translate(-10%, 10%)
	}
	25% {
		transform: scale(1) translate(0, 0)
	}
	50% {
		transform: scale(1.3) translate(10%, 10%)
	}
	75% {
		transform: scale(1) translate(0, 0)
	}
	100% {
		transform: scale(1.3) translate(-10%, 10%)
	}
}
.studio-wrapper:before {
	content: "";
	position: absolute;
	bottom: 14rem;
	left: 50rem;
	width: 60rem;
	height: 30rem;
	border-radius: 18rem;
	transform: rotate(135deg);
	background-color: rgba(42, 82, 195, 0.1)
}
@media (min-width: 1024px) and (max-width: 1140px) {
	.studio-wrapper:before {
		bottom: 10rem;
		left: 30rem;
		width: 40rem;
		height: 20rem
	}
}
@media (max-width: 768px) {
	.studio-wrapper:before {
		left: 12rem
	}
}
@media (max-width: 767px) {
	.studio-wrapper:before {
		left: 0
	}
}
.startup-wrapper:before {
	content: "";
	position: absolute;
	bottom: 10rem;
	left: 45rem;
	width: 90rem;
	height: 35rem;
	transform: rotate(115deg);
	background-color: #2a52c3
}
@media (min-width: 1024px) and (max-width: 1140px) {
	.startup-wrapper:before {
		left: 10rem;
		width: 75rem;
		height: 30rem
	}
}
@media (max-width: 768px) {
	.startup-wrapper:before {
		left: 10rem
	}
}
@media (max-width: 767px) {
	.startup-wrapper:before {
		left: 0
	}
}
.startup-wrapper:after {
	content: "";
	position: absolute;
	bottom: 25rem;
	left: 30rem;
	width: 75rem;
	height: 10rem;
	transform: rotate(115deg);
	background-color: rgba(42, 82, 195, 0.1);
	z-index: -1
}
@media (min-width: 1024px) and (max-width: 1140px) {
	.startup-wrapper:after {
		left: 0rem;
		width: 75rem;
		height: 15rem;
		bottom: 20rem
	}
}
@media (max-width: 768px) {
	.startup-wrapper:after {
		left: 0
	}
}
@media (max-width: 767px) {
	.startup-wrapper:after {
		left: -10rem
	}
}
.home-dashboard img {
	position: relative;
	top: 60px;
	z-index: 1
}
.slide-image {
	animation: slideleft 20000s infinite linear
}
@keyframes slideleft {
	from {
		background-position: 0%
	}
	to {
		background-position: 90000%
	}
}
.personal-hero:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -20rem;
	width: 50rem;
	height: 50rem;
	right: 150px;
	left: 0;
	margin: 0 auto;
	border-radius: 50%;
	background: #2a52c3
}
@media (max-width: 576px) {
	.personal-hero:before {
		width: 30rem;
		height: 30rem;
		bottom: -10rem
	}
}
.personal-hero .personal-overlay {
	visibility: hidden !important
}
@media (max-width: 768px) {
	.personal-hero .personal-overlay {
		visibility: visible !important
	}
	.personal-hero .title, .personal-hero .sub-title {
		color: #fff
	}
	.personal-hero .para {
		color: rgba(255, 255, 255, 0.5)
	}
}
@media (min-width: 769px) {
	.personal-hero .personal-hero-para {
		position: absolute;
		top: 50%;
		backdrop-filter: blur(12px);
		background-color: rgba(255, 255, 255, 0.5);
		z-index: 1;
		padding: 24px
	}
}
.about-image .about-image-position {
	position: absolute;
	top: 50%;
	left: 50%
}
.blog.blog-primary .title:hover, .blog.blog-primary .link:hover {
	color: #2a52c3 !important
}
.blog.blog-primary .link {
	color: #2a52c3 !important
}
.blog.blog-secondary .title:hover, .blog.blog-secondary .link:hover {
	color: #5a6d90 !important
}
.blog.blog-secondary .link {
	color: #5a6d90 !important
}
.blog.blog-success .title:hover, .blog.blog-success .link:hover {
	color: #1cb59f !important
}
.blog.blog-success .link {
	color: #1cb59f !important
}
.blog.blog-warning .title:hover, .blog.blog-warning .link:hover {
	color: #fa693e !important
}
.blog.blog-warning .link {
	color: #fa693e !important
}
.blog.blog-info .title:hover, .blog.blog-info .link:hover {
	color: #17a2b8 !important
}
.blog.blog-info .link {
	color: #17a2b8 !important
}
.blog.blog-danger .title:hover, .blog.blog-danger .link:hover {
	color: #d93030 !important
}
.blog.blog-danger .link {
	color: #d93030 !important
}
.blog.blog-dark .title:hover, .blog.blog-dark .link:hover {
	color: #3c4858 !important
}
.blog.blog-dark .link {
	color: #3c4858 !important
}
.blog.blog-muted .title:hover, .blog.blog-muted .link:hover {
	color: #8492a6 !important
}
.blog.blog-muted .link {
	color: #8492a6 !important
}
.blog.blog-light .title:hover, .blog.blog-light .link:hover {
	color: #f8f9fc !important
}
.blog.blog-light .link {
	color: #f8f9fc !important
}
.blog.blog-footer .title:hover, .blog.blog-footer .link:hover {
	color: #202942 !important
}
.blog.blog-footer .link {
	color: #202942 !important
}
.blog {
	transition: all 0.5s ease
}
.blog img {
	transition: all 0.5s ease
}
.blog.blog-image .content {
	position: absolute;
	bottom: -30px;
	left: 0;
	transition: all 0.5s ease
}
.blog.blog-image .content .author {
	opacity: 0;
	transition: all 0.5s ease
}
.blog.blog-image:hover .content {
	bottom: 24px
}
.blog.blog-image:hover .content .author {
	opacity: 1
}
.blog .image .blog-tag, .blog .image .read-more {
	position: absolute;
	bottom: -30px;
	transition: all 0.5s ease;
	opacity: 0
}
.blog .image .blog-tag {
	left: 24px
}
.blog .image .read-more {
	right: 24px
}
.blog:hover .image img {
	transform: scale(1.1)
}
.blog:hover .image .blog-tag, .blog:hover .image .read-more {
	bottom: 20px;
	opacity: 1
}
.blog.causes .causes-content {
	position: relative;
	margin: -15px 15px 0
}
.blog.causes:hover {
	box-shadow: none !important
}
.blog .blog-primary .blog-line {
	border-color: #3c4858 !important
}
.blog .blog-line {
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	left: 0;
	right: 0;
	border-top: 1px dashed
}
.blog .blog-icon {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	font-size: 20px
}
.widget .widget-search form {
	position: relative
}
.widget .widget-post-title:hover {
	color: #2a52c3 !important
}
.widget .widget-search input[type="text"], .widget .searchform input[type="text"] {
	box-shadow: none;
	padding: 12px 15px;
	height: 45px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none !important;
	padding-right: 45px
}
.widget .widget-search input[type="submit"], .widget .searchform input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	width: 40px;
	height: 40px
}
.widget .widget-search .searchform:after {
	content: "\F0349";
	position: absolute;
	font-family: "Material Design Icons";
	right: 16px;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
	pointer-events: none
}
.tagcloud a {
	background: #f8f9fa;
	color: #3c4858;
	display: inline-block;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 8px 12px 7px;
	text-transform: uppercase;
	transition: all 0.5s ease
}
.tagcloud a:hover {
	background: #2a52c3;
	color: #fff
}
.container-filter li {
	margin: 0px 15px 10px !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.8px;
	cursor: pointer;
	line-height: 34px;
	transition: all 0.5s ease;
	color: #8492a6 !important
}
.container-filter li.active, .container-filter li:hover {
	color: #3c4858 !important
}
.container-filter.filter-box li {
	font-size: 14px;
	padding: 0px 15px;
	margin: 5px 3px !important;
	font-weight: 500;
	font-family: "Poppins", sans-serif
}
.container-filter.filter-box li.active, .container-filter.filter-box li:hover {
	color: #2a52c3 !important;
	border-color: #2a52c3 !important;
	background-color: rgba(42, 82, 195, 0.1) !important
}
.portfolio.portfolio-primary .title:hover, .portfolio.portfolio-primary .lightbox-icon a:hover {
	color: #2a52c3 !important
}
.portfolio.portfolio-primary .bg {
	background-color: #2a52c3 !important
}
.portfolio.portfolio-primary .link {
	color: #2a52c3
}
.portfolio.portfolio-primary .img-bg {
	background-color: rgba(42, 82, 195, 0.15) !important
}
.portfolio.portfolio-primary .btn {
	background-color: #2a52c3 !important;
	border: 1px solid #2a52c3 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1)
}
.portfolio.portfolio-primary .btn:hover, .portfolio.portfolio-primary .btn:focus, .portfolio.portfolio-primary .btn:active, .portfolio.portfolio-primary .btn.active, .portfolio.portfolio-primary .btn.focus {
	background-color: #214099 !important;
	border-color: #214099 !important;
	color: #fff !important
}
.portfolio.portfolio-secondary .title:hover, .portfolio.portfolio-secondary .lightbox-icon a:hover {
	color: #5a6d90 !important
}
.portfolio.portfolio-secondary .bg {
	background-color: #5a6d90 !important
}
.portfolio.portfolio-secondary .link {
	color: #5a6d90
}
.portfolio.portfolio-secondary .img-bg {
	background-color: rgba(90, 109, 144, 0.15) !important
}
.portfolio.portfolio-secondary .btn {
	background-color: #5a6d90 !important;
	border: 1px solid #5a6d90 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}
.portfolio.portfolio-secondary .btn:hover, .portfolio.portfolio-secondary .btn:focus, .portfolio.portfolio-secondary .btn:active, .portfolio.portfolio-secondary .btn.active, .portfolio.portfolio-secondary .btn.focus {
	background-color: #465571 !important;
	border-color: #465571 !important;
	color: #fff !important
}
.portfolio.portfolio-success .title:hover, .portfolio.portfolio-success .lightbox-icon a:hover {
	color: #1cb59f !important
}
.portfolio.portfolio-success .bg {
	background-color: #1cb59f !important
}
.portfolio.portfolio-success .link {
	color: #1cb59f
}
.portfolio.portfolio-success .img-bg {
	background-color: rgba(28, 181, 159, 0.15) !important
}
.portfolio.portfolio-success .btn {
	background-color: #1cb59f !important;
	border: 1px solid #1cb59f !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.1)
}
.portfolio.portfolio-success .btn:hover, .portfolio.portfolio-success .btn:focus, .portfolio.portfolio-success .btn:active, .portfolio.portfolio-success .btn.active, .portfolio.portfolio-success .btn.focus {
	background-color: #158978 !important;
	border-color: #158978 !important;
	color: #fff !important
}
.portfolio.portfolio-warning .title:hover, .portfolio.portfolio-warning .lightbox-icon a:hover {
	color: #fa693e !important
}
.portfolio.portfolio-warning .bg {
	background-color: #fa693e !important
}
.portfolio.portfolio-warning .link {
	color: #fa693e
}
.portfolio.portfolio-warning .img-bg {
	background-color: rgba(250, 105, 62, 0.15) !important
}
.portfolio.portfolio-warning .btn {
	background-color: #fa693e !important;
	border: 1px solid #fa693e !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.1)
}
.portfolio.portfolio-warning .btn:hover, .portfolio.portfolio-warning .btn:focus, .portfolio.portfolio-warning .btn:active, .portfolio.portfolio-warning .btn.active, .portfolio.portfolio-warning .btn.focus {
	background-color: #f9420c !important;
	border-color: #f9420c !important;
	color: #fff !important
}
.portfolio.portfolio-info .title:hover, .portfolio.portfolio-info .lightbox-icon a:hover {
	color: #17a2b8 !important
}
.portfolio.portfolio-info .bg {
	background-color: #17a2b8 !important
}
.portfolio.portfolio-info .link {
	color: #17a2b8
}
.portfolio.portfolio-info .img-bg {
	background-color: rgba(23, 162, 184, 0.15) !important
}
.portfolio.portfolio-info .btn {
	background-color: #17a2b8 !important;
	border: 1px solid #17a2b8 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1)
}
.portfolio.portfolio-info .btn:hover, .portfolio.portfolio-info .btn:focus, .portfolio.portfolio-info .btn:active, .portfolio.portfolio-info .btn.active, .portfolio.portfolio-info .btn.focus {
	background-color: #117a8b !important;
	border-color: #117a8b !important;
	color: #fff !important
}
.portfolio.portfolio-danger .title:hover, .portfolio.portfolio-danger .lightbox-icon a:hover {
	color: #d93030 !important
}
.portfolio.portfolio-danger .bg {
	background-color: #d93030 !important
}
.portfolio.portfolio-danger .link {
	color: #d93030
}
.portfolio.portfolio-danger .img-bg {
	background-color: rgba(217, 48, 48, 0.15) !important
}
.portfolio.portfolio-danger .btn {
	background-color: #d93030 !important;
	border: 1px solid #d93030 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.1)
}
.portfolio.portfolio-danger .btn:hover, .portfolio.portfolio-danger .btn:focus, .portfolio.portfolio-danger .btn:active, .portfolio.portfolio-danger .btn.active, .portfolio.portfolio-danger .btn.focus {
	background-color: #b52121 !important;
	border-color: #b52121 !important;
	color: #fff !important
}
.portfolio.portfolio-dark .title:hover, .portfolio.portfolio-dark .lightbox-icon a:hover {
	color: #3c4858 !important
}
.portfolio.portfolio-dark .bg {
	background-color: #3c4858 !important
}
.portfolio.portfolio-dark .link {
	color: #3c4858
}
.portfolio.portfolio-dark .img-bg {
	background-color: rgba(60, 72, 88, 0.15) !important
}
.portfolio.portfolio-dark .btn {
	background-color: #3c4858 !important;
	border: 1px solid #3c4858 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1)
}
.portfolio.portfolio-dark .btn:hover, .portfolio.portfolio-dark .btn:focus, .portfolio.portfolio-dark .btn:active, .portfolio.portfolio-dark .btn.active, .portfolio.portfolio-dark .btn.focus {
	background-color: #272f3a !important;
	border-color: #272f3a !important;
	color: #fff !important
}
.portfolio.portfolio-muted .title:hover, .portfolio.portfolio-muted .lightbox-icon a:hover {
	color: #8492a6 !important
}
.portfolio.portfolio-muted .bg {
	background-color: #8492a6 !important
}
.portfolio.portfolio-muted .link {
	color: #8492a6
}
.portfolio.portfolio-muted .img-bg {
	background-color: rgba(132, 146, 166, 0.15) !important
}
.portfolio.portfolio-muted .btn {
	background-color: #8492a6 !important;
	border: 1px solid #8492a6 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1)
}
.portfolio.portfolio-muted .btn:hover, .portfolio.portfolio-muted .btn:focus, .portfolio.portfolio-muted .btn:active, .portfolio.portfolio-muted .btn.active, .portfolio.portfolio-muted .btn.focus {
	background-color: #68788f !important;
	border-color: #68788f !important;
	color: #fff !important
}
.portfolio.portfolio-light .title:hover, .portfolio.portfolio-light .lightbox-icon a:hover {
	color: #f8f9fc !important
}
.portfolio.portfolio-light .bg {
	background-color: #f8f9fc !important
}
.portfolio.portfolio-light .link {
	color: #f8f9fc
}
.portfolio.portfolio-light .img-bg {
	background-color: rgba(248, 249, 252, 0.15) !important
}
.portfolio.portfolio-light .btn {
	background-color: #f8f9fc !important;
	border: 1px solid #f8f9fc !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}
.portfolio.portfolio-light .btn:hover, .portfolio.portfolio-light .btn:focus, .portfolio.portfolio-light .btn:active, .portfolio.portfolio-light .btn.active, .portfolio.portfolio-light .btn.focus {
	background-color: #d4daed !important;
	border-color: #d4daed !important;
	color: #fff !important
}
.portfolio.portfolio-footer .title:hover, .portfolio.portfolio-footer .lightbox-icon a:hover {
	color: #202942 !important
}
.portfolio.portfolio-footer .bg {
	background-color: #202942 !important
}
.portfolio.portfolio-footer .link {
	color: #202942
}
.portfolio.portfolio-footer .img-bg {
	background-color: rgba(32, 41, 66, 0.15) !important
}
.portfolio.portfolio-footer .btn {
	background-color: #202942 !important;
	border: 1px solid #202942 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}
.portfolio.portfolio-footer .btn:hover, .portfolio.portfolio-footer .btn:focus, .portfolio.portfolio-footer .btn:active, .portfolio.portfolio-footer .btn.active, .portfolio.portfolio-footer .btn.focus {
	background-color: #0f131f !important;
	border-color: #0f131f !important;
	color: #fff !important
}
.portfolio img {
	transition: all 0.5s ease
}
.portfolio .title {
	transition: all 0.5s ease
}
.portfolio .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
	background-color: #3c4858
}
.portfolio .icons, .portfolio .content {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease
}
.portfolio:hover .overlay {
	opacity: 0.6
}
.portfolio:hover .icons, .portfolio:hover .content {
	opacity: 1
}
.portfolio.portfolio-grid {
	transition: all 0.5s ease
}
.portfolio.portfolio-grid .grid-content {
	transition: all 0.5s ease
}
.portfolio.portfolio-grid .grid-content {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
	transform: translateY(150px);
	overflow: hidden
}
.portfolio.portfolio-grid .grid-content .tag {
	font-size: 15px !important
}
.portfolio.portfolio-grid:hover {
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}
.portfolio.portfolio-grid:hover .grid-content {
	transform: translateY(0)
}
.portfolio.portfolio-modern .port-image {
	z-index: 1;
	transition: all 0.5s ease
}
.portfolio.portfolio-modern .port-image:hover {
	transform: translate3d(-1px, -1px, 0) rotateZ(-2.5deg)
}
.portfolio.portfolio-modern .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}
.portfolio.portfolio-classic:hover img {
	transform: scale(1.05)
}
.tobii__btn svg {
	height: 30px;
	width: auto
}
.tobii__counter {
	font-size: 16px
}
.tobii-zoom {
	display: block !important
}
.tobii-zoom__icon {
	display: none
}
#grid {
	padding: 0 !important
}
.timeline-page:after {
	position: absolute;
	content: "";
	left: 0;
	right: -1px;
	top: 0px;
	width: 1px;
	height: 100%;
	margin: auto;
	border-right: 2px dashed #dee2e6 !important
}
.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .date-label-left:before, .timeline-page .timeline-item .duration-right:after, .timeline-page .timeline-item .duration-right:before {
	position: absolute;
	content: "";
	border-radius: 50%;
	z-index: 1
}
.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after {
	top: 9px;
	width: 10px;
	height: 10px;
	background-color: #2a52c3
}
.timeline-page .timeline-item .date-label-left:before, .timeline-page .timeline-item .duration-right:before {
	border: 2px dashed #dee2e6;
	top: 0;
	width: 28px;
	height: 28px;
	background-color: #fff
}
.timeline-page .timeline-item .date-label-left {
	float: right;
	margin-right: 24px
}
.timeline-page .timeline-item .date-label-left:after {
	right: -41px
}
.timeline-page .timeline-item .date-label-left:before {
	right: -50px
}
.timeline-page .timeline-item .duration-right {
	float: left;
	margin-left: 24px
}
.timeline-page .timeline-item .duration-right:after {
	left: -41px
}
.timeline-page .timeline-item .duration-right:before {
	left: -50px
}
.timeline-page .timeline-item .event {
	transition: all 0.2s ease
}
.timeline-page .timeline-item .event .title {
	font-weight: 500;
	transition: all 0.2s ease
}
.timeline-page .timeline-item .event.event-description-right {
	text-align: left;
	margin-left: 24px
}
.timeline-page .timeline-item .event.event-description-left {
	text-align: right;
	margin-right: 24px
}
@media (max-width: 575px) {
	.timeline-page {
		margin-left: 18px
	}
	.timeline-page:after {
		margin: 0
	}
	.timeline-page .timeline-item .duration {
		float: left !important;
		margin-left: 30px !important;
		margin-right: auto !important;
		text-align: left !important
	}
	.timeline-page .timeline-item .duration:after {
		left: -34px !important
	}
	.timeline-page .timeline-item .duration:before {
		left: -42px !important
	}
	.timeline-page .timeline-item .duration .event {
		text-align: left !important;
		margin-left: 15px
	}
	.timeline-page .timeline-item .event.event-description-left, .timeline-page .timeline-item .event.event-description-right {
		text-align: left !important;
		margin: 0 0 0 30px !important
	}
}
#countdown .count-down, #token-sale .count-down {
	display: inline-block;
	margin: 30px 10px 10px;
	color: #fff;
	text-align: center
}
#countdown .count-down .count-number, #token-sale .count-down .count-number {
	font-size: 40px;
	line-height: 95px
}
#countdown .count-down .count-head, #token-sale .count-down .count-head {
	display: block;
	position: relative;
	transform: translateY(-25px);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px
}
#countdown .count-down .count-number {
	font-size: 40px;
	line-height: 110px;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	backdrop-filter: blur(5px);
	box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
	background-color: rgba(255, 255, 255, 0.1)
}
#token-sale .count-down {
	border: 0;
	color: #3c4858 !important
}
#token-sale .count-down .count-number {
	line-height: 80px
}
@media (max-width: 768px) {
	#token-sale .count-down .count-number {
		font-size: 30px
	}
}
#token-sale .count-down .count-head {
	margin-bottom: 0 !important;
	transform: translateY(-15px)
}
@media (max-width: 768px) {
	#token-sale .count-down .count-head {
		font-size: 10px
	}
}
#maintenance {
	color: #fff;
	font-size: 56px;
	letter-spacing: 1px
}
#maintenance .indicator {
	font-size: 18px
}
.features.feature-primary .icons i {
	background: rgba(42, 82, 195, 0.1);
	color: #2a52c3
}
.features.feature-primary .title:hover {
	color: #2a52c3 !important
}
.features.feature-primary .fea-icon, .features.feature-primary .link {
	color: #2a52c3 !important
}
.features.feature-primary .btn-color {
	background-color: #2a52c3 !important;
	border: 1px solid #2a52c3 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.3)
}
.features.feature-primary .btn-color:hover, .features.feature-primary .btn-color:focus, .features.feature-primary .btn-color:active, .features.feature-primary .btn-color.active, .features.feature-primary .btn-color.focus {
	background-color: #214099 !important;
	border-color: #214099 !important;
	color: #fff !important
}
.features.feature-primary .bg-soft {
	background-color: rgba(42, 82, 195, 0.1) !important;
	color: #2a52c3 !important
}
.features.feature-primary .btn-soft {
	background-color: rgba(42, 82, 195, 0.1) !important;
	border: 1px solid rgba(42, 82, 195, 0.1) !important;
	color: #2a52c3 !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.3)
}
.features.feature-primary .btn-soft:hover, .features.feature-primary .btn-soft:focus, .features.feature-primary .btn-soft:active, .features.feature-primary .btn-soft.active, .features.feature-primary .btn-soft.focus {
	background-color: #2a52c3 !important;
	border-color: #2a52c3 !important;
	color: #fff !important
}
.features.feature-primary .feature-ovelay-one {
	background-color: rgba(42, 82, 195, 0.05)
}
.features.feature-primary .feature-ovelay-two {
	background-color: rgba(42, 82, 195, 0.1)
}
.features.feature-primary .feature-ovelay-three {
	background-color: rgba(42, 82, 195, 0.15)
}
.features.feature-primary .feature-icon i {
	color: #2a52c3;
	border: 2px solid rgba(42, 82, 195, 0.1)
}
.features.feature-primary:hover .feature-icon i {
	background: rgba(42, 82, 195, 0.1)
}
.features.feature-primary.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #2a52c3, #efbad3) 10
}
.features.feature-primary.category:hover {
	background: rgba(42, 82, 195, 0.05)
}
.features.feature-primary.category:hover .icons i {
	background: #2a52c3;
	color: #fff !important
}
.features.feature-secondary .icons i {
	background: rgba(90, 109, 144, 0.1);
	color: #5a6d90
}
.features.feature-secondary .title:hover {
	color: #5a6d90 !important
}
.features.feature-secondary .fea-icon, .features.feature-secondary .link {
	color: #5a6d90 !important
}
.features.feature-secondary .btn-color {
	background-color: #5a6d90 !important;
	border: 1px solid #5a6d90 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}
.features.feature-secondary .btn-color:hover, .features.feature-secondary .btn-color:focus, .features.feature-secondary .btn-color:active, .features.feature-secondary .btn-color.active, .features.feature-secondary .btn-color.focus {
	background-color: #465571 !important;
	border-color: #465571 !important;
	color: #fff !important
}
.features.feature-secondary .bg-soft {
	background-color: rgba(90, 109, 144, 0.1) !important;
	color: #5a6d90 !important
}
.features.feature-secondary .btn-soft {
	background-color: rgba(90, 109, 144, 0.1) !important;
	border: 1px solid rgba(90, 109, 144, 0.1) !important;
	color: #5a6d90 !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}
.features.feature-secondary .btn-soft:hover, .features.feature-secondary .btn-soft:focus, .features.feature-secondary .btn-soft:active, .features.feature-secondary .btn-soft.active, .features.feature-secondary .btn-soft.focus {
	background-color: #5a6d90 !important;
	border-color: #5a6d90 !important;
	color: #fff !important
}
.features.feature-secondary .feature-ovelay-one {
	background-color: rgba(90, 109, 144, 0.05)
}
.features.feature-secondary .feature-ovelay-two {
	background-color: rgba(90, 109, 144, 0.1)
}
.features.feature-secondary .feature-ovelay-three {
	background-color: rgba(90, 109, 144, 0.15)
}
.features.feature-secondary .feature-icon i {
	color: #5a6d90;
	border: 2px solid rgba(90, 109, 144, 0.1)
}
.features.feature-secondary:hover .feature-icon i {
	background: rgba(90, 109, 144, 0.1)
}
.features.feature-secondary.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #5a6d90, #efbad3) 10
}
.features.feature-secondary.category:hover {
	background: rgba(90, 109, 144, 0.05)
}
.features.feature-secondary.category:hover .icons i {
	background: #5a6d90;
	color: #fff !important
}
.features.feature-success .icons i {
	background: rgba(28, 181, 159, 0.1);
	color: #1cb59f
}
.features.feature-success .title:hover {
	color: #1cb59f !important
}
.features.feature-success .fea-icon, .features.feature-success .link {
	color: #1cb59f !important
}
.features.feature-success .btn-color {
	background-color: #1cb59f !important;
	border: 1px solid #1cb59f !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.3)
}
.features.feature-success .btn-color:hover, .features.feature-success .btn-color:focus, .features.feature-success .btn-color:active, .features.feature-success .btn-color.active, .features.feature-success .btn-color.focus {
	background-color: #158978 !important;
	border-color: #158978 !important;
	color: #fff !important
}
.features.feature-success .bg-soft {
	background-color: rgba(28, 181, 159, 0.1) !important;
	color: #1cb59f !important
}
.features.feature-success .btn-soft {
	background-color: rgba(28, 181, 159, 0.1) !important;
	border: 1px solid rgba(28, 181, 159, 0.1) !important;
	color: #1cb59f !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.3)
}
.features.feature-success .btn-soft:hover, .features.feature-success .btn-soft:focus, .features.feature-success .btn-soft:active, .features.feature-success .btn-soft.active, .features.feature-success .btn-soft.focus {
	background-color: #1cb59f !important;
	border-color: #1cb59f !important;
	color: #fff !important
}
.features.feature-success .feature-ovelay-one {
	background-color: rgba(28, 181, 159, 0.05)
}
.features.feature-success .feature-ovelay-two {

	background-color: rgba(28, 181, 159, 0.1)
}
.features.feature-success .feature-ovelay-three {
	background-color: rgba(28, 181, 159, 0.15)
}
.features.feature-success .feature-icon i {
	color: #1cb59f;
	border: 2px solid rgba(28, 181, 159, 0.1)
}
.features.feature-success:hover .feature-icon i {
	background: rgba(28, 181, 159, 0.1)
}
.features.feature-success.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #1cb59f, #efbad3) 10
}
.features.feature-success.category:hover {
	background: rgba(28, 181, 159, 0.05)
}
.features.feature-success.category:hover .icons i {
	background: #1cb59f;
	color: #fff !important
}
.features.feature-warning .icons i {
	background: rgba(250, 105, 62, 0.1);
	color: #fa693e
}
.features.feature-warning .title:hover {
	color: #fa693e !important
}
.features.feature-warning .fea-icon, .features.feature-warning .link {
	color: #fa693e !important
}
.features.feature-warning .btn-color {
	background-color: #fa693e !important;
	border: 1px solid #fa693e !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.3)
}
.features.feature-warning .btn-color:hover, .features.feature-warning .btn-color:focus, .features.feature-warning .btn-color:active, .features.feature-warning .btn-color.active, .features.feature-warning .btn-color.focus {
	background-color: #f9420c !important;
	border-color: #f9420c !important;
	color: #fff !important
}
.features.feature-warning .bg-soft {
	background-color: rgba(250, 105, 62, 0.1) !important;
	color: #fa693e !important
}
.features.feature-warning .btn-soft {
	background-color: rgba(250, 105, 62, 0.1) !important;
	border: 1px solid rgba(250, 105, 62, 0.1) !important;
	color: #fa693e !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.3)
}
.features.feature-warning .btn-soft:hover, .features.feature-warning .btn-soft:focus, .features.feature-warning .btn-soft:active, .features.feature-warning .btn-soft.active, .features.feature-warning .btn-soft.focus {
	background-color: #fa693e !important;
	border-color: #fa693e !important;
	color: #fff !important
}
.features.feature-warning .feature-ovelay-one {
	background-color: rgba(250, 105, 62, 0.05)
}
.features.feature-warning .feature-ovelay-two {
	background-color: rgba(250, 105, 62, 0.1)
}
.features.feature-warning .feature-ovelay-three {
	background-color: rgba(250, 105, 62, 0.15)
}
.features.feature-warning .feature-icon i {
	color: #fa693e;
	border: 2px solid rgba(250, 105, 62, 0.1)
}
.features.feature-warning:hover .feature-icon i {
	background: rgba(250, 105, 62, 0.1)
}
.features.feature-warning.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #fa693e, #efbad3) 10
}
.features.feature-warning.category:hover {
	background: rgba(250, 105, 62, 0.05)
}
.features.feature-warning.category:hover .icons i {
	background: #fa693e;
	color: #fff !important
}
.features.feature-info .icons i {
	background: rgba(23, 162, 184, 0.1);
	color: #17a2b8
}
.features.feature-info .title:hover {
	color: #17a2b8 !important
}
.features.feature-info .fea-icon, .features.feature-info .link {
	color: #17a2b8 !important
}
.features.feature-info .btn-color {
	background-color: #17a2b8 !important;
	border: 1px solid #17a2b8 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3)
}
.features.feature-info .btn-color:hover, .features.feature-info .btn-color:focus, .features.feature-info .btn-color:active, .features.feature-info .btn-color.active, .features.feature-info .btn-color.focus {
	background-color: #117a8b !important;
	border-color: #117a8b !important;
	color: #fff !important
}
.features.feature-info .bg-soft {
	background-color: rgba(23, 162, 184, 0.1) !important;
	color: #17a2b8 !important
}
.features.feature-info .btn-soft {
	background-color: rgba(23, 162, 184, 0.1) !important;
	border: 1px solid rgba(23, 162, 184, 0.1) !important;
	color: #17a2b8 !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3)
}
.features.feature-info .btn-soft:hover, .features.feature-info .btn-soft:focus, .features.feature-info .btn-soft:active, .features.feature-info .btn-soft.active, .features.feature-info .btn-soft.focus {
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
	color: #fff !important
}
.features.feature-info .feature-ovelay-one {
	background-color: rgba(23, 162, 184, 0.05)
}
.features.feature-info .feature-ovelay-two {
	background-color: rgba(23, 162, 184, 0.1)
}
.features.feature-info .feature-ovelay-three {
	background-color: rgba(23, 162, 184, 0.15)
}
.features.feature-info .feature-icon i {
	color: #17a2b8;
	border: 2px solid rgba(23, 162, 184, 0.1)
}
.features.feature-info:hover .feature-icon i {
	background: rgba(23, 162, 184, 0.1)
}
.features.feature-info.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #17a2b8, #efbad3) 10
}
.features.feature-info.category:hover {
	background: rgba(23, 162, 184, 0.05)
}
.features.feature-info.category:hover .icons i {
	background: #17a2b8;
	color: #fff !important
}
.features.feature-danger .icons i {
	background: rgba(217, 48, 48, 0.1);
	color: #d93030
}
.features.feature-danger .title:hover {
	color: #d93030 !important
}
.features.feature-danger .fea-icon, .features.feature-danger .link {
	color: #d93030 !important
}
.features.feature-danger .btn-color {
	background-color: #d93030 !important;
	border: 1px solid #d93030 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.3)
}
.features.feature-danger .btn-color:hover, .features.feature-danger .btn-color:focus, .features.feature-danger .btn-color:active, .features.feature-danger .btn-color.active, .features.feature-danger .btn-color.focus {
	background-color: #b52121 !important;
	border-color: #b52121 !important;
	color: #fff !important
}
.features.feature-danger .bg-soft {
	background-color: rgba(217, 48, 48, 0.1) !important;
	color: #d93030 !important
}
.features.feature-danger .btn-soft {
	background-color: rgba(217, 48, 48, 0.1) !important;
	border: 1px solid rgba(217, 48, 48, 0.1) !important;
	color: #d93030 !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.3)
}
.features.feature-danger .btn-soft:hover, .features.feature-danger .btn-soft:focus, .features.feature-danger .btn-soft:active, .features.feature-danger .btn-soft.active, .features.feature-danger .btn-soft.focus {
	background-color: #d93030 !important;
	border-color: #d93030 !important;
	color: #fff !important
}
.features.feature-danger .feature-ovelay-one {
	background-color: rgba(217, 48, 48, 0.05)
}
.features.feature-danger .feature-ovelay-two {
	background-color: rgba(217, 48, 48, 0.1)
}
.features.feature-danger .feature-ovelay-three {
	background-color: rgba(217, 48, 48, 0.15)
}
.features.feature-danger .feature-icon i {
	color: #d93030;
	border: 2px solid rgba(217, 48, 48, 0.1)
}
.features.feature-danger:hover .feature-icon i {
	background: rgba(217, 48, 48, 0.1)
}
.features.feature-danger.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #d93030, #efbad3) 10
}
.features.feature-danger.category:hover {
	background: rgba(217, 48, 48, 0.05)
}
.features.feature-danger.category:hover .icons i {
	background: #d93030;
	color: #fff !important
}
.features.feature-dark .icons i {
	background: rgba(60, 72, 88, 0.1);
	color: #3c4858
}
.features.feature-dark .title:hover {
	color: #3c4858 !important
}
.features.feature-dark .fea-icon, .features.feature-dark .link {
	color: #3c4858 !important
}
.features.feature-dark .btn-color {
	background-color: #3c4858 !important;
	border: 1px solid #3c4858 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}
.features.feature-dark .btn-color:hover, .features.feature-dark .btn-color:focus, .features.feature-dark .btn-color:active, .features.feature-dark .btn-color.active, .features.feature-dark .btn-color.focus {
	background-color: #272f3a !important;
	border-color: #272f3a !important;
	color: #fff !important
}
.features.feature-dark .bg-soft {
	background-color: rgba(60, 72, 88, 0.1) !important;
	color: #3c4858 !important
}
.features.feature-dark .btn-soft {
	background-color: rgba(60, 72, 88, 0.1) !important;
	border: 1px solid rgba(60, 72, 88, 0.1) !important;
	color: #3c4858 !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}
.features.feature-dark .btn-soft:hover, .features.feature-dark .btn-soft:focus, .features.feature-dark .btn-soft:active, .features.feature-dark .btn-soft.active, .features.feature-dark .btn-soft.focus {
	background-color: #3c4858 !important;
	border-color: #3c4858 !important;
	color: #fff !important
}
.features.feature-dark .feature-ovelay-one {
	background-color: rgba(60, 72, 88, 0.05)
}
.features.feature-dark .feature-ovelay-two {
	background-color: rgba(60, 72, 88, 0.1)
}
.features.feature-dark .feature-ovelay-three {
	background-color: rgba(60, 72, 88, 0.15)
}
.features.feature-dark .feature-icon i {
	color: #3c4858;
	border: 2px solid rgba(60, 72, 88, 0.1)
}
.features.feature-dark:hover .feature-icon i {
	background: rgba(60, 72, 88, 0.1)
}
.features.feature-dark.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #3c4858, #efbad3) 10
}
.features.feature-dark.category:hover {
	background: rgba(60, 72, 88, 0.05)
}
.features.feature-dark.category:hover .icons i {
	background: #3c4858;
	color: #fff !important
}
.features.feature-muted .icons i {
	background: rgba(132, 146, 166, 0.1);
	color: #8492a6
}
.features.feature-muted .title:hover {
	color: #8492a6 !important
}
.features.feature-muted .fea-icon, .features.feature-muted .link {
	color: #8492a6 !important
}
.features.feature-muted .btn-color {
	background-color: #8492a6 !important;
	border: 1px solid #8492a6 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}
.features.feature-muted .btn-color:hover, .features.feature-muted .btn-color:focus, .features.feature-muted .btn-color:active, .features.feature-muted .btn-color.active, .features.feature-muted .btn-color.focus {
	background-color: #68788f !important;
	border-color: #68788f !important;
	color: #fff !important
}
.features.feature-muted .bg-soft {
	background-color: rgba(132, 146, 166, 0.1) !important;
	color: #8492a6 !important
}
.features.feature-muted .btn-soft {
	background-color: rgba(132, 146, 166, 0.1) !important;
	border: 1px solid rgba(132, 146, 166, 0.1) !important;
	color: #8492a6 !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}
.features.feature-muted .btn-soft:hover, .features.feature-muted .btn-soft:focus, .features.feature-muted .btn-soft:active, .features.feature-muted .btn-soft.active, .features.feature-muted .btn-soft.focus {
	background-color: #8492a6 !important;
	border-color: #8492a6 !important;
	color: #fff !important
}
.features.feature-muted .feature-ovelay-one {
	background-color: rgba(132, 146, 166, 0.05)
}
.features.feature-muted .feature-ovelay-two {
	background-color: rgba(132, 146, 166, 0.1)
}
.features.feature-muted .feature-ovelay-three {
	background-color: rgba(132, 146, 166, 0.15)
}
.features.feature-muted .feature-icon i {
	color: #8492a6;
	border: 2px solid rgba(132, 146, 166, 0.1)
}
.features.feature-muted:hover .feature-icon i {
	background: rgba(132, 146, 166, 0.1)
}
.features.feature-muted.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #8492a6, #efbad3) 10
}
.features.feature-muted.category:hover {
	background: rgba(132, 146, 166, 0.05)
}
.features.feature-muted.category:hover .icons i {
	background: #8492a6;
	color: #fff !important
}
.features.feature-light .icons i {
	background: rgba(248, 249, 252, 0.1);
	color: #f8f9fc
}
.features.feature-light .title:hover {
	color: #f8f9fc !important
}
.features.feature-light .fea-icon, .features.feature-light .link {
	color: #f8f9fc !important
}
.features.feature-light .btn-color {
	background-color: #f8f9fc !important;
	border: 1px solid #f8f9fc !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}
.features.feature-light .btn-color:hover, .features.feature-light .btn-color:focus, .features.feature-light .btn-color:active, .features.feature-light .btn-color.active, .features.feature-light .btn-color.focus {
	background-color: #d4daed !important;
	border-color: #d4daed !important;
	color: #fff !important
}
.features.feature-light .bg-soft {
	background-color: rgba(248, 249, 252, 0.1) !important;
	color: #f8f9fc !important
}
.features.feature-light .btn-soft {
	background-color: rgba(248, 249, 252, 0.1) !important;
	border: 1px solid rgba(248, 249, 252, 0.1) !important;
	color: #f8f9fc !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}
.features.feature-light .btn-soft:hover, .features.feature-light .btn-soft:focus, .features.feature-light .btn-soft:active, .features.feature-light .btn-soft.active, .features.feature-light .btn-soft.focus {
	background-color: #f8f9fc !important;
	border-color: #f8f9fc !important;
	color: #fff !important
}
.features.feature-light .feature-ovelay-one {
	background-color: rgba(248, 249, 252, 0.05)
}
.features.feature-light .feature-ovelay-two {
	background-color: rgba(248, 249, 252, 0.1)
}
.features.feature-light .feature-ovelay-three {
	background-color: rgba(248, 249, 252, 0.15)
}
.features.feature-light .feature-icon i {
	color: #f8f9fc;
	border: 2px solid rgba(248, 249, 252, 0.1)
}
.features.feature-light:hover .feature-icon i {
	background: rgba(248, 249, 252, 0.1)
}
.features.feature-light.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #f8f9fc, #efbad3) 10
}
.features.feature-light.category:hover {
	background: rgba(248, 249, 252, 0.05)
}
.features.feature-light.category:hover .icons i {
	background: #f8f9fc;
	color: #fff !important
}
.features.feature-footer .icons i {
	background: rgba(32, 41, 66, 0.1);
	color: #202942
}
.features.feature-footer .title:hover {
	color: #202942 !important
}
.features.feature-footer .fea-icon, .features.feature-footer .link {
	color: #202942 !important
}
.features.feature-footer .btn-color {
	background-color: #202942 !important;
	border: 1px solid #202942 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3)
}
.features.feature-footer .btn-color:hover, .features.feature-footer .btn-color:focus, .features.feature-footer .btn-color:active, .features.feature-footer .btn-color.active, .features.feature-footer .btn-color.focus {
	background-color: #0f131f !important;
	border-color: #0f131f !important;
	color: #fff !important
}
.features.feature-footer .bg-soft {
	background-color: rgba(32, 41, 66, 0.1) !important;
	color: #202942 !important
}
.features.feature-footer .btn-soft {
	background-color: rgba(32, 41, 66, 0.1) !important;
	border: 1px solid rgba(32, 41, 66, 0.1) !important;
	color: #202942 !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3)
}
.features.feature-footer .btn-soft:hover, .features.feature-footer .btn-soft:focus, .features.feature-footer .btn-soft:active, .features.feature-footer .btn-soft.active, .features.feature-footer .btn-soft.focus {
	background-color: #202942 !important;
	border-color: #202942 !important;
	color: #fff !important
}
.features.feature-footer .feature-ovelay-one {
	background-color: rgba(32, 41, 66, 0.05)
}
.features.feature-footer .feature-ovelay-two {
	background-color: rgba(32, 41, 66, 0.1)
}
.features.feature-footer .feature-ovelay-three {
	background-color: rgba(32, 41, 66, 0.15)
}
.features.feature-footer .feature-icon i {
	color: #202942;
	border: 2px solid rgba(32, 41, 66, 0.1)
}
.features.feature-footer:hover .feature-icon i {
	background: rgba(32, 41, 66, 0.1)
}
.features.feature-footer.feature-image {
	border-top: 8px solid;
	border-image: linear-gradient(to right, #202942, #efbad3) 10
}
.features.feature-footer.category:hover {
	background: rgba(32, 41, 66, 0.05)
}
.features.feature-footer.category:hover .icons i {
	background: #202942;
	color: #fff !important
}
.features {
	transition: all 0.5s ease
}
.features.category, .features.category .icons i, .features .title {
	transition: all 0.5s ease
}
.features.feature-clean .icons i {
	height: 65px;
	width: 65px;
	display: flex !important;
	align-items: center;
	justify-content: center
}
.features.feature-clean .icons.bg-lg i {
	height: 110px;
	width: 110px
}
.features.feature-clean .icons.bg-md i {
	height: 85px;
	width: 85px
}
.features.feature-transition {
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important
}
.features.feature-transition:hover {
	box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
	transform: translateY(-10px)
}
.features .feature-ovelay-one, .features .feature-ovelay-two, .features .feature-ovelay-three {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	transition: all 2s ease;
	z-index: 0
}
.features:hover .feature-ovelay-one {
	width: 200px;
	height: 200px;
	right: -60px;
	bottom: -60px
}
.features:hover .feature-ovelay-two {
	width: 150px;
	height: 150px;
	right: -40px;
	bottom: -40px
}
.features:hover .feature-ovelay-three {
	width: 100px;
	height: 100px;
	right: -20px;
	bottom: -20px
}
.features.feature-border-light {
	border: 1px dashed rgba(255, 255, 255, 0.2)
}
.features .feature-icon i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease
}
.features.feature-image .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease
}
.features.feature-image .fea-title {
	opacity: 0;
	transition: all 0.5s ease
}
.features.feature-image:hover .overlay, .features.feature-image:hover .fea-title {
	opacity: 1
}
.customer-testi {
	cursor: e-resize
}
.customer-testi .content:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(50%);
	box-sizing: border-box;
	border: 8px solid #3c4858;
	border-color: transparent #fff #fff transparent;
	transform-origin: 0 0;
	transform: rotate(45deg);
	box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15)
}
.tns-nav {
	text-align: center;
	margin-top: 10px
}
.tns-nav button {
	border: 4px solid rgba(42, 82, 195, 0.5) !important;
	border-radius: 2px;
	transition: all 0.5s ease;
	border: none;
	margin: 0 3px;
	padding: 1px
}
.tns-nav button.tns-nav-active {
	border-color: #2a52c3 !important
}
.tns-controls button[data-controls="prev"], .tns-controls button[data-controls="next"] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #3c4858;
	border: none;
	transition: all 0.5s ease;
	z-index: 1;
	box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15)
}
.tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover {
	background: #2a52c3;
	color: #fff
}
.tns-controls button[data-controls="prev"] {
	left: 0
}
.tns-controls button[data-controls="next"] {
	right: 0
}
.testi-carousel .carousel-indicators {
	position: relative
}
.testi-carousel .carousel-indicators button {
	width: 80px;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	border: none;
	background: transparent;
	transition: all 0.5s ease
}
.testi-carousel .carousel-indicators [data-bs-target] {
	background: transparent !important
}
.testi-carousel .carousel-indicators .active {
	background: transparent !important
}
.testi-carousel .carousel-indicators .active img {
	height: 80px;
	width: 80px
}
.testi-carousel .carousel-item .testi-box {
	max-width: 750px
}
.testi-carousel .carousel-control-next-icon, .testi-carousel .carousel-control-prev-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #2a52c3;
	background-size: 100% 40%;
	border-radius: 50%
}
.testi-carousel .carousel-control-next, .testi-carousel .carousel-control-prev, .testi-carousel .carousel-control-next:focus, .testi-carousel .carousel-control-next:hover, .testi-carousel .carousel-control-prev:focus, .testi-carousel .carousel-control-prev:hover {
	opacity: 1
}
.pricing-rates {
	position: relative;
	z-index: 1;
	transition: all 0.5s ease
}
.pricing-rates.starter-plan {
	transform: scale(1.075);
	z-index: 2
}
@media (max-width: 768px) {
	.pricing-rates.starter-plan {
		transform: scale(1)
	}
}
.ribbon.ribbon-primary span {
	background-color: #2a52c3 !important
}
.ribbon.ribbon-primary span:before {
	border-left-color: #214099;
	border-top-color: #214099
}
.ribbon.ribbon-primary span:after {
	border-right-color: #214099;
	border-top-color: #214099
}
.ribbon.ribbon-secondary span {
	background-color: #5a6d90 !important
}
.ribbon.ribbon-secondary span:before {
	border-left-color: #465571;
	border-top-color: #465571
}
.ribbon.ribbon-secondary span:after {
	border-right-color: #465571;
	border-top-color: #465571
}
.ribbon.ribbon-success span {
	background-color: #1cb59f !important
}
.ribbon.ribbon-success span:before {
	border-left-color: #158978;
	border-top-color: #158978
}
.ribbon.ribbon-success span:after {
	border-right-color: #158978;
	border-top-color: #158978
}
.ribbon.ribbon-warning span {
	background-color: #fa693e !important
}
.ribbon.ribbon-warning span:before {
	border-left-color: #f9420c;
	border-top-color: #f9420c
}
.ribbon.ribbon-warning span:after {
	border-right-color: #f9420c;
	border-top-color: #f9420c
}
.ribbon.ribbon-info span {
	background-color: #17a2b8 !important
}
.ribbon.ribbon-info span:before {
	border-left-color: #117a8b;
	border-top-color: #117a8b
}
.ribbon.ribbon-info span:after {
	border-right-color: #117a8b;
	border-top-color: #117a8b
}
.ribbon.ribbon-danger span {
	background-color: #d93030 !important
}
.ribbon.ribbon-danger span:before {
	border-left-color: #b52121;
	border-top-color: #b52121
}
.ribbon.ribbon-danger span:after {
	border-right-color: #b52121;
	border-top-color: #b52121
}
.ribbon.ribbon-dark span {
	background-color: #3c4858 !important
}
.ribbon.ribbon-dark span:before {
	border-left-color: #272f3a;
	border-top-color: #272f3a
}
.ribbon.ribbon-dark span:after {
	border-right-color: #272f3a;
	border-top-color: #272f3a
}
.ribbon.ribbon-muted span {
	background-color: #8492a6 !important
}
.ribbon.ribbon-muted span:before {
	border-left-color: #68788f;
	border-top-color: #68788f
}
.ribbon.ribbon-muted span:after {
	border-right-color: #68788f;
	border-top-color: #68788f
}
.ribbon.ribbon-light span {
	background-color: #f8f9fc !important
}
.ribbon.ribbon-light span:before {
	border-left-color: #d4daed;
	border-top-color: #d4daed
}
.ribbon.ribbon-light span:after {
	border-right-color: #d4daed;
	border-top-color: #d4daed
}
.ribbon.ribbon-footer span {
	background-color: #202942 !important
}
.ribbon.ribbon-footer span:before {
	border-left-color: #0f131f;
	border-top-color: #0f131f
}
.ribbon.ribbon-footer span:after {
	border-right-color: #0f131f;
	border-top-color: #0f131f
}
.ribbon {
	position: absolute;
	top: -6px;
	width: 75px;
	height: 75px;
	z-index: 2
}
.ribbon.ribbon-right {
	right: -4px
}
.ribbon.ribbon-right span {
	right: -23px;
	transform: rotate(45deg)
}
.ribbon.ribbon-left {
	left: -5px
}
.ribbon.ribbon-left span {
	left: -21px;
	transform: rotate(-45deg)
}
.ribbon span {
	position: absolute;
	top: 18px;
	width: 100px;
	color: #fff
}
.ribbon span:before, .ribbon span:after {
	content: "";
	position: absolute;
	top: 100%;
	z-index: -1;
	border: 3px solid transparent
}
.ribbon span:before {
	left: 0
}
.ribbon span:after {
	right: 0
}
.switcher-pricing .toggle, .switcher-pricing .toggler {
	display: inline-block;
	vertical-align: middle
}
.switcher-pricing .toggler {
	transition: all 0.5s ease;
	font-weight: bold
}
.switcher-pricing .toggler--is-active {
	color: #2a52c3 !important
}
.switcher-pricing .form-switch .form-check-input {
	width: 48px;
	height: 24px;
	margin-top: 0
}
.hide {
	display: none
}
.team.team-primary .title:hover {
	color: #2a52c3 !important
}
.team.team-primary .btn {
	background-color: #2a52c3 !important;
	border: 1px solid #2a52c3 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1)
}
.team.team-primary .btn:hover, .team.team-primary .btn:focus, .team.team-primary .btn:active, .team.team-primary .btn.active, .team.team-primary .btn.focus {
	background-color: #214099 !important;
	border-color: #214099 !important;
	color: #fff !important
}
.team.team-secondary .title:hover {
	color: #5a6d90 !important
}
.team.team-secondary .btn {
	background-color: #5a6d90 !important;
	border: 1px solid #5a6d90 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}
.team.team-secondary .btn:hover, .team.team-secondary .btn:focus, .team.team-secondary .btn:active, .team.team-secondary .btn.active, .team.team-secondary .btn.focus {
	background-color: #465571 !important;
	border-color: #465571 !important;
	color: #fff !important
}
.team.team-success .title:hover {
	color: #1cb59f !important
}
.team.team-success .btn {
	background-color: #1cb59f !important;
	border: 1px solid #1cb59f !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(28, 181, 159, 0.1)
}
.team.team-success .btn:hover, .team.team-success .btn:focus, .team.team-success .btn:active, .team.team-success .btn.active, .team.team-success .btn.focus {
	background-color: #158978 !important;
	border-color: #158978 !important;
	color: #fff !important
}
.team.team-warning .title:hover {
	color: #fa693e !important
}
.team.team-warning .btn {
	background-color: #fa693e !important;
	border: 1px solid #fa693e !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(250, 105, 62, 0.1)
}
.team.team-warning .btn:hover, .team.team-warning .btn:focus, .team.team-warning .btn:active, .team.team-warning .btn.active, .team.team-warning .btn.focus {
	background-color: #f9420c !important;
	border-color: #f9420c !important;
	color: #fff !important
}
.team.team-info .title:hover {
	color: #17a2b8 !important
}
.team.team-info .btn {
	background-color: #17a2b8 !important;
	border: 1px solid #17a2b8 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1)
}
.team.team-info .btn:hover, .team.team-info .btn:focus, .team.team-info .btn:active, .team.team-info .btn.active, .team.team-info .btn.focus {
	background-color: #117a8b !important;
	border-color: #117a8b !important;
	color: #fff !important
}
.team.team-danger .title:hover {
	color: #d93030 !important
}
.team.team-danger .btn {
	background-color: #d93030 !important;
	border: 1px solid #d93030 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(217, 48, 48, 0.1)
}
.team.team-danger .btn:hover, .team.team-danger .btn:focus, .team.team-danger .btn:active, .team.team-danger .btn.active, .team.team-danger .btn.focus {
	background-color: #b52121 !important;
	border-color: #b52121 !important;
	color: #fff !important
}
.team.team-dark .title:hover {
	color: #3c4858 !important
}
.team.team-dark .btn {
	background-color: #3c4858 !important;
	border: 1px solid #3c4858 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1)
}
.team.team-dark .btn:hover, .team.team-dark .btn:focus, .team.team-dark .btn:active, .team.team-dark .btn.active, .team.team-dark .btn.focus {
	background-color: #272f3a !important;
	border-color: #272f3a !important;
	color: #fff !important
}
.team.team-muted .title:hover {
	color: #8492a6 !important
}
.team.team-muted .btn {
	background-color: #8492a6 !important;
	border: 1px solid #8492a6 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1)
}
.team.team-muted .btn:hover, .team.team-muted .btn:focus, .team.team-muted .btn:active, .team.team-muted .btn.active, .team.team-muted .btn.focus {
	background-color: #68788f !important;
	border-color: #68788f !important;
	color: #fff !important
}
.team.team-light .title:hover {
	color: #f8f9fc !important
}
.team.team-light .btn {
	background-color: #f8f9fc !important;
	border: 1px solid #f8f9fc !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}
.team.team-light .btn:hover, .team.team-light .btn:focus, .team.team-light .btn:active, .team.team-light .btn.active, .team.team-light .btn.focus {
	background-color: #d4daed !important;
	border-color: #d4daed !important;
	color: #fff !important
}
.team.team-footer .title:hover {
	color: #202942 !important
}
.team.team-footer .btn {
	background-color: #202942 !important;
	border: 1px solid #202942 !important;
	color: #fff !important;
	box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}
.team.team-footer .btn:hover, .team.team-footer .btn:focus, .team.team-footer .btn:active, .team.team-footer .btn.active, .team.team-footer .btn.focus {
	background-color: #0f131f !important;
	border-color: #0f131f !important;
	color: #fff !important
}
.team img, .team .team-social {
	transition: all 0.5s ease
}
.team .team-social {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -50px
}
.team.team-two .team-image .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease;
	opacity: 0
}
.team.team-two .team-image .content .designation {
	position: relative;
	bottom: -20px;
	transition: all 0.5s ease
}
.team.team-two .team-image .content .team-social {
	position: relative;
	bottom: -50px;
	transition: all 0.5s ease
}
.team:hover .team-image {
	overflow: hidden;
	position: relative
}
.team:hover .team-image img {
	transform: scale(1.05)
}
.team:hover .team-image .team-social {
	bottom: 16px
}
.team:hover.team-two .team-image .content {
	bottom: 20px;
	opacity: 1 !important
}
.team:hover.team-two .team-image .content .designation, .team:hover.team-two .team-image .content .team-social {
	bottom: 0
}
.form-icon .icons {
	position: absolute;
	top: 13px;
	left: 18px
}
.contact-show-btn {
	width: 100px;
	height: 100px
}
.contact-show-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-color: #2a52c3;
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(42, 82, 195, 0.5)
}
.error {
	margin: 8px 0px;
	display: none;
	color: #d93030
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px
}
.error_message, #success_page {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 5px
}
.error_message {
	background-color: rgba(217, 48, 48, 0.1) !important;
	border: 2px solid rgba(217, 48, 48, 0.1) !important;
	color: #d93030 !important;
	font-size: 14px
}
.contact-loader {
	display: none
}
#success_page {
	background-color: rgba(28, 181, 159, 0.1) !important;
	border: 2px solid rgba(28, 181, 159, 0.1) !important;
	color: #1cb59f !important
}
#success_page p {
	margin-bottom: 0 !important
}
.filter-search-form .icons {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	left: 12px;
	z-index: 1;
	color: #2a52c3;
	font-size: 20px
}
.registration-form {
	position: relative
}
.registration-form .submit-btn {
	border-radius: 8px
}
.registration-form .form-control, .registration-form .choices[data-type*=select-one] .choices__inner {
	border-radius: 8px
}
@media (min-width: 992px) {
	.filter-border:before {
		content: "";
		border-right: 1px solid #e9ecef;
		position: absolute;
		right: 0px;
		height: 40px;
		top: 10px;
		z-index: 1
	}
	.registration-form {
		position: relative
	}
	.registration-form .submit-btn {
		border-radius: 0px 6px 6px 0px
	}
	.registration-form .form-control {
		border-radius: 6px 0px 0px 6px
	}
	.registration-form .choices[data-type*=select-one] .choices__inner {
		border-radius: 0
	}
}
.filter-input-box, .filter-input-box.form-select, .filter-search-form .choices__inner {
	box-shadow: none !important;
	border: 0;
	font-size: 15px;
	height: 60px;
	padding: 13px 6px 15px 45px;
	border-radius: 0
}
.choices__inner {
	background: #f8f9fc !important
}
.choices__list--dropdown, .choices[data-type*=select-one] .choices__input {
	background: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
	z-index: 11111
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: #f8f9fc;
	color: #3c4858
}
.choices__list--dropdown .choices__item--selectable {
	color: #8492a6
}
.qs-datepicker-container {
	background-color: #fff;
	border-color: #dee2e6
}
.qs-datepicker-container .qs-controls {
	background-color: #e9ecef
}
.qs-datepicker-container .qs-controls .qs-month-year {
	font-weight: 600;
	font-size: 15px
}
.qs-datepicker-container .qs-controls .qs-month-year:hover {
	border-bottom: 1px solid #e9ecef
}
.qs-datepicker-container .qs-squares .qs-square {
	font-size: 15px;
	height: 34px;
	width: 34px
}
.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current {
	background: #2a52c3;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 30px
}
.qs-datepicker-container .qs-squares .qs-day {
	font-weight: 500;
	color: #8492a6
}
footer {
	position: relative;
	color: #adb5bd
}
footer .footer-py-120 {
	padding: 120px 0
}
footer .footer-py-60 {
	padding: 60px 0
}
footer .footer-py-30 {
	padding: 30px 0
}
footer .footer-head {
	letter-spacing: 1px;
	font-weight: 500;
	color: #f8f9fc
}
footer .text-foot {
	color: #adb5bd
}
footer .footer-subscribe .form-control, footer .foot-subscribe .form-control {
	background-color: #27314f;
	border: 1px solid #27314f;
	color: #f8f9fc !important
}
footer .footer-subscribe input, footer .foot-subscribe input {
	padding: 9px 20px;
	padding-right: 48px !important
}
footer .footer-subscribe input::placeholder, footer .foot-subscribe input::placeholder {
	color: #adb5bd
}
footer .footer-subscribe button, footer .foot-subscribe button {
	top: 4px;
	right: 5px
}
footer .footer-subscribe button.btn, footer .foot-subscribe button.btn {
	height: 44px;
	width: 44px
}
footer .footer-subscribe.foot-white .form-control, footer .foot-subscribe.foot-white .form-control {
	color: #adb5bd
}
footer .footer-list {
	margin-bottom: 0
}
footer .footer-list li {
	margin-bottom: 10px
}
footer .footer-list li a {
	transition: all 0.5s ease
}
footer .footer-list li a:hover {
	color: #e6e8ea
}
footer .footer-list li:last-child {
	margin-bottom: 0
}
footer .footer-border, footer .footer-bar {
	border-top: 1px solid #252f4c
}
footer .footer-border-bottom {
	border-bottom: 1px solid #252f4c
}
footer .border {
	border-color: #252f4c !important
}
#style-switcher {
	transition: all 0.4s;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
	left: -189px;
	position: fixed;
	top: 17%;
	width: 189px;
	z-index: 9999;
	padding: 10px 5px
}
#style-switcher .content {
	padding: 5px 10px
}
#style-switcher .content h3 {
	color: #3c4858;
	font-size: 16px;
	margin: 0 3px 12px
}
#style-switcher .content ul.pattern {
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	border-radius: 0px
}
#style-switcher .content ul.pattern li.list-inline-item:not(:last-child) {
	margin-right: 0px;
	margin-bottom: 0
}
#style-switcher .content ul.pattern li a {
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	margin: 3px
}
#style-switcher .content ul.pattern .color1 {
	background-color: #2a52c3
}
#style-switcher .content ul.pattern .color2 {
	background-color: #f89d36
}
#style-switcher .content ul.pattern .color3 {
	background-color: #7b2cbf
}
#style-switcher .content ul.pattern .color4 {
	background-color: #d93030
}
#style-switcher .content ul.pattern .color5 {
	background-color: #8cb369
}
#style-switcher .content ul.pattern .color6 {
	background-color: #ff5714
}
#style-switcher .content ul.pattern .color7 {
	background-color: #fd9a89
}
#style-switcher .content ul .t-dark, #style-switcher .content ul .t-rtl-light {
	display: inline-block
}
#style-switcher .content ul .t-ltr-light, #style-switcher .content ul .t-light, #style-switcher .content ul .t-rtl-dark, #style-switcher .content ul .t-ltr-dark {
	display: none
}
#style-switcher .bottom a.settings {
	background: none repeat scroll 0 0 #fff !important;
	height: 41px;
	position: absolute;
	right: -41px;
	top: 0px;
	width: 40px;
	padding: 3px;
	border-radius: 0 30px 30px 0
}
@media only screen and (max-width: 375px) {
	#style-switcher {
		display: none
	}
}
.photography-scss .photo-phase {
	transition: all 0.5s ease
}
.photography-scss .photo-phase .link {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	text-align: center;
	transition: all 0.3s ease
}
.photography-scss .photo-phase:hover .link {
	bottom: 20px;
	color: #fff !important
}
.photography-scss .container-filter li {
	font-size: 16px;
	color: #8492a6 !important;
	line-height: 34px;
	transition: all 0.5s ease
}
.photography-scss .container-filter li.active, .photography-scss .container-filter li:hover {
	color: #3c4858 !important
}
.photography-scss .container-filter .categories:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	background-color: rgba(42, 82, 195, 0.4);
	right: 0;
	left: 0;
	bottom: 6px;
	border-radius: 5px;
	transition: all 0.5s ease
}
.photography-scss .container-filter .categories.active:after, .photography-scss .container-filter .categories:hover:after {
	width: 100%;
	right: auto;
	left: 0;
	height: 6px;
	top: 60%
}
.photography-scss footer {
	position: relative;
	color: #adb5bd
}
.photography-scss footer .footer-border, .photography-scss footer .footer-bar {
	border-top: 1px solid #283353;
	z-index: 1;
	position: relative
}
.photography-scss footer .border {
	border-color: #283353 !important
}
body.restaurant-scss {
	font-family: "Poppins", sans-serif !important
}
.restaurant-scss h1, .restaurant-scss h2, .restaurant-scss h3, .restaurant-scss h4, .restaurant-scss h5, .restaurant-scss h6, .restaurant-scss .h1, .restaurant-scss .h2, .restaurant-scss .h3, .restaurant-scss .h4, .restaurant-scss .h5, .restaurant-scss .h6 {
	font-family: "Lora", serif !important;
	line-height: 1.2 !important;
	font-weight: 600 !important
}
.restaurant-scss #topnav .navigation-menu>li>a, .restaurant-scss .btn {
	font-family: "Lora", serif !important
}
.restaurant-scss .menu-food:hover img {
	animation: spinner-border 10s linear infinite !important
}
.restaurant-scss .container-filter li {
	margin: 0px 15px 10px !important;
	font-size: 14px;
	letter-spacing: 0.8px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #8492a6 !important;
	border-bottom: 1px solid transparent;
	font-weight: 500
}
.restaurant-scss .container-filter li.active, .restaurant-scss .container-filter li:hover {
	color: #3c4858 !important;
	border-bottom-color: #3c4858
}
body.gym-scss {
	font-family: "Ubuntu", sans-serif !important;
	font-size: 16px
}
.gym-scss h1, .gym-scss h2, .gym-scss h3, .gym-scss h4, .gym-scss h5, .gym-scss h6, .gym-scss .h1, .gym-scss .h2, .gym-scss .h3, .gym-scss .h4, .gym-scss .h5, .gym-scss .h6 {
	font-family: "Teko", sans-serif !important;
	line-height: 1.2 !important;
	font-weight: 500 !important
}
.gym-scss #topnav .navigation-menu>li>a {
	font-family: "Teko", sans-serif !important
}
.gym-scss #topnav .navigation-menu>li>a {
	font-size: 18px;
	font-weight: 400
}
.gym-scss .title-heading .heading {
	font-size: 80px !important
}
@media (max-width: 768px) {
	.gym-scss .title-heading .heading {
		font-size: 64px !important
	}
}
.gym-scss .title-heading .para-desc {
	font-size: 18px
}
.gym-scss .section-title {
	position: relative
}
.gym-scss .section-title .sub-title {
	font-size: 20px !important
}
.gym-scss .section-title .title {
	font-size: 42px !important
}
@media (max-width: 768px) {
	.gym-scss .section-title .title {
		font-size: 36px !important
	}
}
.gym-scss .categories-filter .categories {
	font-size: 20px !important
}
.gym-scss .schedule-time .content .ex-name {
	font-size: 20px !important
}
.gym-scss .fw-normal {
	font-weight: 400 !important
}