@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--main-color: #9e0303;
	--white-color: #fff;
	--heading-color: #3c3c3c;
	--heading--size: 60px;
	--p--size: 20px;
	--bg-light-color: #f2f2f2;
}


body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}


.top-bar {
	background-color: var(--main-color);
	color: rgb(22, 22, 22);
	font-size: 14px;
}

.top-bar a {
	color: #343434;
	text-decoration: none;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 500;
}

.top-bar i {
	color: var(--main-color);
	text-decoration: none;
	margin-right: 7px;
	font-size: 17px;
}

.top-background {
	background-color: #ededed;
	padding: 4px 13px;
}

.top-background:hover {
	background-color: #fff;
	padding: 4px 13px;
	transition: all 0.4s ease;
}


/* Placeholder styling */
section {
	padding: 0px 0px;

}

h2.section-title {
	font-weight: 700;
	margin-bottom: 40px;
	letter-spacing: 2px;
	color: #8B0000;
}











.dead-link {}

.dead-link::after {
	content: url(../images/bg-fitking.png) !important;
	display: inline-block;
	text-align: center;
	align-items: center;
	margin: -100px auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -10;
	width: 100%;
	overflow: hidden;


}

.owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: -69px;
	right: 40px;
}

.owl-theme .owl-controls {}



.header {

	box-shadow: 0px 0px 1px #ccc;

}


.navbar-brand {

	background-color: var(--white-color);
	padding: 4.5px 25px;
	border-radius: 50px;
	border: solid 1px #e2e2e2;

}

.navbar-brand img {
	height: auto;
}
.navbar-brand img:hover {
	opacity: 0.8;
	transition: all 0.4s ease;
}

.navbar {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;

}

.carousel-item img {
	max-width: 100%;
	height: auto;
}

.product-card {
	text-align: center;
}

.btn-red {
	background-color: var(--main-color);
	color: white;
	border-radius: 20px;
}

.btn-red:hover {
	background-color: var(--heading-color);
	color: white;
	border-radius: 20px;
}

.border-radius {
	border-radius: 30px;


}

p {
	line-height: 25px;
	color: var(--heading-color);


}

