/* ----------------------------------------------------------------
	CSS Specific to the One Page Module

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Minimal Styling of this Module
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------
	FONTS
---------------------------------------------------------------------------- */
:root {
	--cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-primary-font: 'Source Sans Pro', sans-serif;
	--cnvs-header-height: 70px;
	--bs-text-gray-100: #1b1b29;
	--bs-text-gray-200: #2B2B40;
	--bs-text-gray-300: #323248;
	--bs-text-gray-400: #474761;
	--bs-text-gray-500: #565674;
	--bs-text-gray-600: #6D6D80;
	--bs-text-gray-700: #92929F;
	--bs-text-gray-800: #CDCDDE;
	--bs-text-gray-900: #FFFFFF;
}

#header {
	--cnvs-sticky-header-height: 70px;
	--cnvs-primary-menu-font-weight:     		400;
	--cnvs-primary-menu-font-size:       		0.75rem;
	--cnvs-primary-menu-tt:						uppercase;
	--cnvs-primary-menu-ls:						3px;
}

.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-x: 						22px;
}



/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

.is-expanded-menu #header.full-header #logo { border-right: 0; }

.is-expanded-menu #header.full-header .primary-menu > .menu-container {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.is-expanded-menu #header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}

.is-expanded-menu #header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}


/* Sticky Header
---------------------------------------------------------------------------- */

.is-expanded-menu #header.sticky-header #header-wrap,
.is-expanded-menu #header.full-header.border-full-header.sticky-header #header-wrap {
	box-shadow: none;
}


/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container { right: 0; }

body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; }

body.side-panel-left.side-push-panel.stretched #header .container {
	left: 0;
	right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }


/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 120px 0; }


/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
	--cnvs-heading-block-font-weight: 500;
	--cnvs-heading-block-font-spacing: 3px;
	font-family: var(--cnvs-body-font);
}


/* ----------------------------------------------------------------------------
	Portfolio Description
---------------------------------------------------------------------------- */

