

/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #0085A1;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0085A1;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 0, 133, 161;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: "Segoe UI", Roboto, Lora, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #212529;
	--bs-link-hover-color: #0085A1;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}

/* Body */
body {
	overflow-x: hidden;
	font-family: var(--bs-body-font-family);/*'Manrope', sans-serif;*/
}

/* Custom Classes */
a {
	display: -webkit-inline-box;
	text-decoration: none;
	color: #FF3D33;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.text-purple{
	color: #FB625A !important;
}
.btn-theme {
	padding: 10px 25px !important;
}
.btn-purple{
	background-color: #FB625A;
	color: #ffffff;
	border: 1px solid #FB625A;
}
.btn-purple:hover, .btn-purple:focus, .btn-outline-purple:hover {
	background-color: #FF3D33;
	color: #ffffff;
	border: 1px solid #FF3D33;
}
.btn-outline-purple{
	color: #FF3D33;
	border: 1px solid #FF3D33;
}
.nav-pills.purple-tab .nav-link.active, .nav-pills.purple-tab .show>.nav-link {
	background-color: #FB625A;
}
.bg-purple{
	background-color: #FB625A;
}
.purple-tab .nav-link {
	color: #FB625A;
}
.border-primary {
	border-color: #FB625A !important;
}
.form-check-input:checked {
	background-color: #FB625A;
	border-color: #FB625A;
}
.breadcrumb.bg-dark .breadcrumb-item+.breadcrumb-item::before {
	color: rgb(204 204 204 / 23%);
}
.bg-opacity-purple {
	background: rgb(139 61 255 / 8%);
}



/* Navbar */
.osahan-header-logo .logo {
	height: 30px;
}
.osahan-main-nav.fixed-top {
	background-color: #000000 !important;
}
.elements-top-header  a.nav-link {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	color: #ffffff !important;
}
.my-account-nav  a.nav-link {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* Blog */
.svg-border-rounded svg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
}
.sticky-sidebar {
	position: sticky;
	top: 20px;
}
.bg-primary.rounded-circle.admin-icon img {
	height: 22px;
	width: 22px;
	object-fit: cover;
}
.bg-primary.rounded-circle.admin-icon {
	background: transparent !important;
}
.blog-list-osahan .cover-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-author-profile-header .profile-img {
	height: 120px;
	width: 120px;
	object-fit: cover;
}
.portfolio-osahan-w .card-img {
	height: 300px;
	object-fit: cover;
}
.portfolio-osahan-h .card-img {
	height: 600px;
	object-fit: cover;
}
.shop-product-detail-slider {
	margin-top: -155px !important;
}
.shop-product-detail-slider.small-img .img-fluid {
	border: 4px solid #fff;
}
.shop-product-detail-slider.small-img .img-fluid.slick-current.slick-active {
	border-color: #FB625A;
}