.display-5 {
	color: var(--heading-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: 900 !important;
	font-size: var(--heading--size);


}



/* blog*/

.carousel-wrapper {
	overflow: hidden;
}

.carousel-inner {
	display: flex;
}

.carousel-item {
	flex: 0 0 100%;
	transition: transform 0.6s ease;
}

@media (min-width: 576px) {
	.carousel-item {
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) {
	.carousel-item {
		flex: 0 0 33.33%;
	}
}

@media (min-width: 992px) {
	.carousel-item {
		flex: 0 0 20%;
	}
}

.fitking-card {
	border: none;
	position: relative;
	margin: 10px;
}

.fitking-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

.fitking-icon {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	padding: 8px;
}

.fitking-title {
	text-align: center;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 10px;
}

.carousel-indicators [data-bs-target] {
	background-color: #888;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.carousel-indicators .active {
	background-color: #000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #000;
	border-radius: 50%;
}




/* End Blog*/



.line {

	box-shadow: 0px 0px 3px 0px #ccc;
	border-bottom: solid 2px #ccc;




}

.line2 {
	border-bottom: solid 5px #2e2e2e !important;
}

.line3 {

	border-top: solid 1px #ff0000 !important;
	box-shadow: 0px 0px 22px 0px #000000;

	border-bottom: solid 3px #000 !important;


}



























.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	background: var(--main-color) !important;
}



.post-slide10 {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 0px;
	position: relative;

	/* box-shadow: 0px 0px 1px 0px #aaaaaa; */



}

.margin-1 {
	margin: 0px 10px;

}

.margin-2 {
	margin: 4px 22px 0px 2px !important;
}

.margin-3 {
	margin: 5px 20px 20px 20px !important;
}

.post-slide10:hover {




	box-shadow: 0px 0px 1px 0px #b1b1b1;

}

.post-slide10 .read-more {
	color: #fff;
	padding: 8px 8px;

	font-size: 11px;
	letter-spacing: 0.5px;
	border-radius: 5px;
	border: none;
	background: #000;


	text-transform: uppercase;
	transition: color .2s linear;
	/* border-radius: 38px !important; */
}

.post-slide10 .read-more a {
	color: #333;
	padding: 0 15px;
	font-size: 14px;

	text-transform: capitalize;
	transition: color .2s linear;
}

.post-slide10 .post-title a {
	font-weight: 400;
	color: #303030;
	padding: 1px 0px 4px 0px;
	text-align: center !important;
	display: inline-block;
	text-transform: capitalize;
	transition: all .3s ease 0s;
	line-height: 25px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 3px;
}

.post-slide10 .read-more i {

	font-size: 13px;

}


.post-title2 a {
	font-weight: 400;
	color: #303030;
	padding: 0px 10px 0px 0px;
	text-align: left !important;
	display: inline-block;
	text-transform: capitalize;

	transition: all .3s ease 0s;
	line-height: 25px;

	border-bottom: solid 1px #000;
	font-size: 14px;
	margin-bottom: 3px;
}

.post-title {
	background: #ffffff;
	padding: 6px 0px;
	margin: 1px 0px;
}




.active,
.accordion1:hover {}

.panel {
	padding: 0px 0px;
	display: none;
	background: none !important;
	margin-bottom: 0px !important;

	overflow: hidden;
}

.accordion1::after {
	content: '\02795';
	font-size: 13px;
	background-color: #fff;
	border-radius: 50%;
	color: #fff !important;
	/* border: solid 1px #fff; */
	float: right;
	margin-left: 5px;
	margin-top: 0px;
}

.open::after {
	content: "\2796";
}


.accordion1 {
	color: var(--white-color);
	cursor: pointer;
	padding: 1px;
	font-weight: 400;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	letter-spacing: 0.5px;
	padding: 15px 0px;
	border-bottom: solid 1px #9a1515 !important;
}

.btn-link {
	font-weight: 400;
	color: #ffffff;
	border-radius: 0;
}

.btn11 {
	display: inline-block;
	padding: 10px 0px 4px 0px !important;
	margin-bottom: 0;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left !important;
	white-space: nowrap;
	clear: both;
	text-decoration: none;
	text-transform: capitalize !important;
	width: 100%;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	height: auto !important;
	border: 1px solid transparent;
}

.btn11 {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-link:hover {
	color: whitesmoke;
	border-bottom: solid 1p #ccc;
}


footer {
	background: #7f0000;
	/* [disabled]color: white; */
	padding: 10px 0px 20px 0px !important;
	bottom: 0;
	width: 100%;
}

.heading a {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	line-height: 62px;
	color: #fff;
	letter-spacing: 0.9px;
}

.footer-nav {
	padding: 15px 0px !important;
	font-weight: 400;
	font-size: 13px;
	border-bottom: solid 1px #9a1515 !important;
	text-transform: capitalize;
}

.footer-nav a {
	color: var(--white-color) !important;
	padding: 10px 0px !important;
}






































.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	top: 50% !important;
	padding: 20px 20px !important;
	font-size: 12px;
	-webkit-border-radius: 330px;
	-moz-border-radius: 330px;
	border-radius: 320px !important;
	background-color: transparent;

	filter: Alpha(Opacity=50);
	opacity: 1 !important;
}


.owl-theme .owl-controls .owl-buttons .owl-prev {

	position: absolute;
	background: url(../images/arrow_left.png) no-repeat;

	left: -17px !important;
}

.owl-theme .owl-controls .owl-buttons .owl-next {

	position: absolute;
	background: url(../images/arrow_right.png) no-repeat;
	right: -16px !important;
}


@media screen and (max-width:980px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev {

		position: absolute;
		background: url(../images/arrow_left.png) no-repeat;

		left: -17px !important;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {

		position: absolute;
		background: url(../images/arrow_right.png) no-repeat;
		right: -25px !important;
	}


}

@media screen and (max-width:800px) {



	.owl-theme .owl-controls .owl-buttons div {
		color: #FFF;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 5px;
		top: 50% !important;
		padding: 20px 20px !important;
		font-size: 12px;
		-webkit-border-radius: 330px;
		-moz-border-radius: 330px;
		border-radius: 320px !important;
		background-color: transparent;

		filter: Alpha(Opacity=50);
		opacity: 1 !important;
	}


	.owl-theme .owl-controls .owl-buttons .owl-prev {

		position: absolute;
		background: url(../images/arrow_left.png) no-repeat;

		left: -18px !important;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {

		position: absolute;
		background: url(../images/arrow_right.png) no-repeat;
		right: -25px !important;
	}


}
































/* slider */


.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	top: 50% !important;
	padding: 20px 20px !important;
	font-size: 12px;
	-webkit-border-radius: 330px;
	-moz-border-radius: 330px;
	border-radius: 320px !important;
	background-color: transparent;

	filter: Alpha(Opacity=50);
	opacity: 1 !important;
}


.owl-theme .owl-controls .owl-buttons .owl-prev {

	position: absolute;
	background: url(../images/arrow_left.png) no-repeat;

	left: -17px !important;
}

.owl-theme .owl-controls .owl-buttons .owl-next {

	position: absolute;
	background: url(../images/arrow_right.png) no-repeat;
	right: 20px !important;
}


@media screen and (max-width:980px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev {

		position: absolute;
		background: url(../images/arrow_left.png) no-repeat;

		left: -17px !important;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {

		position: absolute;
		background: url(../images/arrow_right.png) no-repeat;
		right: -25px !important;
	}


}

@media screen and (max-width:800px) {

	.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}


	.accordion-item:first-of-type>.accordion-header .accordion-button {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}

	.accordion-button {
		background-color: var(--main-color) !important;
		color: #ffffff !important;
		padding: 10px 20px !important;
		border-radius: 30px;
		margin: 5px 0px;
	}


	.accordion-button:not(.collapsed) {
		color: #fff;
		background-color: var(--main-color) !important;
		padding: 10px 20px !important;
	}




	.owl-theme .owl-controls .owl-buttons div {
		color: #FFF;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 5px;
		top: 50% !important;
		padding: 20px 20px !important;
		font-size: 12px;
		-webkit-border-radius: 330px;
		-moz-border-radius: 330px;
		border-radius: 320px !important;
		background-color: transparent;

		filter: Alpha(Opacity=50);
		opacity: 1 !important;
	}


	.owl-theme .owl-controls .owl-buttons .owl-prev {

		position: absolute;
		background: url(../images/arrow_left.png) no-repeat;

		left: -18px !important;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {

		position: absolute;
		background: url(../images/arrow_right.png) no-repeat;
		right: -25px !important;
	}


}


/* Accordition*/

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	list-style: none;
	text-align: center !important;
	margin: auto !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--white-color);
	background-color: var(--main-color);
	border-color: var(--main-color);
	padding: 6px 35px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;

	margin: auto !important;
}





@media (min-width:768px) {





	.tab-content .accordion-item {
		border: 0;
		border-radius: 0;
	}
}

@media (max-width:767px) {
	.tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}

	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
		position: inherit !important;
		top: 10px !important;
		right: 120px;
		z-index: 1;
	}

	.creative-fullpage--slider .slider-inner {
		height: auto !important;
		position: relative;
	}

}



.support-section {
	background-color: #f5f5f5;
	padding: 60px 30px;
}

.support-icon {
	max-width: 280px;
}

.social-title {
	font-weight: 800;
	font-size: 32px;
	margin: 50px 0 30px;
}

.fw-bold {
	font-weight: 700 !important;
	color: #414141;

}

.social-icons .icon-box {
	background-color: #f0f0f0;
	padding: 35px 23px;
	/* border-radius: 8px; */
	transition: all 0.3s ease;
	margin: 10px;
}

.fs-2 {
	color: #fff;
	background-color: var(--main-color);
	padding: 0px 5px;
	border-radius: 5px;


}


.social-icons .icon-box:hover {
	background-color: #e5e5e5;
}

.social-icons img {
	width: 30px;
	height: 30px;
}

.footer-logo {
	background-color: #1c1c1c;
	padding: 20px 0;
}

.footer-logo img {
	max-width: 380px;
}

a {
	text-decoration: none;
}