.bg-overlay .portfolio-desc h3 {
	--cnvs-portfolio-desc-title-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bg-overlay .portfolio-desc h3 a {
	color: #333 !important;
	text-shadow: none;
}

.bg-overlay .portfolio-desc span {
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}

.bg-overlay .portfolio-desc span a {
	color: #999 !important;
	text-shadow: none;
}


/**/
.op-gradient-icon {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #F9F9F9;
	color: #F9F9F9;
}

.button.button-border.button-light:hover {
	background-color: #F9F9F9;
	color: #333;
	text-shadow: none;
}


/* Blog
---------------------------------------------------------------------------- */

.posts-md .entry-title h3 {
	font-size: 1.375rem;
	letter-spacing: 0;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
	font-weight: 400;
	border-bottom-width: 1px;
	font-style: normal;
}

.more-link i.icon-angle-right {
	position: relative;
	top: 2px;
	margin-left: 3px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid var(--cnvs-themecolor);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }


/* ----------------------------------------------------------------------------
	Team & Testimonials
---------------------------------------------------------------------------- */

.team-title h4 {
	--cnvs-team-title-font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
}

.team-title span {
	--cnvs-team-title-designation-font-family: var(--cnvs-body-font);
	--cnvs-team-title-designation-font-size: 14px;
	--cnvs-team-title-designation-font-style: normal;
	--cnvs-team-title-designation-font-color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
}

.team-social-icons {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.parallax .fslider * { -webkit-backface-visibility: hidden !important; }

.parallax .fslider .flex-control-paging * { -webkit-backface-visibility: visible !important; }

.parallax .testimonial .testi-content p {
	line-height: 1.6 !important;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: var(--cnvs-primary-font);
	font-style: normal;
}

.parallax .testimonial .testi-meta {
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 500;
}

.parallax .testimonial .testi-meta span {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}


/* Border Form Design
---------------------------------------------------------------------------- */

.form-control.border-form-control {
	--cnvs-input-btn-padding-y : 8px;
	--cnvs-input-btn-font-size : 21px;
	--cnvs-input-font-family: var(--cnvs-primary-font);
	letter-spacing: 1px;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */

#footer .widget {
	padding: 30px 0;
	--cnvs-widget-title-margin: 50px;
	--cnvs-widget-title-font-size: 20px;
	--cnvs-widget-title-font-weight: 300;
	--cnvs-widget-title-letter-spacing: 3px;
	--cnvs-widget-title-text-transform: uppercase;
}

#footer .widget ul.footer-site-links li {
	margin: 5px 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.6;
}


/* ----------------------------------------------------------------------------
	One Page Module: Slider Specifics
---------------------------------------------------------------------------- */

.one-page-arrow i {
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
}


/* Large One Word in Slider
---------------------------------------------------------------------------- */

.opm-large-word { font-size: 116px; }

.device-md .opm-large-word { font-size: 96px; }

.device-sm .opm-large-word { font-size: 72px; }

.device-xs .opm-large-word { font-size: 54px; }


/* Medium One Word in Slider
---------------------------------------------------------------------------- */

.opm-medium-word { font-size: 96px; }

.device-md .opm-medium-word { font-size: 80px; }

.device-sm .opm-medium-word { font-size: 60px; }

.device-xs .opm-medium-word { font-size: 48px; }


/* Medium Before Heading
---------------------------------------------------------------------------- */

.before-heading.opm-medium {
	font-size: 30px;
	font-style: normal;
	margin: 0 0 0 5px;
	line-height: 1;
	letter-spacing: 12px;
}

.device-md .before-heading.opm-medium { font-size: 22px; }

.device-sm .before-heading.opm-medium { font-size: 18px; }

.device-xs .before-heading.opm-medium { font-size: 14px; }


/* Large Counter in Slider
---------------------------------------------------------------------------- */

.opm-large-counter {
	font-size: 480px;
	color: #F2F2F2;
	line-height: 1;
}

.device-md .opm-large-counter { font-size: 360px; }

.device-sm .opm-large-counter { font-size: 220px; }

.device-xs .opm-large-counter { font-size: 150px; }


/* Slider Grid Blocks
---------------------------------------------------------------------------- */

.videoplay-on-hover h2 {
	font-size: 40px;
	font-weight: bold;
}

.device-sm .videoplay-on-hover h2 { font-size: 32px; }

.device-xs .videoplay-on-hover h2 { font-size: 26px; }



/* Content Switch
---------------------------------------------------------------------------- */


.con-switch {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.con-switch .con-default,
.con-switch .con-show {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.con-switch .con-show {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

.con-switch:hover .con-show { opacity: 1; }

.con-switch:hover .con-default { opacity: 0; }



/* Hero Video Play Event
---------------------------------------------------------------------------- */

.big-video-button {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	background-color: #333;
	color: #F5F5F5 !important;
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.big-video-button:hover {
	opacity: 0.9;
}

.dark .big-video-button,
.big-video-button.dark {
	background-color: #F5F5F5;
	color: #333 !important;
	text-shadow: none;
}

.big-video-button i:nth-of-type(1) {
	position: relative;
	left: 2px;
}

.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) { display: none; }

.big-video-button.video-played i:nth-of-type(2) { display: block; }

.big-video-button.video-played { opacity: 0.1; }

#slider:hover .big-video-button.video-played { opacity: 1; }


.slider-caption h2 {
	font-size: 78px;
	letter-spacing: 3px;
	text-transform: lowercase;
}

.slider-caption p {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.8;
	max-width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}



.testimonials-lg { overflow: visible; }

.testimonials-lg:before {
	position: absolute;
	top: -20px;
	left: -30px;
	content: "“";
	color: rgba(0,0,0,0.07);
	font-size: 144px;
	line-height: 1;
	font-family: 'Passion One';
}

.testimonials-lg .testi-content p {
	font-size: 26px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
	font-family: var(--cnvs-body-font);
	color: #111;
}

.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after { content:''; }

.testimonials-lg .testi-meta {
	font-size: 14px;
	font-weight: 400;
	margin-top: 30px;
	color: #999;
}

.testimonials-lg .testi-meta span {
	font-size: 13px;
	font-weight: 300;
	color: #BBB;
}

/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


@media (max-width: 991px) {

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1);
	}

}

.shadow-xs {
	box-shadow: var(--bs-box-shadow-xs)
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm)
}

.shadow {
	box-shadow: var(--bs-box-shadow)
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg)
}

.text-white {
	color: var(--bs-text-white) !important
}