/* My Account */
.avtar-sm {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.osahan-sidebar {
	margin-top: -120px;
	position: relative;
}
.osahan-sidebar .profile-img {
	height: 120px;
    width: 120px;
    object-fit: cover;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	cursor: inherit;
	width: 125px;
	display: block;
	height: 38px;
}
.osahan-sidebar-links .dropdown-item {
	font-size: 15px;
	padding: 12px 15px;
	color: #595c5f;
	border-radius: 8px;
	margin: 2px 0;
}
.osahan-sidebar-links .dropdown-item.active, .osahan-sidebar-links .dropdown-item:hover {
	background: rgb(139 61 255 / 8%);
	color: #FB625A;
}
.osahan-user-header {
	background-image: url(../../img/pages/banner.jpeg);
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 400px;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	max-width: 1380px;
	margin: auto;
}
.build-something-together {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../img/pages/banner.jpeg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -10rem;
}
.footer-icon {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-tabs-osahan .nav-link {
	color: #979797;
}
.nav-tabs-osahan .nav-link.active {
	color: #FB625A;
}

/* About */
.bg-elements {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../img/pages/banner.jpeg);*/
	background-image: linear-gradient(#ff7f26a6, #ff7f266b), url(../../img/pages/banner.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cart Page */
.cart-img.rounded-2 {
	height: 70px;
	width: 58px;
	min-width: 58px;
	object-fit: cover;
}
.quantity-osahan {
	width: 110px;
	text-align: center;
	border-radius: 10px;
	border: 0px solid #dee2e6;
	overflow: hidden;
	padding: 3px;
}
.quantity-osahan .quantity-input {
	text-align: center;
}
.quantity-osahan .btn {
	padding: 0 0 1px 0;
	border-radius: 8px !important;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: end;
	justify-content: center;
	font-size: 23px;
}
.quantity-osahan .quantity-input {
	border: none;
	padding: 0px;
}

/* Filter Sidebar */
.osahan-filter .accordion-button {
	border-radius: 0px !important;
	font-weight: bold;
	color: #000;
	padding: 0 0 19px 0px;
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #dee2e6;
	box-shadow: none;
	letter-spacing: 1px;
	position: relative;
}
.osahan-filter .accordion-item {
	border: none;
	border-radius: 0px !important;
	margin-bottom: 20px;
}
.osahan-filter .accordion-body {
	padding: 18px 0 27px 0;
}
.osahan-filter .accordion-button:after {
	width: 16px;
	height: 16px;
	background-size: 16px;
}
.osahan-filter .accordion-button:before {
	border-bottom: 3px solid #FB625A;
	width: 62px;
	position: absolute;
	content: "";
	bottom: -1px;
}

/* Mobile Media */
@media (max-width:992px) {
	.m-none {
		display: none;
	}
}
@media (min-width:1280px) {
	.position-lg-relative {
		position: relative;
	}
    .position-lg-absolute {
		position: absolute;
	}
}


.menu-wrapper, .menu a {
	background-color: Tomato;
	width: 100%;
	color: #fff;
}

.menu::after {
	content: '';
	clear: both;
	display: block;
}

.menu a {
	display: block;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

.menu li {
	position: relative;
}

.menu > li {
	float: left;
}

.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	.menug, .menug ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}


		.menug li a, footer a {
			width: 250px;
			color: var(--bs-secondary-text) !important;
		}

			.menug li a:hover, footer a:hover, footer .link-secondary:focus, footer .link-secondary:hover {
				color: #FF3D33 !important;
			}


	.menu ul li + li {
		border-top: 1px solid #fff;
	}

	.menu ul {
		position: absolute;
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.233);
	}

		.menu > li ul, .menu ul ul {
			opacity: 0;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;
			z-index: -1;
			visibility: hidden;
		}

	.menu > li ul {
		top: 100%;
		left: 0;
	}

	.menu ul ul {
		left: 100%;
		top: 0;
	}

	.menu ul a {
		width: 250px;
	}

	.menu > li:hover > ul {
		top: 100%;
		opacity: 1;
		z-index: 1;
		visibility: visible;
	}

	.menu ul > li:hover > ul {
		left: 50%;
		top: 35px;
		opacity: 1;
		z-index: 1;
		visibility: visible;
	}

.menu-gray, .menu-gray a {
	background-color: #CCC;
	background-color: #FFF;
	color: #222;
}

	.menu-gray a:hover {
		background-color: rgba(187, 187, 187, 0.966);
		color: #222;
	}


.droppable {
	position: static;
}

	.droppable > a:after {
		content: "\f107";
		font-family: FontAwesome;
		font-size: 12px;
		padding-left: 16px;
		position: relative;
		top: 1px;
	}

.menu-icon {
	cursor: pointer;
	padding: 28px 20px;
	position: fixed;
	top: 0;
	left: calc( 100vw - 55px);
	user-select: none;
	z-index: 12;
}

	.menu-icon .navicon {
		background: #333;
		display: block;
		height: 2px;
		position: relative;
		transition: background .2s ease-out;
		width: 18px;
	}

		.menu-icon .navicon:before,
		.menu-icon .navicon:after {
			background: #333;
			content: '';
			display: block;
			height: 100%;
			position: absolute;
			transition: all .2s ease-out;
			width: 100%;
		}

		.menu-icon .navicon:before {
			top: 5px;
		}

		.menu-icon .navicon:after {
			top: -5px;
		}


.menu-btn {
	display: none;
}

	.menu-btn:checked ~ .menu {
		visibility: visible;
		z-index: 10;
		left: 0;
		position: absolute;
		top: 46px;
		width: -webkit-fill-available;
	}

		.menu-btn:checked ~ .menu li {
			float: none;
		}

	.menu-btn:checked ~ .menu-icon .navicon {
		background: transparent;
	}

		.menu-btn:checked ~ .menu-icon .navicon:before {
			transform: rotate(-45deg);
		}

		.menu-btn:checked ~ .menu-icon .navicon:after {
			transform: rotate(45deg);
		}

	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		top: 0;
	}

/* 48em = 768px */
/* 64em = 1024px */
@media (min-width: 64em) {
	.menu ul > li {
		float: left;
	}
	.menu {
		clear: none;
		max-height: none;
		display: table;
		margin: auto;
	}
	.menu-icon {
		display: none;
	}

	.menu ul > li.der:hover > ul {
		left: -50%;
	}

}



@media(max-width: 64rem) {

	.menu {
		visibility: hidden;
		max-height: 0;
	}
	.txt-small {
		visibility: hidden;
		width: 0;
	}
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}





.shadow {
	box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
}

.transition-3d-hover {
	transition: all 0.2s ease-in-out;
}

	.transition-3d-hover:hover {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

.osahan-dropdown-box {
	background-image: url("../img/bg.png") !important;
	background-size: cover;
	background-repeat: no-repeat;
}

.card-osahan-demo .card-img-top {
	border-radius: 18px 0 0 0 !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
}

.card-osahan-demo {
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
}

	.card-osahan-demo:hover {
		box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.05);
		transform: translateY(-10px);
	}

/* Nav */
.osahan-main-nav {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

	.osahan-main-nav.fixed-top {
		background-color: #ffffff;
		box-shadow: 0px 10px 15px rgba(0,0,0,0.04);
	}

.navbar-nav .dropdown-menu {
	box-shadow: 0px 24px 21px rgb(0 0 0 / 11%) !important;
}

.dropdown:hover > .dropdown-menu {
	display: block;
	animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes dropdown-show {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.dropdown-menu:hover .dropdown-item {
	opacity: 0.6;
}

.dropdown-menu .dropdown-item:hover {
	opacity: unset;
	font-weight: 500;
}

.dropdown-item {
	transition: all 0.2s ease-in-out;
	padding-right: 40px;
}

	.dropdown-item:hover {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	.dropdown-item:after {
		content: "\ea6c";
		font-family: remixicon !important;
		font-style: normal;
		position: absolute;
		right: 0;
		font-size: 14px;
		line-height: 24px;
		opacity: 0;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.dropdown-item:hover:after {
		opacity: unset;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

.dropdown-item {
	position: relative;
}

.single-dropdown-nav .dropdown-menu {
	border: none;
	border-radius: 11px;
	padding: 14px 22px 14px 14px;
	min-width: 270px;
}

	.single-dropdown-nav .dropdown-menu .dropdown-item {
		padding: 7px 40px 7px 14px;
		border-radius: 6px;
	}

		.single-dropdown-nav .dropdown-menu .dropdown-item::after {
			right: 11px;
		}

.site-brand small {
	font-size: 11px;
	letter-spacing: 0.1px;
}

.site-brand .fw-bold {
	line-height: 20px;
}

.site-brand .lh-1 {
	line-height: 12px !important;
}

.site-brand-svg {
	width: 3rem;
}

.nav-link {
	--bs-nav-link-font-size: .945rem;
	width: max-content;
}

.blog-list-img {
	width: 340px;
	height: 275px;
}

.osahan-dropdown-box p.lead.mb-5 {
	font-size: 13px;
	margin-bottom: 29px !important;
}

.osahan-dropdown-box a.btn {
	padding: 10px 23px !important;
	border-radius: 32px;
	font-size: 14px;
	background: #000;
	border: none;
}

.osahan-dropdown-box h1.text-primary {
	font-size: 25px;
	color: #000 !important;
}

.osahan-dropdown-box h5.text-dark {
	font-size: 15px;
	opacity: 0.7;
	margin-top: 30px !important;
}

/* Back To Top */
#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
	background-color: #fff;
	color: #2d2a3e;
	width: 50px;
	border-radius: 100px;
	cursor: pointer;
	height: 50px;
	border: 3px solid #ebebeb;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

	#back-to-top:hover {
		box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
		background-color: #2d2a3e;
		color: #ffffff;
	}

/* Sidebar */
#sidebar .offcanvas-header .link-light {
	color: #000 !important;
}

#sidebar .offcanvas-body .nav-item .nav-link {
	text-align: center;
	padding: 15px 20px !important;
}

#sidebar .offcanvas-body .nav-item.dropdown {
	position: unset !important;
}

#sidebar .offcanvas-body .dropdown-menu {
	position: relative !important;
	transform: unset !important;
	box-shadow: none !important;
}

	#sidebar .offcanvas-body .dropdown-menu .dropdown-mega-content .col-lg-3 {
		border: none !important;
		padding: 15px 15px !important;
		text-align: center;
	}

/* Page Loading */
.page-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

[data-bs-theme="dark"] .page-loading {
	background-color: #121519;
}

.page-loading.active {
	opacity: 1;
	visibility: visible;
}

.page-loading-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.page-loading.active > .page-loading-inner {
	opacity: 1;
}

.page-loading-inner > span {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #6f788b;
}

[data-bs-theme="dark"] .page-loading-inner > span {
	color: #fff;
	opacity: .6;
}

.page-spinner {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: .75rem;
	vertical-align: text-bottom;
	background-color: #d7dde2;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner .75s linear infinite;
	animation: spinner .75s linear infinite;
}

[data-bs-theme="dark"] .page-spinner {
	background-color: rgba(255,255,255,.25);
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.text-dark-50 {
	font-size: x-small;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  letter-spacing: -1px !important;
}

.btn,
.link-primary {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  /*color: #1b1b1b;*/
}
/*footer a:after, */
div.py-5  a:after {
	background-color: #FF3D33;
	content: "";
	display: inline-flex;
	height: 10px;
	margin-left: 4px;
	-webkit-mask-image: url(/media/links.svg);
	mask-image: url(/media/links.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 10px;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: auto !important;
	height: auto !important;
	-webkit-mask-image: none !important;
	background-color: transparent !important;
}

footer a:after{
	background-color: #FF3D33;
	content: "";
	display: none !important ;
	height: 0 !important;
	margin-left: 4px;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 0 !important;
}


a:hover {
  color: #FB625A;
}

.bg-osahan {
  background-image: url(../img/banner.jpeg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.yoga-nav a.nav-link {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* Custom Classes */
.title-line {
	height: 5px;
	display: inline-block;
}
.btn-lg {
  padding: 10px 32px;
  font-size: 20px;
}

.btn-primary {
  background-color: #FB625A !important;
  border-color: #FB625A !important;
}

.btn-primary:hover {
  background-color: #FF3D33 !important;
  border-color: #FF3D33 !important;
}

.btn-outline-primary {
  border-color: #FB625A !important;
  color: #FB625A !important;
}

.btn-outline-primary:hover {
  border-color: #FF3D33 !important;
  background-color: #FF3D33 !important;
  color: #fff !important;
}

.fs-74 {
  font-size: 74px;
  line-height: 76px;
}

.fs-30{
  font-size: 30px;
  line-height: 32px;
	
}

.text-max-auto{
/*width: max-content;*/
margin: auto;
}

.w-5 {
  width: 5% !important;
}

.text-primary {
  color: #FB625A !important;
}

.bg-primary {
  background-color: #FB625A !important;
}

.link-primary {
  color: #FB625A !important;
}

.link-primary:hover {
  color: #4b7878 !important;
}


.text-success {
  color: #145E67 !important;
}

.bg-success {
  background-color: #145E67 !important;
}


/* Navbar */
.yoga-nav .navbar-nav .nav-link {
  padding: 10px 0;
  margin: 0px 11px;
}

.yoga-nav .navbar-nav .nav-link.active {
  color: #FB625A;
}

.yoga-nav .navbar-nav .nav-link:hover {
  color: #FB625A;
}

/* Sidebar Nav */
.sidebar-nav .navbar-nav .nav-link {
	font-size: 20px;
	color: #ffffff;
}
.sidebar-nav .navbar-nav .nav-link.active,
.sidebar-nav .navbar-nav .nav-link:hover {
	color: #FB625A;
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
	width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;
}
	
.bento-card a:hover{
	color:#ff504d;
}
.bento-card a{
	display:inline-block;margin-top:20px;color:#050a23;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;font-size:1rem;
}

.bento-card:hover{
	background-color:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.07),4px 3px 10px 0 rgba(0,0,0,.07),14px 12px 18px 0 rgba(0,0,0,.03),20px 20px 20px 0 rgba(0,0,0,.04),57px 48px 30px 0 rgba(0,0,0,.01),89px 74px 32px 0 transparent;
}

.bento-card{
	height:100%;position:relative;border-radius:20px;background-color:rgba(255,255,255,.4);border:1px solid #fff;
	/*padding:32px;*/
	overflow:hidden;text-overflow:ellipsis;-webkit-transition:border .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;transition:border .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
	}
.heading-label{
	display:block;clear:both;font-family:Source,Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-bottom:8px;color:#63677a;text-transform:uppercase;letter-spacing:1px;
	}
.solutions-section{max-width:1440px;margin:0 auto;display:block;
}
.h2-subtitle{font-size:clamp(1rem, 3vw, 2rem);font-weight:340;line-height:1.5;text-wrap:balance;letter-spacing:-.4px;color:#40455b;
}

.bento-card:hover .preview{
	border-radius:0;
}
.preview{
	/*margin:-32px -32px 32px;*/
	background-repeat:no-repeat;background-size:cover;overflow:hidden;background-position:center center;border-radius:20px;-webkit-transition:border-radius .2s ease-in-out;transition:border-radius .2s ease-in-out;
	}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    max-width: 650px;
    height: 400px;
    margin: auto;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    max-width: 650px;
    height: 400px;
}

.gmap_iframe {
    height: 400px !important;
	text-align: center;
	margin: 0 auto;
}

/* Footer */
footer .footer-top .social-icons a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-top .social-icons a:hover {
  border-color: #FB625A !important;
}

/* Mobile Media  */
@media (max-width:992px) {
  .m-none {
    display: none;
  }
}