.bis {
	position: absolute;
	margin: 10px;
	vertical-align: text-top;
	font-weight: 400;
	float: right;
	color: #FFF;
	right: 0;
	border-radius: 20px;
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	font-style: italic;
	padding: 2PX 8PX;
	background: #9e0303;
}




#preloader {
	overflow: hidden;
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.classy-load {
	-webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
	animation: 2000ms linear 0s normal none infinite running classy-load;
	background: transparent none repeat scroll 0 0;
	border-color: #dddddd #dddddd #111111;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	height: 40px;
	left: calc(50% - 20px);
	position: relative;
	top: calc(50% - 20px);
	width: 40px;
	z-index: 9;
}

@-webkit-keyframes classy-load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes classy-load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.navigation {
	width: 100%;
	height: 70px;
	display: table;
	position: relative;
	font-family: inherit;
	background-color: #fff
}

.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.navigation-portrait {
	height: 48px
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19998
}

.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important
}

.align-to-right {
	float: right
}

.nav-header {
	float: left
}

.navigation-hidden .nav-header {
	display: none
}

.nav-brand {
	line-height: 70px;
	padding: 0;
	color: #343a40;
	font-size: 24px;
	text-decoration: none !important
}

.nav-brand:hover,
.nav-brand:focus {
	color: #343a40
}

.navigation-portrait .nav-brand {
	font-size: 18px;
	line-height: 48px
}

.nav-logo>img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left
}

.nav-logo:focus>img {
	outline: initial
}

.navigation-portrait .nav-logo>img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0
}

.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
	display: none;
	cursor: pointer
}

.nav-toggle:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #343a40;
	border-radius: 10px;
	box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}

.navigation-portrait .nav-toggle {
	display: block
}

.navigation-portrait .nav-menus-wrapper {
	width: 320px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #fff;
	z-index: 20000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #343a40;
	font-size: 26px;
	cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0
}

.navigation-portrait .nav-menu {
	width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
	float: none;
	text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
	float: none
}

.nav-menu>li {
	display: inline-block;
	float: left;
	text-align: left
}

.navigation-portrait .nav-menu>li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
	border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
	border-top: none
}

.nav-menu>li>a {
	height: 70px;
	padding: 30px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #343a40;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 12px 15px 12px 26px
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: var(--main-color);
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
	width: 18px;
	height: 16px;
	line-height: 16px;
	-webkit-transform: scale(1.4);
	transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
	width: 16px;
	display: inline-block;
	-webkit-transform: scale(1.8);
	transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	float: none;
	border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
	font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
	font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 15px
}

.submenu-indicator {
	margin-left: 6px;
	margin-top: 6px;
	float: right;
	-webkit-transition: all .2s;
	transition: all .2s
}

.navigation-portrait .submenu-indicator {
	width: 54px;
	height: 44px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000
}

.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #9e0303 #9e0303 transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border .2s;
	transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
	position: absolute;
	top: 18px;
	left: 24px
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #967adc #967adc transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999
}

.no-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.nav-search {
	height: 70px;
	float: right;
	z-index: 19998
}

.navigation-portrait .nav-search {
	height: 48px;
	padding: 0 10px;
	margin-right: 52px
}

.navigation-hidden .nav-search {
	display: none
}

.nav-search-button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
}

.navigation-portrait .nav-search-button {
	width: 50px;
	height: 48px;
	line-height: 59px;
	font-size: 22px
}

.nav-search-icon {
	width: 14px;
	height: 14px;
	margin: 2px 8px 8px 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #343a40;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-search-icon:after,
.nav-search-icon:before {
	content: '';
	pointer-events: none
}

.nav-search-icon:before {
	width: 2px;
	height: 11px;
	top: 11px;
	position: absolute;
	left: 50%;
	border-radius: 0 0 1px 1px;
	box-shadow: inset 0 0 0 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
	color: var(--main-color);
}

.nav-search>form {
	width: 100%;
	height: 100%;
	padding: 0 auto;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99
}

.nav-search-inner {
	width: 70%;
	height: 70px;
	margin: auto;
	display: table
}

.navigation-portrait .nav-search-inner {
	height: 48px
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	text-transform: capitalize;
	font-size: 22px;
	text-align: center;
	color: var(--heading-color);
	outline: none;
	line-height: 70px;
	border: none;
	background-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
	height: 48px;
	font-size: 15px;
	line-height: 48px
}

.nav-search-close-button {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: normal;
	color: #343a40;
	font-size: 20px;
	cursor: pointer;
	text-align: center
}

.navigation-portrait .nav-search-close-button {
	top: 10px;
	right: 14px
}

.nav-button {
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px
}

.nav-button:hover,
.nav-button:focus {
	color: #fff;
	text-decoration: none
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px
}

.nav-text {
	margin: 25px 15px;
	display: inline-block;
	color: #343a40;
	font-size: 14px
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
	margin-top: 15px
}

.nav-dropdown {
	min-width: 180px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 98;
	white-space: nowrap
}

.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0
}

.nav-dropdown .nav-dropdown {
	left: 100%
}

.nav-menu>li>.nav-dropdown {
	border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	text-align: left
}

.nav-dropdown>li>a {
	width: 100%;
	padding: 16px 20px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-size: 13px;
	color: #343a40;
	background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: var(--main-color)
}

.nav-dropdown.nav-dropdown-left {
	right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
	left: auto;
	right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
	text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
	padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
	padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
	padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
	padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: 110px
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 10px;
	position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent var(--main-color) var(--main-color) transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #fdfdfd;
	border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none
}

.nav-dropdown-horizontal>li {
	width: auto;
	clear: none;
	position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
	width: 100%
}