.text-hover-white {
	transition: color .2s ease
}

	.text-hover-white i {
		transition: color .2s ease
	}

	.text-hover-white:hover {
		transition: color .2s ease;
		color: var(--bs-text-white) !important
	}

		.text-hover-white:hover i {
			transition: color .2s ease;
			color: var(--bs-text-white) !important
		}

		.text-hover-white:hover .svg-icon {
			color: var(--bs-text-white) !important
		}

.text-active-white {
	transition: color .2s ease
}

	.text-active-white i {
		transition: color .2s ease
	}

	.text-active-white.active {
		transition: color .2s ease;
		color: var(--bs-text-white) !important
	}

		.text-active-white.active i {
			transition: color .2s ease;
			color: var(--bs-text-white) !important
		}

		.text-active-white.active .svg-icon {
			color: var(--bs-text-white) !important
		}

.text-primary {
	color: var(--bs-text-primary) !important
}

.text-inverse-primary {
	color: var(--bs-primary-inverse) !important
}

.text-light-primary {
	color: var(--bs-primary-light) !important
}

.text-hover-primary {
	transition: color .2s ease
}

	.text-hover-primary i {
		transition: color .2s ease
	}

	.text-hover-primary:hover {
		transition: color .2s ease;
		color: var(--bs-text-primary) !important
	}

		.text-hover-primary:hover i {
			transition: color .2s ease;
			color: var(--bs-text-primary) !important
		}

		.text-hover-primary:hover .svg-icon {
			color: var(--bs-text-primary) !important
		}

.text-active-primary {
	transition: color .2s ease
}

	.text-active-primary i {
		transition: color .2s ease
	}

	.text-active-primary.active {
		transition: color .2s ease;
		color: var(--bs-text-primary) !important
	}

		.text-active-primary.active i {
			transition: color .2s ease;
			color: var(--bs-text-primary) !important
		}

		.text-active-primary.active .svg-icon {
			color: var(--bs-text-primary) !important
		}

.text-secondary {
	color: var(--bs-text-secondary) !important
}

.text-inverse-secondary {
	color: var(--bs-secondary-inverse) !important
}

.text-light-secondary {
	color: var(--bs-secondary-light) !important
}

.text-hover-secondary {
	transition: color .2s ease
}

	.text-hover-secondary i {
		transition: color .2s ease
	}

	.text-hover-secondary:hover {
		transition: color .2s ease;
		color: var(--bs-text-secondary) !important
	}

		.text-hover-secondary:hover i {
			transition: color .2s ease;
			color: var(--bs-text-secondary) !important
		}

		.text-hover-secondary:hover .svg-icon {
			color: var(--bs-text-secondary) !important
		}

.text-active-secondary {
	transition: color .2s ease
}

	.text-active-secondary i {
		transition: color .2s ease
	}

	.text-active-secondary.active {
		transition: color .2s ease;
		color: var(--bs-text-secondary) !important
	}

		.text-active-secondary.active i {
			transition: color .2s ease;
			color: var(--bs-text-secondary) !important
		}

		.text-active-secondary.active .svg-icon {
			color: var(--bs-text-secondary) !important
		}

.text-light {
	color: var(--bs-text-light) !important
}

.text-inverse-light {
	color: var(--bs-light-inverse) !important
}

.text-hover-light {
	transition: color .2s ease
}

	.text-hover-light i {
		transition: color .2s ease
	}

	.text-hover-light:hover {
		transition: color .2s ease;
		color: var(--bs-text-light) !important
	}

		.text-hover-light:hover i {
			transition: color .2s ease;
			color: var(--bs-text-light) !important
		}

		.text-hover-light:hover .svg-icon {
			color: var(--bs-text-light) !important
		}

.text-active-light {
	transition: color .2s ease
}

	.text-active-light i {
		transition: color .2s ease
	}

	.text-active-light.active {
		transition: color .2s ease;
		color: var(--bs-text-light) !important
	}

		.text-active-light.active i {
			transition: color .2s ease;
			color: var(--bs-text-light) !important
		}

		.text-active-light.active .svg-icon {
			color: var(--bs-text-light) !important
		}

.text-success {
	color: var(--bs-text-success) !important
}

.text-inverse-success {
	color: var(--bs-success-inverse) !important
}

.text-light-success {
	color: var(--bs-success-light) !important
}