.nav-dropdown-horizontal>li>a {
	position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.megamenu-panel {
	width: 100%;
	padding: 15px;
	display: none;
	position: absolute;
	font-size: 14px;
	z-index: 98;
	text-align: left;
	color: inherit;
	border-top: solid 1px #f0f0f0;
	background-color: #fdfdfd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}

.navigation-portrait .megamenu-panel {
	padding: 25px;
	position: static;
	display: block
}

.megamenu-panel [class*=container] {
	width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
	padding: 0
}

.megamenu-panel-half {
	width: 50%
}

.megamenu-panel-quarter {
	width: 25%
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
	width: 100%
}

.megamenu-panel-row {
	width: 100%
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
	display: table;
	content: "";
	line-height: 0
}

.megamenu-panel-row:after {
	clear: both
}

.megamenu-panel-row [class*=col-] {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
	margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
	float: none;
	display: block;
	width: 100% !important;
	margin-left: 0;
	margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
	margin-top: 0
}

.megamenu-panel-row .col-1 {
	width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
	width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
	width: 22.75%
}

.megamenu-panel-row .col-4 {
	width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
	width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
	width: 48.5%
}

.megamenu-panel-row .col-7 {
	width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
	width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
	width: 74.25%
}

.megamenu-panel-row .col-10 {
	width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
	width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
	width: 100%
}

.megamenu-tabs {
	width: 100%;
	float: left;
	display: block
}

.megamenu-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
	width: 100%
}

.megamenu-tabs-nav>li>a {
	width: 100%;
	padding: 10px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #343a40;
	border: solid 1px #eff0f2;
	outline: 0;
	background-color: #fff
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
	background-color: #f5f5f5
}

.megamenu-tabs-pane {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	color: #343a40;
	border: solid 1px #eff0f2;
	background-color: #fff
}

.megamenu-tabs-pane.active {
	display: block
}

.navigation-portrait .megamenu-tabs-pane {
	width: 100%
}

.megamenu-lists {
	width: 100%;
	display: table
}

.megamenu-list {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none
}

.megamenu-list:last-child {
	margin: 0;
	border: none
}

.navigation-landscape .megamenu-list {
	margin: -15px 0;
	padding: 20px 0;
	border-right: solid 1px #f0f0f0
}

.navigation-landscape .megamenu-list:last-child {
	border: none
}

.megamenu-list>li>a {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	color: #343a40;
	text-decoration: none;
	font-size: 13px;
}

.megamenu-list>li>a:hover {
	background-color: #27ae60;
	color: #fff
}

.megamenu-list>li.megamenu-list-title>a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #343a40
}

.megamenu-list>li.megamenu-list-title>a:hover {
	background-color: transparent
}

.navigation-landscape .list-col-2 {
	width: 50%
}

.navigation-landscape .list-col-3 {
	width: 33%
}

.navigation-landscape .list-col-4 {
	width: 25%
}

.navigation-landscape .list-col-5 {
	width: 20%
}

.nav-menu>li>a {
	color: var(--heading-color);
	text-transform: uppercase;
}

.nav-dropdown>li>a {
	color: var(--heading-color);
	padding: 9px 20px;
	border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: var(--main-color);
}

.main_header_area.sticky {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.nav-dropdown>li>a,
	.megamenu-list>li>a {
		width: 65%
	}
}




.stores_img {
	position: fixed;
	top: 220px;
	right: 0;
	float: left;
	z-index: 10000000;
}

.stores_img:hover {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.lookbook_img {
	position: fixed;
	top: 120px;
	right: 0;
	float: left;
	z-index: 10000000;
}

.lookbook_img:hover {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}


/* ============ Full Page Slider ================= */
.creative-fullpage--slider {

	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: auto;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {

	height: 76vh;
	position: relative;
}

.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: right;
	flex-direction: column;
	overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 22%;
	right: 120px;
	z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	/*background-color: transparent;
	 background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%); */
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: var(--heading-color);
	font-size: 40px;

	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 15px;
	width: 100%;
	margin-top: 10px;
	margin: 5px 0px 20px 0px;
	font-weight: 400;
	line-height: auto;
	color: var(--heading-color);
}

.creative-btn--wrap .creative-slide--btn {
	color: var(--heading-color);
	margin-left: 18px;
	font-size: 15px;
	padding: 10px 23px;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 700;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	background-color: var(--white-color);
	border-radius: 30px;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	left: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}

.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
	margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 50%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: rgb(225, 225, 225, 0.9);
	backdrop-filter: blur(20px);
	height: 40px;
	width: 40px;
	line-height: 45px;
	border-radius: 50%;
	transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 20px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 2 0px;
}

.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 12px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 12px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;

}

.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: var(--main-color);
}

.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: var(--main-color);
	font-size: 25px;
}

.swiper-container-h .swiper-button-prev::after {
	content: "\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: var(--main-color);
	font-size: 25px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
		width: 100%;
		text-align: center;
		left: 0;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}

	.swiper-container-h .slider-pagination-area {
		width: 200px !important;
	}

	.swiper-container-h .swiper-button-next::after,
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		background: #ffffff3b;
	}

	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {

	.dropdown {
		position: relative;
		display: inline-block;
		float: left !important;
		margin-top: 20px;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f6f6f6;
		min-width: 230px;
		overflow: auto;
		border: 1px solid #ddd;
		z-index: 1;
		left: 0 !important;
	}

	.list-view .card>.card-img-top {
		width: AUTO !important;
		border-radius: 0px;
	}




	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 25px;
	}

	.swiper-slide .slider-inner .swiper-content .title-area .tag {
		margin-bottom: 0px;
	}

	.swiper-slide .slider-inner .swiper-content p.disc {
		margin: 20px auto 20px auto;
		font-size: 16px;
		width: 95%;
	}

	.swiper-container-h .slider-pagination-area {
		display: none;
	}

	.swiper-slide .slider-inner .swiper-content p.disc br {
		display: none;
	}
}

/* ====================== Buy Me A Coffee =============================== */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

.coffee-button {
	position: fixed;
	z-index: 9;
	top: 20px;
	right: 20px;
	background-color: #FFC107;
	color: #333;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;

	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	gap: 8px;
	transition: background-color 0.3s;
}

.coffee-button:hover {
	background-color: #FFD54F;
}

.coffee-icon {
	font-size: 24px;
	line-height: 1;
}


.sidebar-contact {
	position: fixed;
	top: 60%;
	left: -350px;
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 40px;

	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	transition: 0.5s;
	z-index: 100;
}

.sidebar-contact.active {
	left: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
	width: 100%;
	height: 41px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(178, 178, 178, 0.5);
	outline: none;
	font-size: 15px;
}

.sidebar-contact h2 {
	margin: 0 0 20px;
	padding: 0;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none;

}

.sidebar-contact input[type="submit"] {
	background: var(--main-color);
	color: #fff;
	cursor: pointer;
	border: none;
	font-weight: 700;
	text-transform: uppercase;

	font-size: 18px;
}

.toggle {
	position: absolute;
	height: 48px;
	width: 48px;
	text-align: center;
	cursor: pointer;
	background: var(--white-color);
	top: 10%;
	right: -48px;
	border-radius: 0px 10px 10px 0px;
	line-height: 48px;
}

.toggle:before {
	content: '\f003';
	font-family: fontAwesome;
	font-size: 30px;
	color: var(--main-color);
}

.toggle.active:before {
	content: '\f00d';
}

@media(max-width:768px) {
	.pull-right {
		float: none !important;



	}

	.hide_mob {

		display: none;
	}


	.carousel {

		height: auto;
	}


	.sidebar-contact {
		width: 100%;
		height: 100%;
		left: -100%;

	}

	.sidebar-contact .toggle {
		top: 50%;
		transform: translateY(-50%);
		transition: 0.5s;

	}

	.sidebar-contact.active .toggle {
		top: 0;
		right: 0;
		transform: translateY(0);
	}

	.scroll {
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}

	.content {
		padding: 50px 50px;
	}
}



#counter {
	background: rgba(black, .05);
	padding: 0px;
	
	margin: 0 auto;
  float: left;

	font-weight: 900;
	list-style: none;
	justify-content: space-between;
	text-align: text-top !important;
	line-height: 100px;
  li{
    flex: 0;
    text-align: center;
    font-size: 110px;
    font-weight:700;
	
  }
  span.percent:after {
    content: "";
    display: inline-block;
  }
}

h1 {
	font-size: clamp(30px, 4.3vw, 70px);
	line-height: auto;
	font-weight: 900;
	text-transform: inherit;
}

.marquee {
	position: relative;
	max-width: 100%;
	height: 50px;
	width: 200px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 46px;
	letter-spacing: 0.9px;
	font-weight: 500;
	text-align: center;
	border: solid 1px #c32a2e;
	overflow-x: hidden;
	text-transform: uppercase;
	margin: 40px 0px;
	overflow: hidden;
	background:var(--bs-btn-bg);
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 210s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pointers {
	border-top: solid 1px #ccc;
	margin: 12px 0px 27px 0px;
	padding: 45px 0px 20px 0px;
}
.commercial {
	font-size: 30px;
	font-weight: 600;
}



.commercial::after{
content:".";
position: absolute;
  font-size: 96px;
 font-weight: 900;
 vertical-align:text-bottom;
 text-align: center;
 color:#9a1515;
 line-height: 0px;
  

}
.found::first-line {
font-weight: 700;
margin-top: 40px;
line-height: 30px;
font-size: 30px !important;
color:#000;

}


.text-class {
  font-size:16px;
  font-weight: 400;
  color: #000;


}


/* Oculta la línea de tabs predeterminada */
.nav-tabs {
	border-bottom: none;
	display: flex;
	justify-content: center;
	gap: 25px;
}

/* Estilo individual de cada tab como una card */
.nav-tabs .nav-link {

	color: var(--white-color);
	background-color: var(--main-color);
	border-color: var(--main-color);
	padding: 6px 35px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;

	margin: auto !important;





	transition: all 0.3s ease-in-out;

}

/* Efecto hover para que parezca una card con elevación */
.nav-tabs .nav-link:hover {
	background-color: var(--main-color);
}

/* Card activa */
.nav-tabs .nav-link.active {

	color: #fff;
	font-weight: bolder;


	transform: scale(1.1);
}

/* Contenido de los tabs como una card */
.tab-content {
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
}

@media (max-width: 776px) {





	.owl-controls {

		text-align: center;
		position: inherit;
		top: -50px;
		right: 0;
		left: 0;
	}



	.margin-2 {
		margin: 4px 10px 0px 2px !important;
	}

	.display-5 {
		color: var(--heading-color);
		text-align: center;
		text-transform: uppercase;
		font-weight: 900 !important;
		font-size: 35px;
	}

	.tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}

	.nav-tabs .nav-link {
		color: var(--white-color);
		background-color: var(--main-color);
		border-color: var(--main-color);
		padding: 6px 12px;
		border-radius: 30px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 14px;
		margin: auto !important;
		transition: all 0.3s ease-in-out;
	}

	.nav-tabs .nav-link.active {
		color: #fff;
		font-weight: 800 !important;
		transform: inherit;
		font-size: 13px;
		padding: 5px 10px;
	}

}

@media (min-width: 992px) {

	/* Mantiene el borde superior en tabs inactivos */
	.tab-pane.accordion-item {

		background: #fff;
	}

	/* Asegura que el borde superior sea visible siempre */
	.tab-pane.accordion-item:not(.show) {
		border-top: 1px solid #dee2e6;
	}
}


/* Acordeon */

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #4b3fbf;

}

.accordion-button {
	background-color: #f8f9fa;
	color: black;
}

/* Mantiene la flecha original de Bootstrap pero cambia su color */
.accordion-button::after {
	filter: brightness(0);
	/* Flecha negra por defecto */
}

/* Flecha blanca cuando el acordeón está activo */
.accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
	/* Invierte el color de negro a blanco */
}

.accordion-button:focus {
	box-shadow: none !important;
}



@media (max-width: 350px) {

	.navbar-brand img {
		height: 32px !important;
	}

	.navbar-brand {
		background-color: var(--white-color);
		padding: 4.5px 10px;
		border-radius: 50px;
		border: solid 1px #e2e2e2;
	}

	.nav-toggle {
		width: 30px;
		height: 30px;
		padding: 6px 2px 0;
		position: absolute;
		top: 50%;
		margin-top: -16px;
		right: 0px;
		display: none;
		cursor: pointer;
	}

	.navigation-portrait .nav-search {
		height: 48px;
		padding: 0 10px;
		margin-right: 25px;
	}

	.navigation-portrait .nav-search-button {
		width: 35px;
		height: 35px;
		line-height: 58px;
		font-size: 22px;
	}




}