.text-hover-success {
	transition: color .2s ease
}

	.text-hover-success i {
		transition: color .2s ease
	}

	.text-hover-success:hover {
		transition: color .2s ease;
		color: var(--bs-text-success) !important
	}

		.text-hover-success:hover i {
			transition: color .2s ease;
			color: var(--bs-text-success) !important
		}

		.text-hover-success:hover .svg-icon {
			color: var(--bs-text-success) !important
		}

.text-active-success {
	transition: color .2s ease
}

	.text-active-success i {
		transition: color .2s ease
	}

	.text-active-success.active {
		transition: color .2s ease;
		color: var(--bs-text-success) !important
	}

		.text-active-success.active i {
			transition: color .2s ease;
			color: var(--bs-text-success) !important
		}

		.text-active-success.active .svg-icon {
			color: var(--bs-text-success) !important
		}

.text-info {
	color: var(--bs-text-info) !important
}

.text-inverse-info {
	color: var(--bs-info-inverse) !important
}

.text-light-info {
	color: var(--bs-info-light) !important
}

.text-hover-info {
	transition: color .2s ease
}

	.text-hover-info i {
		transition: color .2s ease
	}

	.text-hover-info:hover {
		transition: color .2s ease;
		color: var(--bs-text-info) !important
	}

		.text-hover-info:hover i {
			transition: color .2s ease;
			color: var(--bs-text-info) !important
		}

		.text-hover-info:hover .svg-icon {
			color: var(--bs-text-info) !important
		}

.text-active-info {
	transition: color .2s ease
}

	.text-active-info i {
		transition: color .2s ease
	}

	.text-active-info.active {
		transition: color .2s ease;
		color: var(--bs-text-info) !important
	}

		.text-active-info.active i {
			transition: color .2s ease;
			color: var(--bs-text-info) !important
		}

		.text-active-info.active .svg-icon {
			color: var(--bs-text-info) !important
		}

.text-warning {
	color: var(--bs-text-warning) !important
}

.text-inverse-warning {
	color: var(--bs-warning-inverse) !important
}

.text-light-warning {
	color: var(--bs-warning-light) !important
}

.text-hover-warning {
	transition: color .2s ease
}

	.text-hover-warning i {
		transition: color .2s ease
	}

	.text-hover-warning:hover {
		transition: color .2s ease;
		color: var(--bs-text-warning) !important
	}

		.text-hover-warning:hover i {
			transition: color .2s ease;
			color: var(--bs-text-warning) !important
		}

		.text-hover-warning:hover .svg-icon {
			color: var(--bs-text-warning) !important
		}

.text-active-warning {
	transition: color .2s ease
}

	.text-active-warning i {
		transition: color .2s ease
	}

	.text-active-warning.active {
		transition: color .2s ease;
		color: var(--bs-text-warning) !important
	}

		.text-active-warning.active i {
			transition: color .2s ease;
			color: var(--bs-text-warning) !important
		}

		.text-active-warning.active .svg-icon {
			color: var(--bs-text-warning) !important
		}

.text-danger {
	color: var(--bs-text-danger) !important
}

.text-inverse-danger {
	color: var(--bs-danger-inverse) !important
}

.text-light-danger {
	color: var(--bs-danger-light) !important
}

.text-hover-danger {
	transition: color .2s ease
}

	.text-hover-danger i {
		transition: color .2s ease
	}

	.text-hover-danger:hover {
		transition: color .2s ease;
		color: var(--bs-text-danger) !important
	}

		.text-hover-danger:hover i {
			transition: color .2s ease;
			color: var(--bs-text-danger) !important
		}

		.text-hover-danger:hover .svg-icon {
			color: var(--bs-text-danger) !important
		}

.text-active-danger {
	transition: color .2s ease
}

	.text-active-danger i {
		transition: color .2s ease
	}

	.text-active-danger.active {
		transition: color .2s ease;
		color: var(--bs-text-danger) !important
	}

		.text-active-danger.active i {
			transition: color .2s ease;
			color: var(--bs-text-danger) !important
		}

		.text-active-danger.active .svg-icon {
			color: var(--bs-text-danger) !important
		}

.text-dark {
	color: var(--bs-text-dark) !important
}

.text-inverse-dark {
	color: var(--bs-dark-inverse) !important
}

.text-light-dark {
	color: var(--bs-dark-light) !important
}