@media (max-width:460px) {

	.navbar-brand img {
		height: 28px !important;
	}

}

@media (max-width: 1268px) {

	.navbar-brand img {
		height: 48px;
	}


	.nav-menu>li>a {
		height: 70px;
		padding: 30px 7px;
		display: inline-block;
		text-decoration: none;
		font-size: 13px;
		color: #343a40;
		-webkit-transition: color .3s, background .3s;
		transition: color .3s, background .3s;
	}

}






.card {
	margin-bottom: 1rem;
}

.list-view .row>[class*=col-] {
	max-width: 50%;
	flex: 0 0 50%;
}

.list-view .card {
	flex-direction: row;
}

@media (max-width: 575.98px) {
	.list-view .card {
		flex-direction: column;
	}
}

.list-view .card>.card-img-top {
	width: 290px;
	border-radius: 0px;

}

.list-view .card .card-body {
	display: inline-block;
}

.card-img,
.card-img-top {

	margin-top: 0px;
	margin-bottom: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.card {
	border-radius: 0px;

}

.card:hover {
	border-radius: 2px;
	border: solid 1px #727272;
}

.card-text {
	font-weight: 30px;
	font-weight: 500;
	color: var(--heading-color);

}


.btn-grid {
	border: none;
	font-size: 18px;
	background: none;
	color: #666666;


}


.btn-list {
	border: none;
	font-size: 18px;
	background: none;
	color: #666666;


}

.dropbtn {
	background-color: var(--main-color);
	color: white;
	padding: 8px 20PX;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 30px;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: var(--heading-color);
}

#myInput {
	box-sizing: border-box;
	background-image: url(/images/searchicon.png);
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	border: none;
	border-bottom: 1px solid #ddd;
}

#myInput:focus {
	outline: 3px solid #ddd;
}

.dropdown {
	position: relative;
	display: none;
	float: right;
	
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 230px;
	overflow-x: hidden;
	border: 1px solid #ddd;
	z-index: 1;
	right: 0;
	height: 300px;
}

.dropdown-content a {
	color: var(--heading-color);
	padding: 8px 14px;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}


#button {
	display: inline-block;
	background-color: var(--main-color);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 30px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}


.pagination {

	--bs-pagination-color: var(--main-color);
 display:none;
	list-style: none;
}



.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--heading-color);
	font-weight: 700;
}


.card-title a {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--heading-color);
	font-weight: 700;
}

.btn-red {
	background-color: var(--main-color);
	color: white;
	border-radius: 20px;
	font-weight: 300;
}

.card-text {
	font-weight: 30px;
	font-weight: 300;
	color: var(--heading-color);
}

.card-text a {
	font-weight: 30px;
	font-weight: 300;
	color: var(--heading-color);
}


.zoomer_small {
	padding: 8px 5px 0px 5px;
	float: left;
	width: 15%;

}

.zoomer {
	float: left;
	width: 100%;

	background: #fff;

	margin-left: 0%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}


.product_image {

	float: right;
	width: 84%;

}

.des_heading1 {
	font-size: 30px;
	font-weight: 300;
	color: var(--heading-color) !important;
	text-transform: uppercase;
	width: 100%;


	border-bottom: solid 1px rgba(204, 204, 204, .5);
	padding-bottom: 10px;
}

.des_heading1 a {
	font-size: 30px;
	font-weight: 300;
	color: var(--heading-color) !important;
	text-transform: uppercase;
	width: 100%;



	padding-bottom: 10px;
}

.descrption_bg {
	/* box-shadow: -0px 2px 2px -1px rgba(0,29,71,0.1); */
	font-size: 20px;
	border-bottom: none;
	color: #292929;
	width: 100%;
	padding: 10px 0px;
	font-weight: 500 !important;
	margin: 5px 0px 30px 0px;
	font-size: 24px;
	text-transform: capitalize;
}

.p_class {
	text-align: justify;
	line-height: 22px !important;


}


.dots1 ul {
	margin: 0;
	padding: 0;


}

.dots1 ul li {
    margin: 5px 28px;
    padding: 2px 3px 2px 11px;
    list-style: url(../images/1111.png) bottom outside;
    color: #060606;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}

.brand_hading {
	font-size: 18px;
	margin: 0px 20px 2% 0%;
	padding: 10px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	border: solid 1px #ccc;
	border-radius: 25px;


	font-weight: 600;
	color: #000;
}

.fb {
	vertical-align: top;
	text-align: center;

}

.button_des {
	background: #001d4a center left no-repeat;
	border: solid 1px #001d4a;
	padding: 10px 10px 10px 10px;

	width: auto;
	display: inline-block;

	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;

	border-radius: 0px;
	color: #fff !important;
	margin: 5px 10px;
	text-transform: uppercase;
}

.button_des a {
	padding: 10px 10px 0px 10px;
	height: 30px;


	color: #fff;
	text-decoration: none;




}

.button_des a:hover {
	text-decoration: none !important;
	color: #FFF;





}

.button_des:hover {

	background: #000 center left no-repeat;
	border: solid 1px #000;
	color: #000 !important;
}

.button_des2 {
	background: var(--main-color) center left no-repeat;
	border: solid 1px var(--main-color);
	padding: 10px 10px 10px 10px;

	width: auto;
	display: inline-block;
	letter-spacing: 0.5px;

	font-size: 14px;
	font-weight: 500;

	border-radius: 30px;
	color: #fff !important;
	margin: 7px 0px;
	text-transform: uppercase;
}

.button_des2 a {
	padding: 10px 10px 0px 10px;
	height: 30px;


	color: #fff;
	text-decoration: none;




}

.button_des2 a:hover {
	text-decoration: none !important;
	color: #FFF;





}

.button_des2:hover {

	background: var(--heading-color) center left no-repeat;
	border: solid 1px var(--heading-color);
	color: #fff !important;
}

.img_border {
	border: solid 1px #dfdfdf;
	padding: 2px;
	margin: 2px;
	height: auto !important;
	width: 75px;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	font-size: ;
	background-color: var(--main-color);
}

.contact-container {
	width: 100%;
}

.info-box {
	background: #f9fafb;
	border-radius: 15px;
	padding: 25px;
}

.info-box h5 {
	font-weight: 600;
	color: var(--main-color);
}

.social-links a {
	text-decoration: none;
	margin-right: 10px;
	color: var(--main-color);
	font-size: 1.3rem;
	transition: 0.3s;
}

.social-links a:hover {
	color: var(--main-color);
	transform: scale(1.1);
}

.form-control {
	display: block;
	width: 100%;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-clip: padding-box;
	border: solid 1px #d0d0d0;
	border-radius: 30px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 10px 0px;
}

.accordion-container {
	background: #fff;
	border-radius: 15px;
	/* box-shadow: 0 8px 25px rgba(0,0,0,0.08); */

	width: 100%;
	margin-top: 30px;

}

.accordion-button {
	font-weight: 500;
	color: #111827;
	border-radius: 30px !important;
	transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
	background: linear-gradient(135deg, #9e1c20, #c32a2e);
	color: #fff;
	box-shadow: none;
}

.accordion-body {
    background-color: #f9fafb;
    border-radius: 10px;
    margin-top: 5px;
    padding: 15px 20px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400 !important;
    text-align: justify;
}
@media (max-width: 576px) {



	.accordion-button::after {
		flex-shrink: 0;
		width: var(--bs-accordion-btn-icon-width);
		height: var(--bs-accordion-btn-icon-width);
		margin-left: auto;
		content: "";
		background-image: #fff !important;
		/* background-repeat: no-repeat; */
		/* background-size: var(--bs-accordion-btn-icon-width); */
		/* transition: var(--bs-accordion-btn-icon-transition); */
	}

	.accordion-container {
		padding: 20px;
	}
}

.checkbox_blog {
	padding: 10px;
	color: #fff;
	font-size: 13px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #dfdfdf;
	/* float: left; */
	border-radius: 30px;
	background: linear-gradient(135deg, #9e1c20, #c32a2e);
	display: inline-block;
}

.p_subheading {
	text-align: center;
	line-height: 25px;
	color: #797979;
	margin-bottom: 50px;

}

.p_subheading_support {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #2f2f2f;
	margin-bottom: 50px;

}

.main_heading {
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	color: #666666;

}

.fw-bold1 {
	font-weight: 300 !important;
	color: #414141;
}

label {
	display: block;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}




.list {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    /* margin-right: -15px;
    margin-left: -15px; */
}

.list-type {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 18px;
}

.list .list-type {
    background: #ffff;
    height: 100%;
    /* padding: 8px 20px 80px; */
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    font-size: 15px;
}

.title h5 {
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

hr {
    margin: 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    margin-bottom: 10px;
}

.address {
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.3;
}
.review {
    padding: 0 10px;
    font-size: 0.9rem;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.3;
}
.day-time{
    padding: 10px;
    font-weight: 600;
}

.modal-footer {
    justify-content: space-between;
}

.btn-new {
    background-color: #9e0303;
    /* font-weight: 500; */
	color: #fff;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9e0303;
    border: 0;
}

.btn-new:hover {
    color: #fff;
    background-color: #3c3c3c;
    /* border-color: var(--bs-btn-hover-border-color); */
}



    .hero {
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/gym-setup.jpg) left /cover no-repeat;
      padding: 100px 0;
      color: #fff;
      text-align: left;
    }
    .btn-red { background-color:var(--main-color); color: #fff; border: none; }
    .btn-red:hover { background-color:#000; }
    .card {   }
   



@media (max-width:769px){
    .title h5 {
        padding: 5px 10px;
        font-size: 1rem;
        font-weight: 600;
    }
    .review {
        padding: 0 10px;
        font-size: 1rem;
        margin-bottom: 0rem;
        font-weight: 500;
        line-height: 1.3;
    }
}

.display-4
{color:#fff;

}
.lead{

color:#fff;

}




.lookbook-section {
      padding: 60px 15px;
	  
    }
    .lookbook-title {
      font-size: 4rem;
      font-weight: 800;
      line-height: 1.1;
	  color:#fff;
    }
    .lookbook-text {
      max-width: 600px;
      font-size: 1rem;
      margin-top: 20px;
	  color:#fff;
    }
    .btn-outline-light {
      border-width: 2px;
      border-radius: 30px;
      font-weight: 600;
      padding: 10px 30px;
      margin-top: 25px;
    }
    .choose-section {
      padding: 50px 0;
      border-top: 1px solid #b5b5b5;
    }
    .choose-title {
      font-size: 42px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 30px;
	  color: #fff;
    }
    .form-check {
      background-color: #000000;
      padding: 15px 25px;
      border-radius: 30px;
      color: #fff;
    }
    .form-check-input:checked {
      background-color: #fff;
    }
    .submit-btn {
      width: 50%;
      border: 2px solid #fff;
      color: #ffffff;
      font-weight: 600;
      padding: 15px;
      text-transform: uppercase;
      background: none;
      transition: 0.3s;
	  border-radius: 30px;
    }
    .submit-btn:hover {
      background-color: #fff;
      color: #000;
    }
    .lookbook-img {
      max-width: 100%;
      border-radius: 10px;
      margin-top: 40px;
    }


	
.my-gallery {


}

.my-gallery img {
    width: 100%;
    margin: 10px 15px 10px 15px;
	height: 200px;
     display: inline;
	padding: 5px;
	background: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	  -webkit-transform: translateZ(0) rotateZ(0deg);
  -moz-transform: translateZ(0) rotateZ(0deg);
  -ms-transform: translateZ(0) rotateZ(0deg);
  -o-transform: translateZ(0) rotateZ(0deg);
  transform: translateZ(0) rotateZ(0deg);
}




.my-gallery figure {
	
    


}

.my-gallery figcaption {
    display: none;
}


.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.pswp__caption__center {
	text-align: center !important;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ffffff !important;
}


.card-stack {
      position: relative;
      display: inline-block;
     
      
      margin: 0 0px;
    }

    /* main image */
    .card-stack img {
      width: 100%;
      border-radius: 6px;
      position: relative;
      z-index: 3;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* layered shadow behind */
    .card-stack::before,
    .card-stack::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
      transition: all 0.3s ease;
	  height: 210px !important;
	  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
	  -webkit-transform: translateZ(0) rotateZ(-3deg);
  -moz-transform: translateZ(0) rotateZ(-3deg);
  -ms-transform: translateZ(0) rotateZ(-3deg);
  -o-transform: translateZ(0) rotateZ(-3deg);
  transform: translateZ(0) rotateZ(-3deg);
    }

    .card-stack::before {
      transform: translate(12px, 12px);
      z-index: 1;
    }

    .card-stack::after {
      transform: translate(6px, 6px);
      z-index: 2;
    }

    /* hover pop */
    .card-stack:hover img {
      transform: translateY(-4px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
	  -webkit-transform: translateZ(0) rotateZ(3deg);
  -moz-transform: translateZ(0) rotateZ(3deg);
  -ms-transform: translateZ(0) rotateZ(3deg);
  -o-transform: translateZ(0) rotateZ(3deg);
  transform: translateZ(0) rotateZ(3deg);
    }

    .caption {
      text-align: center !important;
      margin-top: 15px;
    }

.caption p {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	 text-align: center !important;
}
    .year-badge {
      display: inline-block;
      background: #a20d0d;
      color: #fff;
      font-weight: 700;
      border-radius: 25px;
      padding: 5px 15px;
      margin-top: 8px;
      font-size: 0.9rem;
      box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    }


	.modal {
  background-color: rgba(0,0,0,0.4);
}
.modal-header {
  border-bottom: 1px solid #505050;
  padding: 12px 16px 6px 16px;
  .modal-title {
    color: #ccc;
   
    margin: 0;
  }
  .close {
    font-size: 32px;
    opacity: 1.0;
    color: #ccc;
    text-shadow: none;
    outline: none;
  }
}
.modal-content {  
  border-radius:0;
  border: 0;
  background-color: #323232;
}
.img-responsive { width: 100%; }
button.btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  width: 100%;
  background-color: transparent;
  color: rgba(245, 245, 245, 0.8);
  &:hover, &:active, &:visited, &:focus {
    color: rgba(255, 255, 255, 1.0);
  }
  .glyphicon {
    padding: 0;
    margin: 0;
    color: inherit;
    background-color: inherit;
    font-size: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.btn-play {
    .glyphicon {
      font-size: 56px;
    }
  } 
}
@media (min-width: 768px) and (max-width: 991px) {
  button.btn-play {
    .glyphicon {
      font-size: 46px;
    }
  } 
}
@media (max-width: 767px) {
  a.video {
    display: block;
  }
   button.btn-play {
    .glyphicon {
      font-size: 56px;
    }
  }  
}

.btn-primary{
	border-radius: 30px;
	background:#9e0303 !important;
	border:solid 1px #9e0303;



}
.list-group{
	padding:5px 3px !important;


}

.active > .page-link, .page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--main-color);
	border-color: var(--main-color);
	
}
.page-link:hover {
	z-index: 2;
	color:  var(--main-color);
	background-color:#dee2e6;
	border-color: var(--bs-pagination-hover-border-color);
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius);
	border-radius: 0px 30px 30px 0px;
}
.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
	border-radius: 30px 0px 0px 30px;
}.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
	font-size: 20px;
	font-weight: 500;
}



@media (max-width: 768px) {
.banner-slider {
height: 60vh;
}
}
@media (max-width: 576px) {
.banner-slider {
height: auto;
}
}


.carousel-item img {
object-fit: cover;
width: 100%;
height: 100%;
}


.carousel-caption {
background: rgba(0, 0, 0, 0.5);
border-radius: 8px;
padding: 1rem 1.5rem;
}


.carousel-caption h1 {
font-size: 2rem;
font-weight: bold;
}
.carousel-caption p {
font-size: 1rem;
}


@media (min-width: 992px) {
.carousel-caption h1 { font-size: 3rem; }
.carousel-caption p { font-size: 1.25rem; }
}


.nybAcro{
      float: left;
      width: 100%;
    }
    .accordion .fa{
        margin-right: 0.5rem;
    }
    #accordionSensor .card{
      width: 100%;
    }
    .btn-link .fa-plus{
      transform: rotateZ(45deg);
      transition: all .8s;
    }
    .collapsed .fa-plus{
      transform: unset;
    }
    #accordionSensor .btn-link{
        width: 100%;
        float: left;
        text-align: left;
        font-size: 20px;
        padding: 11px 0;
        border: none;
        color: #000;
        font-weight: 100;
        border-radius: 0;
    }
    #accordionSensor .fa{
      float: right;
      text-align: right;
      margin-top: 7px;
      -webkit-text-stroke: 2px white;
    }