.text-hover-dark {
	transition: color .2s ease
}

	.text-hover-dark i {
		transition: color .2s ease
	}

	.text-hover-dark:hover {
		transition: color .2s ease;
		color: var(--bs-text-dark) !important
	}

		.text-hover-dark:hover i {
			transition: color .2s ease;
			color: var(--bs-text-dark) !important
		}

		.text-hover-dark:hover .svg-icon {
			color: var(--bs-text-dark) !important
		}

.text-active-dark {
	transition: color .2s ease
}

	.text-active-dark i {
		transition: color .2s ease
	}

	.text-active-dark.active {
		transition: color .2s ease;
		color: var(--bs-text-dark) !important
	}

		.text-active-dark.active i {
			transition: color .2s ease;
			color: var(--bs-text-dark) !important
		}

		.text-active-dark.active .svg-icon {
			color: var(--bs-text-dark) !important
		}

.text-muted {
	color: var(--bs-text-muted) !important
}

.text-hover-muted {
	transition: color .2s ease
}

	.text-hover-muted i {
		transition: color .2s ease
	}

	.text-hover-muted:hover {
		transition: color .2s ease;
		color: var(--bs-text-muted) !important
	}

		.text-hover-muted:hover i {
			transition: color .2s ease;
			color: var(--bs-text-muted) !important
		}

		.text-hover-muted:hover .svg-icon {
			color: var(--bs-text-muted) !important
		}

.text-active-muted {
	transition: color .2s ease
}

	.text-active-muted i {
		transition: color .2s ease
	}

	.text-active-muted.active {
		transition: color .2s ease;
		color: var(--bs-text-muted) !important
	}

		.text-active-muted.active i {
			transition: color .2s ease;
			color: var(--bs-text-muted) !important
		}

		.text-active-muted.active .svg-icon {
			color: var(--bs-text-muted) !important
		}

.text-gray-100 {
	color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100 {
	transition: color .2s ease
}

	.text-hover-gray-100 i {
		transition: color .2s ease
	}

	.text-hover-gray-100:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-100) !important
	}

		.text-hover-gray-100:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-100) !important
		}

		.text-hover-gray-100:hover .svg-icon {
			color: var(--bs-text-gray-100) !important
		}

.text-active-gray-100 {
	transition: color .2s ease
}

	.text-active-gray-100 i {
		transition: color .2s ease
	}

	.text-active-gray-100.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-100) !important
	}

		.text-active-gray-100.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-100) !important
		}

		.text-active-gray-100.active .svg-icon {
			color: var(--bs-text-gray-100) !important
		}

.text-gray-200 {
	color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200 {
	transition: color .2s ease
}

	.text-hover-gray-200 i {
		transition: color .2s ease
	}

	.text-hover-gray-200:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-200) !important
	}

		.text-hover-gray-200:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-200) !important
		}

		.text-hover-gray-200:hover .svg-icon {
			color: var(--bs-text-gray-200) !important
		}

.text-active-gray-200 {
	transition: color .2s ease
}

	.text-active-gray-200 i {
		transition: color .2s ease
	}

	.text-active-gray-200.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-200) !important
	}

		.text-active-gray-200.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-200) !important
		}

		.text-active-gray-200.active .svg-icon {
			color: var(--bs-text-gray-200) !important
		}

.text-gray-300 {
	color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300 {
	transition: color .2s ease
}

	.text-hover-gray-300 i {
		transition: color .2s ease
	}

	.text-hover-gray-300:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-300) !important
	}

		.text-hover-gray-300:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-300) !important
		}

		.text-hover-gray-300:hover .svg-icon {
			color: var(--bs-text-gray-300) !important
		}

.text-active-gray-300 {
	transition: color .2s ease
}

	.text-active-gray-300 i {
		transition: color .2s ease
	}

	.text-active-gray-300.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-300) !important
	}

		.text-active-gray-300.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-300) !important
		}

		.text-active-gray-300.active .svg-icon {
			color: var(--bs-text-gray-300) !important
		}

.text-gray-400 {
	color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400 {
	transition: color .2s ease
}

	.text-hover-gray-400 i {
		transition: color .2s ease
	}

	.text-hover-gray-400:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-400) !important
	}

		.text-hover-gray-400:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-400) !important
		}

		.text-hover-gray-400:hover .svg-icon {
			color: var(--bs-text-gray-400) !important
		}