.headerStyle{
    background-color: whitesmoke!important;
}
.accordion>.card .card-header{margin-bottom: 10px;border: 0;}
.accordion-font{
font-size: 20px;
font-weight: 600;
line-height: 30px;

}


.stats-section {
        position: relative;
        background: url("/images/setup-gym.jpg") center center / cover no-repeat;
        color: #fff;
        padding: 60px 0;
      }

      .stats-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
      }

      .stats-content {
        position: relative;
        z-index: 2;
      }

      .stat-box {
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
      }

      .stat-box:last-child {
        border-right: none;
      }

      .stat-number {
        font-size: 2.5rem;
        font-weight: 700;
      }

      .stat-label {
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.9;
      }


img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.video-grid.front-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 2em;
}

ul.video-list {
	/* display: flexbox; */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding:0;
}

li.video {
  flex-grow: 1;
  position: relative;
  ooverflow: hidden;
  width: 33.333333333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: solid 0.2em transparent;
}
li.video a {
  outline: none;
}
li.video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s;
}
li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s;
}
li.video figure figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 1rem;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.2s;
}
li.video:hover figure img {
  opacity: 1;
  transform: scale(1);
}
li.video:hover figure figcaption {
  opacity: 0;
  transform: translateY(50%);
}
li.video:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 800px) {
  li.video {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 640px) {
  li.video {
    width: 100%;
  }
}





/* img {
 
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.img-blur {
  animation: imageBlur 1s both;
}
@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
} */