.text-active-gray-400 {
	transition: color .2s ease
}

	.text-active-gray-400 i {
		transition: color .2s ease
	}

	.text-active-gray-400.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-400) !important
	}

		.text-active-gray-400.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-400) !important
		}

		.text-active-gray-400.active .svg-icon {
			color: var(--bs-text-gray-400) !important
		}

.text-gray-500 {
	color: var(--bs-text-gray-500) !important
}

.text-hover-gray-500 {
	transition: color .2s ease
}

	.text-hover-gray-500 i {
		transition: color .2s ease
	}

	.text-hover-gray-500:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-500) !important
	}

		.text-hover-gray-500:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-500) !important
		}

		.text-hover-gray-500:hover .svg-icon {
			color: var(--bs-text-gray-500) !important
		}

.text-active-gray-500 {
	transition: color .2s ease
}

	.text-active-gray-500 i {
		transition: color .2s ease
	}

	.text-active-gray-500.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-500) !important
	}

		.text-active-gray-500.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-500) !important
		}

		.text-active-gray-500.active .svg-icon {
			color: var(--bs-text-gray-500) !important
		}

.text-gray-600 {
	color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600 {
	transition: color .2s ease
}

	.text-hover-gray-600 i {
		transition: color .2s ease
	}

	.text-hover-gray-600:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-600) !important
	}

		.text-hover-gray-600:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-600) !important
		}

		.text-hover-gray-600:hover .svg-icon {
			color: var(--bs-text-gray-600) !important
		}

.text-active-gray-600 {
	transition: color .2s ease
}

	.text-active-gray-600 i {
		transition: color .2s ease
	}

	.text-active-gray-600.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-600) !important
	}

		.text-active-gray-600.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-600) !important
		}

		.text-active-gray-600.active .svg-icon {
			color: var(--bs-text-gray-600) !important
		}

.text-gray-700 {
	color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700 {
	transition: color .2s ease
}

	.text-hover-gray-700 i {
		transition: color .2s ease
	}

	.text-hover-gray-700:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-700) !important
	}

		.text-hover-gray-700:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-700) !important
		}

		.text-hover-gray-700:hover .svg-icon {
			color: var(--bs-text-gray-700) !important
		}

.text-active-gray-700 {
	transition: color .2s ease
}

	.text-active-gray-700 i {
		transition: color .2s ease
	}

	.text-active-gray-700.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-700) !important
	}

		.text-active-gray-700.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-700) !important
		}

		.text-active-gray-700.active .svg-icon {
			color: var(--bs-text-gray-700) !important
		}

.text-gray-800 {
	color: var(--bs-text-gray-800) !important
}

.text-hover-gray-800 {
	transition: color .2s ease
}

	.text-hover-gray-800 i {
		transition: color .2s ease
	}

	.text-hover-gray-800:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-800) !important
	}

		.text-hover-gray-800:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-800) !important
		}

		.text-hover-gray-800:hover .svg-icon {
			color: var(--bs-text-gray-800) !important
		}

.text-active-gray-800 {
	transition: color .2s ease
}

	.text-active-gray-800 i {
		transition: color .2s ease
	}

	.text-active-gray-800.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-800) !important
	}

		.text-active-gray-800.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-800) !important
		}

		.text-active-gray-800.active .svg-icon {
			color: var(--bs-text-gray-800) !important
		}

.text-gray-900 {
	color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900 {
	transition: color .2s ease
}

	.text-hover-gray-900 i {
		transition: color .2s ease
	}

	.text-hover-gray-900:hover {
		transition: color .2s ease;
		color: var(--bs-text-gray-900) !important
	}

		.text-hover-gray-900:hover i {
			transition: color .2s ease;
			color: var(--bs-text-gray-900) !important
		}

		.text-hover-gray-900:hover .svg-icon {
			color: var(--bs-text-gray-900) !important
		}

.text-active-gray-900 {
	transition: color .2s ease
}

	.text-active-gray-900 i {
		transition: color .2s ease
	}

	.text-active-gray-900.active {
		transition: color .2s ease;
		color: var(--bs-text-gray-900) !important
	}

		.text-active-gray-900.active i {
			transition: color .2s ease;
			color: var(--bs-text-gray-900) !important
		}

		.text-active-gray-900.active .svg-icon {
			color: var(--bs-text-gray-900) !important
		}