/*
 * SIC Theme responsive adjustments
 * Breakpoints align with Bootstrap sizing but keep custom fine-tuning.
 */

/* Base tweaks shared across smaller screens */
:root {
	--sic-section-padding: clamp(72px, 9vw, 120px);
}

.gap {
	padding: var(--sic-section-padding) 0;
}

.heading h2,
.heading .h2 {
	width: 100%;
	font-size: clamp(2.125rem, 2.8vw, 3.25rem);
	line-height: 1.2;
}

.heading>span,
.heading-style-2 .data>span {
	letter-spacing: 0.18em;
}

.featured-slider-one .f-slider-one-data p {
	max-width: min(640px, 90%);
}

.service-style-one .sic-services-grid {
	gap: clamp(20px, 4vw, 36px);
}

.footer-style-one .footer-p-2 .footer-col {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* ≤ 1400px ------------------------------------------------------------ */
@media (max-width: 1399.98px) {
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 50%;
		transform: translate(-50%, -50%);
		padding-inline: 3vw;
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: clamp(3.25rem, 4vw, 3.75rem);
	}
}

/* ≤ 1200px ------------------------------------------------------------ */
@media (max-width: 1199.98px) {
	.header-style-one .nav-bar {
		display: none;
	}

	.header-style-one .extras {
		gap: 12px;
	}

	.header-style-one .extras .nav-socials,
	.header-style-one .extras .theme-btn {
		display: none;
	}

	.header-style-one .menu-start {
		display: inline-flex;
	}

	.featured-slider-one .owl-item.active .f-slider-one-data {
		top: 55%;
	}

	.service-style-one .sic-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-style-one .about-data-right {
		padding-left: 1rem;
	}

	.client-review-style-one .head-review {
		margin-bottom: 24px;
	}
}

/* ≤ 992px ------------------------------------------------------------- */
@media (max-width: 991.98px) {
	.gap {
		padding: clamp(60px, 10vw, 96px) 0;
	}

	.desktop-nav__inner {
		gap: 20px;
	}

	.featured-slider-one .f-slider-one-data {
		top: 52%;
		padding-inline: 2.5rem;
	}

	.featured-slider-one .f-slider-one-data h1,
	.featured-slider-one .f-slider-one-data .s-slide-title {
		font-size: clamp(2.5rem, 4vw, 3rem);
	}

	.featured-slider-one .f-slider-one img {
		height: 68vh !important;
	}

	.service-style-one .sic-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-style-one .about-data-left,
	.about-style-one .about-data-right {
		max-width: 540px;
		margin-inline: auto;
	}

	.about-style-one .about-data-right {
		margin-top: 32px;
		text-align: center;
	}

	.about-style-one .about-data-left {
		display: grid;
		gap: 20px;
		justify-content: center;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-style-one .about-info>div {
		margin-inline: auto;
	}

	.counter-style-one .counter-data {
		margin-bottom: 32px;
		text-align: center;
	}

	.project-style-one .project-post {
		display: flex;
		flex-direction: column;
	}

	.project-style-one .project-post .project-data {
		padding: 26px 22px;
	}

	.project-style-one .project-post .project-icon {
		right: 24px;
	}

	.client-review-style-one .client-review {
		padding-inline: clamp(16px, 5vw, 48px);
	}

	.client-review-slider .slider-data {
		grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
		gap: 26px;
	}

	.footer-style-one .footer-p-2 .row {
		row-gap: 32px;
	}

	.footer-style-one .footer-p-2 .footer-col {
		text-align: center;
		align-items: center;
	}

	.footer-style-one .rights__inner {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
}

/* ≤ 768px ------------------------------------------------------------- */
@media (max-width: 767.98px) {
	.desktop-nav {
		max-height: none;
		padding: 18px 0;
	}

	.desktop-nav__inner {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.site-branding {
		flex: 1 0 60%;
	}

	.header-style-one .menu-start {
		order: 3;
		margin-left: auto;
	}

	.featured-slider-one .f-slider-one-data {
		top: 50%;
		padding-inline: 1.75rem;
		text-align: center;
	}

	.featured-slider-one .f-slider-one-data h1,
	.featured-slider-one .f-slider-one-data .s-slide-title {
		font-size: clamp(2.1rem, 6vw, 2.6rem);
	}

	.featured-slider-one .f-slider-one-data p {
		margin-inline: auto;
	}

	.featured-slider-one .f-slider-one img {
		height: 60vh !important;
		object-position: center;
	}

	.service-style-one .sic-services-grid {
		grid-template-columns: 1fr;
	}

	.service-style-one .service-data {
		padding: 32px 24px;
	}

	.about-style-one .about-data-left {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.about-style-one .about-data-left .about-image {
		order: -1;
	}

	.about-style-one .about-data-right {
		padding-inline: 12px;
	}

	.counter-style-one .row {
		row-gap: 20px;
	}

	.project-style-one .project-post .project-data {
		gap: 18px;
	}

	.project-style-one .project-post .project-icon {
		right: 18px;
	}

	.project-style-one .project-post .project-data .h3 {
		text-align: center;
	}

	.project-style-one .project-post .project-meta {
		justify-content: center;
		gap: 12px;
	}

	.client-review-slider {
		padding-inline: 16px;
	}

	.client-review-slider .slider-data {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.client-review-slider .slider-data__meta {
		align-items: center;
	}

	.footer-style-one .footer-cta {
		flex-direction: column;
		text-align: center;
	}

	.footer-style-one .footer-cta__content p {
		max-width: 420px;
		margin-inline: auto;
	}
}

/* ≤ 576px ------------------------------------------------------------- */
@media (max-width: 575.98px) {
	:root {
		--sic-section-padding: 56px;
	}

	.heading h2,
	.heading .h2 {
		font-size: clamp(1.75rem, 7vw, 2.2rem);
	}

	.featured-slider-one .f-slider-one-data {
		padding-inline: 1.25rem;
	}

	.featured-slider-one .f-slider-one-data h1,
	.featured-slider-one .f-slider-one-data .s-slide-title {
		font-size: clamp(1.85rem, 7.5vw, 2.2rem);
	}

	.featured-slider-one .f-slider-one img {
		height: 480px !important;
	}

	.about-style-one .about-data-left img,
	.about-style-one .about-data-left .about-image img {
		width: 100%;
		height: auto;
	}

	.project-style-one .project-post .project-data {
		padding: 20px 16px;
	}

	.project-style-one .project-post .project-icon {
		right: 12px;
		bottom: 14px;
	}

	.client-review-slider {
		padding-inline: 0;
	}

	.client-review-slider .slider-data__content p {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.footer-style-one .footer-p-1 {
		text-align: center;
	}

	.footer-style-one .footer-p-1 .theme-btn {
		width: 100%;
		justify-content: center;
	}

	.rights__menu .menu {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}

	.mobile-nav {
		width: 100%;
		padding: 24px 18px;
	}
}

.elementor-editor-active .header-style-one,
.elementor-editor-active .footer-style-one,
.elementor-editor-active .elementor-editor-active.hf_templates-template {
	display: none !important
}

.elementor-editor-active .sb-content-frame {
	margin-top: 3rem;
	padding-top: 4rem
}

.elementor-editor-active .elementor-add-section {
	margin: 0 !important;
	background: #fcfcfc;
	padding: 10px 0
}

.elementor-editor-active #elementor-add-new-section {
	margin: 0 !important;
	padding: 60px 0 0;
	background: #fcfcfc
}

.elementor-editor-active .elementor-section-wrap:empty {
	min-height: 0px
}

.elementor-editor-active .sb-banner .sb-banner-content-frame.sb-with-map {
	pointer-events: auto
}

.elementor-editor-active.hf_templates-template .extras a.pr-cart>span {
	background-color: #71d98e
}

.elementor-editor-active.hf_templates-template {
	background: #000
}

.elementor-editor-active.hf_templates-template .nav-bar>ul {
	display: flex
}

.elementor-editor-active.hf_templates-template .nav-bar ul li a {
	font-size: 16px;
	color: #fff;
	font-family: "mont"
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li:not(:last-child) {
	margin-right: 40px
}

.elementor-editor-active.hf_templates-template .nav-bar>ul {
	display: flex;
	align-items: center
}

.elementor-editor-active.hf_templates-template .elementor {
	width: 100%
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li>a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	position: relative
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li:last-child>a {
	margin-right: 0
}

.elementor-editor-active.hf_templates-template ul.sub-menu>li>ul {
	left: 100% !important;
	top: 0 !important
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li>a svg {
	width: 11px
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children ul.sub-menu {
	position: absolute
}

.elementor-editor-active.hf_templates-template ul.sub-menu {
	width: 210px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li ul.sub-menu li a {
	padding: 15px 21px;
	display: flex;
	align-items: center;
	color: #545454;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	justify-content: space-between
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li ul.sub-menu li a:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 20px;
	background-image: url('/wp-content/themes/builty/assets/images/p-button.svg');
	background-repeat: no-repeat;
	background-size: cover
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li ul.sub-menu li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children ul.sub-menu li a svg {
	width: 8px;
	height: 8px;
	fill: #a9a9a9
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children ul.sub-menu li a:hover svg {
	fill: #fdfdfd
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li ul.sub-menu li:nth-child(even) a:hover {
	background-color: transparent
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li.menu-item-has-children ul.sub.sub-menu {
	position: absolute;
	left: 100%;
	top: 0
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children ul.sub-menu li {
	position: relative
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li {
	padding: 40px 0;
	position: relative
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px)
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li.menu-item-has-children>a:before {
	content: "";
	background-image: url('/wp-content/themes/builty/assets/images/down-arrow.svg');
	background-repeat: no-repeat;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: -15px;
	width: 10px;
	height: 10px
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li.menu-item-has-children>a:hover:before {
	background-image: url('/wp-content/themes/builty/assets/images/down-arrow-clr.svg')
}

.elementor-editor-active.hf_templates-template .nav-bar>ul>li.menu-item-has-children>ul.sub-menu:before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: -5px
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important
}

.elementor-editor-active.hf_templates-template .nav-bar ul>li.menu-item-has-children>ul.sub-menu {
	border-left: 5px solid
}

.elementor-editor-active.hf_templates-template .nav-bar ul li.menu-item-has-children:hover ul.sub-menu {
	box-shadow: 2px 3px 35px 0px rgb(0 0 0/10%);
	-webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0/10%)
}

.elementor-editor-active.hf_templates-template .extras .menu-start svg {
	fill: #fff;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-right: 30px
}

.elementor-editor-active.hf_templates-template .extras .menu-start {
	display: none
}

.elementor-editor-active.hf_templates-template .extras #desktop-menu {
	display: block
}

.elementor-editor-active.hf_templates-template .extras .slideDown svg {
	margin-left: 30px
}

.elementor-editor-active.hf_templates-template .extras .slideDown:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	background: #000
}

.elementor-editor-active.hf_templates-template .extras a.pr-cart {
	position: relative;
	margin-right: 32px
}

.elementor-editor-active.hf_templates-template .extras a.pr-cart>span {
	content: "2";
	color: #000;
	width: 15px;
	height: 15px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-47%);
	z-index: 1;
	font-size: 10px;
	font-family: "Mont"
}

.elementor-editor-active.hf_templates-template .extras a.pr-cart svg {
	width: 25px;
	fill: #fff
}

.elementor-editor-active.hf_templates-template .extras {
	display: flex;
	align-items: center
}

.elementor-editor-active.hf_templates-template .nav-bar {
	display: flex;
	align-items: center
}

.elementor-editor-active.hf_templates-template .extras .theme-btn {
	padding: 16px 55px 16px 30px
}

.elementor-editor-active.hf_templates-template .extras .theme-btn.simple {
	padding: 16px 30px
}

.elementor-editor-active.hf_templates-template .extras .theme-btn:after {
	width: 31px;
	top: -2px;
	right: -32px;
	border-right: 28px solid transparent;
	border-top: 60px solid #71d98e
}

.elementor-editor-active.hf_templates-template .extras .theme-btn svg {
	width: 25px;
	height: 20px;
	margin: 0;
	fill: #fff
}

.elementor-editor-active.hf_templates-template .extras .theme-btn:hover svg {
	fill: #000
}

.elementor-editor-active.hf_templates-template .footer-p-1 {
	background-color: #232222;
	padding: 30px 0
}

.elementor-editor-active.hf_templates-template .footer-p-2 {
	padding: 100px 0
}

.elementor-editor-active.hf_templates-template .footer-p-2,
.elementor-editor-active.hf_templates-template .footer-p-3 {
	background-color: #000
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col h3 {
	color: #fff
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col h3 {
	font-size: 22px;
	margin-bottom: 30px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col p {
	width: 75%;
	margin-top: -7px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col p,
.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col p {
	color: #b7b7b7
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col ul li svg {
	width: 20px;
	height: 20px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col ul li {
	display: flex
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col ul li p {
	width: 60%;
	margin-top: -6px;
	margin-left: 20px;
	font-weight: 600
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col ul li:not(:last-child) {
	margin-bottom: 20px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form {
	width: 100%;
	margin-top: 20px;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	position: relative
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form input {
	height: 70px;
	background-color: #232222;
	width: 100%;
	border: 0;
	padding-left: 30px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form input::placeholder {
	color: #b7b7b7
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button {
	width: 60px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	position: absolute;
	right: 22px;
	top: 50%;
	border: 0;
	background: 0 0
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	border: 2px solid;
	z-index: -1;
	transform: skew(-20deg, 0deg)
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button:hover:before {
	background: 0 0
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button i {
	color: #000;
	transform: rotate(90deg);
	font-size: 20px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button:hover i {
	color: #fff
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col p i {
	font-size: 15px;
	margin: 0 5px
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a {
	font-family: "Mont";
	font-size: 16px;
	line-height: 30px;
	color: #b7b7b7;
	position: relative
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:before,
.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:after {
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:before {
	border-bottom: 1px solid #6a6a6a;
	width: 100%
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:after {
	width: 0;
	border-bottom: 1px solid
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:hover:after {
	width: 100%
}

.elementor-editor-active.hf_templates-template .footer-p-3.rights .footer-col .social-medias a:not(:last-child) {
	margin-right: 25px
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col ul li svg {
	fill: #71d98e
}

.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col p i {
	color: #71d98e
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button:before {
	background-color: #71d98e
}

.elementor-editor-active.hf_templates-template .footer-p-2 .footer-col form button:before,
.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:hover:after,
.elementor-editor-active.hf_templates-template .footer-p-3 .footer-col a:after {
	border-color: #71d98e
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
	content: " "
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative
}

form.submitting .wpcf7-spinner {
	visibility: visible
}

.wpcf7-spinner:before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner:before {
		animation-name: blink;
		animation-duration: 2s
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes blink {
	from {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.wpcf7 [inert] {
	opacity: .5
}

.wpcf7 input[type=file] {
	cursor: pointer
}

.wpcf7 input[type=file]:disabled {
	cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	direction: ltr
}

.wpcf7-reflection>output {
	display: list-item;
	list-style: none
}

.wpcf7-reflection>output[hidden] {
	display: none
}

:root {
	--woocommerce: #720eec;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #71d98e;
	--wc-blue: #2ea2cc;
	--wc-primary: #720eec;
	--wc-primary-text: #fcfbfe;
	--wc-secondary: #e9e6ed;
	--wc-secondary-text: #515151;
	--wc-highlight: #958e09;
	--wc-highligh-text: #fff;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
	--wc-form-border-color: rgba(32, 7, 7, .8);
	--wc-form-border-radius: 4px;
	--wc-form-border-width: 1px
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%
}

.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
	content: " ";
	display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
	clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
	content: " ";
	display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
	clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
	clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	content: " ";
	display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
	content: " ";
	display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
	clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	clear: both
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
	content: " ";
	display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
	clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
	clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
	width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
	width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
	width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 100%
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
	content: " ";
	display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
	clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
	content: " ";
	display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
	clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
	content: " ";
	display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
	clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto
}

.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
	content: " ";
	display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
	clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
	padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
	display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	color: var(--wc-form-color-text, #000);
	cursor: pointer;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	right: .7em;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit
}

.woocommerce form .show-password-input:before,
.woocommerce-page form .show-password-input:before {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
	content: "";
	display: block;
	height: 22px;
	width: 22px
}

.woocommerce form .show-password-input.display-password:before,
.woocommerce-page form .show-password-input.display-password:before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
	clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
	position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
	background-color: transparent;
	color: inherit;
	font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left
}

.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
	padding: 0 !important;
	margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0
}

@media screen and (min-width: 673px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width: 1040px) {
	.twentyfourteen .tfwc {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (min-width: 1110px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width: 1218px) {
	.twentyfourteen .tfwc {
		margin-right: 54px
	}

	.full-width .twentyfourteen .tfwc {
		margin-right: auto
	}
}

.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
	margin-left: 0
}

@media screen and (min-width: 38.75em) {
	.twentyfifteen .t15wc {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%
	}
}

@media screen and (min-width: 59.6875em) {
	.twentyfifteen .t15wc {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%
	}

	.single-product .twentyfifteen .entry-summary {
		padding: 0 !important
	}
}

.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%
}

.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
	width: 46.42857%
}

@media screen and (min-width: 44.375em) {
	.twentysixteen .site-main {
		margin-right: 23.0769%
	}
}

@media screen and (min-width: 56.875em) {
	.twentysixteen .site-main {
		margin-right: 0;
		margin-left: 0
	}

	.no-sidebar .twentysixteen .site-main {
		margin-right: 15%;
		margin-left: 15%
	}

	.no-sidebar .twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0
	}
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
	float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
	float: left
}

@charset "UTF-8";

:root {
	--woocommerce: #720eec;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #71d98e;
	--wc-blue: #2ea2cc;
	--wc-primary: #720eec;
	--wc-primary-text: #fcfbfe;
	--wc-secondary: #e9e6ed;
	--wc-secondary-text: #515151;
	--wc-highlight: #958e09;
	--wc-highligh-text: #fff;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
	--wc-form-border-color: rgba(32, 7, 7, .8);
	--wc-form-border-radius: 4px;
	--wc-form-border-width: 1px
}

@keyframes spin {
	100% {
		transform: rotate(360deg)
	}
}

@font-face {
	font-family: star;
	src: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"), url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: WooCommerce;
	src: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"), url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0
}

.woocommerce form .form-row label {
	line-height: 2
}

.woocommerce form .form-row label.hidden {
	visibility: hidden
}

.woocommerce form .form-row label.inline {
	display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: #1e85be;
	color: #fff;
	border-radius: 3px;
	padding: 1em;
	margin: .5em 0 0;
	clear: both;
	display: none;
	position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
	color: #fff;
	text-decoration: underline;
	border: 0;
	box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
	left: 50%;
	top: 0;
	margin-top: -4px;
	transform: translateX(-50%) rotate(180deg);
	content: "";
	position: absolute;
	border-width: 4px 6px 0;
	border-style: solid;
	border-color: #1e85be transparent transparent;
	z-index: 100;
	display: block
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: .5em;
	display: block;
	background-color: var(--wc-form-color-background, #fff);
	border: var(--wc-form-border-width) solid var(--wc-form-border-color);
	border-radius: var(--wc-form-border-radius);
	color: var(--wc-form-color-text, #000);
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
	border-color: currentColor
}

.woocommerce form .form-row select {
	cursor: pointer;
	appearance: none;
	padding-right: 3em;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: calc(100% - .5em) 50%
}

.woocommerce form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	box-shadow: none
}

.woocommerce form .form-row .required {
	color: var(--wc-red);
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
	visibility: hidden
}

.woocommerce form .form-row .optional {
	visibility: visible
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
	border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: var(--wc-green)
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
	border-color: var(--wc-green)
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal
}

.select2-container {
	width: 100%
}

.select2-container .select2-selection--single {
	height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: .5em;
	line-height: normal;
	box-sizing: border-box;
	color: var(--wc-form-color-text, #444);
	font-weight: 400
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 2px;
	right: .5em;
	height: 100%;
	width: 16px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border: none;
	display: block;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
	background-color: var(--wc-form-color-background, #fff);
	border: var(--wc-form-border-width, 1px) solid var(--wc-form-border-color, #aaa);
	border-radius: var(--wc-form-border-radius, 4px)
}

.select2-container.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	margin: 0
}

.woocommerce-store-notice,
p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #720eec;
	color: #fcfbfe;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fcfbfe;
	text-decoration: underline
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.admin-bar p.demo_store {
	top: 32px
}

.clear {
	clear: both
}

.woocommerce .blockUI.blockOverlay {
	position: relative
}

.woocommerce .blockUI.blockOverlay:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: var(--wc-red) !important;
	text-decoration: none;
	font-weight: 700;
	border: 0
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background: var(--wc-red)
}

.woocommerce small.note {
	display: block;
	color: #767676;
	font-size: .857em;
	margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-breadcrumb:after {
	clear: both
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	background: inherit;
	font-weight: 700;
	display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: .5;
	display: inline-block
}

.woocommerce div.product p.stock {
	font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1.618em
}

.woocommerce div.product div.images {
	margin-bottom: 2em
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
	opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
	outline-offset: -2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background: #fff;
	border: none;
	box-sizing: content-box;
	border-radius: 100%;
	cursor: pointer;
	font-size: 2em;
	height: 36px;
	padding: 0;
	position: absolute;
	right: .5em;
	text-indent: -9999px;
	top: .5em;
	width: 36px;
	z-index: 99
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border: 2px solid #000;
	border-radius: 100%;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 10px;
	left: 9px;
	top: 9px;
	position: absolute;
	width: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	background: #000;
	border-radius: 6px;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 8px;
	left: 22px;
	position: absolute;
	top: 19px;
	transform: rotate(-45deg);
	width: 2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	left: 50%;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 1px
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left
}

.woocommerce div.product div.summary {
	margin-bottom: 2em
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
	margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #cfc8d8;
	background-color: #e9e6ed;
	color: #515151;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	color: #515151;
	z-index: 2;
	border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: 1px solid #cfc8d8;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
	box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	left: -5px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	right: -5px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #cfc8d8;
	z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0
}

.woocommerce div.product p.cart {
	margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
	content: " ";
	display: table
}

.woocommerce div.product p.cart:after {
	clear: both
}

.woocommerce div.product form.cart {
	margin-bottom: 2em
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
	content: " ";
	display: table
}

.woocommerce div.product form.cart:after {
	clear: both
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
	padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: top
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	text-align: left
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 3em;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	background-size: 16px;
	-webkit-background-size: 16px;
	background-position: calc(100% - 12px) 50%;
	-webkit-background-position: calc(100% - 12px) 50%
}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 1em;
	padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: top;
	padding-bottom: .5em;
	border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 4em;
	text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #958e09;
	color: #fff;
	font-size: .857em;
	z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
	content: " ";
	display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
	clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em
}

.woocommerce ul.products li.product a {
	text-decoration: none
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: block
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none
}

.woocommerce ul.products li.product strong {
	display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
	font-size: .857em
}

.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 1em
}

.woocommerce ul.products li.product .price {
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block
}

.woocommerce ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	color: rgba(90, 89, 68, .5)
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 1em
}

.woocommerce .woocommerce-ordering>label {
	margin-right: .25rem
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
	text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #cfc8d8;
	border-right: 0;
	margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #cfc8d8;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #e9e6ed;
	color: #816f98
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: none
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block
}

.woocommerce #reviews h2 small {
	float: right;
	color: #767676;
	font-size: 15px;
	margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #767676
}

.woocommerce #reviews h3 {
	margin: 0
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}

.woocommerce #reviews #comment {
	height: 75px
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
	content: " ";
	display: table
}

.woocommerce #reviews #comments .add_review:after {
	clear: both
}

.woocommerce #reviews #comments h2 {
	clear: none
}

.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
	content: " ";
	display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
	clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #e9e6ed;
	border: 1px solid #e1dde7;
	margin: 0;
	box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #e1dde7;
	border-radius: 4px;
	padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
	content: " ";
	display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
	clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e1dde7;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
	content: ""
}

.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: WooCommerce
}

.woocommerce .star-rating:before {
	content: "sssss";
	color: #cfc8d8;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0
}

.woocommerce .woocommerce-product-rating {
	line-height: 2;
	display: block
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-product-rating:after {
	clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0
}

.woocommerce #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: transparent none;
	border: 0
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
	content: " ";
	display: table
}

.woocommerce #review_form #respond:after {
	clear: both
}

.woocommerce #review_form #respond p {
	margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
	left: auto
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	content: "\e021" /"";
	text-indent: 0
}

.woocommerce p.stars a:hover~a:before {
	content: "\e021"
}

.woocommerce p.stars:hover a:before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
	content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
	content: "\e020"
}

.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, .1);
	margin-bottom: 1.618em;
	width: 100%
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px
}

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em
}

.woocommerce table.shop_table td small {
	font-weight: 400
}

.woocommerce table.shop_table td del {
	font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
	font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
	content: "↓";
	display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
	margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
	margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
	font-size: .83em
}

.woocommerce td.product-quantity {
	min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
	content: " ";
	display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
	clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
	content: " ";
	display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
	clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	display: inline-block;
	float: left;
	margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #e9e6ed;
	padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0;
	left: 0
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
	content: " ";
	display: table
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
	clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px
}

.woocommerce form.checkout_coupon .coupon-error-notice {
	color: var(--wc-red);
	display: block;
	font-size: .75em;
	margin-top: 8px
}

.woocommerce form.checkout_coupon .input-text.has-error:focus {
	border-color: var(--wc-red)
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.woocommerce ul#shipping_method li {
	margin: 0 0 .5em;
	line-height: 1.5em;
	list-style: none outside
}

.woocommerce ul#shipping_method li input {
	margin: 3px .4375em 0 0;
	vertical-align: top
}

.woocommerce ul#shipping_method li label {
	display: inline
}

.woocommerce ul#shipping_method .amount {
	font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0
}

.woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
	content: " ";
	display: table
}

.woocommerce ul.order_details:after {
	clear: both
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #cfc8d8;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
	border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .order-actions--heading,
.woocommerce .woocommerce-order-details .order-actions--heading,
.woocommerce .woocommerce-order-downloads .order-actions--heading {
	vertical-align: middle
}

.woocommerce .woocommerce-customer-details .order-actions-button,
.woocommerce .woocommerce-order-details .order-actions-button,
.woocommerce .woocommerce-order-downloads .order-actions-button {
	margin-right: 10px
}

.woocommerce .woocommerce-customer-details .order-actions-button:last-child,
.woocommerce .woocommerce-order-details .order-actions-button:last-child,
.woocommerce .woocommerce-order-downloads .order-actions-button:last-child {
	margin-right: 0
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
	margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .additional-fields,
.woocommerce .woocommerce-customer-details .addresses {
	margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .additional-fields:last-child,
.woocommerce .woocommerce-customer-details .addresses:last-child {
	margin-bottom: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list {
	margin: 0;
	padding: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: 700;
	display: inline
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:after {
	content: ": "
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:before {
	content: "";
	display: block
}

.woocommerce .addresses .wc-block-components-additional-fields-list dd {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: inline
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 0;
	display: grid;
	grid-template-columns: 1fr max-content
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-style: normal;
	font-weight: 700;
	padding: 1rem;
	box-sizing: border-box;
	margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after {
	display: none
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
	border-bottom: 0
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 1rem;
	box-sizing: border-box;
	text-align: right;
	margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
	border-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
	margin-top: 0
}

.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px;
	box-sizing: border-box
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
	margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e037";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e02d";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
	clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: var(--wc-red)
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1em 1px 1px;
	list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: var(--wc-red);
	vertical-align: inherit;
	margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #7f54b3;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #35224c;
	border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
	content: " ";
	display: table
}

.woocommerce .widget_rating_filter ul li:after {
	clear: both
}

.woocommerce .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: var(--wc-red)
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #e9e6ed;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: #dcd7e2;
	text-decoration: none;
	background-image: none;
	color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #7f54b3;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: #7249a4;
	color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #7f54b3;
	color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: .92em;
	color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #958e09;
	font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
	color: var(--wc-red)
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
	color: #767676;
	font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
	display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
	display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f6f5f8;
	color: #515151;
	border-top: 3px solid #720eec;
	list-style: none outside;
	width: auto;
	word-wrap: break-word
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
	content: " ";
	display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
	clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-family: WooCommerce;
	content: "\e028";
	content: "\e028" /"";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
	direction: ltr;
	unicode-bidi: embed
}

.woocommerce-message {
	border-top-color: #8fae1b
}

.woocommerce-message:before {
	content: "\e015";
	color: #8fae1b
}

.woocommerce-info {
	border-top-color: #1e85be
}

.woocommerce-info:before {
	color: #1e85be
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error:before {
	content: "\e016";
	color: #b81c23
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
	content: " ";
	display: table
}

.woocommerce-account .woocommerce:after {
	clear: both
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
	content: " ";
	display: table
}

.woocommerce-account .addresses .title:after {
	clear: both
}

.woocommerce-account .addresses .title h3 {
	float: left
}

.woocommerce-account .addresses .title .edit {
	float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e00a";
	text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
	float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 32px;
	box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid #cfc8d8;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0
}

#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus {
	border-color: var(--wc-red)
}

#add_payment_method table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
	clear: left;
	color: var(--wc-red);
	flex-basis: 100%;
	float: none;
	font-size: .75em;
	margin-bottom: 0;
	margin-top: 8px;
	text-align: left;
	width: auto
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
	content: " ";
	display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
	clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	float: none;
	margin-top: .5em;
	display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "\e019";
	text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
	margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #767676;
	font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #958e09
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #767676;
	font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
	clear: both
}

#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
	color: var(--wc-red);
	font-size: .75em;
	margin-bottom: 0
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: rgba(129, 110, 153, .14);
	border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid rgba(104, 87, 125, .14);
	margin: 0;
	list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
	content: " ";
	display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
	clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
	content: " ";
	display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
	clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dcd7e2;
	color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c2bacd;
	border-top-color: #b5abc2
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #b5abc2
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #b5abc2
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #b5abc2
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url(//builty.bslthemes.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #767676;
	font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	content: "";
	display: block;
	border: 1em solid #dcd7e2;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
	outline: 2px solid var(--wc-red);
	outline-offset: 2px
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block
}

#content.twentyeleven .woocommerce-pagination a {
	font-size: 1em;
	line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
	padding: 0
}

.single-product .twentythirteen p.stars {
	clear: both
}

.twentythirteen .woocommerce-breadcrumb {
	padding-top: 40px
}

.twentyfourteen ul.products li.product {
	margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.twentysixteen .price ins {
	background: inherit;
	color: inherit
}

.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%
}

ul.brand-thumbnails.fluid-columns li {
	width: auto
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0
}

ul.brand-thumbnails.columns-2 li {
	width: 48%
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0
}

@media screen and (max-width: 768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important
	}

	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none
	}

	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%
	}

	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both
	}

	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0
	}
}

.brand-thumbnails-description li {
	text-align: center
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left
}

#brands_a_z h3:target {
	text-decoration: underline
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0
}

ul.brands_index li a,
ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em
}

@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {

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

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {

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

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {

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

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

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

.h6,
h6 {
	font-size: 1rem
}

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

abbr[data-bs-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul {
	padding-left: 2rem
}

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

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

.small,
small {
	font-size: .875em
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

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

code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

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

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

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}

.blockquote-footer::before {
	content: "— "
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: .875em;
	color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:first-child) {
	border-top: 2px solid currentColor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
	border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.form-label {
	margin-bottom: .5rem
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}

	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
	width: 3rem;
	height: auto;
	padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none
	}
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	background-color: #e9ecef
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.form-check-input[type=radio] {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
	border: 0
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}

.form-floating>.form-control {
	padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: 3
}

.input-group .btn {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 3
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
	z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
	z-index: 3
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
	z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
	z-index: 3
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

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

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

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

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0d6efd;
	background-color: transparent
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-success {
	color: #198754;
	border-color: #198754
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #198754;
	background-color: transparent
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

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

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline
}

.btn-link:hover {
	color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.fade {
	transition: opacity .15s linear
}

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

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

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none
	}
}

.dropdown,
.dropend,
.dropstart,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

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

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-end {
		--bs-position: end
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-toggle::after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropstart .dropdown-toggle::after {
	display: none
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

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

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

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

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

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

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

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

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: #0a58ca
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}

	.navbar-expand-sm .offcanvas-header {
		display: none
	}

	.navbar-expand-sm .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-sm .offcanvas-bottom,
	.navbar-expand-sm .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}

	.navbar-expand-md .offcanvas-header {
		display: none
	}

	.navbar-expand-md .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-md .offcanvas-bottom,
	.navbar-expand-md .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}

	.navbar-expand-lg .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-lg .offcanvas-bottom,
	.navbar-expand-lg .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}

	.navbar-expand-xl .offcanvas-header {
		display: none
	}

	.navbar-expand-xl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-xl .offcanvas-bottom,
	.navbar-expand-xl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none
	}

	.navbar-expand-xxl .offcanvas-header {
		display: none
	}

	.navbar-expand-xxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-xxl .offcanvas-bottom,
	.navbar-expand-xxl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	flex-grow: 1;
	visibility: visible !important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	transition: none;
	transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
	height: auto;
	border-top: 0;
	border-bottom: 0
}

.navbar-expand .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

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

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

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

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

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0
}

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

.card-link+.card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
	margin-bottom: .75rem
}

@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

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

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none
	}
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg)
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-body {
	padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush .accordion-item:first-child {
	border-top: 0
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6
}

.page-link {
	padding: .375rem .75rem
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3rem
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe
}

.alert-primary .alert-link {
	color: #06357a
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8
}

.alert-secondary .alert-link {
	color: #34383c
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}

.alert-success .alert-link {
	color: #0c4128
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb
}

.alert-info .alert-link {
	color: #04414d
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5
}

.alert-warning .alert-link {
	color: #523e02
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7
}

.alert-danger .alert-link {
	color: #6a1a21
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light .alert-link {
	color: #4f5050
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf
}

.alert-dark .alert-link {
	color: #101214
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row
	}

	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #0f5132;
	background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #636464;
	background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .25
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word
}

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

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

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

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

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

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

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

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

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

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

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

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

.modal-backdrop.fade {
	opacity: 0
}

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

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto
}

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

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

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

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

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

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

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

@media (min-width: 992px) {

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

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

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

.modal-fullscreen .modal-footer {
	border-radius: 0
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
	padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
	padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion:reduce) {

	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}
}

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

.offcanvas-backdrop.fade {
	opacity: 0
}

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

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%)
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(-100%)
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(100%)
}

.offcanvas.show {
	transform: none
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .5
}

.placeholder.btn::before {
	display: inline-block;
	content: ""
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	-webkit-animation: placeholder-glow 2s ease-in-out infinite;
	animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-animation: placeholder-wave 2s linear infinite;
	animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%
	}
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.link-primary {
	color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
	color: #0a58ca
}

.link-secondary {
	color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
	color: #565e64
}

.link-success {
	color: #198754
}

.link-success:focus,
.link-success:hover {
	color: #146c43
}

.link-info {
	color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
	color: #3dd5f3
}

.link-warning {
	color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
	color: #ffcd39
}

.link-danger {
	color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
	color: #b02a37
}

.link-light {
	color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
	color: #f9fafb
}

.link-dark {
	color: #212529
}

.link-dark:focus,
.link-dark:hover {
	color: #1a1e21
}

.ratio {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .25
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-100 {
	opacity: 1 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

.translate-middle {
	transform: translate(-50%, -50%) !important
}

.translate-middle-x {
	transform: translateX(-50%) !important
}

.translate-middle-y {
	transform: translateY(-50%) !important
}

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

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-end {
	border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #0d6efd !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #198754 !important
}

.border-info {
	border-color: #0dcaf0 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #212529 !important
}

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

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

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

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

.flex-row-reverse {
	flex-direction: row-reverse !important
}

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

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

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

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

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

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

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

.align-items-end {
	align-items: flex-end !important
}

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

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

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

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

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

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

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

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

.align-self-end {
	align-self: flex-end !important
}

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

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

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

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

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

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

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

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

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

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

.p-3 {
	padding: 1rem !important
}

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

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

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

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

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

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

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-lighter {
	font-weight: lighter !important
}

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

.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: bolder !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}

.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

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

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5) !important
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important
}

.text-opacity-25 {
	--bs-text-opacity: 0.25
}

.text-opacity-50 {
	--bs-text-opacity: 0.5
}

.text-opacity-75 {
	--bs-text-opacity: 0.75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: .2rem !important
}

.rounded-2 {
	border-radius: .25rem !important
}

.rounded-3 {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

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

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

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

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

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

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-sm-0 {
		gap: 0 !important
	}

	.gap-sm-1 {
		gap: .25rem !important
	}

	.gap-sm-2 {
		gap: .5rem !important
	}

	.gap-sm-3 {
		gap: 1rem !important
	}

	.gap-sm-4 {
		gap: 1.5rem !important
	}

	.gap-sm-5 {
		gap: 3rem !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

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

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

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

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

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

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

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

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .25rem !important
	}

	.me-sm-2 {
		margin-right: .5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

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

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

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

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

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

@media (min-width: 768px) {
	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

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

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

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

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

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

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

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

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

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

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

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

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

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

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

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

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

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

@media (min-width: 992px) {
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

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

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

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

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

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

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

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

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

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

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

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

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

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

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

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

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

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

@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

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

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

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

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

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

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

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

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

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

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

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

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

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

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

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

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

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

@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

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

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

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

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

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

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

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

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

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

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

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

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

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

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

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

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

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

@media (min-width: 1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-bacteria:before {
	content: "\e059"
}

.fa-bacterium:before {
	content: "\e05a"
}

.fa-bahai:before {
	content: "\f666"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caravan:before {
	content: "\f8ff"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudflare:before {
	content: "\e07d"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dailymotion:before {
	content: "\e052"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-deezer:before {
	content: "\e077"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-disease:before {
	content: "\f7fa"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edge-legacy:before {
	content: "\e078"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-faucet:before {
	content: "\e005"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-firefox-browser:before {
	content: "\e007"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-pay:before {
	content: "\e079"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guilded:before {
	content: "\e07e"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-medical:before {
	content: "\e05c"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-sparkles:before {
	content: "\e05d"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-wash:before {
	content: "\e05e"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt-slash:before {
	content: "\e05f"
}

.fa-handshake-slash:before {
	content: "\e060"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side-cough:before {
	content: "\e061"
}

.fa-head-side-cough-slash:before {
	content: "\e062"
}

.fa-head-side-mask:before {
	content: "\e063"
}

.fa-head-side-virus:before {
	content: "\e064"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hive:before {
	content: "\e07f"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-house-user:before {
	content: "\e065"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-ideal:before {
	content: "\e013"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-innosoft:before {
	content: "\e080"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-instagram-square:before {
	content: "\e055"
}

.fa-instalod:before {
	content: "\e081"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-house:before {
	content: "\e066"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lungs-virus:before {
	content: "\e067"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-mdb:before {
	content: "\f8ca"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microblog:before {
	content: "\e01a"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mixer:before {
	content: "\e056"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octopus-deploy:before {
	content: "\e082"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-arrows:before {
	content: "\e068"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-perbyte:before {
	content: "\e083"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-square:before {
	content: "\e01e"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-plane-slash:before {
	content: "\e069"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pump-medical:before {
	content: "\e06a"
}

.fa-pump-soap:before {
	content: "\e06b"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rust:before {
	content: "\e07a"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-virus:before {
	content: "\e06c"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopify:before {
	content: "\e057"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sink:before {
	content: "\e06d"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-soap:before {
	content: "\e06e"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-stopwatch-20:before {
	content: "\e06f"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-store-alt-slash:before {
	content: "\e070"
}

.fa-store-slash:before {
	content: "\e071"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swift:before {
	content: "\f8e1"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toilet-paper-slash:before {
	content: "\e072"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-trailer:before {
	content: "\e041"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-uncharted:before {
	content: "\e084"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-unity:before {
	content: "\e049"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-unsplash:before {
	content: "\e07c"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-slash:before {
	content: "\e073"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-vest:before {
	content: "\e085"
}

.fa-vest-patches:before {
	content: "\e086"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-virus:before {
	content: "\e074"
}

.fa-virus-slash:before {
	content: "\e075"
}

.fa-viruses:before {
	content: "\e076"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-watchman-monitoring:before {
	content: "\e087"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wodu:before {
	content: "\e088"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-brands-400.eot);
	src: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-brands-400.woff) format("woff"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-regular-400.eot);
	src: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-regular-400.woff) format("woff"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-solid-900.eot);
	src: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-solid-900.woff) format("woff"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
	font-weight: 900
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos] {
	pointer-events: none
}

[data-aos].aos-animate {
	pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media screen {
	html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
		opacity: 0;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}

	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

	html:not(.no-js) [data-aos=fade-up] {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	html:not(.no-js) [data-aos=fade-down] {
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0)
	}

	html:not(.no-js) [data-aos=fade-right] {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	html:not(.no-js) [data-aos=fade-left] {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	html:not(.no-js) [data-aos=fade-up-right] {
		-webkit-transform: translate3d(-100px, 100px, 0);
		transform: translate3d(-100px, 100px, 0)
	}

	html:not(.no-js) [data-aos=fade-up-left] {
		-webkit-transform: translate3d(100px, 100px, 0);
		transform: translate3d(100px, 100px, 0)
	}

	html:not(.no-js) [data-aos=fade-down-right] {
		-webkit-transform: translate3d(-100px, -100px, 0);
		transform: translate3d(-100px, -100px, 0)
	}

	html:not(.no-js) [data-aos=fade-down-left] {
		-webkit-transform: translate3d(100px, -100px, 0);
		transform: translate3d(100px, -100px, 0)
	}

	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
		opacity: 0;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}

	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
		opacity: 1;
		-webkit-transform: translateZ(0) scale(1);
		transform: translateZ(0) scale(1)
	}

	html:not(.no-js) [data-aos=zoom-in] {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-up] {
		-webkit-transform: translate3d(0, 100px, 0) scale(.6);
		transform: translate3d(0, 100px, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-down] {
		-webkit-transform: translate3d(0, -100px, 0) scale(.6);
		transform: translate3d(0, -100px, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-right] {
		-webkit-transform: translate3d(-100px, 0, 0) scale(.6);
		transform: translate3d(-100px, 0, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-left] {
		-webkit-transform: translate3d(100px, 0, 0) scale(.6);
		transform: translate3d(100px, 0, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-out] {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-up] {
		-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
		transform: translate3d(0, 100px, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-down] {
		-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
		transform: translate3d(0, -100px, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-right] {
		-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
		transform: translate3d(-100px, 0, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-left] {
		-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
		transform: translate3d(100px, 0, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		visibility: hidden
	}

	html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
		visibility: visible;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	html:not(.no-js) [data-aos=slide-up] {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	html:not(.no-js) [data-aos=slide-down] {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	html:not(.no-js) [data-aos=slide-right] {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	html:not(.no-js) [data-aos=slide-left] {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform
	}

	html:not(.no-js) [data-aos=flip-left] {
		-webkit-transform: perspective(2500px) rotateY(-100deg);
		transform: perspective(2500px) rotateY(-100deg)
	}

	html:not(.no-js) [data-aos=flip-left].aos-animate {
		-webkit-transform: perspective(2500px) rotateY(0);
		transform: perspective(2500px) rotateY(0)
	}

	html:not(.no-js) [data-aos=flip-right] {
		-webkit-transform: perspective(2500px) rotateY(100deg);
		transform: perspective(2500px) rotateY(100deg)
	}

	html:not(.no-js) [data-aos=flip-right].aos-animate {
		-webkit-transform: perspective(2500px) rotateY(0);
		transform: perspective(2500px) rotateY(0)
	}

	html:not(.no-js) [data-aos=flip-up] {
		-webkit-transform: perspective(2500px) rotateX(-100deg);
		transform: perspective(2500px) rotateX(-100deg)
	}

	html:not(.no-js) [data-aos=flip-up].aos-animate {
		-webkit-transform: perspective(2500px) rotateX(0);
		transform: perspective(2500px) rotateX(0)
	}

	html:not(.no-js) [data-aos=flip-down] {
		-webkit-transform: perspective(2500px) rotateX(100deg);
		transform: perspective(2500px) rotateX(100deg)
	}

	html:not(.no-js) [data-aos=flip-down].aos-animate {
		-webkit-transform: perspective(2500px) rotateX(0);
		transform: perspective(2500px) rotateX(0)
	}
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #fff
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

/*!
Theme Name: Builty
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://bslthemes.com/
Description: Builty - Construction WordPress Theme
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.5.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: builty
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	overflow-x: hidden;
	font-family: 'Epilogue';
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.s-slide-title,
.intro-title {
	font-family: 'Epilogue';
	font-weight: 700
}

a {
	font-weight: 700 !important
}

a,
a:hover {
	color: #000
}

h2,
.h2,
.intro-title {
	font-size: 50px;
	color: #111
}

p {
	font-size: 16px;
	line-height: 30px;
	color: #444;
	font-weight: 400
}

input,
textarea,
button {
	font-family: 'Epilogue'
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

a,
a:hover {
	text-decoration: none
}

.modal-open {
	padding-right: 0 !important
}

.gap {
	padding: 120px 0;
	position: relative
}

.no-top {
	padding-top: 0
}

.no-bottom {
	padding-bottom: 0
}

.d-flex-all {
	display: flex;
	align-items: center;
	justify-content: center
}

.light-bg-color {
	background-color: #f7f6f2
}

.heading {
	text-align: center
}

.heading>span,
.heading-style-2 .data>span {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900
}

.heading figure {
	margin-bottom: 20px !important
}

.heading h2,
.heading .h2 {
	margin-top: 5px;
	width: 56%;
	margin-left: auto;
	margin-right: auto
}

.heading h2,
.heading .h2,
.heading.heading-style-3 h2 span span,
.heading.heading-style-3 .h2 span span {
	font-size: 50px;
	margin-bottom: 45px;
	color: #111
}

.heading-style-2 .data h2,
.heading-style-2 .data .h2 {
	font-size: 50px;
	color: #111
}

.heading-style-2 {
	margin-bottom: 50px
}

.heading.heading-style-3 h2,
.heading.heading-style-3 .h2 {
	width: 45%;
	margin-bottom: 19px;
	margin-top: 28px
}

.heading.heading-style-3 p {
	width: 60%;
	margin: auto;
	margin-bottom: 70px
}

.heading.heading-style-3 h2 span span,
.heading.heading-style-3 .h2 span span {
	text-transform: capitalize;
	position: relative
}

.heading.heading-style-3 h2 span span:before,
.heading.heading-style-3 .h2 span span:before {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 7px;
	left: 0;
	border-radius: 10px
}

.heading.heading-style-3 p span span {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	text-transform: none;
	border-bottom: 1px solid #bcbcbc;
	color: #444;
	letter-spacing: 0
}

.service-style-one .service-data:before,
.service-style-one .service-data .icon,
.service-style-one .service-data .svg-icon:before,
.counter-style-one .counter-data,
.project-style-one .project-post .project-data,
.project-style-one .project-post .project-data .project-icon,
.theme-btn,
.theme-btn i,
.theme-btn i:after,
.featured-slider-one .owl-nav button,
.team-style-one .team-slider-nav button,
.core-features button.accordion-button:before,
.video-play-btn,
.blog-style-one .blog-post .blog-image figure+a,
.blog-style-one .blog-post:hover .blog-image a:before,
.blog-style-one .blog-post,
.footer-style-one .footer-p-2 .footer-col form button:before,
.footer-style-one .footer-p-3 .footer-col p a,
.footer-style-one .footer-p-3 .footer-col a:after,
.footer-style-one .footer-p-3 .footer-col a:before,
.mobile-nav.desktop-menu .social-medias a:before,
.mobile-nav.desktop-menu .social-medias a:after,
button.scrollTopStick i,
.blog-style-one .blog-post .blog-image figure img,
.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu,
.desktop-nav .nav-bar ul>li ul.sub-menu li a:before,
.pricing-plans .price-box .theme-btn:after,
.pricing-plans .features,
.pricing-plans .main-price .price-box,
.pricing-plans .main-price .price-box h2,
.pricing-plans .main-price .price-box .h2,
.pricing-plans .main-price .price-box h3,
.pricing-plans .main-price .price-box .h3,
.pricing-plans .main-price .price-box>p,
.pricing-plans .main-price .price-box .price p,
.service-style-two .service-two-box:before,
.service-style-two .service-two-box .service-two-icon i,
.service-style-two .service-two-box .service-two-icon svg,
.service-style-two .service-two-box .service-two-icon img,
.service-style-two .service-two-box .service-two-icon:before,
.service-style-two .service-two-box.last a span,
.blog-style-two .blog-item:hover a i,
.blog-style-two .blog-item:before,
.contact-us .c-data ul li a i,
.contact-us .c-data ul li a.active:before,
.contact-us .c-cards .card.active,
.contact-us .c-cards .card,
.history-style-one .history-data .details p,
.history-style-one .history-data .details a,
.history-style-one .history-data a i,
.team-style-two .team-social-medias a i,
.project-completed .prj-slider-nav button,
.blog-style-three .blog-posts li,
.contact-form-2 .info ul.social-medias li a,
.construction-services .services-nav ul li button,
.innovation ul li,
.builty-pagination a,
.builty-pagination span,
.sidebar .box.recent-posts ul li a,
.sidebar .widget.widget_recent_entries ul li a,
.sidebar .box.recent-posts ul li a i,
.sidebar .widget.widget_recent_entries ul li a i,
.desktop-nav .nav-bar>ul>li>a:before,
.pricing-plans .main-price .price-img img,
.what-we-build .wwb-ul li.active h3 a,
.what-we-build .wwb-ul li h3 a,
.what-we-build .wwb-ul li.active .h3 a,
.what-we-build .wwb-ul li .h3 a,
.what-we-build .wwb-ul li.active:before,
.what-we-build .wwb-ul li:before,
.what-we-build .wwb-ul li.active figure,
.what-we-build .wwb-ul li figure,
.what-we-build .wwb-ul li figure:before,
.what-we-build .wwb-ul li.active figure:before,
.mobile-nav>ul li.menu-item-has-children.active>ul.sub-menu,
.next-prev-projects li a,
.category.social-medias ul li a:after,
.fav-project .f-p-box .f-p-btn i,
.team-style-one .team-data .team-social-media a:before,
.cart-t-payment-m .payment-method button,
.cart-popup,
.cart-popup .cart-btns a,
.preloader,
.featured-slider-one .owl-nav button.owl-prev:before,
.featured-slider-one .owl-nav button.owl-next:before,
.about-how-it-works .plans,
.gallery-style-one a:before,
.cart .cart-table .c-c .c-data .cr-svg,
.shop-style-one.addition .product .btn-hover figure:before,
.first .tab-data .map-pin .location,
.team-style-one .team-slider-nav button:before,
.blog-style-three .blog-posts .boxx {
	transition: .3s ease-in-out
}

.circle-layer,
button.scrollTopStick.active:before,
.our-goal .data .goal-mov {
	animation-name: rotateme;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}

@keyframes rotateme {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotateme {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-o-keyframes rotateme {
	from {
		-o-transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(360deg)
	}
}

.img_hover_3 {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.img_hover_3 img {
	width: 100%;
	transition: all .5s ease
}

.img_hover_3:before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	opacity: 0
}

.img_hover_3:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
	opacity: 1
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.theme-btn {
	padding: 18px 70px 18px 50px;
	background: #ffcd00;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: inline-flex;
	position: relative;
	border: 2px solid;
	font-weight: 700;
	align-items: center
}

.theme-btn:after {
	content: "";
	width: 30px;
	height: 100%;
	position: absolute;
	top: -2px;
	right: -32px;
	background: 0 0;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 65px solid #71d98e
}

.desktop-nav .extras .theme-btn.simple:after {
	display: none
}

.theme-btn:hover {
	background-color: transparent;
	color: #fff
}

.theme-btn:hover i {
	color: #000;
	width: 45px
}

.theme-btn i {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px
}

.theme-btn i:after {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	transform: skew(-24deg, 0deg);
	transition: .5s ease-in-out
}

.theme-btn.theme-btn-d:hover {
	background-color: #f6f6f6;
	color: #000
}

.parallax {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	top: 0;
	left: 0
}

.common-btn {
	text-align: center;
	margin-top: 50px
}

.common-btn .theme-btn:hover {
	color: #000
}

.nice-select,
input[type=text],
input[type=tel],
input[type=email],
input[type=address],
input[type=password],
input[type=number],
select {
	height: 65px;
	border-radius: 0 !important;
	padding-left: 20px;
	position: relative;
	width: 100%;
	font-size: 16px;
	display: flex;
	align-items: center;
	border-color: #c1c1c1
}

textarea {
	width: 100%;
	height: 180px;
	padding-left: 20px !important;
	padding-top: 20px;
	font-size: 16px;
	border-radius: 0 !important;
	border-color: #c1c1c1
}

.nice-select .list {
	width: 100%;
	max-height: 300px;
	overflow: auto
}

.nice-select:before {
	content: "";
	width: 65px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.nice-select:after {
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	height: 8px;
	right: 25px;
	width: 8px
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
	box-shadow: 0 0 0 .25rem transparent
}

.nice-select .option {
	height: 50px;
	display: flex !important;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0
}

.acc2 .accordion-item button {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: #f7f6f2;
	height: 80px;
	padding-left: 30px;
	position: relative
}

.acc2 .accordion-item:not(:last-child) {
	margin-bottom: 20px;
	border: 0
}

.acc2 .accordion-body {
	padding: 20px 45px 17px 30px;
	font-size: 16px
}

.acc2 .accordion-button:focus {
	box-shadow: 0 0 0 .25rem transparent
}

.acc2 .accordion-item.collapsed button:before,
.acc2 .accordion-item button:before {
	content: "";
	width: 75px;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 76px solid #71d98e;
	border-left: 0 solid #eee;
	border-right: 30px solid transparent;
	border-bottom: 0 solid #eee;
	transform: rotate(180deg);
	margin: 2px
}

.acc2 .accordion-item button.collapsed:before {
	border-top: 76px solid #fff
}

.acc2 .accordion-item h2,
.acc2 .accordion-item .h2 {
	position: relative
}

.acc2 .accordion-item h2:before,
.acc2 .accordion-item .h2:before {
	content: "";
	width: 5px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 9;
	transform: skewX(-22deg)
}

.acc2 .accordion-button:not(.collapsed):after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY1MUQ5MjNFQTM1MTFFQzg0RjY4MzA2NUUyNUI0MUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1MUQ5MjRFQTM1MTFFQzg0RjY4MzA2NUUyNUI0MUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RjUxRDkyMUVBMzUxMUVDODRGNjgzMDY1RTI1QjQxQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RjUxRDkyMkVBMzUxMUVDODRGNjgzMDY1RTI1QjQxQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoqAPAoAAABmSURBVHjaYvj//z8DCAOBC4yNjoEgFM6GCqwCYhBjFRbF5chyICAIxO+ggiiakBT/h6oRhDsHXRMWxS5wJ+HQhKEYRQMOTe/QAwNbiMA0vcMWcowwnyMDRkZGJZAHgXJn0eUAAgwAaACZW+/DGAwAAAAASUVORK5CYII=)
}

.acc2 .accordion-button:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY1MUQ5MjNFQTM1MTFFQzg0RjY4MzA2NUUyNUI0MUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1MUQ5MjRFQTM1MTFFQzg0RjY4MzA2NUUyNUI0MUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RjUxRDkyMUVBMzUxMUVDODRGNjgzMDY1RTI1QjQxQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RjUxRDkyMkVBMzUxMUVDODRGNjgzMDY1RTI1QjQxQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoqAPAoAAABmSURBVHjaYvj//z8DCAOBC4yNjoEgFM6GCqwCYhBjFRbF5chyICAIxO+ggiiakBT/h6oRhDsHXRMWxS5wJ+HQhKEYRQMOTe/QAwNbiMA0vcMWcowwnyMDRkZGJZAHgXJn0eUAAgwAaACZW+/DGAwAAAAASUVORK5CYII=)
}

.acc2 .accordion-button:not(.collapsed):after,
.acc2 .accordion-button:after {
	background-position: center;
	background-size: auto;
	z-index: 0
}

.video-play-btn {
	width: 180px;
	height: 250px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	transform: translateY(-50%) skew(-20deg, 0deg);
	position: absolute;
	top: 50%;
	left: 230px
}

.video-play-btn svg {
	width: 55px;
	height: 55px;
	fill: #fff;
	transform: skew(20deg, 0deg)
}

.video-play-btn:hover {
	background: #00000090
}

.video-play-btn i {
	font-size: 55px;
	transform: rotate(-10deg)
}

.compensate-for-scrollbar {
	margin-right: 0 !important
}

.builty-pagination {
	margin-top: 50px;
	display: flex;
	justify-content: center
}

.builty-pagination ul {
	display: flex
}

.builty-pagination a,
.builty-pagination span {
	font-size: 16px;
	font-weight: 700;
	color: #303030;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border-radius: 0 !important;
	border: 1px solid #c1c1c1
}

.builty-pagination a.prev,
.builty-pagination a.next {
	padding: 0 21px;
	background: #000;
	color: #fff;
	border-color: #000
}

.builty-pagination a.prev:hover,
.builty-pagination a.next:hover {
	color: #000
}

.builty-pagination span.dots,
.builty-pagination span.current {
	cursor: not-allowed
}

.builty-pagination a,
.builty-pagination span {
	margin-left: -1px
}

.builty-pagination a.next {
	margin-left: 25px
}

.builty-pagination a.prev {
	margin-right: 25px
}

.builty-pagination a i {
	font-size: 15px
}

.detail-page .page-item.space {
	margin: 0
}

.p-quote {
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.c-circle li {
	font-size: 16px;
	color: #444;
	margin-bottom: 15px
}

.c-circle li i {
	color: #c9c9c9;
	font-size: 15px;
	margin-right: 10px
}

body .category {
	border: 1px solid #c1c1c1;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: #fff
}

body .category:not(:last-child) {
	margin-bottom: 30px
}

body .category:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	left: 5px;
	bottom: -8px;
	position: absolute;
	z-index: -1
}

.shape {
	position: relative
}

.shape:after {
	content: "";
	width: 30px;
	height: 60px;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	border-left: 40px solid #71d98e;
	border-right: 50px solid #d1676700;
	border-bottom: 60px solid #71d98e00;
	transform: rotate(180deg)
}

body .category p a {
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.category.social-medias p {
	text-transform: uppercase
}

.category.social-medias ul {
	display: flex;
	align-items: center;
	margin-left: 20px
}

.category.social-medias ul li {
	margin-right: 17px
}

.category.social-medias ul li a {
	font-size: 16px;
	color: #444;
	font-weight: 600;
	position: relative
}

.category.social-medias ul li a:before,
.category.social-medias ul li a:after {
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.category.social-medias ul li a:before {
	border-bottom: 1px solid #bcbcbc;
	width: 100%
}

.category.social-medias ul li a:after {
	width: 0;
	border-bottom: 1px solid
}

.category.social-medias ul li a:hover:after {
	width: 100%
}

div.comment {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

ul:last-child li:last-child>.comment {
	border-bottom: none
}

.comments ul li:not(:last-child) .comment {
	margin-bottom: 10px
}

.comment .c-img img {
	width: 170px;
	height: 170px
}

.comment .c-data {
	padding-left: 25px
}

.comment .c-data h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000
}

.comment .c-data span,
.comment .c-data p {
	font-size: 14px;
	line-height: 24px;
	color: #444
}

.comment .c-data span {
	border-bottom: 2px solid #e4e4e4;
	text-transform: uppercase
}

.comment .c-data .c-r-btn {
	font-size: 14px;
	color: #000;
	padding: 11px 17px;
	position: absolute;
	top: -1px;
	right: -1px
}

.comments h3,
.comments .h3 {
	width: 100%
}

.comments {
	display: flex;
	flex-wrap: wrap
}

.category.shape.comments,
.category.shape.form {
	padding: 30px 30px 35px
}

.category.shape.comments h3,
.category.shape.form h3,
.category.shape.comments .h3,
.category.shape.form .h3 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 20px
}

.category.shape.form {
	display: flex;
	flex-wrap: wrap
}

.category.shape.form p {
	margin-top: 0;
	width: 100%
}

.category.shape.comments h3,
.category.shape.form h3,
.category.shape.comments .h3,
.category.shape.form .h3 {
	margin-bottom: 10px
}

.comment.reply {
	width: 93%;
	margin-left: auto
}

.form form,
.form form textarea {
	width: 100%
}

.form form textarea,
.form form input {
	border: 1px solid #c1c1c1;
	background: #fafafa;
	padding: 20px
}

.form form input:focus {
	outline: 0
}

.contact-form-2 form textarea:focus {
	outline: 0;
	border: 0
}

.form form textarea {
	margin-bottom: 10px
}

.form form .theme-btn:hover,
.read-more .theme-btn:hover {
	color: #000
}

.form form input[type=checkbox] {
	width: 20px;
	height: 20px;
	padding: 0;
	margin-right: 12px
}

.form form input[type=checkbox]+label {
	font-size: 16px;
	line-height: 16px;
	color: #000
}

.form form .form-check {
	padding: 0;
	display: flex;
	align-items: center;
	margin-top: 14px
}

.form form .theme-btn {
	margin-top: 25px
}

.ratings {
	display: inline-flex;
	align-items: center;
	justify-content: start;
	padding: 3px 14px;
	margin-bottom: 14px
}

.ratings i {
	font-size: 15px;
	margin-right: 10px
}

.ratings span {
	font-weight: 700;
	font-size: 16px
}

.sm-circle li {
	position: relative;
	font-size: 16px;
	color: #444;
	margin-bottom: 8px
}

.sm-circle li:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #666;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	border-radius: 100%
}

.sm-circle {
	padding-left: 20px;
	margin-bottom: 45px
}

button.scrollTopStick {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 0;
	position: fixed;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	display: flex;
	align-items: center;
	justify-content: center
}

button.scrollTopStick.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	box-shadow: 2px 2px 7px 2px rgb(0 0 0/5%);
	-webkit-box-shadow: 2px 2px 7px 2px rgb(0 0 0/5%);
	-moz-box-shadow: 2px 3px 45px 0px rgba(0 0 0/5%);
	cursor: pointer;
	z-index: 999;
	background: 0 0;
	border: 1px solid #fff
}

button.scrollTopStick.active:before {
	content: "";
	width: 65px;
	height: 65px;
	border: 3px dotted #ddd;
	position: absolute;
	border-radius: 100%
}

button.scrollTopStick i {
	color: #fff;
	mix-blend-mode: difference;
	-webkit-font-smoothing: antialiased
}

button.scrollTopStick:hover i {
	transform: translateY(-3px)
}

.service-style-one .service-data {
	width: 80%;
	margin: auto;
	position: relative
}

.service-style-one .service-data h3,
.service-style-one .service-data .h3 {
	margin-bottom: 15px;
	margin-top: 50px
}

.service-style-one .service-data h3 a,
.service-style-one .service-data .h3 a {
	color: #000
}

.service-style-one .service-data p {
	margin-bottom: 30px
}

.service-style-one .service-data .icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-radius: 100%;
	margin: auto;
	background: #fff;
	transform: translateX(-10px);
	opacity: 0;
	visibility: hidden
}

.service-style-one .service-data:hover .icon {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible
}

.service-style-one .service-data .icon i {
	color: #000;
	font-size: 12px
}

.service-style-one .service-data .svg-icon {
	width: 140px;
	height: 150px;
	position: relative;
	margin: auto
}

.service-style-one .service-data .svg-icon img {
	position: relative;
	width: 70px;
	height: 70px;
	display: block
}

.service-style-one .service-data .svg-icon img.dark-icon {
	display: none
}

.service-style-one .service-data:hover .svg-icon img.dark-icon+img,
.service-style-one .service-data:hover .svg-icon img.light-icon:nth-child(4) {
	display: none
}

.service-style-one .service-data:hover .svg-icon img.dark-icon {
	display: block
}

.service-style-one .service-data .svg-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid;
	width: 100%;
	height: 100%;
	transform: skew(-20deg, 0deg);
	background: #fff
}

.service-style-one .service-data:before {
	content: "";
	width: 190px;
	height: 380px;
	background: #f7f6f2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) skew(-20deg, 0deg);
	z-index: -1
}

.about-style-one .about-data-left {
	padding-top: 60px;
	display: flex;
	align-items: flex-end;
	position: relative
}

.about-style-one .about-data-left img {
	width: 100%
}

.about-style-one .about-data-left .about-image {
	margin-left: 15px !important;
	margin-bottom: -60px !important
}

.about-style-one .about-data-left:before {
	content: "";
	width: 350px;
	height: 680px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) skew(-20deg, 0deg);
	z-index: -1
}

.about-style-one .about-data-right>span {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900
}

.about-style-one .about-data-right h2,
.about-style-one .about-data-right .h2 {
	font-size: 50px;
	line-height: 60px;
	margin-top: 10px;
	margin-bottom: 50px
}

.about-style-one .about-data-right {
	padding-top: 130px
}

.about-style-one .about-data-right .about-info {
	padding-left: 110px
}

.about-style-one .about-data-right .about-info p {
	margin-bottom: 30px;
	padding-right: 45px
}

.about-style-one .about-data-right .about-info h3,
.about-style-one .about-data-right .about-info h4,
.about-style-one .about-data-right .about-info .h3,
.about-style-one .about-data-right .about-info .h4 {
	font-size: 16px;
	line-height: 26px
}

.about-style-one .about-data-right .about-info h3,
.about-style-one .about-data-right .about-info .h3 {
	font-weight: 700;
	margin-top: 13px
}

.counter-style-one .counter-data {
	border: 1px solid #c1c1c1;
	padding: 40px;
	width: 87%;
	position: relative
}

.counter-style-one .counter-data:hover {
	box-shadow: 20px 20px 13px 0px rgb(0 0 0/5%);
	-webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0/5%);
	-moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0/5%)
}

.counter-style-one .counter-data .count {
	font-size: 85px;
	color: #080808;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #080808;
	position: relative;
	line-height: 105px;
	display: flex
}

span.counter {
	font-weight: 900
}

.counter-style-one .counter-data .count i {
	font-size: 16px;
	font-weight: 900;
	color: #161616;
	-webkit-text-fill-color: #161616;
	-webkit-text-stroke-width: 0;
	text-transform: uppercase;
	line-height: 26px;
	font-style: normal;
	margin-top: 15px;
	margin-left: 8px
}

.counter-style-one .counter-data h4,
.counter-style-one .counter-data .h4 {
	font-size: 16px;
	font-weight: 400;
	color: #161616
}

.counter-style-one .counter-data:before {
	content: "";
	width: 60px;
	height: 110px;
	position: absolute;
	bottom: -20px;
	right: 0;
	transform: skew(-23deg, 0deg)
}

.counter-style-one .counter-data.upper-space {
	margin-top: 90px
}

@media(max-width: 1200px) {
	.counter-style-one .counter-data {
		padding-left: 30px;
		padding-right: 30px
	}

	.counter-style-one .counter-data:before {
		right: -25px
	}
}

.project-style-one .project-post {
	position: relative
}

.project-style-one .project-post figure img {
	height: 373px;
	object-fit: cover;
	object-position: center;
	width: 100%
}

.project-style-one .project-post .project-data {
	padding: 35px 40px;
	border: 1px solid #c1c1c1;
	background: #fff;
	width: 90%;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.project-style-one .project-post .project-data:hover {
	box-shadow: 20px 20px 13px 0px rgb(0 0 0/5%);
	-webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0/5%);
	-moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0/5%)
}

.project-style-one .project-post .project-data h3 a,
.project-style-one .project-post .project-data .h3 a {
	font-size: 28px;
	line-height: 38px;
	color: #000
}

.project-style-one .project-post .project-data .project-icon {
	content: "\f101";
	width: 60px;
	height: 100%;
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skew(-25.7deg, 0deg);
	top: 0;
	right: -16px;
	color: #000;
	background: #c1c1c1
}

.project-style-one .project-post .project-data:hover .project-icon i {
	transform: skew(21.5deg, 0deg)
}

.project-style-one .project-post .project-data p {
	margin-top: 10px;
	width: 80%
}

.project-style-one .owl-carousel .owl-item .project-post img {
	height: 395px;
	object-fit: cover;
	max-width: 100%
}

.project-style-one:before {
	content: "";
	width: 380px;
	height: 730px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: skew(-23deg, 0deg);
	z-index: 0
}

.project-style-one {
	position: relative
}

.project-style-one .project-slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.project-style-one .project-slider .owl-dots button {
	border: 1px solid #c1c1c1;
	width: 70px;
	height: 15px;
	color: transparent
}

.project-style-one .project-slider .owl-dots button.active {
	background: #000;
	border-color: #000
}

.team-style-one .owl-carousel .owl-stage-outer {
	overflow: visible
}

.team-style-one .owl-item {
	opacity: 0;
	visibility: hidden
}

.team-style-one .owl-item.open.active {
	width: 576px !important
}

.team-style-one .owl-item.active {
	width: 330px !important;
	opacity: 1;
	visibility: visible
}

.team-style-one .team-data {
	display: flex;
	align-items: center
}

.team-style-one .owl-stage {
	display: flex;
	align-items: center
}

.team-style-one .team-data .team-image {
	text-align: center;
	position: relative;
	max-width: 276px
}

.team-style-one .team-data .team-image:before {
	content: "";
	width: 195px;
	height: 370px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: -1
}

.team-style-one .team-data .team-info h3,
.team-style-one .team-data .team-info .h3 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-bottom: 5px
}

.team-style-one .team-data .team-info p {
	font-size: 16px;
	line-height: 26px;
	color: #444
}

.team-style-one .team-data .team-social-media {
	margin-top: 35px
}

.team-style-one .team-data .team-social-media a {
	width: 50px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 10px
}

.team-style-one .team-data .team-social-media a:before {
	content: "";
	border: 1px solid #c1c1c1;
	transform: skew(-23deg, 0deg);
	width: 100%;
	height: 100%
}

.team-style-one .team-data .team-social-media a:hover i {
	color: #fff
}

.team-style-one .team-data .team-social-media a:hover:before {
	background: #000
}

.team-style-one .team-data .team-social-media a i {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.team-style-one .team-data .team-info {
	padding-left: 20px;
	padding-top: 100px;
	opacity: 0;
	visibility: hidden;
	display: none
}

.team-style-one .team-slider .owl-item.active.open .team-info {
	width: 300px;
	height: auto;
	max-width: 100%;
	opacity: 1;
	visibility: visible;
	display: block
}

@keyframes fadeOutUpSD {
	0% {
		transition: width 2s 2s
	}

	100% {
		transition: width 1s 1s
	}
}

.team-style-one .team-data .team-image img {
	filter: grayscale(1);
	width: auto;
	max-width: 100%;
	height: 430px;
	object-fit: cover
}

.team-style-one .team-slider .owl-item.active.open .team-image img {
	filter: grayscale(0);
	width: auto
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	40% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.team-style-one .team-data .team-image:before {
	background-color: #f7f6f2
}

.team-style-one .team-slider-nav button {
	width: 50px;
	height: 80px;
	margin-right: 3px;
	background: 0 0;
	position: relative;
	border: 0
}

.team-style-one .team-slider-nav button:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #c1c1c1;
	transform: skew(-23deg, 0deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.team-style-one .team-slider-nav button i {
	font-size: 16px
}

.team-style-one .team-slider-nav {
	text-align: right
}

.f-slider-one img {
	width: 100% !important;
	height: 100vh !important;
	object-fit: cover;
	object-position: center
}

.featured-slider-one .f-slider-one-data,
.featured-slider-one .owl-item.active .f-slider-one-data {
	position: absolute;
	top: 60%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	width: 100% !important;
	max-width: 1240px;
	z-index: 9
}

@media (max-width: 1400px) {

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 50%
	}
}

.featured-slider-one .f-slider-one-data h1,
.featured-slider-one .f-slider-one-data .s-slide-title,
.featured-slider-one .f-slider-one-data p,
.featured-slider-one .f-slider-one-data a {
	opacity: 0;
	visibility: hidden
}

.featured-slider-one .owl-item.active .f-slider-one-data h1,
.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title,
.featured-slider-one .owl-item.active .f-slider-one-data p,
.featured-slider-one .owl-item.active .f-slider-one-data a {
	opacity: 1;
	visibility: visible
}

.featured-slider-one .owl-item.active .f-slider-one-data h1,
.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 10px
}

.featured-slider-one .owl-item.active:before {
	content: "";
	width: 475px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 3%;
	transform: translateX(-50%) skew(-20deg, 0deg);
	z-index: 1;
	opacity: .4
}

.featured-slider-one .owl-item.active:after {
	content: "";
	width: 280px;
	height: 540px;
	position: absolute;
	top: 60%;
	right: 1.5%;
	transform: translate(-50%, -50%) skew(-20deg, 0deg);
	z-index: 1
}

.featured-slider-one .owl-item.active .f-slider-one-data p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 55px;
	width: 90%
}

.featured-slider-one .owl-item.active .f-slider-one-data h1,
.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title,
.featured-slider-one .owl-item.active .f-slider-one-data p,
.featured-slider-one .owl-item.active .f-slider-one-data a {
	animation-name: fadeInOne
}

.featured-slider-one .owl-item.active .f-slider-one-data h1,
.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
	animation-duration: 1s
}

.featured-slider-one .owl-item.active .f-slider-one-data p {
	animation-duration: 1.5s
}

.featured-slider-one .owl-item.active .f-slider-one-data a {
	animation-duration: 2s
}

.featured-slider-one .owl-item.active:before,
.featured-slider-one .owl-item.active:after {
	animation-duration: 2.3s;
	animation-delay: 0s
}

.featured-slider-one .owl-item.active:before {
	animation-name: fadeInTwo
}

.featured-slider-one .owl-item.active:after {
	animation-name: fadeInThree;
	animation-duration: 2.3s;
	animation-delay: 0s
}

@keyframes fadeInOne {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	40% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInTwo {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) skew(-20deg, 0deg);
		transform: translateX(-50%) skew(-20deg, 0deg)
	}

	40% {
		opacity: 0;
		-webkit-transform: translateX(-30%) skew(-15deg, 0deg);
		transform: translateX(-30%) skew(-20deg, 0deg)
	}

	100% {
		opacity: .4;
		-webkit-transform: translateX(-50%) skew(-20deg, 0deg);
		transform: translateX(-50%) skew(-20deg, 0deg)
	}
}

@keyframes fadeInThree {
	0% {
		opacity: 0
	}

	40% {
		opacity: .2
	}

	100% {
		opacity: 1
	}
}

.featured-slider-one .owl-nav {
	position: absolute;
	bottom: 10%;
	right: 0;
	transform: translate(-50%, -50%)
}

.featured-slider-one .owl-nav button {
	width: 80px;
	height: 115px;
	background: 0 0;
	color: #fff;
	border: 0;
	position: relative;
	z-index: 0
}

.featured-slider-one .owl-nav button.owl-prev:before,
.featured-slider-one .owl-nav button.owl-next:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border: 2px solid;
	transform: skew(-23deg, 0deg)
}

.featured-slider-one .owl-nav button.owl-prev:hover:before,
.featured-slider-one .owl-nav button.owl-next:hover:before {
	border-color: #c1c1c1
}

.featured-slider-one .owl-nav button:first-child {
	margin-right: 10px
}

.featured-slider-one .f-slider-layer {
	position: relative
}

.featured-slider-one .f-slider-layer:before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5
}

.client-style-one .client-slider .owl-stage {
	display: flex !important;
	align-items: center !important
}

.client-style-one .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	display: flex;
	align-items: center
}

.core-features .space {
	padding: 100px 0
}

.core-features .shape:after {
	display: none
}

.core-features button.accordion-button {
	font-size: 20px;
	color: #000 !important;
	height: 60px;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	padding: 0 25px;
	font-weight: 700
}

.core-features button.accordion-button:before {
	content: "";
	background: #000;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 12px;
	transform: skew(-21deg, 0deg);
	transition-delay: .3s
}

.core-features button.accordion-button.collapsed:before {
	right: 0;
	background: #fff
}

.core-features button.accordion-button .num {
	font-size: 16px;
	font-weight: 900;
	color: #444;
	margin-right: 35px
}

.core-features button.accordion-button.collapsed {
	background: #f7f6f2
}

.core-features .accordion-item:not(:last-child) {
	margin-bottom: 50px
}

.core-features .accordion-item:last-child {
	margin-bottom: 30px
}

.core-features .accordion-header {
	margin-bottom: -30px;
	margin-left: 20px;
	width: 50%
}

.core-features .accordion-button:after {
	display: none
}

.core-features .accordion-button:focus {
	border-color: transparent;
	box-shadow: 0 0 0 .25rem transparent
}

.core-features .accordion-item:not(:first-of-type) {
	border-top: 0
}

.core-features .accordion-body {
	padding: 55px 35px 30px;
	border: 1px solid #c1c1c1
}

.core-features .accordion-item {
	background-color: #fff;
	border: 1px solid transparent
}

.core-features .accordion-button:not(.collapsed) {
	box-shadow: inset 0 -1px 0 transparent
}

.core-features .video {
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
	width: 100vw;
	position: relative
}

.core-features .shape {
	position: relative
}

.core-features .video:before {
	content: "";
	width: 180px;
	height: 510px;
	position: absolute;
	top: 50%;
	left: 150px;
	transform: translateY(-50%) skew(-20deg, 0deg);
	z-index: 0
}

.core-features .shape:before {
	content: "";
	width: 100px;
	height: 510px;
	position: absolute;
	top: 50%;
	left: 120px;
	transform: translateY(-50%) skew(-20deg, 0deg);
	z-index: 1
}

.renovation {
	padding-top: 190px;
	overflow: hidden
}

.renovation .parallax:before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7
}

.renovation:before,
.renovation:after {
	content: "";
	width: 415px;
	height: 100%;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 0;
	opacity: .3
}

.renovation:before {
	left: 6%
}

.renovation:after {
	right: -17%
}

.renovation .reno-data h2,
.renovation .reno-data .h2,
.renovation .reno-data h3,
.renovation .reno-data .h3,
.renovation .reno-data p {
	color: #fff
}

.renovation .reno-data h3,
.renovation .reno-data .h3 {
	font-size: 50px;
	line-height: 35px
}

.renovation .reno-data h2,
.renovation .reno-data .h2 {
	font-size: 100px;
	margin-bottom: 15px
}

.renovation .reno-data {
	text-align: center;
	position: relative
}

.renovation .reno-data p {
	font-size: 20px;
	line-height: 34px;
	width: 41%;
	margin: auto
}

.renovation .reno-data:before {
	content: "";
	width: 250px;
	height: 510px;
	position: absolute;
	right: -15%;
	top: 50%;
	transform: translateY(-50%) skew(-23deg, 0deg);
	z-index: -1
}

.renovation .bbtn a i {
	font-size: 30px;
	color: #fff;
	transform: rotate(45deg)
}

.renovation .bbtn a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center
}

.renovation .bbtn {
	position: relative;
	margin-top: 50px
}

.client-review-style-one .head-review>span {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900
}

.client-review-style-one .head-review h3,
.client-review-style-one .head-review .h3 {
	font-size: 50px;
	margin-bottom: 55px
}

.client-review-slider .slider-data p {
	font-size: 20px;
	line-height: 36px;
	color: #161616;
	width: 85%
}

.client-review-slider .slider-data .bio .icon {
	width: 72px;
	height: 60px;
	margin-right: 25px
}

.client-review-slider .slider-data .bio .icon svg {
	width: 20px;
	height: 20px
}

.client-review-slider .slider-data .bio .details h3,
.client-review-slider .slider-data .bio .details .h3 {
	font-size: 24px;
	color: #161616;
	margin-bottom: 0;
	font-weight: 700
}

.client-review-slider .slider-data .bio .details p {
	line-height: 25px
}

.client-review-slider .slider-data .bio {
	margin-top: 35px
}

.client-review-slider .slider-data .bio .details {
	padding-top: 5px
}

.client-review-slider .owl-dots {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px
}

.client-review-slider .owl-dots button {
	border: 1px solid #c1c1c1;
	width: 70px;
	height: 15px;
	color: transparent
}

.client-review-slider .owl-dots button.active {
	background: #000;
	border-color: #000
}

.blog-style-one .blog-post h2,
.blog-style-one .blog-post .h2 {
	font-size: 24px;
	line-height: 34px;
	text-transform: none
}

.blog-style-one .blog-post h2 a,
.blog-style-one .blog-post .h2 a {
	color: #000
}

.blog-style-one .blog-data {
	padding: 20px 25px
}

.blog-style-one .blog-data .blog-date {
	font-size: 16px;
	color: #000;
	padding: 8px 40px 8px 20px;
	display: inline-flex;
	margin-bottom: 17px;
	position: relative;
	font-weight: 700
}

.blog-style-one .blog-data .blog-date:before {
	content: "";
	width: 30px;
	height: 55px;
	position: absolute;
	bottom: -8px;
	right: -35px;
	transform: translateX(-50%) skew(-24deg, 0deg);
	z-index: 0;
	border: 3px solid #fff
}

.blog-style-one .blog-post .blog-image figure+a {
	width: 60px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	position: absolute;
	right: -110px;
	bottom: 0;
	z-index: 2
}

.blog-style-one .blog-post .blog-image figure+a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(-23deg, 0deg);
	z-index: -1
}

.blog-style-one .blog-post .blog-image:before {
	content: "";
	width: 140px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: -270px;
	transform: translateX(-50%) skew(-24deg, 0deg);
	z-index: 1;
	opacity: .7;
	transition-duration: .7s;
	pointer-events: none
}

.blog-style-one .blog-post:hover .blog-image a {
	right: -10px
}

.blog-style-one .blog-post:hover .blog-image:before {
	right: -60px
}

.blog-style-one .blog-post .blog-image figure+a i {
	color: #000
}

.blog-style-one .blog-post .blog-image,
.blog-style-one .blog-post .blog-detail-image {
	position: relative
}

.blog-style-one .blog-post .blog-detail-image {
	margin-bottom: 20px
}

.blog-style-one .blog-post {
	border: 1px solid #c1c1c1;
	overflow: hidden;
	margin-bottom: 30px
}

.blog-style-one .common-btn,
.blog-style-one .builty-pagination {
	margin-top: 10px
}

.blog-style-one .blog-post:hover {
	box-shadow: 10px 10px 15px 0px rgb(0 0 0/8%);
	-webkit-box-shadow: 10px 10px 15px 0px rgb(0 0 0/8%);
	-moz-box-shadow: 10px 10px 15px 0px rgb(0 0 0/8%)
}

.blog-style-one .blog-post:hover .blog-image img {
	transform: rotate(-3deg) scale(1.1)
}

.blog-style-one .blog-post .blog-image figure,
.blog-style-one .blog-post .blog-detail-image figure {
	overflow: hidden
}

.blog-style-one .blog-post .blog-image img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	object-position: center
}

.blog-style-one .blog-post .blog-detail-image img {
	max-width: 100%;
	height: auto;
	width: 100%
}

.blog-style-one .blog-post .blog-author {
	margin-top: 17px
}

.blog-style-one .blog-post .blog-author .details h3,
.blog-style-one .blog-post .blog-author .details .h3 {
	font-size: 16px;
	color: #444;
	margin-bottom: 0
}

.blog-style-one .blog-post .blog-author .details h3 span,
.blog-style-one .blog-post .blog-author .details .h3 span {
	color: #999
}

.blog-style-one .blog-post .blog-author .author-img figure {
	margin-right: 10px !important
}

.blog-style-one .blog-post .blog-author .author-img figure img {
	object-fit: cover;
	object-position: center;
	width: 60px;
	height: 60px;
	border-radius: 100px
}

.blog-style-one .blog-post .blog-description {
	margin-top: 20px
}

.blog-style-one .blog-post .read-more {
	margin-top: 20px;
	display: block
}

.blog-style-one .attr-readmore-false .blog-post .read-more,
.blog-style-one .attr-desc-false .blog-post .blog-description,
.blog-style-one .attr-author-false .blog-post .blog-author,
.blog-style-one .attr-date-false .blog-post .blog-date,
.blog-style-one .attr-date-false .blog-post .blog-date,
.blog-style-one .attr-title-false .blog-post h2,
.blog-style-one .attr-title-false .blog-post .h2,
.blog-style-one .attr-featured-false .blog-post .blog-image,
.blog-style-three .blog-posts.blog-posts-latest.attr-date-false .boxx .date,
.blog-style-three .blog-posts.blog-posts-latest.attr-date-false .boxx .date,
.blog-style-three .blog-posts.blog-posts-latest.attr-title-false .boxx h3,
.blog-style-three .blog-posts.blog-posts-latest.attr-title-false .boxx .h3,
.blog-style-three .blog-posts.blog-posts-latest.attr-featured-false .boxx figure {
	display: none !important
}

.footer-style-one .footer-p-1 {
	background-color: #232222;
	padding: 30px 0
}

.contact-info .images img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 100px;
	border: 2px solid #fff
}

.contact-info .images figure:last-child {
	margin-left: -10px
}

.contact-info p {
	font-size: 16px;
	color: #fff
}

.contact-info p span>span {
	font-weight: 700;
	text-decoration: underline
}

.contact-info .images {
	margin-right: 15px
}

.footer-first {
	display: flex;
	justify-content: space-between
}

.footer-style-one .footer-p-2 {
	padding: 100px 0
}

.footer-style-one .footer-p-2,
.footer-style-one .footer-p-3 {
	background-color: #000
}

.footer-style-one .footer-p-2 .footer-col h3,
.footer-style-one .footer-p-2 .footer-col .h3 {
	color: #fff
}

.footer-style-one .footer-p-2 .footer-col h3,
.footer-style-one .footer-p-2 .footer-col .h3 {
	font-size: 22px;
	margin-bottom: 30px
}

.footer-style-one .footer-p-2 .footer-col p {
	width: 75%;
	margin-top: -7px
}

.footer-style-one .footer-p-2 .footer-col p,
.footer-style-one .footer-p-3 .footer-col p {
	color: #b7b7b7
}

.footer-style-one .footer-p-2 .footer-col ul li i {
	font-size: 20px
}

.footer-style-one .footer-p-2 .footer-col ul li svg {
	width: 20px;
	height: 20px
}

.footer-style-one .footer-p-2 .footer-col ul li {
	display: flex
}

.footer-style-one .footer-p-2 .footer-col ul li p {
	width: 60%;
	margin-top: -6px;
	margin-left: 20px;
	font-weight: 600
}

.footer-style-one .footer-p-2 .footer-col ul li:not(:last-child) {
	margin-bottom: 20px
}

.footer-style-one .footer-p-2 .footer-col form .form-group {
	width: 100%;
	margin-top: 20px;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	position: relative
}

.footer-style-one .footer-p-2 .footer-col form input,
body .footer-style-one .footer-p-2 form.wpforms-form input {
	height: 70px !important;
	background-color: #232222 !important;
	width: 100% !important;
	border: 0 !important;
	padding-left: 30px !important;
	color: #fff !important
}

.footer-style-one .footer-p-2 .footer-col form input::placeholder,
body .footer-style-one .footer-p-2 form.wpforms-form input::placeholder {
	color: #b7b7b7 !important
}

body .footer-style-one .footer-p-2 div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	position: static;
	padding: 0
}

body .footer-style-one .footer-p-2 form.wpforms-form {
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	position: relative
}

body .footer-style-one .footer-p-2 .wpforms-container-full {
	margin-top: 0;
	margin-bottom: 0
}

.footer-style-one .footer-p-2 .footer-col form button,
body .footer-style-one .footer-p-2 form.wpforms-form button {
	width: 60px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	position: absolute !important;
	right: 30px;
	top: 50%;
	font-size: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important
}

body .footer-style-one .footer-p-2 form.wpforms-form button {
	transform: translateY(0%);
	right: 24px;
	top: 17px
}

.footer-style-one .footer-p-2 .footer-col form button:before,
body .footer-style-one .footer-p-2 form.wpforms-form button:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	border: 0;
	z-index: -1;
	transform: skew(-20deg, 0deg);
	background-color: #71d98e
}

body .footer-style-one .footer-p-2 form.wpforms-form button:after,
body .footer-style-one .footer-p-2 form.wpforms-form button i:after {
	display: none
}

.footer-style-one .footer-p-2 .footer-col form button i,
body .footer-style-one .footer-p-2 form.wpforms-form button i {
	color: #000;
	transform: rotate(90deg);
	font-size: 20px
}

body .footer-style-one .footer-p-2 form.wpforms-form button i {
	color: black !important;
	transform: none !important;
	font-size: 20px !important;
	position: relative !important;
	right: 0 !important
}

.footer-style-one .footer-p-3 .footer-col p i {
	font-size: 15px;
	margin: 0 5px
}

.footer-style-one .footer-p-3 .footer-col a {
	font-size: 16px;
	line-height: 30px;
	color: #b7b7b7;
	position: relative
}

.footer-style-one .footer-p-3 .footer-col a:before,
.footer-style-one .footer-p-3 .footer-col a:after {
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.footer-style-one .footer-p-3 .footer-col a:before {
	border-bottom: 1px solid #6a6a6a;
	width: 100%
}

.footer-style-one .footer-p-3 .footer-col a:after {
	width: 0;
	border-bottom: 1px solid
}

.footer-style-one .footer-p-3 .footer-col a:hover:after {
	width: 100%
}

.footer-style-one .footer-p-3.rights .footer-col .social-medias a:not(:last-child) {
	margin-right: 25px
}

.header-style-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99
}

.admin-bar .header-style-one {
	top: 32px
}

.admin-bar .header-style-one .desktop-nav.slideDown {
	top: 32px
}

@media only screen and (max-width: 782px) {
	.admin-bar .header-style-one {
		top: 0
	}

	.admin-bar .header-style-one .desktop-nav.slideDown {
		top: 0
	}
}

.header-style-one .nav-bar>ul {
	display: flex
}

.header-style-one .nav-bar ul li a,
.header-style-one .nav-bar ul li a:hover {
	font-size: 16px;
	color: #fff;
	cursor: pointer
}

.header-style-one .nav-bar>ul>li:not(:last-child) {
	margin-right: 40px
}

.header-style-one .desktop-nav {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header-style-one .desktop-nav.slideDown,
.header-style-one .desktop-nav.slideUp {
	background: #000;
	width: 100%
}

.desktop-nav,
.desktop-nav .nav-bar>ul {
	display: flex;
	align-items: center
}

.desktop-nav .elementor {
	width: 100%
}

.desktop-nav .nav-bar>ul>li>a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	position: relative
}

.desktop-nav .nav-bar>ul>li:last-child>a {
	margin-right: 0
}

.desktop-nav ul.sub-menu>li>ul {
	left: 100% !important;
	top: 0 !important
}

.desktop-nav .nav-bar>ul>li>a svg {
	width: 11px
}

.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu {
	position: absolute
}

.desktop-nav ul.sub-menu {
	width: 210px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .nav-bar ul>li ul.sub-menu li a {
	padding: 15px 21px;
	display: flex;
	align-items: center;
	color: #545454;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	justify-content: space-between
}

.desktop-nav .nav-bar ul>li ul.sub-menu li a:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1
}

.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 20px;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/p-button.svg);
	background-repeat: no-repeat;
	background-size: cover
}

.desktop-nav .nav-bar ul>li ul.sub-menu li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu li a svg {
	width: 8px;
	height: 8px;
	fill: #a9a9a9
}

.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu li a:hover svg {
	fill: #fdfdfd
}

.desktop-nav .nav-bar ul>li ul.sub-menu li:nth-child(even) a:hover {
	background-color: transparent
}

.desktop-nav .nav-bar>ul>li.menu-item-has-children ul.sub.sub-menu {
	position: absolute;
	left: 100%;
	top: 0
}

.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu li {
	position: relative
}

.desktop-nav .nav-bar>ul>li {
	padding: 40px 0;
	position: relative
}

.desktop-nav .nav-bar ul>li.menu-item-has-children ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px)
}

.desktop-nav .nav-bar>ul>li.menu-item-has-children>a:before {
	content: "";
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: -15px;
	width: 10px;
	height: 10px
}

.desktop-nav .nav-bar>ul>li.menu-item-has-children>a:hover:before {
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/down-arrow-clr.svg)
}

.desktop-nav .nav-bar>ul>li.menu-item-has-children>ul.sub-menu:before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: -5px
}

.desktop-nav .nav-bar ul>li.menu-item-has-children:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important
}

.desktop-nav .nav-bar ul>li.menu-item-has-children>ul.sub-menu {
	border-left: 5px solid
}

.desktop-nav .nav-bar ul li.menu-item-has-children:hover ul.sub-menu {
	box-shadow: 2px 3px 35px 0px rgb(0 0 0/10%);
	-webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0/10%)
}

.desktop-nav .extras .menu-start svg {
	fill: #fff;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-right: 30px
}

.desktop-nav .extras .menu-start {
	display: none
}

.desktop-nav .extras #desktop-menu {
	display: block
}

.desktop-nav .extras .slideDown svg {
	margin-left: 30px
}

.desktop-nav .extras .slideDown:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	background: #000
}

.desktop-nav .extras a.pr-cart {
	position: relative;
	margin-right: 32px
}

.desktop-nav .extras a.pr-cart>span {
	content: "2";
	color: #000;
	width: 15px;
	height: 15px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-47%);
	z-index: 1;
	font-size: 10px
}

.desktop-nav .extras a.pr-cart svg {
	width: 25px;
	fill: #fff
}

.cart-popup {
	position: absolute;
	right: 25%;
	top: 90px;
	width: 340px;
	min-width: 340px;
	background-color: #fff;
	padding: 20px;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 3px 35px 0px rgb(0 0 0/10%);
	-webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0/10%)
}

.cart-popup:before {
	content: "";
	width: 41%;
	height: 5px;
	position: absolute;
	left: 59.2%;
	top: -5px
}

.show-cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0)
}

.cart-popup img {
	width: 75px;
	background: #f6f6f6
}

.cart-popup .p-img {
	padding: 0 5px
}

.cart-popup .p-data h3,
.cart-popup .p-data .h3 {
	font-size: 16px;
	color: #191919;
	margin-bottom: 5px
}

.header-style-one .cart-popup .p-data h3 a,
.header-style-one .cart-popup .p-data .h3 a {
	color: #000
}

.cart-popup .p-data {
	padding-left: 10px
}

.cart-popup .p-data p {
	line-height: 25px
}

.cart-popup ul li {
	padding: 15px 10px
}

.cart-popup ul li:not(:last-child) {
	border-bottom: 1px solid #c1c1c1
}

.cart-popup ul li a.remove {
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
	height: 25px;
	font-size: 0px;
	background: #fff !important
}

.cart-popup ul li a.remove:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/remove-1.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

.cart-popup .cart-total {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px
}

.cart-popup .cart-total span {
	font-size: 18px;
	line-height: 28px;
	color: #222;
	font-weight: 700
}

.cart-popup .cart-btns a {
	font-size: 16px;
	line-height: 25px;
	color: #222;
	text-transform: uppercase
}

.header-style-one .cart-popup .cart-btns a.checkout {
	color: #000 !important
}

.cart-popup .cart-btns a {
	font-size: 16px;
	line-height: 25px;
	color: #222;
	text-transform: capitalize;
	width: 50%;
	text-align: center;
	padding: 10px;
	border: 1px solid #c1c1c1
}

.cart-popup .cart-btns a:not(:last-child) {
	margin-right: 8px
}

.desktop-nav .extras {
	display: flex;
	align-items: center
}

.header-style-one .desktop-nav .nav-bar {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2
}

.desktop-nav .extras .theme-btn {
	padding: 16px 55px 16px 30px
}

.desktop-nav .extras .theme-btn.simple {
	padding: 16px 30px
}

.desktop-nav .extras .theme-btn:after {
	width: 31px;
	top: -2px;
	right: -32px;
	border-right: 28px solid transparent;
	border-top: 60px solid #71d98e
}

.desktop-nav .extras .theme-btn svg {
	width: 25px;
	height: 20px;
	margin: 0;
	fill: #fff
}

.desktop-nav .extras .theme-btn:hover svg {
	fill: #000
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background-color: #fff;
	padding: 50px 40px 15px;
	z-index: 5;
	transition: .45s ease-in-out;
	transform: translateX(-101%);
	-webkit-transform: translateX(-101%);
	-moz-transform: translateX(-101%);
	-o-transform: translateX(-101%);
	overflow-y: auto;
	background: #000
}

.admin-bar .mobile-nav {
	top: 32px
}

@media only screen and (max-width: 782px) {
	.admin-bar .mobile-nav {
		top: 46px
	}
}

.mobile-nav.desktop-menu {
	width: 400px;
	padding: 40px
}

.mobile-nav.desktop-menu h2,
.mobile-nav.desktop-menu .h2 {
	font-size: 28px;
	margin-bottom: 10px
}

.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu p,
.mobile-nav.desktop-menu .des {
	color: #000
}

.mobile-nav.desktop-menu .social-medias a {
	font-size: 16px;
	position: relative;
	margin-right: 30px
}

.mobile-nav.desktop-menu .social-medias {
	margin-top: 23px
}

.mobile-nav.desktop-menu .social-medias a:before,
.mobile-nav.desktop-menu .social-medias a:after {
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.mobile-nav.desktop-menu .social-medias a:before {
	border-bottom: 1px solid #6a6a6a;
	width: 100%
}

.mobile-nav.desktop-menu .social-medias a:after {
	width: 0;
	border-bottom: 1px solid
}

.mobile-nav.desktop-menu .social-medias a:hover:after {
	width: 100%
}

.mobile-nav.desktop-menu h3,
.mobile-nav.desktop-menu .h3 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 12px
}

.mobile-nav.desktop-menu .des {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px
}

.mobile-nav.desktop-menu .num {
	margin-bottom: 5px
}

.mobile-nav.desktop-menu .adrs {
	width: 80%
}

.mobile-nav.desktop-menu img {
	width: 100%
}

.mobile-nav.open {
	transform: translateY(0)
}

.mobile-nav ul li a svg {
	width: 11px
}

.mobile-nav ul>li.menu-item-has-children:before {
	content: "";
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
	width: 10px;
	height: 10px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li:before {
	top: 12px
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/down-arrow-clr.svg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}

.mobile-nav>ul>li {
	position: relative;
	border-bottom: 1px solid #5b5b5b;
	padding: 10px 0
}

.mobile-nav>ul li>a {
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	position: relative
}

.mobile-nav>ul>li>a {
	font-size: 18px;
	line-height: 30px;
	color: #fff !important
}

.mobile-nav>ul li.menu-item-has-children ul.sub-menu {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	position: absolute;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-o-transform: translateX(15px);
	border-top: 1px solid #5b5b5b;
	margin-top: 8px
}

.mobile-nav>ul li.menu-item-has-children.active>ul.sub-menu {
	position: relative;
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transition-delay: .1s
}

.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li {
	padding: 5px 0;
	position: relative
}

.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li a:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -15px
}

.res-log {
	margin-bottom: 30px
}

.res-log img {
	max-width: 220px
}

.mobile-nav .donation {
	display: flex;
	align-items: center;
	margin: 25px 0
}

.mobile-nav .donation a:first-child {
	margin-right: 40px
}

.mobile-nav .donation a.theme-btn {
	padding: 10px 30px
}

.mobile-nav .donation a.cart {
	position: relative
}

.mobile-nav .donation a.cart:before {
	content: "1";
	color: #fff;
	width: 25px;
	height: 25px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	top: -7px;
	right: -19px;
	z-index: 1;
	font-size: 13px
}

.res-rights p {
	color: #d6d6d6;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 30px
}

.mobile-nav a#res-cross:before {
	content: "";
	width: 35px;
	height: 35px;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/remove.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	right: 20px
}

.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: 0
}

.line {
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 3
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 3
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 3
}

.open .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 3
}

.open .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 3
}

.open .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 3
}

@media(max-width: 767px) {
	.desktop-nav .extras .theme-btn {
		display: none !important
	}
}

.our-goal .data p {
	width: 75%;
	margin-bottom: 40px
}

.our-goal .data p:last-child {
	margin-bottom: 0
}

.our-goal .data h4,
.our-goal .data .h4 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 17px
}

.our-goal ul {
	padding-left: 30px
}

.our-goal ul li {
	font-size: 16px;
	line-height: 26px;
	position: relative
}

.our-goal .data h4,
.our-goal .data .h4,
.our-goal .data ul li {
	color: #444
}

.our-goal .data ul li:not(:last-child) {
	margin-bottom: 12px
}

.our-goal ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #444;
	background: #fff;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%
}

.our-goal .data .goal-img {
	padding: 30px 0;
	position: relative;
	overflow: hidden
}

.our-goal .data .goal-img img {
	width: 100%
}

.our-goal .data .goal-img:before {
	content: "";
	width: 270px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: -1
}

.our-goal .data .goal-mov {
	position: absolute;
	bottom: 75px;
	left: -105px
}

.our-goal .data {
	position: relative
}

.our-goal .data .goal-mov-img {
	position: absolute;
	left: -50px;
	bottom: 133px;
	width: 70px;
	height: 70px;
	z-index: 9
}

.pricing-plans .price-box h3 .pricing-plans .price-box .h3 {
	font-size: 20px;
	margin-bottom: 17px
}

.pricing-plans .price-box h2,
.pricing-plans .price-box .h2 {
	font-size: 70px;
	line-height: 50px;
	margin-right: 15px
}

.pricing-plans .price-box h2,
.pricing-plans .price-box .h2,
.pricing-plans .price-box h3,
.pricing-plans .price-box .h3 {
	font-weight: 700
}

.pricing-plans .price {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px
}

.pricing-plans .price p {
	font-size: 15px;
	line-height: 15px;
	position: relative;
	display: inline-flex
}

.pricing-plans .price p:before {
	content: "";
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.pricing-plans .price-box>p {
	line-height: 26px;
	width: 83%
}

.pricing-plans .price-box .theme-btn {
	margin-top: 30px;
	background: #e8e8e8;
	border-color: #e8e8e8
}

.pricing-plans .price-box .theme-btn:after {
	border-top-color: #e8e8e8
}

.pricing-plans .price-box:hover .theme-btn i {
	color: #fff
}

.pricing-plans .price-box:hover .theme-btn i:after {
	background: #000
}

.pricing-plans .price-box:hover .theme-btn {
	color: #000
}

.pricing-plans .price-box:hover .theme-btn:after {
	border-top-color: #71d98e
}

.pricing-plans .price-img img {
	width: 100%
}

.pricing-plans .price-box {
	border: 1px solid #c1c1c1;
	padding: 60px 40px 140px
}

.pricing-plans .price-img {
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
	margin-top: -90px
}

.pricing-plans .features {
	padding: 70px 40px;
	clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 77%);
	position: absolute;
	z-index: 1;
	bottom: 20px;
	opacity: 0;
	transform: translateY(15px);
	transition-delay: .1s
}

.pricing-plans .features ul li {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center
}

.pricing-plans .features ul li:not(:last-child) {
	margin-bottom: 15px
}

.pricing-plans .features ul li i {
	font-size: 20px;
	margin-right: 10px
}

.pricing-plans .main-price {
	position: relative;
	overflow: hidden
}

.pricing-plans .main-price:hover .features {
	opacity: 1;
	transform: translateY(0)
}

.pricing-plans .main-price:hover .price-box {
	background: #000
}

.pricing-plans .main-price:hover .price-box>p,
.pricing-plans .main-price:hover .price-box .price p {
	color: #ccc
}

.pricing-plans .main-price:hover .price-box h2,
.pricing-plans .main-price:hover .price-box .h2,
.pricing-plans .main-price:hover .price-box h3,
.pricing-plans .main-price:hover .price-box .h3 {
	color: #fff
}

.service-style-two .service-two-box {
	border: 1px solid #c1c1c1;
	padding: 40px 40px 0;
	position: relative
}

.service-style-two .service-two-box:before {
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAACiCAYAAADWS0q/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkU0Nzg0N0RFNDBEMTFFQzg2QkFDQTE1RUU0NjlEOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkU0Nzg0N0VFNDBEMTFFQzg2QkFDQTE1RUU0NjlEOTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRTQ3ODQ3QkU0MEQxMUVDODZCQUNBMTVFRTQ2OUQ5OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRTQ3ODQ3Q0U0MEQxMUVDODZCQUNBMTVFRTQ2OUQ5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt6ff6AAAAObSURBVHja7N1dTxNBFAbg6bQ1UlSQxHhjSGzR//+LVESK4BfxjgupM+wWbxqC8+7OnI/3JCcBLjaTp2fm7EeHnayWy8AoilnK4xkdiiKmfJ9yL9KiCO9dxkt5S8AyvGf97xsCluPd/5FRiLftJIyHY5ryZBceAR+Hlytv/6HSZBTiERDEIyCIR0AQj4AgHgFBPAKCeDwP7PDyXZVF6QE8A876ylsgB4nEwy+SiUfANnjeAAfH89RE5qG7JbUY+sCReARshmcdcHQ8y4BV8KwCVsOzCFgVzxpgdTxLgE3wrJxIz8O/76pUj0g8v4DN8TQDisDTCigGTyOgKDxtXXivP1V5ImhM0wz4QgFknilHPd6toHH9yXCve0TJ8TvlWR6woDFNUm5mwga1K65TfsiDlTg46VP3V48nem0hnkFAFXhSAdXgSQRUhSetifxM+VHbdWUknn5AtXgSAFXjtQZUj9cS0AReqy78I+WnYCQi8fQAmsOrCWgSrxagWbwaTeR7ytNgOCLxZAK6wBsL0A3eGGvgt5Sfg6OIxJMB6BJvKEC3eEMAusZDm8hV6L5u4Toi8eoDEg8AJB4ASDwAkHhAF75M+YVUZRV4RbzyCmTlARVIPACQeAAg8QoAp8TDmkje73AtHG/aj1PSVof7fSL5+cWN8A/6acqVQMC7nUo3SmbLXOKY+C9AseDrMNAmTEAsLglYHnf3CQhYjnf20LUw4xF4BATxCAjiERDEIyCIR0AQj4AgHgFBvBx8LdqOy7PwH/dGWYEAHgFBPAKCeAQE8Qg4wJNIz134a8pz9CCReARshucRcFA8b2vgRcr10AeNxCNgMzwPgKPiWV8D1z3gqBGJR8BmeBYBq+JZA6yOZwmwCZ6VLnzeX6I1iUg8v4DN8TQDisDTBLiRiKcR8EISnibA/dA9AFpLG5gGwIOUx6F7UYG4kH4emN/1dNL/PJE4wCgcbyV9esyEV95EOmAkni1AVXjSALdrnho8SWugusqTVIFq8SQAqsZrDahyzZMCuMVT/0hhxmmrqwJN4dUGNIdXE9AkXq018MBCt21VgabxxgY0jzcmoAu8sQDd4I3RRA5TLr3gDV2B7vCGBHSJNxSgW7whAF3joYDu8ZAufBgUPPSWCviyrzxGwRQmHgBIPACQeAAg8QBA4gGAxANOY45SviVPWQUSDwAkHgBIPGANfBW6rQSSYyIV8HnKN6HbDbQRDChybH8FGAAbA7UTwEpDRQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.service-style-two .service-two-box:hover:before {
	opacity: 1;
	visibility: visible;
	height: 100%
}

.service-style-two .service-two-box h3 a,
.service-style-two .service-two-box .h3 a {
	font-size: 26px;
	margin-bottom: 8px;
	color: #000
}

.service-style-two .service-two-box p {
	line-height: 28px;
	margin-bottom: 30px;
	margin-top: 7px
}

.service-style-two .service-two-box .service-two-icon svg,
.service-style-two .service-two-box .service-two-icon img {
	width: 60px;
	height: 60px
}

.service-style-two .service-two-box .service-two-icon {
	width: 105px;
	height: 125px;
	position: relative
}

.service-style-two .service-two-box .service-two-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: -17px;
	border: 1px solid;
	width: 100%;
	height: 100%;
	transform: skew(-20deg, 0deg);
	background: #ececec;
	z-index: -1;
	border: 0
}

.service-style-two .service-two-box .service-two-icon i {
	font-size: 30px;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	bottom: 40px;
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.service-style-two .service-two-box .service-two-icon a i {
	color: #000
}

.service-style-two .service-two-box:hover .service-two-icon i,
.service-style-two .service-two-box:hover .service-two-icon {
	opacity: 1;
	visibility: visible
}

.service-style-two .service-two-box:hover .service-two-icon svg,
.service-style-two .service-two-box:hover .service-two-icon img {
	opacity: 0
}

.service-style-two .service-two-box:hover .service-two-icon:before {
	background: 0 0
}

.service-style-two .service-two-box.last {
	border: 0;
	height: 100%
}

.service-style-two .service-two-box.last:before {
	display: none
}

.service-style-two .service-two-box.last a {
	color: #000;
	font-size: 18px
}

.service-style-two .service-two-box.last a em {
	font-style: normal
}

.service-style-two .service-two-box.last span {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin-left: 15px
}

.service-style-two .service-two-box.last span i {
	font-size: 13px
}

.service-style-two .service-two-box.last a:hover span {
	transform: translateX(5px)
}

.certificates .data {
	position: relative
}

.certificates .data {
	padding-right: 60px
}

.certificates .data .c-img {
	padding: 30px 0;
	position: relative
}

.certificates .data .c-img img {
	width: 100%
}

.certificates .data .c-img:before {
	content: "";
	width: 270px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) skew(-17deg, 0deg);
	z-index: -1
}

.certificates .data .extras {
	width: 200px;
	height: 200px;
	background: #000;
	border-radius: 100%;
	display: grid;
	flex-wrap: wrap;
	align-content: center;
	justify-items: center;
	position: absolute;
	left: -50px;
	top: 5px
}

.certificates .data .extras:before {
	content: "";
	width: 93%;
	height: 93%;
	border: 5px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%
}

.certificates .data .extras h3,
.certificates .data .extras .h3,
.certificates .data .extras p {
	color: #fff
}

.certificates .data .extras h3,
.certificates .data .extras .h3 {
	font-size: 45px;
	line-height: 37px;
	width: 100%;
	text-align: center
}

.certificates .data>span {
	font-size: 16px;
	color: #444;
	text-transform: uppercase
}

.certificates .data h2,
.certificates .data .h2 {
	font-size: 50px;
	line-height: 60px;
	margin-top: 5px;
	margin-bottom: 50px
}

.certificates .c-slider .c-main {
	display: flex;
	align-items: center;
	width: 100%
}

.certificates .c-slider .c-main .c-first {
	width: 40%;
	text-align: center;
	background: #fff;
	border: 1px solid
}

.certificates .c-slider .c-main .c-first figure {
	position: relative;
	max-width: 253px
}

.certificates .c-slider .c-main .c-first figure img {
	padding: 30px;
	max-width: 100%;
	width: auto
}

.certificates .c-slider .c-main .c-first figure:before {
	content: "";
	width: 135px;
	height: 108%;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) skew(-22deg, 0deg);
	z-index: -1
}

.certificates .c-slider .c-main .c-second {
	width: 60%;
	padding-left: 35px
}

.certificates .c-slider .c-main .c-second>span {
	font-size: 16px;
	color: #444;
	border-bottom: 1px solid #000
}

.certificates .c-slider .c-main .c-second h3,
.certificates .c-slider .c-main .c-second .h3 {
	font-size: 24px;
	line-height: 34px;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 15px
}

.certificates .c-slider .owl-stage-outer {
	padding: 10px 0
}

.certificates .c-slider .owl-nav button {
	width: 55px;
	height: 55px;
	border: 1px solid #1a1a1a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	border-radius: 100%
}

.certificates .c-slider .owl-nav {
	position: absolute;
	bottom: -45px;
	left: 55%;
	transform: translateX(-50%);
	background: #fff
}

.blog-style-two .blog-item h2,
.blog-style-two .blog-item .h2 {
	font-size: 24px;
	line-height: 30px;
	width: 85%;
	margin-bottom: 17px;
	margin-top: 8px
}

.blog-style-two .blog-item h2 a,
.blog-style-two .blog-item .h2 a {
	color: #000
}

.blog-style-two .blog-item p {
	line-height: 28px
}

.blog-style-two .blog-item .blog-date {
	font-size: 16px;
	color: #000;
	position: relative;
	font-weight: 700
}

.blog-style-two .blog-item .blog-date:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.blog-style-two .blog-item .blog-post-num {
	display: flex;
	font-size: 50px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000;
	margin-bottom: 28px;
	font-weight: 900
}

.blog-style-two .blog-item a i {
	font-size: 30px;
	transform: rotate(45deg);
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.blog-style-two .blog-item a i {
	color: #000
}

.blog-style-two .blog-item {
	position: relative;
	padding: 25px 40px 35px
}

.blog-style-two .blog-item:hover a i,
.blog-style-two .owl-item.center .blog-item a i {
	opacity: 1;
	visibility: visible
}

.blog-style-two .blog-item>div>a {
	display: flex;
	margin-top: 40px
}

.blog-style-two .blog-item:before,
.blog-style-two .owl-item.center .blog-item:before {
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.blog-style-two .blog-item:hover:before,
.blog-style-two .owl-item.center .blog-item:before {
	opacity: 1;
	visibility: visible;
	height: 100%
}

.blog-style-two .blog-slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.blog-style-two .blog-slider .owl-dots button {
	border: 1px solid #c1c1c1;
	width: 70px;
	height: 15px;
	color: transparent
}

.blog-style-two .blog-slider .owl-dots button.active {
	background: #000;
	border-color: #000
}

.blog-style-two .blog-slider .sb-el-more {
	display: none
}

.estimated-price {
	background: #fafafa;
	position: relative
}

.estimated-price .est-form .checkk label {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px
}

.estimated-price .est-form .checkk input {
	display: none
}

.estimated-price .bg-wh {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	z-index: 1
}

.estimated-price .est-form form .form-group-el {
	margin-bottom: 28px
}

.estimated-price .est-form>div>p {
	margin-bottom: 38px
}

.estimated-price .est-form label {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #444;
	width: 100%
}

.estimated-price .est-form .checkk>p {
	font-weight: 500
}

.estimated-price .est-form .est-main .est-price {
	background: #000
}

.estimated-price .est-form .est-main .est-price p {
	color: #fff;
	font-weight: 700;
	line-height: 16px;
	width: 100%;
	margin-bottom: 6px
}

.estimated-price .est-form .est-main .est-price span.est-price__value {
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
	display: inline-flex
}

.estimated-price .est-form .est-main .est-price {
	padding: 30px 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.estimated-price .est-form .est-main>p {
	margin-bottom: 13px
}

.estimated-price .est-form .est-main {
	margin-top: calc(52px - 28px)
}

.estimated-price .est-img {
	margin-top: -200px !important;
	text-align: center
}

.estimated-price:before,
.estimated-price:after {
	content: "";
	width: 550px;
	height: 100%;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%) skew(-17deg, 0deg);
	z-index: 0
}

.estimated-price:before {
	left: 70%
}

.estimated-price:after {
	right: -31%
}

.contact-us .heading h2,
.contact-us .heading .h2 {
	width: 30%
}

.contact-us .c-data ul li a img {
	width: 79px;
	height: 80px;
	object-fit: cover;
	border: 1px solid #fff;
	border-radius: 100%
}

.contact-us .c-data ul li a {
	position: relative
}

.contact-us .c-data ul li a i {
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: -5px;
	left: 0;
	color: #000
}

.contact-us .c-data ul li a i:before {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden
}

.contact-us .c-data ul li a.active i {
	top: 0
}

.contact-us .c-data ul li a.active i:before {
	opacity: 1;
	visibility: visible
}

.contact-us .c-data ul li a.active:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	opacity: .6;
	border: 1px solid
}

.contact-us .c-data ul li a {
	box-shadow: 10px 15px 15px 0px rgb(0 0 0/8%);
	-webkit-box-shadow: 10px 15px 15px 0px rgb(0 0 0/8%);
	-moz-box-shadow: 10px 15px 15px 0px rgb(0 0 0/8%);
	display: flex;
	border-radius: 100%
}

.contact-us .c-data ul li a.active {
	box-shadow: 10px 15px 15px 0px rgb(0 0 0/13%);
	-webkit-box-shadow: 10px 15px 15px 0px rgb(0 0 0/13%);
	-moz-box-shadow: 10px 15px 15px 0px rgb(0 0 0/13%)
}

.contact-us .c-data {
	position: relative
}

.contact-us .c-data ul {
	display: flex
}

.contact-us .c-data ul li {
	position: absolute
}

.contact-us .c-data ul li:nth-child(1) {
	top: 112px;
	right: 105px
}

.contact-us .c-data ul li:nth-child(2) {
	top: 220px;
	right: 165px
}

.contact-us .c-data ul li:nth-child(3) {
	top: 167px;
	right: 340px
}

.contact-us .c-data ul li:nth-child(4) {
	bottom: 90px;
	left: 170px
}

.contact-us .c-data ul li:nth-child(5) {
	top: 110px;
	left: 83px
}

.contact-us .c-cards .card .details h2,
.contact-us .c-cards .card .details .h2 {
	font-size: 35px
}

.contact-us .c-cards .card .details>span {
	font-size: 16px
}

.contact-us .c-cards .card .details,
.contact-us .c-cards .card .contacts-info {
	margin-left: 40px
}

.contact-us .c-cards .card ul li span,
.contact-us .c-cards .card .details .address {
	font-size: 16px;
	color: #000
}

.contact-us .c-cards .card ul li span {
	width: 13%;
	display: inline-flex
}

.contact-us .c-cards .card ul li span:nth-child(2) {
	font-weight: 500;
	width: 40%
}

.contact-us .c-cards .card ul li span.email {
	width: 30%;
	border-bottom: 1px solid #b0b0b0;
	line-height: 15px;
	display: inline-flex;
	line-height: 13px
}

.contact-us .c-cards .card ul li {
	margin-bottom: 7px
}

.contact-us .c-cards .card .address {
	font-weight: 700;
	padding: 21px 40px
}

.contact-us .c-cards .card {
	padding: 43px 20px 20px;
	border: 1px solid #c3c3c3;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%
}

.contact-us .c-cards .card:nth-child(1) {
	top: 0;
	width: 100%;
	z-index: 0
}

.contact-us .c-cards .card:nth-child(2) {
	top: -15px;
	transform: scaleX(.95);
	z-index: -1;
	left: 0
}

.contact-us .c-cards .card:nth-child(3) {
	top: -30px;
	transform: scaleX(.9);
	z-index: -2;
	left: 0
}

.contact-us .c-cards .card:nth-child(4) {
	top: -45px;
	transform: scaleX(.85);
	z-index: -3;
	left: 0
}

.contact-us .c-cards .card:nth-child(5) {
	top: -60px;
	transform: scaleX(.8);
	z-index: -4;
	left: 0
}

.contact-us .c-cards .card.active {
	top: 0;
	z-index: 0;
	width: 100%;
	position: relative;
	transform: scaleX(1);
	left: 0
}

.contact-us .c-cards .card .contacts-info {
	margin-top: 25px
}

.contact-us .c-cards .card .contacts-info {
	margin-top: 25px;
	margin-bottom: 23px
}

.contact-us .c-cards {
	position: relative
}

.history-style-one .history-data a {
	width: 95px;
	height: 95px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 45px;
	left: 50px
}

.history-style-one .history-data a i {
	font-size: 30px;
	transform: rotate(45deg);
	color: #000
}

.history-style-one .history-data a:hover i {
	transform: rotate(45deg) translate(0px, -5px)
}

.history-style-one .history-data .details h3,
.history-style-one .history-data .details .h3 {
	font-size: 35px;
	color: #fff;
	margin-bottom: 25px
}

.history-style-one .history-data .details {
	position: absolute;
	top: 0;
	left: 0;
	padding: 55px 50px 45px;
	height: 100%
}

.history-style-one .history-data {
	position: relative
}

.history-style-one .history-data figure:before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5
}

.history-style-one .history-data .details p {
	color: #ddd
}

.history-style-one .history-data .details p,
.history-style-one .history-data .details a {
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden
}

.history-style-one .history-data .details:hover p,
.history-style-one .history-data .details:hover a {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.cta-section {
	overflow: hidden
}

.cta-section .cta-data h2,
.cta-section .cta-data .h2 {
	font-size: 50px
}

.cta-section .cta-data p {
	font-size: 18px;
	width: 93%;
	margin-bottom: 53px;
	margin-top: 20px
}

.cta-section .cta-data .theme-btn:hover {
	color: #000
}

.cta-section .cta-data figure img {
	margin-left: -205px;
	max-width: 858px
}

.cta-section .cta-data figure {
	position: relative
}

.cta-section .cta-data figure:before {
	content: "";
	width: 400px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 34%;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: -1
}

.shop-style-one {
	background: #f7f6f2
}

.shop-style-one .products .product h3,
.shop-style-one .p-slider .product h3,
.shop-style-one .products .product .h3,
.shop-style-one .p-slider .product .h3 {
	font-size: 18px;
	margin-top: 14px
}

.shop-style-one .products .product h3 a,
.shop-style-one .p-slider .product h3 a,
.shop-style-one .products .product .h3 a,
.shop-style-one .p-slider .product .h3 a {
	color: #444
}

.shop-style-one .products .product,
.shop-style-one .p-slider .product {
	border: 1px solid #c1c1c1;
	padding: 30px;
	width: 81%;
	background: #fff
}

.shop-style-one .products .product .price-range span,
.shop-style-one .p-slider .product .price-range span {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	letter-spacing: .5px
}

.shop-style-one .p-slider .product .price-range small,
.shop-style-one .p-slider .product .price-range .woocommerce-Price-currencySymbol {
	font-size: .85rem;
	font-weight: 500
}

.shop-style-one .p-slider .product .price-range del span,
.shop-style-one .p-slider .product .price-range del small {
	font-size: 1rem !important;
	font-weight: 500;
	color: #666;
	letter-spacing: 0
}

.shop-style-one .p-slider .product .price-range ins {
	text-decoration: none
}

.shop-style-one .products .product .price-range,
.shop-style-one .p-slider .price-range {
	margin-top: 3px
}

.shop-style-one .p-slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.shop-style-one .p-slider .owl-dots button {
	border: 1px solid #c1c1c1;
	width: 70px;
	height: 15px;
	color: transparent
}

.shop-style-one .p-slider .owl-dots button.active {
	background: #000;
	border-color: #000
}

.shop-style-one .p-slider .product figure img,
.shop-style-one.addition .p-slider .row.products .product figure img {
	width: 100%;
	height: 290px;
	object-fit: contain
}

.shop-style-one .p-slider .owl-item.active.center .product {
	margin: 50px 0 !important
}

.shop-style-one .p-slider .owl-item.active.center .product figure img {
	height: 200px;
	object-fit: contain
}

.shop-style-one.addition {
	background: #fff
}

.shop-style-one.addition .p-slider div:nth-child(even) .product img,
.shop-style-one.addition .p-slider .row.products div:nth-child(even) .product img {
	height: 200px
}

.shop-style-one.addition .list .p-slider>div {
	margin-bottom: 50px;
	width: 28%
}

.shop-style-one.addition .row.list>div {
	width: 100%
}

.shop-style-one.addition .row.list>div .product figure img {
	width: 150px;
	height: 150px
}

.shop-style-one.addition .row.list>div .product {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 70px;
	margin-bottom: 30px
}

.shop-style-one.addition .row.list>div .product .data {
	border-left: 1px solid #c1c1c1;
	padding: 30px 40px
}

.shop-style-one.addition .row.list>div .product .theme-btn:hover {
	color: #000
}

.shop-style-one.addition .products .product .theme-btn,
.shop-style-one.addition .p-slider .product .theme-btn {
	display: none
}

.shop-style-one.addition .row.list>div .product .theme-btn {
	display: block
}

.shop-style-one.addition .row.list>div .product .main-data {
	display: flex;
	align-items: center
}

.shop-style-one.addition .shop-filter {
	border: 1px solid #c1c1c1;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px
}

.shop-style-one.addition .shop-filter>p {
	line-height: 27px
}

.shop-style-one.addition .shop-filter .gird-list a {
	font-size: 30px;
	padding: 0 20px
}

.shop-style-one.addition .shop-filter .gird-list a.grid {
	padding-right: 0;
	position: relative
}

.shop-style-one.addition .shop-filter .gird-list a i {
	color: #000
}

.shop-style-one.addition .shop-filter .gird-list {
	position: relative;
	padding: 10px 0
}

.shop-style-one.addition .shop-filter .gird-list a.grid:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #c1c1c1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%)
}

.shop-style-one.addition .products .product {
	width: 100%
}

.shop-style-one.addition .grid .product .theme-btn {
	display: block;
	width: 60%;
	position: absolute;
	top: 43%;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 20px 30px;
	opacity: 0;
	visibility: hidden
}

.shop-style-one.addition .grid .product .theme-btn.product_type_external span {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;
	overflow: hidden
}

.shop-style-one.addition .grid .product .btn-hover,
.shop-style-one.addition .grid .product .btn-hover figure {
	position: relative
}

.shop-style-one.addition .grid .product .theme-btn:after {
	border-top: 65px solid #f6f6f6
}

.shop-style-one.addition .grid .product .theme-btn:hover {
	color: #000;
	background: #f6f6f6
}

.shop-style-one.addition .grid .product:hover .theme-btn {
	transform: translate(-50%, -50%) translateX(0);
	opacity: 1;
	visibility: visible
}

.shop-style-one.addition .grid .product figure {
	position: relative
}

.shop-style-one.addition .grid .product figure:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
}

.shop-style-one.addition .grid .product:hover figure:before {
	width: 100%;
	opacity: .7;
	visibility: visible
}

.shop-style-one.addition .list .product .theme-btn,
.shop-style-one.addition .list .product figure:before {
	display: none !important
}

.shop-style-one .attr-addtocart-false .add_to_cart_button {
	display: none !important
}

.shop-style-one .attr-addtocart-false .readmore {
	display: none !important
}

.shop-style-one .attr-rating-false .ratings {
	display: none !important
}

.team-style-two .team-data {
	border: 1px solid #c1c1c1;
	padding: 40px;
	width: 72%;
	position: relative;
	margin-bottom: 40px
}

.team-style-two .team-data:before {
	content: "";
	width: 175px;
	height: 100.5%;
	position: absolute;
	bottom: -1px;
	left: 100%;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 0
}

.team-style-two .team-data h3,
.team-style-two .team-data .h3 {
	font-size: 30px;
	margin-bottom: 5px
}

.team-style-two .team-data h3 a,
.team-style-two .team-data .h3 a {
	color: #000
}

.team-style-two .team-data .contact svg {
	width: 25px;
	height: 25px
}

.team-style-two .team-data .contact p {
	font-weight: 700;
	margin-left: 6px
}

.team-style-two .team-data .contact {
	display: flex;
	align-items: center;
	margin-top: 22px
}

.team-style-two .team-social-medias a {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%
}

.team-style-two .team-social-medias>a i {
	font-size: 17px;
	color: #000;
	transform: rotate(45deg)
}

.team-style-two .team-social-medias>a:hover i {
	transform: rotate(45deg) translate(0px, -5px)
}

.team-style-two .team-social-medias {
	margin-top: 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 55px
}

.team-style-two .team-data .team-social-media a {
	width: 50px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 10px
}

.team-style-two .team-data .team-social-media a:before {
	content: "";
	border: 1px solid #c1c1c1;
	transform: skew(-23deg, 0deg);
	width: 100%;
	height: 100%;
	background: #fff
}

.team-style-two .team-data .team-social-media a:hover i {
	color: #fff
}

.team-style-two .team-data .team-social-media a:hover:before {
	background: #000
}

.team-style-two .team-data .team-social-media a i {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: none
}

.team-style-two .team-data .team-image {
	position: absolute;
	top: 50%;
	right: -180px;
	transform: translateY(-50%)
}

.team-style-two .team-data .team-image img {
	width: 240px;
	height: 290px;
	object-fit: cover
}

.project-completed .proj-data {
	width: 70%
}

.project-completed .proj-data h3,
.project-completed .proj-data .h3 {
	font-size: 40px
}

.project-completed .proj-data h3 a,
.project-completed .proj-data .h3 a {
	color: #000
}

.project-completed .proj-data p {
	width: 78%;
	margin-top: 15px
}

.project-completed .proj-data .loc-date>div span:first-child {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 5px
}

.project-completed .proj-data .loc-date>div:first-child {
	margin-bottom: 7px
}

.project-completed .proj-data .loc-date>div span:last-child {
	font-weight: 900
}

.project-completed .proj-data .loc-date {
	margin-top: 51px
}

.project-completed .prj-slider-nav button {
	width: 55px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	border-radius: 100%
}

.project-completed .prj-slider-nav button:hover {
	background: 0 0;
	border-color: #828282
}

.project-completed .prj-slider-nav button i {
	font-size: 15px;
	color: #000
}

.project-completed .prj-slider-nav {
	text-align: right
}

.project-completed .prj-slider {
	padding-left: 16%
}

.project-completed .proj-image figure {
	position: relative
}

.project-completed .proj-image figure:before,
.project-completed .proj-image figure:after {
	content: "";
	width: 320px;
	height: 100%;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 0;
	opacity: .5;
	pointer-events: none
}

.project-completed .proj-image figure:before {
	right: -2%
}

.project-completed .proj-image figure:after {
	right: -44%
}

.project-completed .proj-image figure img {
	object-fit: cover;
	height: 472px;
	object-position: center
}

.featured-section-three {
	background: #000;
	padding-top: 260px;
	height: 1200px;
	position: relative;
	z-index: 9
}

.featured-section-three .data h2,
.featured-section-three .data .h2 {
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	width: 85%
}

.featured-section-three .data.space {
	width: 65%;
	margin-left: auto;
	margin-bottom: auto
}

.featured-section-three .data p {
	color: #dbdbdb
}

.featured-section-three .space {
	margin-bottom: 75px
}

.featured-section-three .image {
	position: relative;
	height: 570px
}

.featured-section-three .image video {
	position: absolute;
	right: 0;
	width: 100vw;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	max-width: initial
}

.featured-section-three .image:before,
.featured-section-three .image:after {
	content: "";
	width: 370px;
	height: 100%;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 1;
	opacity: .7
}

.featured-section-three .image:before {
	left: 10%
}

.featured-section-three .image:after {
	left: -21%
}

.featured-section-three .image figure {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.featured-section-three .image figure img {
	max-height: 570px;
	object-fit: cover
}

.featured-section-three .info {
	text-align: center;
	padding-top: 55px
}

.featured-section-three .info p {
	color: #f7f6f2
}

.featured-section-three .info p>span>span {
	font-weight: 700;
	border-bottom: 1px solid #91908e
}

.featured-section-three .parallax {
	bottom: 0
}

.contact-form-one .c-form-2 form .row {
	margin-bottom: 25px
}

.contact-form-one .c-form-2 {
	padding: 55px;
	background: #000
}

.contact-form-one .c-form-2 input,
.contact-form-one .c-form-2 textarea,
.contact-form-one .c-form-2 select,
.contact-form-one .c-form-2 .nice-select,
.contact-form-one div.wpforms-container-full .wpforms-form .choices .choices__inner {
	background: 0 0 !important;
	border-color: #767676 !important;
	padding-left: 20px;
	color: #bdbdbd !important
}

.contact-form-one .c-form-2 input::placeholder,
.contact-form-one .c-form-2 textarea::placeholder,
.contact-form-one .c-form-2 select::placeholder {
	color: #bdbdbd !important
}

.contact-form-one .nice-select:before,
body .contact-form-one div.wpforms-container .wpforms-form .choices__inner:before,
body .contact-form-one div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:before {
	background: #3e3e3e !important
}

.contact-form-one .nice-select:after,
body .contact-form-one div.wpforms-container .wpforms-form .choices__inner:after,
body .contact-form-one div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:after {
	border-bottom: 3px solid #fff !important;
	border-right: 3px solid #fff !important
}

.contact-form-one .nice-select .option,
.contact-form-one .nice-select .list {
	background: #3e3e3e
}

.contact-form-one .nice-select .option:hover,
.contact-form-one .nice-select .option.focus,
.contact-form-one .nice-select .option.selected.focus {
	background-color: #595959
}

.contact-form-one .c-form-2 form button.theme-btn {
	margin-top: 15px
}

.contact-form-one .c-form-2 {
	position: relative;
	z-index: 0
}

.contact-form-one {
	position: relative;
	padding-bottom: 70px;
	margin-top: 120px
}

.contact-form-one:before {
	content: "";
	width: 550px;
	height: 100.5%;
	position: absolute;
	bottom: -1px;
	left: 85%;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 0
}

.blog-style-three .blog-post .blog-image img {
	height: 490px;
	width: 100%;
	object-position: center;
	object-fit: cover
}

.blog-style-three .blog-heading>span {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px
}

.blog-style-three .blog-heading h2,
.blog-style-three .blog-heading .h2 {
	font-size: 50px;
	margin-bottom: 30px;
	margin-top: 2px
}

.blog-style-three .blog-heading .theme-btn {
	margin-top: 42px
}

.blog-style-three .blog-heading .theme-btn:hover {
	color: #000
}

.blog-style-three .blog-heading.blog-heading-latest {
	margin-top: -30px
}

.blog-style-three .blog-posts .date {
	font-size: 16px;
	position: relative;
	display: inline-flex
}

.blog-style-three .blog-posts .date:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0
}

.blog-style-three .blog-posts img {
	width: 106%;
	height: 225px;
	object-fit: cover
}

.blog-style-one.blog-style-three .blog-post .blog-image:before,
.blog-style-one.blog-detail .blog-post .blog-image:before,
.blog-style-three .blog-image a i {
	display: none
}

.blog-style-three .blog-posts h3,
.blog-style-three .blog-posts .h3 {
	font-size: 24px
}

.blog-style-three .blog-posts h3,
.blog-style-three .blog-posts .h3 {
	margin-top: 10px;
	margin-bottom: 0
}

.blog-style-three .blog-posts h3 a,
.blog-style-three .blog-posts .h3 a,
.blog-style-three .blog-posts .date {
	color: #000
}

.blog-style-three .blog-posts .boxx {
	border: 1px solid #c1c1c1;
	margin-bottom: 30px;
	padding: 10px;
	margin-right: 30px
}

.blog-style-three .blog-posts.blog-posts-latest .boxx {
	margin-right: 0
}

.blog-style-three .blog-posts li.space {
	margin-bottom: 50px
}

.blog-style-three .blog-posts li img {
	width: 113%
}

.blog-style-three .blog-posts .boxx:hover {
	background: #000
}

.blog-style-three .blog-posts .boxx:hover h3 a,
.blog-style-three .blog-posts .boxx:hover .h3 a,
.blog-style-three .blog-posts .boxx:hover span {
	color: #fff
}

.blog-style-three .blog-posts .boxx:hover p {
	color: #d7d7d7
}

.blog-style-three .blog-posts .space {
	padding: 20px;
	margin-top: 8px
}

.blog-style-three .blog-posts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.grid-sizer,
.grid-item {
	width: 43%
}

.grid-item--width2 {
	width: 40%
}

.banner-style-one {
	background: #000;
	padding-top: 215px;
	position: relative;
    padding-bottom: 0;
	z-index: 0
}

.banner-style-one .banner-details h2,
.banner-style-one .banner-details .h2,
.banner-style-one .banner-details .intro-title {
	font-size: 60px;
	color: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.banner-style-one .banner-details p {
	color: #c1c1c1;
	margin-top: 5px
}

.banner-style-one .banner-details {
	padding-bottom: 75px
}

.banner-style-one .breadcrums {
	border-top: 1px solid #444;
	padding: 30px 0 28px
}

.banner-style-one .breadcrums ul li {
	display: inline-flex;
	align-items: flex-end
}

.banner-style-one .breadcrums ul li:not(:last-child) {
	margin-right: 15px
}

.banner-style-one .breadcrums ul li i,
.banner-style-one .breadcrums ul li span,
.banner-style-one .breadcrums ul li a {
	color: #c2c1c1
}

.banner-style-one .breadcrums ul li a {
	display: flex;
	align-items: flex-end
}

.banner-style-one .breadcrums ul li i {
	font-size: 20px
}

.banner-style-one .breadcrums ul.sb-breadcrumbs {
	align-items: center;
	display: flex
}

.banner-style-one .breadcrums ul.sb-breadcrumbs li {
	align-items: center
}

.banner-style-one .breadcrums ul.sb-breadcrumbs li:first-child:before {
	content: "\f015";
	font-size: 20px;
	font-weight: 900;
	color: #c2c1c1;
	font-family: "Font Awesome 5 Free";
	margin-top: -3px
}

.banner-style-one .breadcrums ul li span {
	line-height: 13px;
	margin-left: 8px;
	border-bottom: 1px solid #717070
}

.banner-style-one .breadcrums ul li.current span,
.banner-style-one .breadcrums ul li:last-child span {
	font-weight: 700
}

.banner-style-one .parallax {
	background-size: contain;
	background-position: center right;
	opacity: .2;
	left: 13% !important
}

.about-first h2,
.about-first .h2 {
	font-size: 50px;
	margin-bottom: 50px
}

.about-first .who-we-are h3,
.about-first .who-we-are .h3 {
	font-size: 22px;
	color: #444;
	font-weight: 700;
	margin-bottom: 20px
}

.about-first .who-we-are p {
	width: 92%
}

.about-first .who-we-are ul li {
	font-size: 16px;
	color: #444;
	margin-bottom: 18px
}

.about-first .who-we-are ul li i {
	font-size: 15px;
	color: #c9c9c9;
	margin-right: 8px
}

.about-first .who-we-are ul {
	margin-bottom: 57px
}

.about-first .who-we-are {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.about-how-it-works .plans {
	border: 1px solid #c1c1c1;
	background: #fff;
	padding: 40px 40px 30px
}

.about-how-it-works .plans:hover {
	box-shadow: 0px 5px 20px 0px rgb(0 0 0/10%);
	-webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0/10%);
	-moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0/10%)
}

.about-how-it-works .plans .y-box {
	width: 90px;
	height: 90px;
	font-size: 40px;
	margin-bottom: 40px
}

.about-how-it-works .plans h3,
.about-how-it-works .plans .h3 {
	font-size: 22px;
	margin-bottom: 8px
}

.about-how-it-works .figure-image {
	position: relative;
	z-index: 9
}

.about-key-benefits .data h2,
.about-key-benefits .data .h2 {
	font-size: 50px;
	margin-bottom: 15px
}

.about-key-benefits .data figure {
	width: 91%
}

.about-key-benefits .data ul li i {
	color: #47d562;
	font-size: 20px;
	margin-right: 25px;
	line-height: 30px
}

.about-key-benefits .data ul li {
	display: flex;
	padding-bottom: 20px;
	padding-top: 23px
}

.about-key-benefits .data ul li:not(:last-child) {
	border-bottom: 1px solid #cfcfcf
}

.contact-map {
	display: flex
}

.contact-map iframe {
	width: 100%
}

.contact-faqs .heading h2,
.contact-faqs .heading .h2 {
	width: 35%
}

.contact-faqs .acc2 {
	background: #fff;
	padding: 0 110px 80px;
	margin-bottom: -110px;
	position: relative
}

.contact-form-2 .data span {
	font-size: 16px;
	color: #444
}

.contact-form-2 .data h2,
.contact-form-2 .data .h2 {
	font-size: 50px;
	margin-bottom: 30px;
	margin-top: 5px
}

.contact-form-2 form .row {
	margin-bottom: 20px
}

.contact-form-2 form button {
	margin-top: 10px
}

.contact-form-2 form button:hover {
	color: #000
}

.contact-form-2 form textarea:focus-visible {
	outline: none
}

.contact-form-2 form input,
.contact-form-2 form textarea {
	padding-left: 20px;
	background: #fafafa
}

.contact-form-2 form {
	margin-top: 10px
}

.contact-form-2 .bio .data h3,
.contact-form-2 .bio .data .h3,
.contact-form-2 .bio .data p,
.contact-form-2 .info ul.contact li h3,
.contact-form-2 .info ul.contact li .h3,
.contact-form-2 .info ul.contact li p,
.contact-form-2 .info ul.social-medias li p {
	font-size: 16px;
	line-height: 26px
}

.contact-form-2 .bio .data h3,
.contact-form-2 .info ul.contact li h3,
.contact-form-2 .bio .data .h3,
.contact-form-2 .info ul.contact li .h3,
.contact-form-2 .info ul.social-medias li p {
	font-weight: 700
}

.contact-form-2 .bio .data img.author {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: center
}

.contact-form-2 .bio {
	padding: 30px 50px
}

.contact-form-2 .bio .data p {
	margin-bottom: 15px
}

.contact-form-2 .info {
	background: #000;
	padding: 35px 40px 40px
}

.contact-form-2 .info ul.contact li svg,
.contact-form-2 .info ul.contact li img {
	width: 30px;
	height: 23px;
	margin-right: 20px
}

.contact-form-2 .info ul.contact li h3,
.contact-form-2 .info ul.contact li .h3 {
	color: #fff;
	margin-bottom: 5px
}

.contact-form-2 .info ul.contact li p {
	color: #b7b7b7
}

.contact-form-2 .info ul.contact li {
	display: flex;
	padding-top: 15px;
	padding-bottom: 10px
}

.contact-form-2 .info ul.contact li:not(:last-child) {
	border-bottom: 2px solid #181818
}

.contact-form-2 .info ul.social-medias li p,
.contact-form-2 .info ul.social-medias li i {
	color: #fff
}

.contact-form-2 .info ul.social-medias li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	border: 1px solid #525252;
	padding: 0 30px
}

.contact-form-2 .info ul.social-medias li i {
	font-size: 20px
}

.contact-form-2 .info ul.social-medias li .e-font-icon-svg {
	max-width: 20px;
	max-height: 20px;
	fill: #fff;
	width: 100%
}

.contact-form-2 .info ul.social-medias li:not(:last-child) {
	margin-bottom: 10px
}

.contact-form-2 .info ul.social-medias li a:hover {
	background: #fff;
	color: #000
}

.contact-form-2 .info ul.social-medias li a:hover p,
.contact-form-2 .info ul.social-medias li a:hover i {
	color: #000
}

.contact-form-2 .info ul.social-medias li a:hover .e-font-icon-svg {
	fill: #000
}

ul.social-medias {
	margin-top: 30px
}

.construction-services .services-nav ul li button {
	font-size: 22px;
	color: #111;
	font-weight: 500;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 0;
	padding-top: 18px;
	padding-bottom: 18px
}

.construction-services .services-nav ul li button.nav-link.active {
	background-color: transparent;
	color: #111;
	font-weight: 700;
	border-bottom: 3px solid
}

.construction-services .services-nav ul li button,
.construction-services .services-nav ul li {
	width: 100%;
	text-align: left
}

.construction-services .services-nav h2,
.construction-services .services-nav .h2 {
	margin-bottom: 20px
}

.construction-services .services-nav {
	width: 90%
}

.construction-services .tab-content>.tab-pane {
	position: relative
}

.construction-services .tab-content>.tab-pane figure figcaption {
	width: 460px;
	height: 240px;
	background: #000;
	display: grid;
	align-content: center;
	justify-items: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 55px
}

.construction-services .tab-content>.tab-pane figure figcaption h3,
.construction-services .tab-content>.tab-pane figure figcaption .h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700
}

.construction-services .tab-content>.tab-pane figure figcaption p {
	color: #c2c1c1
}

.construction-services .tab-content>.tab-pane img {
	height: 560px;
	object-fit: cover;
	object-position: center
}

.construction-services .services-nav ul {
	max-height: 430px;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.video-popup {
	position: relative
}

.video-popup:before {
	content: "";
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: skew(-23deg, 0deg) translateX(-50%);
	z-index: 0;
	opacity: .8
}

.video-popup .video-play-btn {
	left: 57%;
	transform: translate(-50%, -50%) skew(-20deg, 0deg)
}

.innovation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0
}

.innovation ul li {
	display: flex;
	align-items: center;
	width: 33.3333333%;
	height: 100px;
	border: 1px solid #c1c1c1;
	padding-left: 30px
}

.innovation ul li i {
	color: #000;
	font-size: 17px;
	margin-right: 15px
}

.innovation ul li .e-font-icon-svg {
	max-width: 17px;
	max-height: 17px;
	fill: #000;
	margin-right: 15px;
	width: 100%
}

.innovation ul li p {
	font-size: 18px;
	font-weight: 700;
	color: #161616
}

.core-values ul,
.core-values ul li {
	display: flex;
	align-items: center;
	width: 100%
}

.core-values ul {
	flex-wrap: wrap
}

.core-values ul li .data,
.core-values ul li .image {
	width: 50%
}

.core-values ul li .data h3,
.core-values ul li .data .h3 {
	font-size: 34px;
	margin-bottom: 20px
}

.core-values ul li:nth-child(odd) .data p {
	padding-right: 60px
}

.core-values ul li {
	border-top: 2px solid #ebebeb;
	padding: 30px 0;
	justify-content: space-between
}

.core-values ul li:last-child {
	border-bottom: 2px solid #ebebeb
}

.core-values ul li:nth-child(odd) .data {
	padding-left: 110px
}

.core-values ul li .data {
	order: 1
}

.core-values ul li .image {
	padding-right: 110px;
	order: 2
}

.core-values ul li:nth-child(even) .image {
	padding-left: 110px;
	padding-right: 0;
	order: 1
}

.core-values ul li:nth-child(even) .data {
	padding-right: 110px;
	padding-left: 60px;
	order: 2
}

.core-values ul li:nth-child(even) .data p {
	width: 100%
}

.team-style-two.revolution .team-data {
	margin-bottom: 30px
}

.revolution .head>span {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px
}

.revolution .head h2,
.revolution .head .h2 {
	margin-top: 7px
}

.revolution .space {
	margin-bottom: 60px
}

.revolution .head p {
	margin-top: 40px
}

.contact-form-two {
	position: relative;
	padding-bottom: 40px;
	margin-top: 0
}

.contact-form-two .c-form-2 {
	margin-top: 80px
}

.contact-form-two:before {
	content: "";
	width: 480px;
	height: 100%;
	position: absolute;
	bottom: -1px;
	left: 75%;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 0
}

.contact-form-two .parallax {
	height: 79%
}

.project-completed.our-projects-one figure img {
	width: 972px;
	height: 570px;
	max-width: 972px;
	object-fit: cover;
	object-position: center
}

.project-completed.our-projects-one .proj-data {
	width: 75%
}

.project-completed.our-projects-one .proj-data p {
	width: 85%;
	margin-top: 18px
}

.project-completed.our-projects-one .prj-post {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin-top: -2px;
	margin-bottom: -2px
}

.project-style-one.addition .project-post {
	margin-bottom: 40px
}

.project-style-one.addition:before {
	display: none
}

.project-style-one.addition .builty-pagination {
	margin-top: 10px
}

.blog-style-three .blog-post .blog-image a:before,
.blog-style-three .blog-data .blog-date:before {
	display: none
}

.blog-style-three .blog-post:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

.blog-style-one.blog-style-three .blog-data .blog-date {
	background: 0 0;
	padding: 0;
	position: relative;
	line-height: 18px;
	border-bottom: 3px solid;
	margin-bottom: 7px
}

.blog-style-one.blog-style-three .blog-post h2,
.blog-style-one.blog-style-three .blog-post .h2 {
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.blog-style-one.blog-style-three .blog-data {
	padding: 35px 30px 20px
}

.blog-style-one.blog-style-three .blog-post {
	padding: 10px;
	margin-right: 20px;
	overflow: visible;
	margin-bottom: 50px
}

.blog-style-one.blog-style-three .blog-post .blog-image figure {
	margin-right: -30px !important
}

.blog-style-one.blog-style-three .builty-pagination {
	justify-content: flex-start
}

.featured-slider-two {
	background: #000;
	height: 800px;
	position: relative;
	z-index: 0;
	padding-top: 120px
}

.featured-slider-two .active .s-item {
	height: auto
}

.featured-slider-two .s-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 630px
}

.featured-slider-two .active .s-item .s-first {
	width: 45%;
	opacity: 1
}

.featured-slider-two .s-item .s-first {
	opacity: 0;
	width: 0
}

.featured-slider-two .active .s-item .s-second {
	width: 47%
}

.featured-slider-two .s-item .s-second {
	width: 95%
}

.featured-slider-two .s-item .s-first h1,
.featured-slider-two .s-item .s-first .s-slide-title {
	font-size: 75px;
	color: #fff
}

.featured-slider-two .s-item .s-first p {
	font-size: 18px;
	color: #e1e1e1;
	margin-top: 15px
}

.featured-slider-two .s-item .s-first .theme-btn {
	margin-top: 50px
}

.featured-slider-two .s-item .s-second img {
	object-fit: cover;
	transform: translateX(-30%) skew(23deg, 0deg);
	height: 100%;
	width: auto;
	max-width: none
}

.featured-slider-two .active .s-item .s-second figure {
	transform: skew(-23deg, 0deg);
	overflow: hidden;
	width: 465px;
	height: 675px
}

.featured-slider-two .s-item .s-second figure {
	transform: translate(-65%) skew(-23deg, 0deg);
	overflow: hidden;
	width: 240px;
	height: 355px
}

.featured-slider-two .owl-carousel .owl-stage-outer {
	overflow: visible
}

.featured-slider-two .f-2-s-nav button {
	width: 55px;
	height: 55px;
	background: 0 0;
	border: 1px solid #828282;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px
}

.featured-slider-two .f-2-s-nav {
	position: absolute;
	bottom: 50px;
	right: 90px;
	z-index: 99
}

.featured-slider-two .f-2-s-nav button i {
	color: #fff
}

.what-we-build {
	background: #000;
	position: relative;
	z-index: 0
}

.what-we-build .heading-style-2 .data h2,
.what-we-build .heading-style-2 .data .h2 {
	color: #fff
}

.what-we-build .heading-style-2 {
	margin-bottom: 70px
}

.what-we-build .heading-style-2 .data>span,
.what-we-build .wwb-ul li .location span,
.what-we-build .wwb-ul li:before {
	color: #c4c4c4
}

.what-we-build .wwb-ul li h3,
.what-we-build .wwb-ul li .h3 {
	font-size: 22px;
	line-height: 32px;
	width: 23%;
	margin-right: 100px
}

.what-we-build .wwb-ul li h3 a,
.what-we-build .wwb-ul li .h3 a {
	color: #757575
}

.what-we-build .wwb-ul li.active h3 a,
.what-we-build .wwb-ul li.active .h3 a {
	color: #fff
}

.what-we-build .wwb-ul {
	counter-reset: my-awesome-counter
}

.what-we-build .wwb-ul li {
	display: flex;
	padding-left: 85px;
	counter-increment: my-awesome-counter;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #555
}

.what-we-build .wwb-ul li:last-child {
	border-bottom: 1px solid #555
}

.what-we-build .wwb-ul li:before {
	content: counter(my-awesome-counter) ". ";
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0
}

.what-we-build .wwb-ul li .location span {
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px
}

.what-we-build .wwb-ul li .location {
	padding-top: 5px
}

.what-we-build .wwb-ul li figure img {
	width: 415px;
	height: 300px;
	object-fit: cover
}

.what-we-build .wwb-ul li figure {
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 20px;
	position: absolute;
	right: 0;
	top: -65px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px)
}

.what-we-build .wwb-ul li.active figure {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-duration: .5s
}

.what-we-build .wwb-ul li figure:before {
	content: "";
	width: 180px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-70%) skew(-23deg, 0deg);
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.what-we-build .wwb-ul li.active figure:before {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) skew(-23deg, 0deg);
	transition-duration: .6s
}

.detail-page p,
.detail-page h3,
.detail-page .h3 {
	margin: 25px 0
}

.detail-page p u {
	border-bottom: 1px solid #c1c1c1;
	line-height: 12px;
	display: inline-flex;
	font-weight: 500;
	color: #444;
	text-decoration: none
}

.detail-page h3,
.detail-page .h3 {
	font-size: 22px;
	color: #444;
	font-weight: 700
}

.service-detail-first .who-we-are h3,
.service-detail-first .who-we-are .h3 {
	margin-top: 0
}

.service-detail-first .who-we-are p span {
	border-bottom: 1px solid #c1c1c1;
	line-height: 12px;
	display: inline-flex;
	font-weight: 500;
	color: #444
}

.service-detail-first .who-we-are ul li {
	position: relative
}

.service-detail-first .who-we-are ul {
	padding-left: 25px
}

.service-detail-first .who-we-are ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #444;
	position: absolute;
	border-radius: 100%;
	left: -20px;
	top: 50%;
	transform: translate(-50%, -50%)
}

.service-detail-first .s-d-gallery img {
	width: 100%
}

.service-detail-first .s-d-gallery {
	margin-bottom: 25px
}

.about-first.service-detail-first .innovation ul li i {
	color: #000;
	font-size: 17px;
	margin-right: 15px
}

.about-first.service-detail-first .innovation ul li .e-font-icon-svg {
	fill: #000;
	max-width: 17px;
	max-height: 17px;
	margin-right: 15px
}

.about-first.service-detail-first .innovation ul li {
	margin-bottom: 0
}

.about-first.service-detail-first .acc2 h2,
.about-first.service-detail-first .acc2 .h2 {
	margin-bottom: 0
}

.about-first.service-detail-first .innovation ul {
	margin-bottom: 70px
}

.project-style-one.extra:before {
	display: none
}

.project-style-one.extra .project-post img,
.project-detail-slider .p-d-slider img {
	width: 100%
}

.project-detail-slider .p-d-slider img {
	height: 690px;
	object-fit: cover
}

.project-detail-slider .p-d-slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.project-detail-slider .p-d-slider .owl-dots button {
	border: 1px solid #c1c1c1;
	width: 70px;
	height: 15px;
	color: transparent
}

.project-detail-slider .p-d-slider .owl-dots button.active {
	background: #000;
	border-color: #000
}

.detail-page .include li {
	font-size: 16px;
	color: #444;
	margin-bottom: 18px;
	font-weight: 600
}

.detail-page .include li i {
	margin-right: 10px
}

.project-d-detail .icon svg,
.project-d-detail .icon img {
	width: 50px;
	height: auto
}

.project-d-detail {
	display: flex;
	border: 1px solid #c1c1c1;
	margin-top: 25px;
	height: 120px
}

.project-d-detail .data {
	width: 100%;
	padding: 30px
}

.project-d-detail .icon {
	width: 30%
}

.project-d-detail .data h3,
.project-d-detail .data .h3,
.project-d-detail .data p {
	margin: 0
}

.project-d-detail .data p {
	line-height: 20px
}

.project-d-detail .data h3,
.project-d-detail .data .h3 {
	font-size: 16px;
	line-height: 30px
}

.detail-page .space {
	margin-top: 45px
}

.detail-page .container {
	position: relative
}

.project-navigation .container {
	position: relative
}

.next-prev-projects li a {
	width: 100px;
	height: 100px;
	border: 1px solid #828282;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center
}

.next-prev-projects li a i {
	font-size: 28px;
	color: #000
}

.next-prev-projects {
	display: flex
}

.next-prev-projects .prev,
.next-prev-projects .next {
	position: absolute;
	z-index: 2
}

.next-prev-projects .prev {
	position: absolute;
	top: 0;
	left: 12px
}

.next-prev-projects .next {
	position: absolute;
	top: 0;
	right: 12px
}

.blog-detail .blog-post {
	border: 0
}

.blog-detail .blog-data {
	padding: 0 25px 0 0;
	margin-bottom: 25px
}

.blog-detail .blog-post:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

.blog-detail .blog-post:hover .blog-image img {
	transform: none
}

.blog-style-one.blog-detail .blog-post {
	overflow: visible;
	margin-bottom: 0
}

.blog-style-one .comment .c-img img {
	width: 170px;
	height: 170px
}

.blog-detail.detail-page .comment .c-data p {
	margin-top: 15px;
	margin-bottom: 0
}

.blog-style-one.blog-detail .blog-post .blog-detail-fig {
	margin: 40px 0
}

.blog-style-one.blog-detail .blog-post .blog-author {
	margin-top: 3px
}

.team-detail .image {
	padding-left: 60px
}

.team-detail .image figure img {
	width: 100%
}

.team-detail .image figure {
	position: relative;
	padding: 30px 0
}

.team-detail .image figure:before {
	content: "";
	width: 390px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) skew(-20deg, 0deg);
	z-index: -1
}

.team-detail .team-data h3,
.team-detail .team-data .h3 {
	font-size: 40px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0
}

.team-detail .team-data p {
	margin: 0
}

.team-detail .team-data .t-contact li {
	display: flex;
	margin-bottom: 10px
}

.team-detail .team-data .t-contact span {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	width: 22%
}

.team-detail .team-data .t-contact {
	margin-top: 20px
}

.team-detail .team-data .t-social a {
	background: #000;
	display: inline-flex;
	width: 63%;
	padding: 15px 25px;
	align-items: center;
	justify-content: space-between
}

.team-detail .team-data .t-social li {
	margin-bottom: 5px
}

.team-detail .team-data .t-social li:last-child {
	margin-bottom: 0
}

.team-detail .team-data .t-social a p {
	font-weight: 700;
	color: #fff
}

.team-detail .team-data .t-social a i {
	font-size: 17px;
	color: #fff
}

.team-detail .team-data .t-social a .e-font-icon-svg {
	max-width: 17px;
	max-height: 17px;
	fill: #fff
}

.team-detail .team-data .t-social {
	margin-top: 37px
}

.team-detail .team-data .t-tel {
	background: #000;
	width: 97%;
	padding: 40px;
	margin-top: 80px;
	margin-bottom: 30px
}

.team-detail .team-data .t-tel .data svg {
	width: 30px;
	height: 30px;
	margin-right: 15px
}

.team-detail .team-data .t-tel .data {
	display: flex
}

.team-detail .team-data .t-tel .data .t-sec p {
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	margin-bottom: 13px
}

.team-detail .team-data .t-tel .data .t-sec span {
	color: #b7b7b7;
	margin-right: 20px
}

.team-detail .team-data .t-tel .data {
	margin-bottom: 22px
}

.team-detail .team-data .t-tel .theme-btn {
	padding: 18px 60px 18px 35px
}

.team-detail .t-detail {
	margin-top: 50px
}

.fav-project .f-p-box {
	border: 1px solid #c1c1c1;
	padding: 30px 40px
}

.fav-project .f-p-box h2,
.fav-project .f-p-box .h2 {
	font-size: 22px;
	line-height: 28px;
	min-height: 56px
}

.fav-project .f-p-box h2 a,
.fav-project .f-p-box .h2 a {
	color: #000
}

.fav-project .f-p-box .f-p-contact li {
	display: flex;
	align-items: center
}

.fav-project .f-p-box .f-p-contact li span,
.fav-project .f-p-box .f-p-contact li p {
	font-weight: 600;
	color: #444;
	margin: 0
}

.fav-project .f-p-box .f-p-contact li span {
	text-transform: uppercase;
	margin-right: 20px
}

.fav-project .f-p-box .f-p-contact {
	margin-top: 10px
}

.fav-project .f-p-box .f-p-btn {
	width: 50px;
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 37px
}

.fav-project .f-p-box .f-p-btn i {
	color: #000;
	transform: rotate(45deg)
}

.fav-project .f-p-box .f-p-btn:hover i {
	transform: rotate(45deg) translate(0px, -3px)
}

.fav-project h3,
.fav-project .h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #000
}

.fav-project .row .col-lg-4 {
	position: relative
}

.fav-project .row .col-lg-4:before {
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	bottom: 17px;
	right: 30px;
	color: #999;
	font-weight: 700
}

.fav-project .row .col-lg-4:nth-child(1):before {
	content: "01."
}

.fav-project .row .col-lg-4:nth-child(2):before {
	content: "02."
}

.fav-project .row .col-lg-4:nth-child(3):before {
	content: "03."
}

ul.pd-imgs li a {
	width: 130px;
	height: 130px;
	display: flex
}

ul.pd-imgs li a img {
	width: 100%;
	object-fit: cover
}

ul.pd-imgs li:not(:last-child) a {
	margin-bottom: 20px
}

.pd-gallery {
	display: flex;
	padding-right: 30px
}

.pd-gallery img {
	border: 1px solid #c1c1c1
}

ul.pd-imgs {
	margin-right: 20px
}

.pd-main-img {
	width: 460px;
	height: 500px;
	object-fit: cover;
	display: inline-flex;
	overflow: hidden
}

.pd-main-img img {
	object-fit: cover
}

.pd-data>span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px
}

.pd-data .theme-btn:hover,
.post-password-form .theme-btn:hover {
	color: #000
}

.pd-data .free-ship {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 3px
}

.pd-data h2,
.pd-data .h2 {
	font-size: 35px;
	line-height: 45px
}

ul.pd-price li.pd-sale-price,
ul.pd-price li.pd-sale-price span {
	font-size: 28px;
	color: #000;
	line-height: 30px;
	font-weight: 700
}

ul.pd-price li.pd-regular-price,
ul.pd-price li.pd-regular-price span {
	font-size: 20px;
	color: #444;
	font-weight: 500;
	line-height: 23px
}

ul.pd-price li.pd-regular-price span,
ul.pd-price li.pd-sale-price span {
	margin-right: 3px
}

ul.pd-price {
	display: flex;
	align-items: flex-end;
	margin-top: 37px
}

ul.pd-price li:not(:last-child) {
	margin-right: 12px
}

.pd-colors,
.pd ul {
	display: flex;
	align-items: center
}

.pd ul {
	margin-left: 35px
}

.pd {
	margin-top: 30px
}

.pd-colors ul li {
	border-radius: 100px;
	position: relative
}

.pd-colors ul li input {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	position: relative;
	display: flex;
	z-index: 9;
	cursor: pointer
}

.styled-checkbox {
	position: absolute;
	opacity: 0
}

.styled-checkbox+label {
	position: absolute;
	cursor: pointer;
	padding: 0;
	top: 0;
	left: 0;
	border-radius: 100px
}

.styled-checkbox+label:before {
	content: "";
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px
}

.styled-checkbox:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .12)
}

.styled-checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd
}

.styled-checkbox:checked+label:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/check-mark.svg);
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat
}

.pd-colors ul li:not(:last-child) {
	margin-right: 12px
}

.pd-colors ul li a {
	width: 100%;
	display: flex;
	height: 100%
}

.bg-red {
	background-color: red
}

.bg-green {
	background-color: green
}

.bg-blue {
	background-color: blue
}

.pd-colors ul li a:focus {
	border: 2px solid;
	transition: unset;
	position: absolute;
	width: 130%;
	height: 130%;
	left: -5px;
	top: -5px;
	border-radius: 100px
}

.pd-cat-tags>ul>li span {
	font-size: 18px;
	padding: 0;
	margin-right: 8px;
	font-weight: 700
}

.pd-cat-tags ul li {
	display: flex;
	width: 100%;
	align-items: center
}

.pd-cat-tags>ul>li:not(:last-child) {
	margin-bottom: 2px
}

.pd-cat-tags ul li ul.pd-cat,
.pd-cat-tags ul li ul.pd-tag,
.pd-cat-tags ul li ul.pd-sku {
	display: flex;
	width: 100%
}

.pd-cat-tags ul li ul.pd-cat li,
.pd-cat-tags ul li ul.pd-tag li,
.pd-cat-tags ul li ul.pd-sku li {
	width: auto;
	margin-right: 7px;
	position: relative;
	font-size: 16px
}

.pd-cat-tags ul li ul.pd-cat li a,
.pd-cat-tags ul li ul.pd-tag li a,
.pd-cat-tags ul li ul.pd-sku li a {
	color: #444;
	font-weight: 400
}

.pd-cat-tags ul li ul.pd-cat li:not(:last-child):after,
.pd-cat-tags ul li ul.pd-tag li:not(:last-child):after,
.pd-cat-tags ul li ul.pd-sku li:not(:last-child):after {
	content: ","
}

.pd-cat-tags {
	margin-top: 50px;
	position: relative;
	border-top: 1px dashed #9e9e9e;
	padding-top: 22px
}

.pd-quality input {
	height: 60px;
	border: transparent;
	padding: 25px;
	font-size: 20px;
	color: #8a8a8a
}

.pd-quality input:focus {
	outline: 0;
	border: 1px solid
}

.pd-quality span {
	font-size: 18px;
	color: #2b2b2b;
	text-transform: uppercase;
	margin-right: 28px
}

.pd-quality {
	display: flex;
	align-items: center;
	width: 75%;
	margin-top: 25px;
	margin-bottom: 25px
}

.pd-details .nav {
	width: 30%;
	margin-right: 50px
}

.pd-details .tab-content {
	width: 70%
}

.pd-details .nav-pills .nav-link {
	text-align: left;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	border-radius: 0;
	background: #fafafa;
	margin-bottom: 15px;
	padding: 16px 25px
}

.tab-table {
	border: 1px solid #c1c1c1;
	padding: 30px;
	position: relative
}

.tab-table:before {
	content: "";
	background: #f7f6f2;
	width: 35%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-right: 1px solid #c1c1c1
}

.tab-table .table {
	margin-bottom: 0
}

.tab-table .table tr td:first-child {
	width: 34%
}

.tab-table .table tr:not(:last-child) td {
	border-bottom: 2px solid #ededed
}

.tab-table .table tr {
	border-bottom: transparent
}

.tab-table .table tr td {
	font-size: 18px;
	font-weight: 700;
	padding: 14px 20px
}

.tab-table .table tr td:last-child {
	padding-left: 35px
}

.adis-tab .include {
	margin-bottom: 45px
}

.review .comment .c-data p {
	margin-top: 15px;
	margin-bottom: 0
}

.review .load-more {
	font-size: 18px;
	background: #000
}

.review .load-more {
	font-size: 18px;
	background: #000;
	display: flex;
	width: 100%;
	color: #fff;
	justify-content: center;
	align-items: center;
	height: 65px;
	margin-top: 20px
}

.review.comments ul li:not(:last-child) .comment {
	margin-bottom: 20px
}

.rev-tab .total-reviews {
	height: 95px;
	margin-bottom: 40px
}

.rev-tab .total-reviews .t-r {
	height: 91px;
	width: 205px;
	background: #fff;
	margin-left: 2px;
	font-size: 20px;
	font-weight: 700
}

.rev-tab .total-reviews .f-r span {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 700;
	margin-right: 20px
}

.rev-tab .total-reviews .f-r .r-s i {
	font-size: 18px;
	color: #000
}

.rev-tab .total-reviews .f-r .r-s {
	margin-right: 45px
}

.rev-tab .post-review {
	border: 1px solid #c1c1c1;
	padding: 40px 30px;
	margin-top: 55px
}

.rev-tab .post-review h3,
.rev-tab .post-review .h3 {
	margin-top: 0
}

.rev-tab .post-review .select-rating span {
	font-size: 16px;
	color: #000;
	margin-right: 25px;
	margin-top: 3px
}

.rev-tab .post-review .p-r-s {
	display: flex
}

.rev-tab .post-review .p-r-s img {
	width: 25px;
	height: 25px;
	margin-right: 7px
}

.rev-tab .post-review .form {
	margin-top: 30px
}

.cart .cart-table .c-c .c-data .cr-svg {
	width: 40px;
	height: 80px;
	margin-right: 12px
}

.cart .cart-table .c-c .c-data .cr-svg,
.cart .cart-table .c-c .c-data>img,
.cart .cart-table .c-c .c-quality input,
.cart .cart-box {
	border: 1px solid #c1c1c1
}

.cart .cart-table .c-c .c-data .cr-svg img {
	width: 10px;
	height: 10px
}

.cart .cart-table .c-c .c-data>img {
	width: 80px;
	height: 80px;
	margin-right: 20px
}

.cart .cart-table .c-c .c-data h2,
.cart .cart-table .c-c .c-data .h2 {
	font-size: 18px
}

.cart .cart-table .c-c .c-data h2 a,
.cart .cart-table .c-c .c-data .h2 a {
	color: #444
}

.cart .cart-table .c-c,
.cart .cart-table .c-c .c-data {
	display: flex;
	align-items: center
}

.cart .cart-table .c-c .c-data {
	width: 40%
}

.cart .cart-table .c-c .c-price .orgnl {
	font-size: 22px;
	margin-right: 10px
}

.cart .cart-table .c-c .c-price .sale {
	font-size: 16px;
	color: #a1a1a1
}

.cart .cart-table .c-c .c-quality input {
	height: 60px;
	padding: 20px;
	font-size: 20px;
	color: #8a8a8a
}

.cart .cart-table .c-c .c-quality input:focus,
.update-cart form input:focus {
	outline: 0
}

.cart .cart-table .c-c .c-total span {
	font-size: 22px
}

.cart .cart-table .c-c .c-quality,
.cart .cart-table .c-c .c-price,
.cart .cart-table .c-c .c-total {
	width: 16%
}

.cart .cart-table li {
	padding: 20px
}

.cart .cart-table li:nth-child(even) {
	background: #f7f6f2
}

.cart .cart-table .c-c {
	justify-content: space-between
}

.cart .cart-table {
	border-top: 8px solid
}

.cart .cart-box {
	padding: 10px 15px 15px
}

.cart .cart-table.head .c-data span,
.cart .cart-table.head .c-price span,
.cart .cart-table.head .c-quality span,
.cart .cart-table.head .c-total span {
	font-size: 22px
}

.cart .cart-table.head .c-data span {
	margin-left: 50px
}

.cart .cart-table.head {
	border-top: 0
}

.cart .update-cart .theme-btn:hover {
	color: #000
}

.cart .update-cart .theme-btn {
	padding: 18px 60px 18px 40px
}

.cart .update-cart form input {
	height: 80px;
	background-color: #f5f5f5;
	font-size: 15px;
	color: #373737;
	border: transparent;
	padding-left: 45px;
	margin-right: 15px
}

.cart .update-cart form input::placeholder {
	color: #373737
}

.cart .update-cart form button {
	height: 80px;
	width: 145px;
	border: 0;
	font-size: 16px
}

.cart .update-cart form {
	display: flex;
	width: 50%
}

.cart .update-cart {
	margin-top: 35px;
	padding-right: 30px
}

.cart-total-box {
	background: #000;
	position: relative;
	margin-left: 55px;
	z-index: 0;
	padding: 30px 25px
}

.cart .cart-total {
	margin-top: 30px
}

.cart-total-box .final h4,
.cart-total-box .final .h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 25px
}

.cart-total-box .final ul li,
.cart-total-box .total ul li {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.cart-total-box .final ul li span,
.cart-total-box .total ul li span {
	color: #cdcdcd;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.cart-total-box .final ul li:not(:last-child) span {
	margin-bottom: 13px
}

.cart-total-box .final {
	padding: 45px
}

.cart-total-box .total {
	background: #fff;
	padding: 24px 46px
}

.cart-total-box .total ul li span {
	font-size: 28px;
	color: #000
}

.checkout .billing {
	width: 90%
}

.checkout .billing>h3,
.checkout .order-note h3,
.checkout .billing>.h3,
.checkout .order-note .h3 {
	margin-top: 0
}

.checkout .order-note textarea {
	width: 100%;
	height: 320px;
	padding: 35px !important;
	background: #fbfbfb
}

.checkout .order-note textarea::placeholder,
.checkout .billing input::placeholder {
	font-size: 16px;
	color: #333
}

.checkout .billing input,
.checkout .billing .nice-select {
	border: 1px solid #c1c1c1;
	height: 65px;
	background: #fbfbfb;
	padding: 0 35px
}

.checkout .billing .row {
	margin-bottom: 20px
}

.checkout .billing input:focus {
	outline: 0
}

.checkout .billing .nice-select:before {
	content: "";
	width: 35px;
	height: 35px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	border: 1px solid #c1c1c1;
	border-radius: 100%;
	clip-path: unset
}

.checkout .billing .nice-select:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 8px;
	right: 29px;
	width: 8px
}

.checkout .custom-radio {
	display: flex
}

.checkout .custom-radio input[type=checkbox] {
	width: 17px;
	height: 17px;
	margin-right: 15px
}

.checkout .custom-radio input[type=checkbox]+label {
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #333
}

.checkout .billing .checkk {
	margin-top: 38px
}

.checkout .custom-radio {
	margin-bottom: 15px
}

.cart-t-payment-m {
	display: flex
}

.cart-t-payment-m .cart-total-box {
	margin-left: 0;
	width: 45%;
	height: fit-content
}

.cart-t-payment-m .payment-method {
	width: 55%;
	border: 1px solid #c1c1c1;
	padding: 55px 95px;
	height: 100%
}

.cart-t-payment-m .payment-method h3,
.cart-t-payment-m .payment-method .h3 {
	font-size: 28px;
	margin-bottom: 34px;
	margin-top: 0
}

.cart-t-payment-m .payment-method button {
	font-size: 25px;
	border: 2px solid;
	padding: 30px 100px;
	margin-top: 17px
}

.cart-t-payment-m .payment-method button:hover {
	background: 0 0
}

.checkout .cart-t-payment-m .payment-method .custom-radio input[type=checkbox]+label {
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center
}

.checkout .cart-t-payment-m .payment-method .custom-radio input[type=checkbox]+label img {
	margin-left: 20px;
	margin-top: -3px
}

.checkout .cart-t-payment-m .payment-method .custom-radio {
	margin-bottom: 28px
}

.checkout .cart-t-payment-m .cart-total-box .final {
	padding: 20px 45px 30px
}

.checkout .cart-t-payment-m .cart-total-box .final h4,
.checkout .cart-t-payment-m .cart-total-box .final .h4 {
	margin-bottom: 30px
}

.checkout .cart-t-payment-m .cart-total-box .final ul li:not(:last-child) span {
	margin-bottom: 15px
}

.history .h-box figure {
	height: 250px;
	position: relative
}

.history .h-box figure:before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.history .left .h-box figure:before {
	right: -137px
}

.history .left.first .h-box figure:before {
	top: 5px
}

.history .right .h-box figure:before {
	left: -137px
}

.history .full .h-box figure {
	height: 620px
}

.history .full .h-box figure:before {
	display: none
}

.history .h-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.history .h-box h2,
.history .h-box .h2 {
	font-size: 90px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #444;
	margin-top: 8px
}

.history .h-box p {
	margin-top: 0
}

.history .full .h-box p {
	width: 40%
}

.history .full {
	margin-top: 35px
}

.history .heading h2,
.history .heading .h2 {
	margin-bottom: 90px
}

#timeline {
	width: 15px;
	height: 89.5%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	overflow: hidden
}

#timeline .fill {
	-webkit-transition: height 2s ease-out;
	-moz-transition: height 2s ease-out;
	-o-transition: height 2s ease-out;
	transition: height 2s ease-out
}

.estimated-price.popup:after,
.estimated-price.popup:before {
	display: none
}

.est-popup .modal-dialog {
	max-width: 720px
}

.estimated-price.popup {
	background: #fff
}

.estimated-price.popup .est-form>p {
	margin-bottom: 20px
}

.estimated-price.popup .est-form .est-main {
	margin-top: 30px
}

.popups .popup h3,
.popups .popup .h3 {
	font-size: 30px;
	line-height: 40px
}

.popups .modal-body {
	padding: 45px
}

.popups .modal-header {
	padding: 0;
	border: 0
}

.popups .modal-header .btn-close {
	padding: 0;
	margin: 0;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100px;
	opacity: 1;
	position: absolute;
	right: -22px;
	z-index: 9
}

.popups.modal:before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0
}

.popups.modal.show .modal-dialog {
	margin-top: 50px
}

.conslt-popup .contact-form-one:before {
	display: none
}

.conslt-popup .contact-form-one {
	padding-bottom: 0;
	margin-top: 0
}

.conslt-popup .modal-body {
	padding: 0
}

.conslt-popup .modal-dialog {
	max-width: 520px
}

.conslt-popup .popup h3,
.conslt-popup .popup .h3 {
	color: #fff;
	margin-bottom: 22px
}

.popups .btn-close:focus {
	outline: 0;
	box-shadow: unset;
	opacity: 1
}

.preloader {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 0;
	background: #f42828;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(.86, 0, .09, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .09, 1)
}

.preloader figure {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	animation: fadeup .3s;
	position: relative
}

.preloader figure:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-top: 2px solid #71d98e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotate1 .6s infinite
}

.preloader img {
	height: 50px;
	display: inline-block
}

.page-loaded .preloader {
	top: -100%
}

@keyframes fadeup {
	0% {
		transform: translateY(20px);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes rotate1 {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.question {
	margin-bottom: 50px
}

.question h3,
.question .h3 {
	font-size: 25px;
	margin-bottom: 12px
}

.question ul li i {
	font-size: 10px;
	margin-right: 5px
}

.question ul li {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px
}

.question ul li,
.question ul li i {
	color: #555
}

.question ul {
	margin-top: 22px;
	margin-bottom: 85px
}

.box.login {
	background-color: #f7f6f2
}

.box {
	padding: 65px
}

.box h3,
.box .h3 {
	font-size: 24px;
	margin-bottom: 20px
}

.box input {
	height: 68px;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding-left: 30px
}

.box form button {
	margin-top: 25px
}

.box form button:hover {
	color: #000
}

.box form .remember input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin-bottom: 0;
	margin-right: 8px
}

.box form .remember {
	margin-top: 20px;
	justify-content: space-between
}

.box form .remember .first,
.box form .remember {
	display: flex;
	align-items: center
}

.box form .remember label {
	color: #333
}

.box form .remember .second a,
.box form .remember label {
	font-size: 14px;
	font-weight: 700
}

.box form .remember .second a {
	color: #254389
}

.box form input::placeholder {
	color: #555;
	font-size: 16px
}

.box form input:focus {
	outline: 0;
	border: 1px solid
}

.box.register {
	background-color: #000;
	position: relative;
	z-index: 0
}

.box.register h3,
.box.register .h3 {
	color: #fff
}

.box.register form p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	color: #cecece
}

.box.register form button:hover {
	color: #fff
}

.gallery-style-one a:before {
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 2
}

.gallery-style-one a {
	position: relative;
	padding-bottom: 87%;
	width: 100%;
	height: 100%;
	display: flex
}

.gallery-style-one a:hover:before {
	width: 100%;
	opacity: .5;
	visibility: visible
}

.gallery-style-one a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.where-we-work {
	background: #000;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.where-we-work .second .des {
	width: 75%
}

.where-we-work .second .des,
.where-we-work .heading-style-2 .data>span,
.first .nav-tabs li button {
	color: #cbcbcb
}

.w-counter ul li h2,
.w-counter ul li .h2 {
	font-size: 100px;
	line-height: 100px
}

.w-counter ul li p {
	line-height: 36px
}

.w-counter ul li p,
.where-we-work .heading-style-2 .data h2,
.where-we-work .heading-style-2 .data .h2 {
	color: #fff
}

.w-counter ul li {
	margin-top: 40px
}

.w-counter ul {
	margin-top: 80px
}

.where-we-work .parallax {
	opacity: .2;
	background-size: contain;
	left: 33%
}

.first .nav-tabs,
.first .nav-tabs li button {
	border: 0
}

.first .nav-tabs li button.active {
	background: 0 0
}

.first .nav-tabs li button {
	padding: 0
}

.first .nav-tabs li {
	margin-right: 35px
}

.first .nav-tabs li button.active {
	border-bottom: 1px solid
}

.where-we-work .heading-style-2 {
	margin-bottom: 30px
}

.first .tab-data {
	margin-top: 80px;
	position: relative
}

.where-we-work .second {
	padding-top: 30px
}

.first .tab-data .map-pin {
	width: 26px;
	height: 26px;
	display: inline-flex;
	border-radius: 100px;
	border: 6px solid #000;
	position: absolute
}

.first .tab-data ul li:nth-child(1) {
	bottom: 25%;
	left: 25%
}

.first .tab-data ul li:nth-child(2) {
	top: 35%;
	right: 35%
}

.first .tab-data .map-pin .location {
	border: 3px solid;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
	left: -105px;
	opacity: 0;
	visibility: hidden
}

.first .tab-data .map-pin .location:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #71d98e;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%)
}

.first .tab-data .map-pin.active .location {
	opacity: 1;
	visibility: visible;
	bottom: 35px
}

.first .tab-data .map-pin .location .data p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600
}

.first .tab-data .map-pin .location .data {
	width: 100%;
	padding: 12px 15px
}

.first .tab-data>figure img {
	width: 100%
}

.first .tab-data .map-pin .location figure img {
	width: 218px;
	height: 130px;
	max-width: initial
}

.light i {
	font-size: 20px;
	transform: rotate(-30deg);
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.light {
	margin-left: 40px
}

img#theme-icon {
	height: 25px
}

img.dark-icon {
	display: none
}

img.light-icon {
	display: block
}

.mobile-nav.desktop-menu h2,
.mobile-nav.desktop-menu .h2 {
	color: #222
}

.sb-404 {
	background-color: #000;
	padding-top: 108px;
	color: #fff;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/images/pattren-5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.sb-404 .row>div:nth-child(2) {
	min-height: 620px
}

.sb-404__num {
	font-size: 190px;
	line-height: .9;
	font-weight: 700;
	letter-spacing: .01em
}

.sb-404__title {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 10px
}

.sb-404__description {
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px
}

.sb-404 .search-form {
	position: relative
}

.sb-404 .search-form label {
	display: block
}

.sb-404 .search-form input[type=search] {
	border: 1px solid #767676;
	display: block;
	width: 100%;
	height: 88px;
	background: 0 0;
	outline: none;
	color: #fff;
	padding: 0 30px;
	margin-bottom: 30px
}

.sb-404 .search-form input[type=submit] {
	position: absolute;
	width: 60px;
	height: 72px;
	top: 8px;
	right: 8px;
	background: #71d98e;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/img/ui/icons/search.svg);
	border: none;
	cursor: pointer;
	font-size: 0px
}

.sb-404__img {
	position: relative
}

.sb-404__img img {
	position: relative;
	z-index: 2;
	height: 620px;
	left: -50px
}

.sb-404__img figure {
	font-size: 0px;
	line-height: 1
}

.sb-404__img:before {
	content: "";
	width: 400px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: -500px;
	transform: translateX(-50%) skew(-23deg, 0deg);
	z-index: 1;
	background-color: #71d98e
}

.builty-default .header-logo a {
	color: #fff;
	display: block
}

.builty-default .header-logo a {
	color: #fff
}

.builty-default .footer-col {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center
}

.widget-area .widget {
	padding: 20px 40px 30px;
	border: 1px solid #c1c1c1;
	box-shadow: 5px 8px 0px 0px #04040405;
	-webkit-box-shadow: 5px 8px 0px 0px #04040405;
	-moz-box-shadow: 5px 8px 0px 0px #04040405;
	margin-bottom: 20px
}

.widget-area .widget-title,
.widget-area .widget_block h2,
.widget-area .widget_block .h2 {
	font-size: 24px;
	color: #000;
	border-bottom: 1px solid #efefef;
	position: relative;
	line-height: 55px;
	margin-bottom: 20px
}

.widget-area .widget-title:before,
.widget-area .widget_block h2:before,
.widget-area .widget_block .h2:before {
	content: "";
	width: 85px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px
}

.widget-area ul,
.widget-area ol {
	padding: 0;
	margin: 0;
	list-style: none
}

.widget-area .widget ul.children li,
.widget-area .widget ul.sub-menu li {
	padding-bottom: 0
}

.widget-area .widget li:last-child ul.children,
.widget-area .widget li:last-child ul.sub-menu {
	margin-bottom: 10px
}

.widget-area ul li,
.widget-area ol li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0 10px;
	border-bottom: solid 1px #e7e7e7;
	line-height: 16px
}

.widget-area ul li ul,
.widget-area ul li ol,
.widget-area ol li ul,
.widget-area ol li ol {
	min-width: 100%;
	padding-left: 20px
}

.widget-area ul li:last-child,
.widget-area ol li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.widget-area ul li a,
.widget-area ol li a {
	display: block;
	text-decoration: none;
	font-weight: 400 !important;
	transition: .3s ease-in-out
}

.widget-area ul li a:hover,
.widget-area ol li a:hover {
	text-decoration: none
}

.widget-area .widget a,
.widget-area .widget a:hover,
.widget-area ul li a,
.widget-area ol li a,
.widget-area ul li a:hover,
.widget-area ol li a:hover {
	color: #444
}

.widget-area .widget_categories ul ul,
.widget-area ul li.page_item_has_children ul,
.widget-area .widget_nav_menu ul ul,
.widget-area ul.wp-block-categories-list ul {
	border-left: 1px solid #e7e7e7
}

.widget-area .menu,
.widget-area .widget_categories ul li,
.widget-area ul li.page_item_has_children,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_comments ul li,
.widget-area ol.wp-block-latest-comments li,
.widget-area .widget_rss ul li,
.widget-area ul.wp-block-categories-list li {
	display: block
}

.widget-area .widget_categories ul li a,
.widget-area ul li.page_item_has_children a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area ol.wp-block-latest-comments li a,
.widget-area ul.wp-block-categories-list li a {
	display: inline
}

.wp-block-latest-comments__comment-meta {
	color: #444
}

.widget-area .widget_recent_comments ul li a,
.widget-area .wp-block-latest-comments li .wp-block-latest-comments__comment-link {
	color: #000
}

.widget-area .widget_categories ul li li,
.widget-area ul li.page_item_has_children li,
.widget-area .widget_nav_menu ul li li,
.widget-area ul.wp-block-categories-list li li {
	border-bottom: none;
	padding-left: 15px;
	position: relative
}

.widget-area .widget_categories ul li li li,
.widget-area ul.wp-block-categories-list li li li:last-child {
	padding-bottom: 0
}

.widget-area .widget_categories ul li li:after,
.widget-area ul li.page_item_has_children li:after,
.widget-area .widget_nav_menu ul li li:after,
.widget-area ul.wp-block-categories-list li li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	width: 10px;
	height: 1px;
	background: #e7e7e7
}

.widget-area .widget_categories ul li li:first-child,
.widget-area ul li.page_item_has_children li:first-child,
.widget-area .widget_nav_menu ul li li:first-child,
.widget-area ul.wp-block-categories-list li li:first-child {
	border-top: none
}

.widget-area .widget_recent_comments ul li>a,
.widget-area .wp-block-latest-comments li,
.widget-area .wp-block-latest-posts li {
	line-height: 1.7
}

.widget-area .widget_recent_comments ul li .comment-author-link,
.wp-block-latest-comments__comment-author,
.widget-area .wp-block-latest-comments .wp-block-latest-comments__comment-author {
	margin-bottom: 5px;
	display: block
}

.widget-area .widget_recent_comments ul li:last-child {
	padding-bottom: 0
}

.widget-area .widget_recent_comments ul li .comment-author-link,
.wp-block-latest-comments__comment-author,
.widget-area .widget_recent_comments ul li .comment-author-link a,
.widget-area .wp-block-latest-comments li a.wp-block-latest-comments__comment-author {
	font-weight: 700 !important;
	color: #000
}

.widget-area .widget_rss .rss-date {
	display: inline-block;
	padding: 2px 5px;
	background-color: #f2f3f5;
	font-size: 12px;
	font-weight: 400;
	color: #231e41
}

.widget-area .widget_rss .rssSummary {
	line-height: 30px
}

.widget-area .widget_rss ul li a {
	transform: none;
	font-weight: 700 !important;
	margin-bottom: 4px;
	line-height: 20px
}

.widget-area .widget_rss ul li:last-child cite {
	margin-bottom: 0
}

.wp-block-search,
.widget-area .widget_search .search-form {
	position: relative;
	max-width: 326px
}

.wp-block-search label,
.widget-area .widget_search label {
	margin: 0;
	width: 100%
}

.wp-block-search input[type=text],
.wp-block-search input[type=search],
.widget-area .widget_search input.search-field {
	height: 50px;
	position: relative;
	padding: 0 60px 0 20px;
	font-size: 14px;
	background-color: #f9fafc;
	display: block;
	width: 100%;
	border: none;
	border-bottom: solid 1px #f2f3f5
}

.widget-area .widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	border: none;
	background-color: #71d98e;
	transition: .3s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/img/ui/icons/search.svg);
	font-size: 0px;
	color: transparent
}

.widget_rss a.rss-widget-feed {
	margin-right: 3px;
	display: inline-block;
	vertical-align: baseline
}

.widget_rss .rss-date,
.widget_rss cite {
	margin: 5px 0 10px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	opacity: .8
}

.widget_rss cite {
	margin: 5px 0 20px;
	font-style: normal
}

.widget-area .widget_text img {
	max-width: 100%;
	height: auto
}

.widget-area .widget_text p {
	margin: 15px 0
}

.post-text-bottom .tags-links,
.wp-block-tag-cloud .tagcloud,
.widget-area .widget_tag_cloud .tagcloud {
	font-size: 0px
}

.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	font-size: 14px !important;
	background-color: #71d98e;
	padding: 2px 5px;
	color: #231e41;
	transition: .3s ease-in-out
}

.post-text-bottom .tags-links a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.widget-area .widget_tag_cloud .tag-cloud-link:hover {
	filter: brightness(110%)
}

.widget-area table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #6f6f87
}

.widget-area table caption {
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
	border-bottom: none;
	background: #6f6f87;
	text-align: center;
	color: #eee
}

.widget-area th {
	padding: 5px 0;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border: none;
	text-transform: uppercase
}

.widget-area td {
	border: none;
	padding: 5px 0;
	font-size: 13px;
	background: 0 0;
	text-align: center;
	border: none
}

.widget-area tfoot td {
	border: none
}

.widget-area td.pad {
	background: 0 0
}

.widget-area td#today {
	background: #71d98e;
	color: #000 !important
}

.widget-area .nice-select {
	float: none;
	margin-bottom: 10px
}

span.logotype__title {
	font-size: 18px;
	font-weight: 700
}

span.logotype__sub {
	display: block;
	font-size: 14px;
	font-weight: 300;
	opacity: .8
}

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

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

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

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.pull-none {
	float: none !important
}

.alignright {
	margin-left: 20px !important;
	margin-bottom: 10px !important;
	float: right !important;
	max-width: 50% !important
}

img.alignright {
	clear: right
}

.alignleft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	float: left !important;
	max-width: 50% !important
}

img.alignleft {
	clear: left
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block
}

.full-width {
	max-width: 100%;
	width: 100%
}

.full-max-width {
	max-width: 100%;
	width: auto
}

.centrize {
	display: table !important;
	table-layout: fixed !important;
	height: 100% !important;
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 2
}

.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important
}

form input[type=checkbox] {
	display: inline-block;
	width: auto;
	height: auto
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

iframe,
object {
	max-width: 100%
}

.sticky .blog-post {
	position: relative;
	background: #fff
}

.sticky .blog-post:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	left: 5px;
	bottom: -8px;
	position: absolute;
	z-index: -1
}

.sticky .blog-post:after {
	content: "";
	width: 30px;
	height: 60px;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	border-left: 40px solid #71d98e;
	border-right: 50px solid #d1676700;
	border-bottom: 60px solid #71d98e00;
	transform: rotate(180deg)
}

.post-edit-link {
	text-decoration: underline;
	color: #231e41
}

.post-edit-link:hover {
	text-decoration: none
}

.edit-link {
	margin-top: 15px;
	display: block
}

.single-post-text,
.elementor-widget-text-editor {
	color: #444
}

.single-post-text>*:first-child,
.single-post-text>div>*:first-child {
	margin-top: 0
}

.single-post-text>*:last-child {
	margin-bottom: 0
}

.single-post-text ul,
.single-post-text ol,
.elementor-widget-text-editor ul {
	line-height: 2
}

.single-post-text ul,
.single-post-text ol {
	margin: 25px 0
}

.single-post-text ul ul,
.single-post-text ul ol,
.single-post-text ol ul,
.single-post-text ol ol {
	margin: 0
}

.single-post-text ul,
.elementor-widget-text-editor ul {
	display: block;
	list-style-type: disc;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 30px
}

.single-post-text ul>li,
.elementor-widget-text-editor ul>li {
	list-style-type: disc
}

.single-post-text li,
.elementor-widget-text-editor li {
	display: list-item;
	text-align: -webkit-match-parent
}

.single-post-text ol {
	display: block;
	list-style-type: decimal;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

.single-post-text ol>li {
	list-style-type: decimal
}

.single-post-text p,
.elementor-widget-text-editor p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	line-height: 1.875
}

.single-post-text .wp-block-columns:first-child p:first-child {
	margin-top: 0
}

.single-post-text img {
	max-width: 100%
}

.single-post-text img+figure {
	margin-top: 20px
}

.single-post-text a {
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.single-post-text table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: 0 0;
	border: 1px solid rgba(0, 0, 0, .3)
}

.single-post-text table th {
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 700;
	background: 0 0;
	border: 1px solid #eee;
	text-align: left
}

.single-post-text table tbody th {
	background: 0 0
}

.single-post-text table td {
	border: none;
	padding: 10px;
	font-size: 15px;
	background: 0 0;
	border: 1px solid #eee
}

.single-post-text table td#today {
	background: rgba(0, 0, 0, .3);
	font-weight: 700
}

.single-post-text table caption {
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	caption-side: top;
	text-align: center
}

.single-post-text h2 {
	font-size: calc(1.325rem + .9vw)
}

.single-post-text .page-links {
	clear: both;
	float: none;
	margin-top: 25px
}

.single-post-text .page-links a,
.single-post-text .page-links span {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 4px
}

@media (min-width: 1200px) {
	.single-post-text h2 {
		font-size: 2rem
	}
}

@media screen and (max-width: 720px) {
	.single-post-text table th {
		padding: 10px;
		font-size: 13px
	}

	.single-post-text table td {
		padding: 10px;
		font-size: 13px
	}
}

.single-post-text {
	word-wrap: break-word
}

.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block
}

.single-post-text img {
	max-width: 100%;
	height: auto
}

.single-post-text p a:hover {
	text-decoration: underline
}

.single-post-text dt {
	margin-bottom: 5px;
	font-weight: 700;
	color: #231e41
}

.single-post-text dd {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px
}

.single-post-text blockquote p {
	margin-bottom: .5rem !important;
	font-style: normal;
	font-weight: 600
}

.single-post-text blockquote p:first-child {
	margin-top: 0
}

.single-post-text blockquote cite {
	font-size: 16px;
	font-style: normal
}

.single-post-text blockquote cite:before {
	margin-right: 5px;
	content: '-'
}

.single-post-text blockquote cite br {
	display: none
}

.single-post-text blockquote.has-text-align-right cite:before {
	display: none
}

.single-post-text blockquote.has-text-align-right cite:after {
	margin-left: 5px;
	content: '-'
}

.single-post-text figure,
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	margin: 0 0 20px;
	max-width: 100%;
	overflow: auto
}

.single-post-text figure .wp-caption-text,
.gallery-caption {
	font-style: italic
}

.bypostauthor strong {
	font-weight: 500
}

.gallery {
	margin: 25px -10px
}

.single-post-text .gallery {
	margin-bottom: 0
}

.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6 {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #231e41
}

.single-post-text h1+h2,
.single-post-text h2+h3,
.single-post-text h3+h4,
.single-post-text h4+h5,
.single-post-text h5+h6,
.single-post-text h6 {
	margin-top: 1.25rem
}

.single-post-text pre.wp-block-code,
.single-post-text pre {
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg, #252532 0%, #23232d 100%);
	background: -webkit-linear-gradient(159deg, #252532 0%, #23232d 100%);
	color: rgba(233, 237, 237, 1);
	font-size: 13px
}

.single-post-text blockquote {
	margin: 25px 0;
	color: #231e41;
	background: 0 0;
	padding: 30px 30px 30px 40px;
	font-style: italic;
	position: relative
}

.single-post-text blockquote p:last-child {
	margin-bottom: 0 !important
}

.single-post-text blockquote:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #231e41;
	top: 0;
	left: 0
}

.single-post-text blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #231e41;
	bottom: 0;
	right: 0;
	transform: rotate(180deg)
}

.single-post-text footer {
	width: auto
}

.gallery .gallery-item {
	margin: 0;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center
}

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

.gallery.gallery-columns-1 .gallery-item {
	width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.666%
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14.28%
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11.111%
}

.post-text-bottom .social-share {
	line-height: 24px;
	font-size: 1rem;
	margin-top: 15px
}

.post-text-bottom .share-btn {
	position: relative;
	display: inline-block;
	top: 1px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 16px
}

.social-share strong {
	font-weight: 400
}

.social-share a {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #1a2f33;
	transition: all .7s cubic-bezier(.165, .85, .45, 1);
	-moz-transition: all .7s cubic-bezier(.165, .85, .45, 1);
	-webkit-transition: all .7s cubic-bezier(.165, .85, .45, 1);
	-o-transition: all .7s cubic-bezier(.165, .85, .45, 1)
}

.social-share a .icon {
	color: #1a2f33
}

.social-share a:hover,
.social-share a:hover .icon {
	color: #71d98e
}

.social-share a:last-child {
	margin-right: 0
}

.social-share a .icon {
	font-size: 16px
}

.social-share span {
	line-height: 28px
}

.post-navigation {
	margin-top: 30px
}

.post-text-bottom {
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 30px;
	margin-top: 30px
}

.post-text-bottom span.cat-links a {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.post-text-bottom .tags-links {
	margin-top: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1rem
}

.post-text-bottom .tags-links a {
	margin-top: 2.5px;
	margin-bottom: 2.5px
}

.post-text-bottom .tags-links *:nth-child(1) {
	margin-left: 5px
}

.post-navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 30px
}

.post-navigation:after {
	display: none
}

.post-navigation a,
.post-navigation .sb-link {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #000;
	min-width: 30%;
	position: relative;
	z-index: 10
}

.post-navigation a:last-child,
.post-navigation .sb-link:last-child {
	text-align: right
}

.comments-list {
	padding: 0;
	margin-top: 30px;
	position: relative;
	width: 100%
}

.comments-list+.form-comment {
	margin-top: 90px
}

.comments-list+.sb-text {
	margin-top: 60px
}

.comments-list>li {
	list-style-type: none;
	position: relative
}

.comments-list .comment {
	align-items: flex-start
}

.comments-list>li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0
}

.comments-list .comment-avatar {
	min-width: 120px;
	height: 140px;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 20px 20px 20px 0
}

.comments-list .comment-avatar img {
	width: 100%;
	height: auto
}

.comments-list .children {
	padding-left: 40px;
	clear: both;
	margin-top: 15px;
	list-style: none
}

.comments-list .comment {
	list-style: none
}

.comment-info {
	padding: 15px 0 0;
	color: #cacace
}

.comment-info span.comment-reply {
	position: absolute;
	top: 0;
	right: 0
}

.comment-reply-link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000
}

.comment-reply-link:after {
	content: '';
	margin-left: 8px;
	content: '\f3e5';
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	line-height: 14px;
	opacity: .8
}

.post-comments .title h5 {
	margin-bottom: 30px
}

.post-comments {
	margin-top: 30px
}

.comment-respond {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 140px
}

.form-comment .comment-respond {
	margin-top: 0;
	margin-left: 0;
	width: 100%
}

.trackback .comment-avatar,
.pingback .comment-avatar {
	display: none
}

.comment-respond .small,
.comment-respond small {
	font-size: 14px
}

.comment-reply-title a {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 10px;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.comment-respond .title_inner small {
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	display: block;
	font-size: 14px;
	white-space: nowrap
}

.comment-respond .title_inner small a {
	text-decoration: none;
	opacity: .8
}

.comment-respond .title_inner small a:hover {
	opacity: 1
}

.comment:after {
	content: '';
	position: relative;
	display: block;
	clear: both
}

.comment-reply {
	margin-top: 15px
}

.comment-box {
	width: calc(100% - 90px);
	float: right;
	position: relative;
	padding: 20px;
	margin-bottom: 10px
}

.comment-box .comment-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px
}

.comment-box .comment-head h6 {
	font-size: 13px;
	line-height: 1.5
}

.comment-box .comment-head h6 a {
	color: #000
}

.comment-box .comment-head .sb-date {
	padding: 2px 5px;
	background-color: #f2f3f5;
	font-size: 12px;
	font-weight: 400;
	color: #231e41
}

.comments-list.sb-reply-list>li:last-child .comment-box {
	margin-bottom: 30px !important
}

.form-comment .sb-group-input textarea {
	resize: none
}

@media (max-width: 790px) {
	.comments-list:before {
		left: 17px
	}

	.comments-list .comment-avatar {
		width: 35px;
		height: 35px;
		min-width: 35px
	}

	.sb-reply-list {
		padding-left: 50px
	}

	.sb-reply-list>li:before {
		top: 17px;
		left: -33px
	}

	.comment-box {
		width: calc(100% - 50px)
	}
}

.comment-form-cookies-consent {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0 0 0 !important
}

.comment-form-cookies-consent label {
	line-height: 1
}

.title.comment-reply-title,
.post-comments .title {
	margin: 0 0 30px;
	font-size: 17px;
	font-weight: 600
}

.post-comments>.form-comment>.comment-respond {
	margin-bottom: 0
}

@media (max-width: 480px) {
	.comment-respond .title_inner small {
		position: relative;
		top: 0;
		left: 0
	}
}

@media (max-width: 1160px) {
	.post-comments .post-comment .image {
		width: 60px;
		height: 60px
	}

	.post-comments .post-comment .desc {
		margin-left: 80px
	}

	.post-comments .post-comment.pingback .desc {
		margin-left: 0
	}

	.post-comments ul.children {
		padding: 20px 20px 0 80px
	}

	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px
	}

	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px
	}
}

@media (max-width: 840px) {
	.post-comments ul.children {
		padding: 20px 20px 0
	}

	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px
	}

	.post-comments ul.children ul.children ul.children {
		padding: 20px 0 0 20px
	}

	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px
	}
}

@media (max-width: 480px) {
	.post-comments ul.children {
		padding: 15px
	}

	.post-comments ul.children ul.children {
		padding: 15px 0 0 10px
	}

	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 5px
	}

	.post-comments ul.children ul.children ul.children ul.children {
		padding: 15px 0 0 5px
	}

	.post-comments .post-comment .image {
		width: 40px;
		height: 40px
	}

	.post-comments .post-comment .desc {
		margin-left: 55px
	}

	.post-comments .post-comment.pingback .desc {
		margin-left: 0
	}

	.gallery .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-1 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-2 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-3 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-4 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-5 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-6 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-7 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-8 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-9 .gallery-item {
		width: 100%
	}
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #6f6f87
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	padding: 0
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
	display: none
}

.wp-block-cover,
.wp-block-cover-image {
	margin: 30px 0
}

.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	margin-bottom: 30px !important
}

.wp-block-cover p a:hover,
.wp-block-cover-image p a:hover {
	text-decoration: underline
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 30px 40px !important
}

.wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0
}

.wp-block-pullquote blockquote {
	padding-bottom: 30px;
	border-left: none;
	border-bottom: 2px solid #71d98e
}

.wp-block-pullquote.is-style-solid-color {
	background-color: transparent;
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	margin: 1.2rem 0;
	max-width: 480px
}

.wp-block-search .wp-block-search__label {
	display: none
}

.wp-block-group.has-background {
	padding: 20px;
	color: #101010
}

.wp-block-group.has-background p:first-child {
	margin-top: 0
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0
}

.wp-block-media-text.has-background {
	color: #101010
}

.wp-block-media-text.has-background .has-large-font-size {
	line-height: 1.7
}

hr.wp-block-separator {
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #585d65;
	max-width: 50px
}

hr.wp-block-separator.is-style-wide {
	max-width: 100%
}

.wp-block-separator.is-style-dots:before {
	color: #ccc
}

.wp-block-button {
	margin-bottom: 1.25rem
}

.wp-block-button a.wp-block-button__link {
	padding: 13px 35px;
	background: #71d98e;
	color: #20202a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	text-decoration: none
}

.wp-block-button a.wp-block-button__link:hover {
	color: #20202a;
	text-decoration: none
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 11px;
	padding-bottom: 11px;
	border: 2px solid #71d98e;
	color: #71d98e;
	background: 0 0
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
	-webkit-border-radius: 0
}

.wp-block-columns {
	margin-bottom: 0
}

.wp-calendar-nav:after {
	content: '';
	position: relative;
	display: block;
	clear: both
}

.wp-calendar-nav span.wp-calendar-nav-prev {
	float: left
}

.wp-calendar-nav span.wp-calendar-nav-next {
	float: right
}

.wp-block-latest-comments__comment {
	line-height: 1.5
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	padding: 0
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	font-weight: 600
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-top: 8px;
	margin-bottom: 22px
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #eee
}

ul.blocks-gallery-grid {
	margin: 0 !important
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	outline: none !important
}

body .wp-block-cover-image-text,
body .wp-block-cover-image-text a,
body .wp-block-cover-image-text a:active,
body .wp-block-cover-image-text a:focus,
body .wp-block-cover-image-text a:hover,
body .wp-block-cover-text,
body .wp-block-cover-text a,
body .wp-block-cover-text a:active,
body .wp-block-cover-text a:focus,
body .wp-block-cover-text a:hover,
body section.wp-block-cover-image h2,
body section.wp-block-cover-image h2 a,
body section.wp-block-cover-image h2 a:active,
body section.wp-block-cover-image h2 a:focus,
body section.wp-block-cover-image h2 a:hover {
	color: #fff !important
}

.wp-block-archives-dropdown .nice-select,
.wp-block-categories-dropdown .nice-select {
	max-width: 390px;
	float: none
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	max-width: 390px
}

.wp-block-calendar table {
	background: #fff;
	border: 1px solid #eee
}

.wp-calendar-table tr th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center !important
}

.post-password-form label {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: bottom
}

.post-password-form label input {
	margin-bottom: 0;
	margin-top: 10px;
	border-left: none
}

.post-password-form input[type=password] {
	border: 1px solid #c1c1c1;
	background: #fafafa;
	padding: 20px
}

.post-password-form input[type=submit] {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
	background: #71d98e;
	text-transform: uppercase
}

.pswp__caption__center {
	text-align: center
}

.pswp__button {
	margin-right: 10px !important;
	max-height: 44px !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, .11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, .11)
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 30px;
	padding-right: 30px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1a2f33
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 20px
}

.itemGallery__box {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51/15%);
	box-shadow: 0 5px 10px 0 rgb(26 47 51/15%);
	border-radius: 5px
}

.itemGallery__box a {
	position: relative;
	overflow: hidden;
	display: block
}

.itemGallery__box a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.itemGallery__box img.cover {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.itemGallery__details {
	padding: 30px;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out
}

.itemGallery__box:hover a:after {
	opacity: 1
}

.itemGallery__box:hover img.cover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.itemGallery__box:hover .itemGallery__details {
	opacity: 1
}

@media (max-width: 992px) {
	.sticky:before {
		left: 0;
		top: 0;
		bottom: 0
	}
}

@media (max-width: 720px) {
	.single-post-text table th {
		padding: 8px
	}

	.single-post-text table td {
		padding: 8px
	}

	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 10px
	}
}

@media (max-width: 768px) {

	.blocks-gallery-grid.alignleft,
	.blocks-gallery-grid.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		float: none !important
	}
}

@media (max-width: 767px) {
	blockquote {
		margin: 20px 0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 1.2em;
		font-style: italic;
		line-height: 1.4
	}

	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 100%
	}

	.wp-block-pullquote p {
		font-size: 1.75em;
		line-height: 1.4
	}

	.single-post-text table th {
		font-size: 12px
	}

	form.post-password-form label input {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.post-password-form label {
		display: block
	}

	.post-password-form input[type=submit] {
		width: 100%
	}

	.comment-respond {
		margin-left: 50px
	}

	.single-post-text table th {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px
	}

	nav.wp-calendar-nav {
		margin-top: 10px
	}

	.wp-block-categories-list li:last-child,
	.wp-block-archives-list li:last-child,
	.widget.widget_nav_menu ul li:last-child,
	.widget.widget_pages ul li:last-child,
	.widget_categories ul li:last-child {
		margin-bottom: 0
	}

	.socials-inline {
		display: block;
		text-align: center
	}
}

.wpcf7-form-control-wrap {
	line-height: normal;
	font-size: 0px
}

.wpcf7-not-valid-tip {
	position: absolute;
	padding-top: 4px;
	font-size: .65rem;
	text-transform: uppercase
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	font-size: .85rem;
	padding: 10px 20px
}

.footer-col .wpcf7 form .wpcf7-response-output,
.contact-form-one .c-form-2 .wpcf7 form .wpcf7-response-output {
	color: #fff
}

.featured-slider-two .owl-item .s-item .s-first h1,
.featured-slider-two .owl-item .s-item .s-first .s-slide-title,
.featured-slider-two .owl-item .s-item .s-first p,
.featured-slider-two .owl-item .s-item .s-first .theme-btn {
	opacity: 0;
	visibility: hidden
}

.featured-slider-two .owl-item.active .s-item .s-first h1,
.featured-slider-two .owl-item.active .s-item .s-first .s-slide-title,
.featured-slider-two .owl-item.active .s-item .s-first p,
.featured-slider-two .owl-item.active .s-item .s-first .theme-btn {
	animation-name: fadeInOne;
	opacity: 1;
	visibility: visible
}

.featured-slider-two .owl-item.active .s-item .s-second img {
	animation-duration: 1s;
	animation-name: clipInOne
}

.featured-slider-two .owl-item.active .s-item .s-first h1,
.featured-slider-two .owl-item.active .s-item .s-first .s-slide-title {
	animation-duration: .5s
}

.featured-slider-two .owl-item.active .s-item .s-first p {
	animation-duration: 1s
}

.featured-slider-two .owl-item.active .s-item .s-first .theme-btn {
	animation-duration: 1.5s
}

@keyframes clipInOne {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%)
	}

	100% {
		clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%)
	}
}

.project-completed .prj-slider .owl-item .proj-image figure:before,
.project-completed .prj-slider .owl-item .proj-image figure:after {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition-duration: 1s;
	transition-delay: 1s
}

.project-completed .prj-slider .owl-item.active .proj-image figure:before,
.project-completed .prj-slider .owl-item.active .proj-image figure:after {
	clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%)
}

.project-completed .prj-slider .owl-item.active .proj-image figure:before {
	transition-duration: 1s
}

.project-completed .prj-slider .owl-item.active .proj-image figure:after {
	transition-duration: 1.5s;
	transition-delay: 1.3s
}

body div.wpforms-container .wpforms-form select {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
	appearance: menulist !important
}

body div.wpforms-container .wpforms-form .nice-select ul.list {
	position: absolute;
	top: 65px;
	left: 0;
	background: #fff !important;
	width: 100%;
	overflow: auto;
	border: 1px solid #cccccd !important;
	padding: 10px !important
}

body div.wpforms-container .wpforms-form .nice-select {
	padding: 0 10px;
	height: 65px;
	position: relative;
	border: 1px solid #cccccd
}

body div.wpforms-container .wpforms-form input[type=text],
body div.wpforms-container .wpforms-form input[type=tel],
body div.wpforms-container .wpforms-form input[type=email],
body div.wpforms-container .wpforms-form input[type=address],
body div.wpforms-container .wpforms-form input[type=password],
body div.wpforms-container .wpforms-form input[type=number],
body div.wpforms-container .wpforms-form textarea,
body div.wpforms-container .wpforms-form .choices__inner,
body div.wpforms-container .wpforms-form select {
	height: 65px;
	border-radius: 0;
	padding-left: 20px !important;
	position: relative;
	width: 100%;
	font-size: 16px;
	background: #fafafa;
	border-color: #c1c1c1
}

body div.wpforms-container .wpforms-form .choices__inner,
body div.wpforms-container .wpforms-form select {
	background: #fff
}

body div.wpforms-container .wpforms-form .wpforms-field-select-style-classic {
	position: relative
}

body div.wpforms-container .wpforms-form .choices__inner:before,
body div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:before {
	content: "";
	width: 65px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: 2;
	pointer-events: none
}

body div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:before {
	top: 11px;
	right: 1px;
	height: 63px
}

body div.wpforms-container .wpforms-form .choices__inner:after,
body div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	height: 8px;
	right: 25px;
	width: 8px;
	z-index: 3
}

body div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:after {
	top: 42px
}

body div.wpforms-container .wpforms-form textarea {
	height: 180px;
	padding-top: 20px
}

body div.wpforms-container .wpforms-form .nice-select {
	padding-left: 20px !important
}

body div.wpforms-container .wpforms-form button.theme-btn {
	padding: 18px 70px 18px 50px;
	background: #71d98e;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: inline-flex;
	position: relative;
	border: 2px solid #71d98e;
	font-weight: 700;
	align-items: center
}

body div.wpforms-container .wpforms-form button.theme-btn:after {
	border-top-color: #71d98e
}

body div.wpforms-container .wpforms-form button.theme-btn:hover {
	color: #000;
	background: #fff;
	border: 2px solid #71d98e
}

body div.wpforms-container .wpforms-form button.theme-btn i {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px
}

body div.wpforms-container .wpforms-form button.theme-btn:hover i {
	color: #000;
	width: 45px
}

body div.wpforms-container .textarea_hide {
	display: none !important
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	margin-top: 10px
}

div.wpforms-container-full {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.gform_wrapper .gform-grid-col {
	margin: 0 !important;
	padding-bottom: 5px
}

.gform_wrapper .gform-grid-col label {
	padding-bottom: 5px;
	line-height: 1.2
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=email],
.gform_wrapper input[type=address],
.gform_wrapper input[type=password],
.gform_wrapper input[type=number],
.gform_wrapper textarea {
	height: 60px;
	border-radius: 0;
	padding-left: 20px !important;
	position: relative;
	width: 100%;
	font-size: 16px !important;
	background: #fafafa;
	border: 1px solid #c1c1c1
}

.gform_wrapper textarea {
	height: 100px;
	padding-top: 20px
}

.gform_wrapper input.gform_button,
.gform_wrapper button[type=button] {
	padding: 18px 50px;
	background: #71d98e;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: inline-flex;
	position: relative;
	border: 2px solid #71d98e;
	font-weight: 700;
	align-items: center
}

.gform_wrapper button[type=button] {
	font-size: 14px;
	padding: 8px 20px
}

.gform_wrapper input.gform_button:hover {
	color: #000;
	background: #fff;
	border: 2px solid #71d98e
}

.gform_wrapper .gchoice {
	display: inline;
	margin-right: 20px
}

.wc-block-product-categories ul ul {
	display: none
}

.wc-block-product-categories ul li {
	position: relative
}

.wc-block-product-categories ul i {
	position: absolute;
	right: 0;
	top: 15px;
	transition: all .3s ease 0s
}

.wc-block-product-categories ul .opened i {
	transform: rotate(180deg)
}

.mobile-nav.desktop-menu img {
	width: 100%;
	height: auto
}

.wc-block-product-categories ul .wc-block-product-categories-list-item-count {
	margin-right: 20px
}

.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
	background: #000 !important;
	border-color: #000 !important
}

.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover {
	background: #fff !important
}

.wpcf7 input[type=file] {
	cursor: pointer;
	margin-left: 10px;
	padding: 15px;
	font-size: 16px;
	border-radius: 0 !important;
	border: 1px solid #c1c1c1
}

@media (max-width: 1200px) {
	.header-style-one {
		min-height: 130px
	}
}

.mobile-nav.desktop-menu {
	z-index: 100
}

.what-we-build .wwb-ul li.active {
	z-index: 2
}

.admin-bar .header-style-one .desktop-nav.slideDown,
.admin-bar .header-style-one .desktop-nav.slideUp {
	top: 32px
}

.slideUp,
.slideUp-start {
	transform: translateY(-140px);
	-webkit-transform: translateY(-140px);
	-moz-transform: translateY(-140px);
	-o-transform: translateY(-140px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.slideDown {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000
}

.slideUp,
.slideDown {
	transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out
}

.slideUp-start {
	position: absolute;
	transition: transform 0s ease-out;
	-webkit-transition: transform 0s ease-in-out;
	-moz-transition: transform 0s ease-in-out;
	-o-transition: transform 0s ease-in-out
}

.b-dropdown-arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 50px;
	cursor: pointer
}

.featured-slider-one .f-slider-one-data {
	opacity: 0;
	z-index: 9
}

.featured-slider-one .owl-item.active .f-slider-one-data {
	opacity: 1;
	z-index: 10
}

.owl-carousel .owl-nav button.owl-next button,
.owl-carousel .owl-nav button.owl-prev button {
	background: 0 0 !important
}

.project-detail-slider .row.owl-carousel,
.project-detail-slider .container-fluid,
.project-detail-slider .owl-stage-outer {
	margin: 0;
	padding: 0
}

@media (max-width: 1200px) {

	.what-we-build .wwb-ul li h3,
	.what-we-build .wwb-ul li .h3 {
		width: 100%;
		margin-right: 0
	}
}

@media (max-width: 1200px) {
	.header-style-one .desktop-nav {
		padding: 0
	}

	.header-style-one {
		min-height: auto
	}
}

body div.wpforms-container .wpforms-form .wpforms-field-select-style-classic:before {
	top: 16px
}

body div.wpforms-container .wpforms-form button.theme-btn {
	min-height: 66px;
	border-radius: 0
}

.footer-style-one .footer-p-2 .footer-col ul li p,
.footer-style-one .footer-p-2 .footer-col ul li p span,
.footer-style-one .footer-p-2 .footer-col ul li p a {
	color: #b7b7b7
}

@media (max-width: 425px) {
	body.category {
		padding: 0
	}
}

body.category {
	border: none;
	padding-left: 0;
	display: block;
	position: relative
}

body.category:before {
	display: none
}

body .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
body .swiper:not(.swiper-initialized)>.swiper-wrapper {
	overflow: visible
}

.fab.fa-twitter.x-icon:before {
	display: none
}

.fab.fa-twitter.x-icon svg,
.t-social .fab.fa-twitter.x-icon svg,
.social-share .fab.fa-twitter.x-icon svg {
	width: 16px;
	display: inline-block;
	vertical-align: top
}

.t-social .fab.fa-twitter.x-icon svg {
	width: 17px
}

.team-social-media a:hover .fab.fa-twitter.x-icon svg path,
body.light-d .team-style-one .team-data .team-social-media a svg path,
body.light-d .social-share a .fab.fa-twitter.x-icon svg path {
	fill: #fff
}

.social-share a:hover .fab.fa-twitter.x-icon svg path,
body.light-d .social-share a:hover .fab.fa-twitter.x-icon svg path {
	fill: #71d98e
}

.footer-style-one .footer-p-2 .footer-col p a,
.footer-style-one .footer-p-3 .footer-col p a {
	color: #b7b7b7
}

.footer-style-one .footer-p-2 .footer-col p a:hover,
.footer-style-one .footer-p-3 .footer-col p a:hover,
.contact-form-2 .info ul.contact li p a {
	color: #fff
}

.mil-category-list {
	text-align: center;
	margin-bottom: 60px
}

.mil-category-list li {
	margin: 0 10px 10px;
	display: inline-block;
	vertical-align: top
}

.mil-category-list li span {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	background: #f7f6f2;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	font-size: 20px;
	color: #000 !important;
	height: 60px;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	padding: 0 50px 0 40px;
	font-weight: 700;
	cursor: pointer
}

.mil-category-list li span.mil-active {
	background: #000
}

.mil-category-list li span:after {
	content: "";
	background: #f7f6f2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: all .15s ease-in-out .15s;
	z-index: -1
}

.mil-category-list li span.mil-active:after {
	clip-path: polygon(0% 0%, 97% 0%, 90% 100%, 0% 100%);
	background: #71d98e
}

.fadeUpAnime {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

/*!
Theme Name: Builty Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Builty - Construction WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: builty
Text Domain: builty-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
.sb-cart-number {
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 20px;
	background-color: #71d98e;
	border-radius: 15px;
	height: 20px;
	min-width: 20px;
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.sb-cart-number>span {
	padding: 0 !important;
	line-height: 20px;
	display: block
}

.sb-cart-number.sb-added {
	animation: addToCart .6s ease-in-out
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: none;
	width: 75px;
	margin-left: 0
}

.sb-co-cart-frame {
	padding: 30px;
	background-color: #f9fafc
}

.sb-product {
	display: flex;
	align-items: center
}

.sb-product .sb-cover-frame {
	position: relative;
	width: 90px;
	padding-bottom: 90px
}

.sb-product .sb-cover-frame img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.sb-product .sb-prod-description {
	padding-left: 15px;
	width: calc(100% - 90px)
}

.sb-product .sb-prod-description h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	font-size: 1.2rem
}

.sb-product .sb-prod-description dt.variation-size {
	font-size: 12px;
	text-transform: uppercase;
	opacity: .6;
	font-weight: 500
}

.sb-input-number-frame {
	display: flex;
	align-items: center
}

.sb-input-number-frame .sb-input-number-btn {
	border-radius: 50%;
	background-color: #71d98e;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	border: none;
	transition: .3s ease-in-out;
	color: #000;
	display: block
}

.sb-input-number-frame .sb-input-number-btn:hover {
	filter: brightness(110%)
}

.sb-input-number-frame .sb-input-number-btn:focus {
	outline: inherit
}

.sb-input-number-frame input {
	margin: 0 5px;
	text-align: center;
	height: 50px;
	width: 60px;
	background-color: #f9fafc;
	position: relative;
	padding: 0 20px;
	display: block;
	border: none
}

.sb-input-number-frame input::-webkit-inner-spin-button,
.sb-input-number-frame input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.sb-input-number-frame input:focus {
	outline: inherit
}

.sb-cart-table .sb-cart-item .sb-remove,
.sb-remove {
	float: right;
	text-align: center;
	display: block;
	border-radius: 50%;
	background-color: #f2f3f5;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	transition: .3s ease-in-out;
	font-size: 16px;
	font-weight: 400;
	color: #231e41 !important
}

.sb-remove:hover {
	filter: brightness(102%)
}

.sb-price-1 {
	color: #6f6f87;
	font-size: 16px
}

.sb-price-1 span.label {
	display: none
}

.sb-price-2 {
	color: #231e41;
	font-weight: 500;
	font-size: 16px
}

.sb-price-2 span.label {
	display: none
}

.sb-price-1 strong,
.sb-price-2 strong {
	font-weight: 700
}

.sb-cart-table .sb-cart-table-header {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0
}

.sb-cart-table .sb-cart-item {
	padding: 15px 0;
	margin-bottom: 15px;
	border-top: solid 1px #f2f3f5;
	border-bottom: solid 1px #f2f3f5
}

.sb-cart-table .sb-cart-item h4:last-child {
	margin-bottom: 0 !important
}

.sb-cart-table .sb-cart-item .sb-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical
}

.sb-cart-total {
	padding: 30px 0;
	border-top: solid 1px #f2f3f5;
	border-bottom: solid 1px #f2f3f5
}

.sb-cart-total .sb-sum {
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 0
}

.sb-cart-total .sb-sum .sb-price-1 {
	font-weight: 400
}

.sb-cart-total .sb-realy-sum {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0
}

.sb-cart-total .sb-realy-sum .sb-price-2 {
	font-weight: 600;
	font-size: 24px
}

.sb-cart-total.sb-cart-total-2 {
	border: none;
	padding-top: 15px;
	padding-bottom: 0
}

.sb-cart-total.sb-cart-total-2 .sb-realy-sum {
	font-size: 20px
}

.sb-cart-total.sb-cart-total-2 .sb-realy-sum .sb-price-2 {
	font-size: 20px
}

.sb-cart-btns-frame {
	padding: 15px 0 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #f2f3f5
}

.sb-cart-btns-frame .button,
.sb-cart-btns-frame .theme-btn {
	margin-bottom: 0 !important
}

@media (max-width: 992px) {
	.sb-cart-table .sb-cart-table-header {
		display: none
	}

	.sb-cart-table .sb-cart-item {
		position: relative
	}

	.sb-cart-table .sb-cart-item .sb-product {
		align-items: flex-start;
		margin-bottom: 15px;
		flex-direction: column
	}

	.sb-cart-table .sb-cart-item .sb-product .sb-cover-frame {
		margin-bottom: 15px
	}

	.sb-cart-table .sb-cart-item .sb-product .sb-prod-description {
		padding-left: 0
	}

	.sb-cart-table .sb-cart-item .sb-input-number-frame {
		margin-bottom: 15px
	}

	.sb-cart-table .sb-cart-item .sb-price-1,
	.sb-cart-table .sb-cart-item .sb-price-2 {
		margin-bottom: 15px
	}

	.sb-cart-table .sb-cart-item .sb-price-1 span.label,
	.sb-cart-table .sb-cart-item .sb-price-2 span.label {
		display: inline
	}

	.sb-cart-table .sb-cart-item .sb-remove {
		position: absolute;
		top: 15px;
		right: 0
	}
}

@media (max-width: 768px) {
	.sb-cart-btns-frame .sb-btn-gray {
		display: none
	}
}

.sb-checkout-form {
	box-shadow: 0 0 8px -2px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 30px
}

@media (max-width: 992px) {
	.sb-checkout-form {
		margin-bottom: 90px
	}
}

.sb-input-number-frame input::-webkit-outer-spin-button,
.sb-input-number-frame input::-webkit-inner-spin-button {
	-webkit-appearance: none !important
}

.sb-input-number-frame input[type=number] {
	-moz-appearance: textfield
}

.sb-filter .sb-filter-link {
	margin-bottom: 10px
}

.sb-card-buttons-frame a.added_to_cart {
	margin: 0;
	opacity: 1;
	border: none;
	padding: 0 25px;
	position: relative;
	display: inline-flex;
	align-items: center;
	transform: scale(1);
	height: 55px;
	letter-spacing: 0;
	font-size: 14px;
	background-color: #f2f3f5;
	transition: .3s ease-in-out;
	text-align: center;
	font-weight: 500
}

.sb-card-buttons-frame a.button.add_to_cart_button.added {
	display: none
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 15px;
	padding: 0;
	position: relative
}

.woocommerce-products-header {
	margin: 0 0 30px;
	position: relative
}

.woocommerce-products-header__title {
	font-size: 22px;
	font-weight: 700
}

.woocommerce .star-rating {
	color: #f5c332;
	width: 90px;
	font-size: 14px;
	letter-spacing: 4px
}

.woocommerce .pswp,
.pswp {
	z-index: 99999
}

.woocommerce p.stars a {
	color: #000;
	font-size: 16px
}

.p-slider .row.products {
	align-items: center !important
}

.row.products {
	clear: both
}

.p-slider .row.products .product .theme-btn {
	display: block;
	width: 60%;
	position: absolute;
	top: 43%;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 20px 30px;
	opacity: 0;
	visibility: hidden
}

.p-slider .row.products .product:hover .theme-btn {
	transform: translate(-50%, -50%) translateX(0);
	opacity: 1;
	visibility: visible
}

.sb-shop-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.sb-shop-page .woocommerce-result-count {
	line-height: 50px;
	font-size: 14px;
	margin: 0 0 30px
}

.sb-shop-page .woocommerce-ordering {
	margin: 0 0 30px;
	float: right;
	min-width: 240px
}

.sb-shop-page .woocommerce-ordering select:focus {
	outline: inherit
}

.sb-shop-page .content-sidebar {
	padding-top: 60px
}

.widget-area .widget_product_categories ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-bottom: 15px
}

.widget-area .widget_product_categories ul li .count {
	display: inline-block;
	text-align: center;
	line-height: 17px;
	margin-left: 10px;
	padding: 1px 10px 0;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	height: 15px;
	width: auto;
	color: #fcfcfc;
	background-color: #2ecc71;
	font-size: 12px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.widget-area .product_list_widget li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px 0 100px !important;
	min-height: 90px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, .2);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, .2);
	position: relative;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 15px !important
}

.widget-area .product_list_widget li a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 0 0 10px
}

.widget-area .product_list_widget li a .product-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
	position: absolute;
	top: 0;
	left: -10px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 90px;
	border-radius: 5px 0 0 5px
}

.widget-area .product_list_widget li .woocommerce-Price-amount {
	font-weight: 600;
	font-size: 16px
}

.widget-area .product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	opacity: .6
}

.widget-area .product_list_widget li del .woocommerce-Price-amount {
	text-decoration: line-through;
	margin-right: 15px;
	font-weight: 200;
	font-size: 12px
}

.widget-area .product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 9px;
	opacity: .6
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce ul.product_list_widget {
	position: relative
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	position: relative;
	margin-bottom: 30px
}

.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: none
}

.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 0;
	width: 60px;
	height: auto
}

.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
	content: ' ';
	clear: both;
	display: table
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #71d98e
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #71d98e
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #71d98e;
	border: 5px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	margin-bottom: 0
}

.sb-minicart .cart-widget {
	height: 100%
}

.sb-minicart .sb-price .quantity-text {
	position: absolute;
	top: 50%;
	right: 100%;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-top: -8px;
	padding-right: 6px
}

.sb-minicart .woocommerce-mini-cart__total {
	font-size: 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 15px
}

.sb-minicart .woocommerce-mini-cart__total strong {
	font-size: 14px;
	font-weight: 400
}

.sb-minicart .woocommerce-mini-cart__buttons {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.sb-minicart .remove_from_cart_button,
.woocommerce .sb-minicart a.remove {
	border-radius: 50%;
	background-color: #f2f3f5;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	transition: .3s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	font-size: 16px;
	font-weight: 400;
	margin: -15px 0 0 -15px;
	opacity: 0;
	transform: scale(.25);
	color: #212529 !important
}

.sb-minicart .sb-menu-item:hover .remove_from_cart_button {
	opacity: 1;
	transform: scale(1)
}

.sb-minicart .remove_from_cart_button:hover {
	filter: brightness(102%)
}

.sb-minicart .sb-menu-item .blockOverlay {
	background: rgba(255, 255, 255, .7) !important
}

.woocommerce-mini-cart__empty-message {
	padding: 0;
	margin: 0;
	text-align: center
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-mini-cart__buttons #respond input#submit,
.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart__buttons button.button,
.woocommerce-mini-cart__buttons input.button {
	opacity: 1;
	border: 2px solid #71d98e;
	padding: 0 30px;
	height: 65px;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	align-items: center;
	transform: scale(1);
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: "Epilogue";
	background: #71d98e;
	transition: .3s ease-in-out;
	color: #000;
	border-radius: 0;
	line-height: 1.5
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
	padding: 0 30px
}

.woocommerce #respond input#submit.theme-btn,
.woocommerce button.button.theme-btn,
.woocommerce input.button.theme-btn,
.woocommerce a.button.theme-btn {
	padding: 0 50px 0 30px
}

.woocommerce #respond input#submit.sb-btn,
.woocommerce button.button.sb-btn,
.woocommerce input.button.sb-btn,
.woocommerce a.button.sb-btn {
	padding: 0 30px !important
}

.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart__buttons button.button,
.woocommerce-mini-cart__buttons input.button,
.woocommerce .woocommerce-mini-cart__buttons a.button,
.woocommerce .woocommerce-mini-cart__buttons button.button,
.woocommerce .woocommerce-mini-cart__buttons input.button {
	margin: 0;
	padding: 0 30px
}

.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart__buttons button.button,
.woocommerce-mini-cart__buttons input.button,
.woocommerce button.button[name=update_cart],
.woocommerce .woocommerce-mini-cart__buttons a.button,
.woocommerce .woocommerce-mini-cart__buttons button.button,
.woocommerce .woocommerce-mini-cart__buttons input.button {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.woocommerce-mini-cart__buttons a.button:hover,
.woocommerce-mini-cart__buttons button.button:hover,
.woocommerce-mini-cart__buttons input.button:hover,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce .woocommerce-mini-cart__buttons a.button:hover,
.woocommerce .woocommerce-mini-cart__buttons button.button:hover,
.woocommerce .woocommerce-mini-cart__buttons input.button:hover,
.woocommerce .woocommerce button.button[name=update_cart]:hover {
	color: #000;
	background: #f6f6f6
}

.woocommerce-mini-cart__buttons a.button.checkout,
.woocommerce-mini-cart__buttons button.button.checkout,
.woocommerce-mini-cart__buttons input.button.checkout,
.woocommerce .woocommerce-mini-cart__buttons a.button.checkout,
.woocommerce .woocommerce-mini-cart__buttons button.button.checkout,
.woocommerce .woocommerce-mini-cart__buttons input.button.checkout {
	background-color: #71d98e
}

.woocommerce-mini-cart__buttons a.button.checkout:hover,
.woocommerce-mini-cart__buttons button.button.checkout:hover,
.woocommerce-mini-cart__buttons input.button.checkout:hover,
.woocommerce .woocommerce-mini-cart__buttons a.button.checkout:hover,
.woocommerce .woocommerce-mini-cart__buttons button.button.checkout:hover,
.woocommerce .woocommerce-mini-cart__buttons input.button.checkout:hover {
	color: #000;
	background: #f6f6f6
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #000;
	background: #f6f6f6
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce a.added_to_cart {
	display: none !important
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2em
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	content: "";
	position: absolute;
	top: -2px;
	right: -32px;
	-webkit-animation: none;
	animation: none
}

.woocommerce #respond input#submit.loading i:before,
.woocommerce a.button.loading i:before,
.woocommerce button.button.loading i:before,
.woocommerce input.button.loading i:before {
	opacity: 0
}

.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 19px;
	right: -2px !important;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	color: #fff;
	z-index: 2
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #71d98e;
	color: #231e41
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #000;
	background: #f6f6f6
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #f2f3f5;
	color: #231e41;
	padding: 0 30px
}

.woocommerce #respond input#submit:last-child,
.woocommerce a.button:last-child,
.woocommerce button.button:last-child,
.woocommerce input.button {
	margin-right: 0
}

.single-product .sb-shop-page {
	padding-bottom: 0
}

.product-single {
	padding-top: 60px
}

.single-product .shop-style-one {
	padding-top: 0
}

.product-single .sb-product-heading h2 {
	margin-bottom: 20px;
	color: #111;
	font-size: 35px;
	line-height: 45px
}

.product-single .sb-price {
	font-size: 28px;
	color: #000;
	font-family: "Epilogue";
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 1.5px
}

.product-single .sb-price small,
.product-single .sb-price .woocommerce-Price-currencySymbol {
	font-weight: 500;
	font-size: 1.2rem;
	vertical-align: baseline
}

.product-single .sb-price del {
	font-size: 20px;
	color: #444;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 7px
}

.product-single .sb-price ins {
	text-decoration: none
}

.sb-buttons-frame {
	display: flex
}

.sb-input-number-frame {
	display: flex;
	margin-right: 20px
}

.sb-input-number-btn {
	width: 40px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-weight: 700;
	cursor: pointer
}

div.product-single .sb-input-number-frame input {
	width: 60px;
	padding: 0 10px;
	margin: 0 5px !important;
	height: 68px;
	background: 0 0;
	border: 1px solid #c1c1c1;
	text-align: center
}

.product-single .product_meta {
	margin-top: 50px;
	position: relative;
	border-top: 1px dashed #9e9e9e;
	padding-top: 22px;
	line-height: 30px
}

.product-single .product_meta a {
	font-weight: 700;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.woocommerce div.product form.cart div.quantity {
	margin: 0
}

.product-single .sb-buttons-frame .theme-btn {
	margin-bottom: 0
}

.product-single .sb-badges,
.sb-badges {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2
}

.products .sb-badges {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.product-single .sb-product-lt {
	position: relative;
	align-self: stretch
}

.product-single .sb-product-lt>.images {
	border: 1px solid #c1c1c1
}

.product-single .sb-badge,
.sb-badges .sb-badge {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px;
	background: #71d98e;
	color: #000;
	line-height: 1
}

.product-single .sb-badge i,
.sb-badges .sb-badge i {
	margin-right: 7px;
	vertical-align: middle;
	display: inline-block
}

.product-single .sb-product-description {
	padding-left: 30px
}

.product-single .sb-product-description .sb-text {
	margin-bottom: 20px
}

.product-single .sb-product-bottom {
	padding: 120px 0 0
}

.product-single .sb-product-bottom .more {
	padding-bottom: 120px
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 2px 5px 0 0
}

.woocommerce-product-rating .woocommerce-review-link {
	cursor: default;
	pointer-events: none;
	font-size: 12px;
	color: #6f6f87
}

.woocommerce #reviews h3 {
	margin-bottom: 30px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 70px
}

.woocommerce #review_form #respond h3 {
	margin-bottom: 20px
}

.woocommerce-Reviews .comment-form label {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px
}

.woocommerce #review_form #respond textarea {
	border: 1px solid #c1c1c1;
	background: #fafafa;
	padding: 20px;
	resize: none;
	height: 180px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	line-height: 1
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: none;
	width: auto
}

.woocommerce div.product form.cart {
	margin-bottom: 25px
}

.woocommerce div.product form.cart table {
	margin-bottom: 30px;
	box-shadow: none;
	background: 0 0
}

.woocommerce div.product form.cart table td {
	vertical-align: middle;
	padding: 10px 0;
	font-weight: 400
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	padding: 0 0 10px
}

.woocommerce div.product form.cart .variations tr:last-child td,
.woocommerce div.product form.cart .variations tr:last-child th {
	padding-bottom: 0
}

.woocommerce div.product form.cart .reset_variations {
	visibility: visible !important
}

.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	line-height: 55px
}

.woocommerce-variation {
	margin-bottom: 15px
}

.woocommerce-variation-description {
	font-size: 15px;
	color: #6f6f87
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #231e41;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 1.3px
}

.woocommerce div.product p.price .woocommerce-Price-currencySymbol,
.woocommerce div.product span.price .woocommerce-Price-currencySymbol,
.woocommerce div.product p.price small,
.woocommerce div.product span.price small {
	font-size: 1rem;
	font-weight: 400
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	text-decoration: line-through;
	font-size: 16px;
	opacity: .5
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label {
	padding: 10px;
	vertical-align: middle
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label label {
	padding-bottom: 0;
	margin-bottom: 0
}

.woocommerce div.product form.cart .group_table {
	width: 100%
}

.woocommerce div.product form.cart .group_table td {
	padding: 10px 0;
	vertical-align: middle
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
	font-size: 20px;
	color: #231e41;
	font-weight: 600;
	letter-spacing: 1px
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price .woocommerce-Price-currencySymbol,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price small {
	font-size: .85rem;
	font-weight: 400
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
	text-decoration: line-through;
	font-size: 14px;
	opacity: .5
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price ins,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price ins {
	text-decoration: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	padding: 60px 0 0;
	position: relative;
	border-bottom: dotted 3px #f2f3f5
}

.sb-additional_information-tab h2 {
	display: none
}

.woocommerce #review_form #respond .form-submit {
	margin-bottom: 0
}

.woocommerce .woocommerce-product-rating {
	font-size: 14px;
	line-height: 20px
}

.woocommerce div.product div.images {
	margin-bottom: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	opacity: 0;
	transform: scale(.5);
	position: absolute;
	top: auto;
	left: auto;
	bottom: 15px;
	right: 15px;
	background-color: #f2f3f5;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 0 2px #fff;
	border: none;
	cursor: pointer;
	width: 55px;
	height: 55px;
	transition: .3s ease-in-out;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.woocommerce div.product div.images:hover .woocommerce-product-gallery__trigger {
	opacity: 1;
	transform: scale(1)
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: '';
	position: absolute;
	font-size: 0px;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(//builty.bslthemes.com/wp-content/themes/builty/assets/css/../img/ui/icons/zoom.svg);
	background-size: contain;
	border: none;
	border-radius: 0;
	transform: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	display: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
	opacity: 0
}

.woocommerce div.product .posted_in,
.woocommerce div.product .tagged_as {
	display: block
}

.woocommerce div.product .product_meta>span {
	display: block
}

.woocommerce div.product .product_meta>span>span {
	color: #000;
	font-weight: 700
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
	position: absolute;
	top: 60px;
	left: 20px;
	width: 90px;
	height: calc(100% - 80px);
	overflow: auto
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin: 0;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .15);
	margin-bottom: 10px;
	background: rgba(255, 255, 255, .75)
}

.woocommerce table.shop_attributes {
	border: none;
	margin: 25px 0;
	width: 100%;
	background: 0 0
}

.woocommerce table.shop_attributes th {
	border: none;
	margin: 0;
	background: 0 0
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	padding: 0;
	margin: 0;
	background: 0 0;
	border: none
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 32px 30px;
	padding-right: 20%;
	background: #f9fafc;
	font-size: 90%;
	margin: 0 0 30px;
	color: #444;
	border: 2px solid #f9fafc
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 13px 25px;
	font-style: normal
}

.woocommerce-error .showcoupon,
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc;
	font-weight: 700
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	display: none
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	margin-right: 0 !important;
	margin-bottom: 0 !important
}

.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before {
	display: none
}

.sb-cart-actions {
	padding-bottom: 15px
}

.sb-cart-actions .coupon input {
	display: inline-block;
	width: 180px;
	height: 65px;
	margin: 0 10px;
	border: 1px solid #c1c1c1;
	background: #fbfbfb;
	padding: 0 20px
}

.woocommerce-MyAccount-navigation {
	padding: 0 0 30px;
	position: relative
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: visible;
	position: relative
}

.woocommerce-MyAccount-navigation ul {
	margin: 0
}

.woocommerce-MyAccount-navigation ul:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: '';
	border-bottom: dotted 3px #f2f3f5
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
	display: inline-block;
	vertical-align: top;
	line-height: 1
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
	background: 0 0
}

.woocommerce-MyAccount-navigation li:before,
.woocommerce-MyAccount-navigation li:after {
	display: none
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 1.5px;
	font-weight: 600;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	background: 0 0;
	height: 28px;
	line-height: 28px;
	text-align: center;
	transition: .4s ease-in-out;
	border: none;
	outline: none;
	letter-spacing: 2px;
	cursor: pointer;
	opacity: .7
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:first-child a {
	margin-left: 0
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #212529;
	opacity: 1
}

.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	margin-bottom: 30px;
	float: none;
	width: auto
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:before {
	display: none
}

.woocommerce-MyAccount-content a,
.woocommerce-LostPassword a,
a.reset_variations {
	font-weight: 700;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-LostPassword a:hover {
	text-decoration: none !important
}

.woocommerce-orders-table__cell-order-number a {
	text-decoration: none
}

.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto
}

.woocommerce-account .addresses .title h3,
.addresses .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	font-size: 20px
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 40px
}

.addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	font-weight: 700;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #bcbcbc
}

.addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: right;
	font-size: 16px
}

.woocommerce-form-register p,
.woocommerce-form-login p {
	margin: 20px 0
}

.woocommerce-form-register p:last-child,
.woocommerce-form-login p:last-child {
	margin-bottom: 0
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	margin-bottom: 20px
}

.woocommerce #review_form #respond p.comment-form-author {
	margin-right: 4%;
	width: 48%;
	float: left
}

.woocommerce #review_form #respond p.comment-form-email {
	display: inline-block;
	width: 48%
}

.woocommerce-Reviews .title,
.woocommerce-Tabs-panel h2 {
	margin-bottom: 30px
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 20px 0 0;
	margin: 20px 0 0
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
	padding: 0;
	margin: 0
}

.woocommerce #reviews #comments ol.commentlist li:first-child:before {
	display: none
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: relative;
	padding: 0;
	width: 50px;
	border: none;
	margin: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content {
	margin: 0 0 0 66px;
	border: none;
	padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content p {
	margin: 0 0 7px
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__author {
	padding: 0;
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 600
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__published-date {
	display: inline-block;
	padding: 0;
	font-size: 13px
}

.comment_container {
	position: relative
}

.comment_container .star-rating {
	position: absolute;
	right: 0;
	top: 0
}

.woocommerce-Reviews .title {
	margin: 60px 0 30px
}

.woocommerce-Reviews .comment-form label {
	display: block
}

.comment-form-rating {
	margin-top: 20px;
	margin-bottom: 20px
}

.woocommerce #review_form #respond .comment-notes {
	background: #eee;
	padding: 5px;
	font-size: 16px;
	font-style: italic;
	display: inline
}

.comment-form-rating .nice-select {
	display: none
}

.woocommerce #review_form #respond p {
	margin: 0 0 30px;
	line-height: 1
}

.woocommerce #review_form #respond textarea {
	margin-bottom: 0
}

.woocommerce #review_form #respond {
	margin-top: 40px
}

.woocommerce-Reviews .comment-form-cookies-consent label {
	display: inline
}

.woocommerce table.shop_table {
	margin: 0 0 20px;
	width: 100%;
	border-radius: 0;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .1);
	border-collapse: collapse
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 500 !important;
	padding: 20px;
	border: none;
	border-bottom: dotted 3px #f2f3f5
}

.woocommerce table.shop_table td {
	padding: 20px;
	background: 0 0;
	border: none;
	border-top: dotted 3px #f2f3f5
}

.woocommerce .woocommerce-customer-details address {
	padding: 20px
}

.woocommerce ul.order_details li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 2em
}

.woocommerce ul.order_details li:before {
	display: none
}

.woocommerce table.my_account_orders {
	font-size: 1rem
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 9px 12px
}

.woocommerce-Addresses,
.woocommerce-address-fields {
	margin-top: 30px
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
	width: 100%
}

#customer_login .woocommerce-form-login,
#customer_login .woocommerce-form-register {
	min-height: 466px
}

#customer_login h2 {
	font-size: 24px;
	letter-spacing: -1px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-bottom: 13px
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
	position: relative;
	top: 7px;
	right: 7px
}

.woocommerce-checkout:after {
	content: '';
	display: block;
	clear: both
}

.woocommerce .woocommerce-checkout .col2-set:after,
.woocommerce-page .woocommerce-checkout .col2-set:after {
	clear: none
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col-1,
.woocommerce-page .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col-2,
.woocommerce-page .col-2 {
	max-width: 48%
}

#order_review_heading,
#order_review {
	float: right;
	width: 48%;
	padding: 0 15px
}

.woocommerce-checkout h3,
.woocommerce-checkout h2 {
	margin-bottom: 30px
}

.woocommerce-checkout strong {
	font-weight: 700
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce .woocommerce-customer-details address {
	background: #fff;
	border-radius: 0;
	position: relative;
	box-shadow: none;
	border: solid 1px #c1c1c1
}

#add_payment_method #payment:before,
.woocommerce-cart #payment:before,
.woocommerce-checkout #payment:before,
.woocommerce .woocommerce-customer-details address:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	left: 5px;
	bottom: -8px;
	position: absolute;
	z-index: -1
}

.woocommerce ul.order_details li strong {
	margin-top: 10px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#add_payment_method #payment ul.payment_methods li:last-child .payment_box,
.woocommerce-cart #payment ul.payment_methods li:last-child .payment_box,
.woocommerce-checkout #payment ul.payment_methods li:last-child .payment_box {
	margin-bottom: 0
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-top: 30px;
	margin-bottom: 30px
}

.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-order-downloads h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	letter-spacing: -1px
}

.woocommerce ul.order_details,
.woocommerce-thankyou-order-received {
	margin-bottom: 30px
}

.woocommerce ul.order_details {
	margin-bottom: 40px
}

@media (max-width: 768px) {

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col-1,
	.woocommerce-page .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce .col-2,
	.woocommerce-page .col-2 {
		max-width: 100%
	}

	#order_review_heading,
	#order_review {
		float: none;
		width: 100%;
		padding: 0 15px
	}
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	padding: 0;
	margin: 0 0 30px;
	float: none;
	width: auto
}

.woocommerce form .form-row.form-row-first,
.woocommerce-page form .form-row.form-row-first {
	float: left;
	width: 47%
}

.woocommerce form .form-row.form-row-last,
.woocommerce-page form .form-row.form-row-last {
	float: right;
	width: 47%
}

.woocommerce form .form-row.place-order:last-child,
.woocommerce-page form .form-row.place-order:last-child {
	margin-bottom: 0
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
	width: 100%;
	font-size: 1rem;
	color: #444;
	font-weight: 400;
	transition: .3s ease-in-out;
	padding-bottom: 10px;
	line-height: normal
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea.input-text {
	height: 65px;
	position: relative;
	padding: 0 20px;
	font-size: 1rem;
	background-color: #fbfbfb;
	display: block;
	width: 100%;
	border: none;
	border: solid 1px #c1c1c1
}

.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea.input-text {
	padding: 20px;
	height: 100px
}

.woocommerce-input-wrapper {
	display: block;
	width: 100%
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: solid 1px #c1c1c1;
	border-radius: 0;
	height: 65px;
	box-shadow: none;
	font-size: 1rem
}

.select2-container--default .select2-selection--single:before {
	content: "";
	width: 65px;
	height: 63px;
	background: #f5f5f5;
	position: absolute;
	top: 1px;
	right: 1px;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #231e41;
	line-height: 65px;
	padding: 0 40px 0 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 17px;
	top: 21px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -6px;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none
}

.select2-dropdown {
	background-color: rgba(255, 255, 255, .92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 20px;
	box-shadow: -1px 1px 3px 0 rgb(0 0 0/5%);
	border: solid 1px #c1c1c1;
	border-radius: 0
}

.select2-search--dropdown {
	padding: 0;
	margin-bottom: 20px
}

.select2-search--dropdown input.select2-search__field {
	height: 40px;
	padding: 0 20px;
	font-size: 1rem;
	background-color: #f9fafc;
	display: block;
	width: 100%;
	border: solid 1px #f2f3f5 !important
}

.select2-container--default .select2-results>.select2-results__options {
	padding-right: 10px
}

.select2-results .select2-results__option {
	font-size: 1rem;
	padding: 10px
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #71d98e;
	color: #231e41
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
	font-size: 14px;
	color: #6f6f87
}

.woocommerce-privacy-policy-text p {
	margin-top: 0
}

.woocommerce-privacy-policy-text p:last-child {
	margin-bottom: 0
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text p:first-child {
	margin-top: 0
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text p:last-child {
	margin-bottom: 20px
}

.woocommerce-form-row span em {
	opacity: .65;
	padding-top: 10px;
	display: block;
	font-size: 16px
}

.woocommerce form.checkout_coupon {
	padding-bottom: 0
}

.woocommerce form.checkout_coupon .form-row input.input-text {
	height: 65px
}

.woocommerce form.checkout_coupon .form-row.form-row-first {
	width: 50%
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background: #fff;
	border-radius: 0;
	position: relative;
	box-shadow: none;
	border: solid 1px #c1c1c1
}

.woocommerce form.checkout_coupon:before,
.woocommerce form.login:before,
.woocommerce form.register:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	left: 5px;
	bottom: -8px;
	position: absolute;
	z-index: -1
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
	margin-top: 0
}

@media (max-width: 992px) {
	.product-single {
		padding-top: 0
	}

	.product-single .sb-product-description {
		padding-left: 0;
		padding-top: 40px
	}

	.product-single .sb-product-bottom {
		padding-top: 80px
	}

	.pd-details .nav {
		margin-bottom: 30px
	}

	.sb-cart-actions .col-lg-6:nth-child(2) {
		text-align: right
	}
}

@media (max-width: 767px) {
	.woocommerce ul.order_details li {
		float: none;
		margin-bottom: 2em;
		padding-right: 0;
		border: none
	}

	.woocommerce ul.order_details li:last-child {
		margin-bottom: 0
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 0
	}

	.woocommerce-MyAccount-navigation ul {
		padding-bottom: 10px;
		white-space: nowrap;
		overflow: auto
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding: 22px
	}

	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
		position: relative;
		top: 0;
		right: auto;
		left: 0;
		margin-bottom: 10px !important;
		width: 100%
	}
}

.col-md-9 .columns-3 .product {
	margin-bottom: 30px
}

body.light-d,
body.light-d.single-product .shop-style-one,
body.light-d .woocommerce-error,
body.light-d .woocommerce-info,
body.light-d .woocommerce-message {
	background-color: #000
}

body.light-d .category:before,
body.light-d .woocommerce form.checkout_coupon:before,
body.light-d .woocommerce form.login:before,
body.light-d .woocommerce form.register:before,
body.light-d #add_payment_method #payment:before,
body.light-d .woocommerce-cart #payment:before,
body.light-d .woocommerce-checkout #payment:before,
body.light-d .woocommerce .woocommerce-customer-details address:before,
body.light-d .select2-dropdown {
	background-color: #232222
}

body.light-d section.gap.no-top.about-style-one,
body.light-d .team-style-two,
body.light-d .blog-style-three,
body.light-d .about-first,
body.light-d .about-key-benefits,
body.light-d .cart,
body.light-d .checkout.detail-page,
body.light-d .contact-form-2,
body.light-d .contact-faqs,
body.light-d .about-style-one,
body.light-d .no-top.core-values,
body.light-d .innovation,
body.light-d .history.detail-page,
body.light-d .login-register,
body.light-d .detail-page,
body.light-d .project-detail-slider,
body.light-d .construction-services,
body.light-d .service-style-one {
	background-color: #000;
	z-index: 0
}

body.light-d .about-first.service-detail-first .innovation ul li .e-font-icon-svg {
	fill: #fff
}

body.light-d,
body.light-d .blog-heading a.theme-btn:hover,
body.light-d .update-cart.d-flex-all.justify-content-between .theme-btn:hover,
body.light-d .blog-heading .theme-btn:hover,
body.light-d .blog-style-two .blog-item:hover a i,
body.light-d .blog-style-two .owl-item.center .blog-item a i,
body.light-d .construction-services .services-nav ul li button.nav-link.active,
body.light-d .about-first.service-detail-first .innovation ul li i,
body.light-d .question h3,
body.light-d .question .h3,
body.light-d .core-values ul li .data h3,
body.light-d .core-values ul li .data .h3,
body.light-d .cart .cart-table.head .c-data span,
body.light-d .cart .cart-table.head .c-price span,
body.light-d .cart .cart-table.head .c-quality span,
body.light-d .cart .cart-table.head .c-total span,
body.light-d .comment .c-data h4,
body.light-d .comment .c-data .h4,
body.light-d .acc2 .accordion-body,
body.light-d .client-review-style-one .head-review h3,
body.light-d .client-review-style-one .head-review .h3,
body.light-d h2,
body.light-d .h2,
body.light-d .pricing-plans .price-box h3,
body.light-d .pricing-plans .price-box .h3,
body.light-d .about-info h3,
body.light-d .about-info .h3,
body.light-d .project-style-one .project-post .project-data h3 a,
body.light-d .project-style-one .project-post .project-data .h3 a,
body.light-d .heading-style-2 .data h2,
body.light-d .heading-style-2 .data .h2,
body.light-d .team-style-one .team-data .team-info h3,
body.light-d .team-style-one .team-data .team-info .h3,
body.light-d .team-style-one .team-data .team-social-media a i,
body.light-d .accordion-body p,
body.light-d .our-goal .data h4,
body.light-d .our-goal .data .h4,
body.light-d .our-goal .data ul li,
body.light-d .blog-style-two .blog-item h2 a,
body.light-d .blog-style-two .blog-item .h2 a,
body.light-d .blog-style-two .blog-item .blog-date,
body.light-d .contact-us .c-cards .card ul li span,
body.light-d .contact-us .c-cards .card .details .address,
body.light-d .service-style-one .service-data h3 a,
body.light-d .service-style-one .service-data .h3 a,
body.light-d .service-style-two .service-two-box h3 a,
body.light-d .service-style-two .service-two-box .h3 a,
body.light-d button.owl-prev i,
body.light-d button.owl-next i,
body.light-d .certificates .c-slider .c-main .c-second h3,
body.light-d .certificates .c-slider .c-main .c-second .h3,
body.light-d .custom-control.custom-radio label.custom-control-label,
body.light-d .cta-data a.theme-btn:hover,
body.light-d .heading h2,
body.light-d .heading .h2,
body.light-d .heading.heading-style-3 h2 span,
body.light-d .heading.heading-style-3 .h2 span,
body.light-d .blog-style-one .blog-post h2 a,
body.light-d .blog-style-one .blog-post .h2 a,
body.light-d .shop-style-one .product .price-range span,
body.light-d .project-completed .proj-data .loc-date>div span:first-child,
body.light-d .team-style-two .team-data h3 a,
body.light-d .team-style-two .team-data .h3 a,
body.light-d .about-how-it-works .plans h3,
body.light-d .about-how-it-works .plans .h3,
body.light-d .sidebar .box h3,
body.light-d .sidebar .box .h3,
body.light-d .sidebar .box.recent-posts ul li p,
body.light-d .detail-page h3,
body.light-d .detail-page .h3,
body.light-d .comment .c-data h4,
body.light-d .comment .c-data .h4,
body.light-d .form form input[type=checkbox]+label,
body.light-d .cart .cart-table .c-c .c-price .orgnl,
body.light-d .cart .cart-table .c-c .c-total span,
body.light-d .billing input[type=text],
body.light-d .data button.theme-btn:hover,
body.light-d .box h3,
body.light-d .box .h3,
body.light-d .box input,
body.light-d .box.login button.theme-btn:hover,
body.light-d .builty-pagination ul.pagination li a,
body.light-d .project-completed .proj-data h3 a,
body.light-d .project-completed .proj-data .h3 a,
body.light-d ul.pd-price li.pd-sale-price,
body.light-d ul.pd-price li.pd-sale-price span,
body.light-d .pd-data .free-ship,
body.light-d .pd-cat-tags>ul>li span,
body.light-d .pd-details .nav-pills .nav-link,
body.light-d .shop-style-one.addition .shop-filter .gird-list a i,
body.light-d .shop-style-one.addition .row.list>div .product:hover a.theme-btn,
body.light-d .detail-page p u,
body.light-d .team-detail .fav-project .f-p-box h2 a,
body.light-d .team-detail .fav-project .f-p-box .h2 a,
body.light-d .builty-pagination a,
body.light-d .builty-pagination span,
body.light-d .fav-project .f-p-box h2 a,
body.light-d .fav-project .f-p-box .h2 a,
body.light-d .post-text-bottom span.cat-links a,
body.light-d .post-edit-link,
body.light-d .social-share a .icon,
body.light-d .category p a:hover,
body.light-d .widget-area .widget-title,
body.light-d .widget-area .widget_block h2,
body.light-d .widget-area .widget_block .h2,
body.light-d .widget-area .widget a:hover,
body.light-d .widget-area ul li a:hover,
body.light-d .widget-area ol li a:hover,
body.light-d .single-post-text h1,
body.light-d .single-post-text h2,
body.light-d .single-post-text h3,
body.light-d .single-post-text h4,
body.light-d .single-post-text h5,
body.light-d .single-post-text h6,
body.light-d.woocommerce p.stars a,
body.light-d .product-single .product_meta a,
body.light-d .product-single .sb-price,
body.light-d.woocommerce div.product .product_meta>span>span,
body.light-d input,
body.light-d textarea,
body.light-d a,
body.light-d a:hover,
body.light-d .sb-price-2,
body.light-d .woocommerce-error .showcoupon,
body.light-d .woocommerce-info .showcoupon,
body.light-d .woocommerce-message .showcoupon,
body.light-d .project-completed .prj-slider-nav button:hover i,
body.light-d .addresses .title .edit,
body.light-d .woocommerce-account .addresses .title .edit {
	color: #fff
}

body.light-d .next-prev-projects:hover li a i,
body.light-d .builty-pagination a:hover,
body.light-d .widget-area .widget_tag_cloud .tag-cloud-link,
body.light-d .widget-area .widget_tag_cloud .tag-cloud-link:hover,
body.light-d .pd-details .nav-pills .nav-link.active,
body.light-d .cart-popup,
body.light-d .theme-btn,
body.light-d .contact-us .c-cards .card .address,
body.light-d .pricing-plans .features,
body.light-d .estimated-price .est-form .checkk input:checked+label,
body.light-d .project-completed .prj-slider-nav button i,
body.light-d .mobile-nav.desktop-menu,
body.light-d .about-how-it-works .plans .y-box,
body.light-d .innovation ul li:hover .e-font-icon-svg {
	color: #000
}

body.light-d .counter-style-one .counter-data .count i {
	color: #999;
	-webkit-text-fill-color: #999
}

body.light-d .about-style-one .about-data-right>span,
body.light-d p,
body.light-d .about-style-one .about-data-right .about-info h3,
body.light-d .about-style-one .about-data-right .about-info .h3,
body.light-d .about-style-one .about-data-right .about-info h4,
body.light-d .about-style-one .about-data-right .about-info .h4,
body.light-d .about-style-one .about-data-right .about-info h4,
body.light-d .about-style-one .about-data-right .about-info .h4,
body.light-d .heading>span,
body.light-d .heading-style-2 .data>span,
body.light-d .estimated-price .est-form label,
body.light-d .contact-us .c-cards .card .details>span,
body.light-d .certificates .data>span,
body.light-d .shop-style-one .product h3 a,
body.light-d .shop-style-one .product .h3 a,
body.light-d .project-completed .proj-data .loc-date>div span:last-child,
body.light-d .blog-style-three .blog-posts h3 a,
body.light-d .blog-style-three .blog-posts .h3 a,
body.light-d .blog-style-three .blog-posts .date,
body.light-d .about-first .who-we-are h3,
body.light-d .about-first .who-we-are .h3,
body.light-d .about-first .who-we-are ul li,
body.light-d .blog-style-one .blog-post .blog-author .details h3,
body.light-d .blog-style-one .blog-post .blog-author .details .h3,
body.light-d .c-circle li,
body.light-d .category p a,
body.light-d .category.social-medias ul li a,
body.light-d .blog-detail.detail-page .comment .c-data p,
body.light-d .comment .c-data span,
body.light-d .cart .cart-table .c-c .c-data h2 a,
body.light-d .cart .cart-table .c-c .c-data .h2 a,
body.light-d .billing .nice-select,
body.light-d .billing input::placeholder,
body.light-d .billing select::placeholder,
body.light-d .checkout .billing input::placeholder,
body.light-d .checkout .billing .nice-select::placeholder,
body.light-d .checkout .order-note textarea::placeholder,
body.light-d .checkout .billing input,
body.light-d .innovation ul li p,
body.light-d .innovation ul li i,
body.light-d .box form .remember label,
body.light-d .pd-quality span,
body.light-d .pd-cat-tags ul li ul.pd-cat li a,
body.light-d .pd-cat-tags ul li ul.pd-tag li a,
body.light-d .pd-cat-tags ul li ul.pd-sku li a,
body.light-d .pd-cat-tags ul li ul.pd-sku li,
body.light-d .sm-circle li,
body.light-d .detail-page .include li,
body.light-d .construction-services .services-nav ul li button.nav-link,
body.light-d .team-detail .team-data .t-contact span,
body.light-d .team-detail .fav-project .f-p-box .f-p-contact li span,
body.light-d .team-detail .fav-project .f-p-box .f-p-contact li p,
body.light-d .fav-project .f-p-box .f-p-contact li span,
body.light-d .fav-project .f-p-box .f-p-contact li p,
body.light-d .client-review-slider .slider-data p,
body.light-d .client-review-slider .slider-data .bio .details h3,
body.light-d .client-review-slider .slider-data .bio .details .h3,
body.light-d .client-review-slider .slider-data .bio .details p,
body.light-d .client-review-style-one .head-review>span,
body.light-d .project-completed .proj-data h3,
body.light-d .project-completed .proj-data .h3,
body.light-d .heading.heading-style-3 p span span,
body.light-d .single-post-text,
body.light-d .elementor-widget-text-editor,
body.light-d .widget-area .widget a,
body.light-d .widget-area ul li a,
body.light-d .widget-area ol li a,
body.light-d .woocommerce-Reviews .comment-form label,
body.light-d .product-single .sb-price del,
body.light-d .sb-price-1,
body.light-d .select2-container--default .select2-selection--single .select2-selection__rendered,
body.light-d .woocommerce-error,
body.light-d .woocommerce-info,
body.light-d .woocommerce-message,
body.light-d .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a,
body.light-d .woocommerce form .form-row label,
body.light-d.woocommerce-page form .form-row label,
body.light-d .blog-style-three .blog-heading>span,
body.light-d .revolution .head>span {
	color: #999
}

body.light-d .innovation ul li .e-font-icon-svg {
	fill: #999
}

body.light-d .project-style-one,
body.light-d .shop-style-one,
body.light-d .certificates .c-slider .c-main .c-first,
body.light-d .service-style-one .service-data:before,
body.light-d .contact-us .c-cards .card.active,
body.light-d .team-style-one .team-data .team-image:before,
body.light-d .service-style-two .service-two-box .service-two-icon:before,
body.light-d .estimated-price,
body.light-d .light-bg-color,
body.light-d .category:not(:last-child),
body.light-d .category.shape.form,
body.light-d .form form textarea,
body.light-d .form form input,
body.light-d .cart .cart-table li:nth-child(even),
body.light-d .accordion-body,
body.light-d .checkout .order-note textarea,
body.light-d .contact-form-2 .info,
body.light-d .contact-faqs .acc2,
body.light-d .box.login,
body.light-d .box input,
body.light-d .builty-pagination ul.pagination li a,
body.light-d .pd-details .nav-pills .nav-link,
body.light-d .team-detail .team-data .t-tel,
body.light-d .blog-style-two .blog-item:before,
body.light-d .blog-style-two .owl-item.center .blog-item:before,
body.light-d .construction-services .tab-content>.tab-pane figure figcaption body.light-d .nice-select .option:hover,
body.light-d .nice-select .option.focus,
body.light-d .nice-select .option.selected.focus,
body.light-d .nice-select .option,
body.light-d .nice-select .list,
body.light-d .woocommerce form .form-row input.input-text,
body.light-d .woocommerce form .form-row textarea,
body.light-d .woocommerce form .form-row textarea.input-text,
body.light-d .select2-container--default .select2-selection--single,
body.light-d .woocommerce form.checkout_coupon,
body.light-d .woocommerce form.login,
body.light-d .woocommerce form.register,
body.light-d .woocommerce table.shop_table,
body.light-d #add_payment_method #payment,
body.light-d .woocommerce-cart #payment,
body.light-d .woocommerce-checkout #payment,
body.light-d .woocommerce .woocommerce-customer-details address {
	background-color: #0f0f0f
}

body.light-d .counter-style-one .counter-data h4,
body.light-d .counter-style-one .counter-data .h4,
body.light-d .team-style-one .team-data .team-info p {
	color: #999;
	-webkit-text-fill-color: #999
}

body.light-d .counter-style-one,
body.light-d .project-style-one .project-post .project-data,
body.light-d .core-features,
body.light-d .our-goal,
body.light-d .certificates,
body.light-d .certificates .c-slider .owl-nav,
body.light-d .contact-us,
body.light-d .client-review-style-one,
body.light-d .client-style-one,
body.light-d .blog-style-one,
body.light-d .shop-style-one .product,
body.light-d .project-completed,
body.light-d .estimated-price .bg-wh,
body.light-d .blog-style-two,
body.light-d .acc2 .accordion-item h2:before,
body.light-d .acc2 .accordion-item .h2:before,
body.light-d .about-how-it-works .plans,
body.light-d .checkout .billing input,
body.light-d .checkout .billing .nice-select,
body.light-d .pd-quality input,
body.light-d .shop-style-one.addition .grid .product .btn-hover figure:before,
body.light-d .category {
	background-color: #000
}

body.light-d .core-features .accordion-item,
body.light-d .contact-form-2 form input,
body.light-d .contact-form-2 form textarea {
	background-color: transparent
}

body.light-d .core-features button.accordion-button:before {
	background-color: #fff
}

body.light-d .client-review-slider .owl-dots button.active,
body.light-d .shop-style-one .p-slider .owl-dots button.active,
body.light-d .blog-style-two .blog-slider .owl-dots button.active,
body.light-d .project-detail-slider .p-d-slider .owl-dots button.active,
body.light-d .project-style-one .project-slider .owl-dots button.active {
	background-color: #fff;
	border-color: #fff
}

body.light-d .service-style-one .service-data h3,
body.light-d .service-style-one .service-data h3 {
	color: #fff
}

body.light-d .team-style-one {
	background-color: #000
}

body.light-d .certificates .c-slider .c-main .c-second>span {
	border-bottom: 1px solid #fff;
	color: #999
}

body.light-d .service-style-one .service-data .svg-icon:before {
	background-color: #000
}

body.light-d img.light-icon {
	display: none
}

body.light-d img.dark-icon {
	display: block
}

body.light-d .blog-style-one .blog-data .blog-date:before {
	border: 3px solid #000
}

body.light-d .certificates .c-slider .owl-nav button {
	border: 1px solid #fff
}

body.light-d .pricing-plans,
body.light-d .service-style-two {
	background-color: #000;
	z-index: 0
}

body.light-d .form-control,
body.light-d .post-navigation a,
body.light-d .post-navigation .sb-link {
	color: #fff
}

body.light-d .service-style-two .service-two-box:hover .service-two-icon:before,
body.light-d .nice-select,
body.light-d input,
body.light-d select {
	background-color: transparent
}

body.light-d .service-style-two .service-two-box .service-two-icon svg,
body.light-d .heading.heading-style-3 svg,
body.light-d .team-style-two .team-data .contact svg {
	fill: #fff
}

body.light-d .service-style-two .service-two-box .service-two-icon img,
body.light-d .service-style-one .service-data .svg-icon img.light-icon,
body.light-d .heading.heading-style-3 img,
body.light-d .team-style-two .team-data .contact img {
	filter: invert(1)
}

body.light-d .service-two-box:hover h3 a,
body.light-d .service-two-box:hover .h3 a,
body.light-d .service-two-box:hover p,
body.light-d .first .tab-data .map-pin .location .data p,
body.light-d .innovation ul li:hover i,
body.light-d .innovation ul li:hover p {
	color: #000
}

body.light-d .contact-us .c-cards .card {
	background-color: #000;
	border: 1px solid #fff
}

body.light-d .history-style-one,
body.light-d .cta-section {
	background-color: #000;
	z-index: 0
}

body.light-d .contact-form-one {
	margin-top: 0;
	padding-top: 120px;
	background-color: #000;
	z-index: 0
}

body.light-d .cart .cart-table .c-c .c-data .cr-svg {
	background-color: #71d98e
}

body.light-d .contact-form-two .c-form-2 {
	margin-top: 0
}

body.light-d .builty-pagination ul.pagination li:first-child a,
body.light-d .builty-pagination ul.pagination li:last-child a,
body.light-d .builty-pagination a.prev,
body.light-d .builty-pagination a.next {
	border-color: #fff
}

body.light-d .shop-style-one.addition .grid .product .btn-hover .theme-btn:hover {
	color: #fff;
	background: 0 0
}

body.light-d .blog-style-two .blog-item .blog-post-num {
	color: #fff;
	-webkit-text-stroke-color: #fff
}

body.light-d .counter-style-one .counter-data .count {
	color: #fff;
	-webkit-text-stroke-color: #fff
}

body.light-d .shop-style-one .p-slider .product figure {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	width: auto;
	padding: 30px 30px 0;
	position: relative;
	background: #fff
}

body.light-d .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
	opacity: 1
}

.footer-style-one .footer-p-2 .footer-col ul li svg,
.contact-form-2 .info ul li svg,
.team-detail .team-data .t-tel .data svg,
.video-play-btn svg {
	fill: #71d98e
}

.video-play-btn i,
.footer-style-one .footer-p-3 .footer-col p i,
.estimated-price .est-form .est-main .est-price span.est-price__value,
.what-we-build .wwb-ul li.active:before,
.w-counter ul li h2,
.first .nav-tabs li button.active,
.footer-style-one .footer-p-2 .footer-col ul li i,
.contact-form-2 .info ul li i,
.team-detail .team-data .t-tel .data i,
body.light-d .social-share a:hover .icon,
.sidebar .widget.widget_recent_entries ul li a:hover {
	color: #71d98e
}

.dark-bg,
.service-style-one .service-data:hover .svg-icon:before,
.about-style-one .about-data-left:before,
.counter-style-one .counter-data:before,
.project-style-one .project-post .project-data:hover .project-icon,
.project-style-one:before,
.team-style-one .open .team-data .team-image:before,
.theme-btn,
.theme-btn:hover i:after,
.featured-slider-one .owl-item.active:before,
.featured-slider-one .owl-item.active:after,
.team-style-one .team-slider-nav button:hover:before,
.core-features .accordion-button:not(.collapsed),
.core-features .video:before,
.core-features .shape:before,
.renovation:before,
.renovation:after,
.renovation .reno-data:before,
.client-review-slider .slider-data .bio .icon,
.blog-style-one .blog-data .blog-date,
.blog-style-one .blog-data .blog-date:before,
.blog-style-one .blog-post .blog-image a:before,
.blog-style-one .blog-post .blog-image:before,
.footer-style-one .footer-p-2 .footer-col form button:before,
.desktop-nav .nav-bar ul>li ul.sub-menu li a:hover:before,
.desktop-nav .nav-bar>ul>li.menu-item-has-children>ul.sub-menu:before,
.our-goal .data figure:before,
.pricing-plans .price-box:hover .theme-btn,
.pricing-plans .features,
.service-style-two .service-two-box:hover:before,
.service-style-two .service-two-box.last span,
.certificates .data figure:before,
.certificates .c-slider .c-main .c-first figure:before,
.blog-style-two .blog-item .blog-date:before,
.blog-style-two .blog-item:before,
.blog-slider .owl-stage .owl-item.active:nth-child(2) .blog-item:before,
.estimated-price .est-form .checkk input:checked+label,
.estimated-price:before,
.estimated-price:after,
.contact-us .c-data ul li a i:before,
.contact-us .c-cards .card .address,
.heading.heading-style-3 h2 span:before,
.history-style-one .history-data a,
.cta-section .cta-data figure:before,
.ratings,
.team-style-two .team-social-medias>a,
.team-style-two .team-data:before,
.project-completed .prj-slider-nav button,
.project-completed .proj-image figure:before,
.project-completed .proj-image figure:after,
.contact-form-one .accordion-button:not(.collapsed),
.contact-form-one:before,
.blog-style-three .blog-posts .date:before,
.featured-section-three .image:before,
.featured-section-three .image:after,
.about-how-it-works .y-box,
.contact-form-2 .bio,
.video-popup:before,
.innovation ul li:hover,
.builty-pagination a:hover,
.sidebar .box h3:before,
.sidebar .widget h4.widget-title:before,
.sidebar .widget h3:before,
.sidebar .widget h2:before,
.sidebar .box.recent-posts ul li:hover a,
.what-we-build .wwb-ul li.active figure:before,
.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li a:before,
.project-d-detail .icon,
.next-prev-projects li a,
.next-prev-projects li a:hover,
.comment .c-data .c-r-btn,
.team-detail .image figure:before,
.desktop-nav .extras .slideDown,
.pd-details .nav-pills .nav-link.active,
body.light-d .pd-details .nav-pills .nav-link.active,
.rev-tab .total-reviews,
.cart .update-cart form button,
.cart-t-payment-m .payment-method button,
.history .h-box figure:before,
#timeline .fill,
.popups.modal:before,
.desktop-nav .extras a.pr-cart>span,
.cart-popup .cart-btns a.checkout,
.preloader,
.mobile-nav.desktop-menu,
.gallery-style-one a:before,
.cart .cart-table .c-c .c-data .cr-svg:hover,
.first .tab-data .map-pin,
.first .tab-data .map-pin .location {
	background-color: #71d98e
}

.service-style-one .service-data .icon,
.service-style-one .service-data .svg-icon:before,
.project-style-one .project-post .project-data:hover,
.theme-btn,
.featured-slider-one .owl-nav button,
.team-style-one .team-slider-nav button:hover,
.video-play-btn,
.footer-style-one .footer-p-2 .footer-col form button:before,
.footer-style-one .footer-p-3 .footer-col a:hover:after,
.footer-style-one .footer-p-3 .footer-col a:after,
.mobile-nav.desktop-menu .social-medias a:hover:after,
.mobile-nav.desktop-menu .social-medias a:after,
.desktop-nav .nav-bar ul>li.menu-item-has-children>ul.sub-menu,
.pricing-plans .price-box:hover .theme-btn,
.certificates .data .extras:before,
.certificates .c-slider .c-main .c-first,
.estimated-price .est-form .checkk label,
.form-control:focus,
.contact-us .c-data ul li a.active img,
.contact-us .c-data ul li a.active:before,
.project-completed .prj-slider-nav button,
.contact-form-one .accordion-button:focus,
textarea:focus,
textarea:focus-visible,
.construction-services .services-nav ul li button.nav-link.active,
.builty-pagination a.prev:hover,
.builty-pagination a.next:hover,
.builty-pagination a.page-numbers:hover,
.blog-style-one.blog-style-three .blog-data .blog-date,
.next-prev-projects li a:hover,
.category.social-medias ul li a:after,
.category.shape.form form input:focus,
.pd-quality input:focus,
.cart .c-c .c-quality input:focus,
.cart .cart-table,
.checkout .billing form input:focus,
.cart-t-payment-m .payment-method button,
.cart-popup .cart-btns a.checkout,
.box form input:focus,
.featured-slider-one .owl-nav button.owl-prev:before,
.featured-slider-one .owl-nav button.owl-next:before,
.cart .cart-table .c-c .c-data .cr-svg:hover,
.first .tab-data .map-pin .location {
	border-color: #71d98e
}

@media(max-width: 1800px) {
	.project-completed .proj-image figure:after {
		right: -47%
	}
}

@media(max-width: 1700px) {
	.cart-popup {
		right: 20%
	}

	.contact-us .heading h2 {
		width: 35%
	}

	.project-completed .proj-image figure:after {
		right: -49%
	}
}

@media(max-width: 1600px) {

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 67px;
		line-height: 87px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		width: 95%
	}

	.project-completed .proj-image figure:after {
		right: -51%
	}
}

@media(max-width: 1500px) {
	.cart-popup {
		right: 15%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 45%
	}

	.contact-form-one:before {
		left: 90%
	}

	.project-completed .proj-image figure:after {
		right: -53%
	}

	.project-completed .prj-slider {
		padding-left: 5%
	}

	.contact-us .heading h2 {
		width: 40%
	}

	.about-style-two .about-two-data .details {
		padding: 45px 40px
	}

	.heading.heading-style-3 h2 {
		width: 65%
	}

	.about-style-two .about-two-data a {
		left: 40px
	}

	.about-style-two .about-two-data a {
		width: 80px;
		height: 80px
	}

	.cta-section .cta-data figure:before {
		left: 50%
	}

	.shop-style-one .p-slider .owl-item.active.center .product {
		margin: 45px 0 !important
	}

	.shop-style-one .p-slider .owl-item.active.center .product figure img {
		height: 200px
	}

	.team-style-two .team-data .team-image {
		right: -155px
	}

	.team-style-two .team-data .team-image img {
		width: 210px
	}
}

@media(max-width: 1400px) {
	.certificates .c-slider .c-main .c-second h3 {
		width: 100%
	}

	.certificates .c-slider .owl-nav {
		bottom: -60px;
		left: 58%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 5%
	}

	.renovation .reno-data:before {
		width: 200px
	}

	.renovation:before,
	.renovation:after {
		width: 300px
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 65px
	}

	.client-slider.owl-carousel .owl-item img {
		width: 70% !important
	}

	.history .full .h-box p {
		width: 45%
	}

	.footer-style-one .footer-p-2 .footer-col p {
		width: 85%
	}

	.pd-data h2 {
		font-size: 32px;
		line-height: 42px
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 440px;
		height: 640px
	}

	.featured-slider-two .s-item .s-second figure {
		transform: translate(-30%) skew(-23deg, 0deg)
	}

	.team-style-one .owl-item.open.active {
		width: 11% !important
	}

	.core-features .shape:before {
		left: 90px
	}

	.core-features .video:before {
		left: 120px
	}

	.renovation .reno-data p {
		width: 55%
	}

	.renovation .reno-data:before {
		right: 0
	}

	.shop-style-one.addition .list .p-slider>div {
		width: 30%
	}

	.project-completed.our-projects-one .proj-data {
		width: 100%
	}

	.contact-form-one.contact-form-two:before {
		left: 83%
	}

	.core-values ul li:nth-child(even) .data {
		padding-right: 80px;
		padding-left: 50px
	}

	.core-values ul li:nth-child(even) .image {
		padding-left: 80px;
		padding-right: 0
	}

	.core-values ul li:nth-child(odd) .data {
		padding-left: 80px
	}

	.innovation ul li {
		padding-left: 20px
	}

	.video-popup .video-play-btn {
		left: 60%
	}

	.contact-faqs .heading h2 {
		width: 55%
	}

	.about-how-it-works .plans {
		padding: 35px 20px 30px 25px
	}

	.featured-section-three .data h2,
	.about-first .who-we-are p {
		width: 100%
	}

	.featured-section-three {
		padding-top: 200px;
		height: 1050px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 500px
	}

	.featured-section-three .info {
		padding-top: 40px
	}

	.featured-section-three .image:before {
		left: 14%
	}

	.featured-section-three .image:after {
		left: -21%
	}
}

@media(max-width: 1366px) {
	img#theme-icon {
		margin-left: 40px
	}

	.core-features .space {
		padding: 70px 0
	}

	.team-detail .fav-project .f-p-box h2 {
		font-size: 20px
	}

	.blog-style-three .blog-posts h3 {
		font-size: 20px
	}

	.project-completed .proj-data {
		width: 80%
	}

	.client-review-style-one .head-review h3 {
		margin-bottom: 40px
	}

	.project-d-detail .data {
		padding: 20px
	}

	.certificates .data h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px
	}

	.blog-style-two .blog-item h2 a {
		font-size: 22px
	}

	.certificates .c-slider .c-main .c-first figure:before {
		content: "";
		width: 110px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 9%
	}

	.mobile-nav {
		padding: 40px 30px 15px
	}

	.mobile-nav.desktop-menu {
		padding: 30px
	}

	.featured-slider-one .owl-item.active:before {
		content: "";
		width: 400px
	}

	.data.space {
		width: 75%
	}

	.blog-style-two .blog-item h2 {
		width: 100%
	}

	.history .left .h-box figure:before {
		right: -122px
	}

	.history .right .h-box figure:before {
		left: -122px
	}

	.contact-form-one:before {
		left: 95%
	}

	.contact-form-one .heading h2 {
		width: 53%
	}

	.project-completed .proj-image figure:after {
		right: -57%
	}

	.project-completed .prj-slider {
		padding-left: 9%
	}

	.project-completed .proj-data {
		width: 87%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 50%
	}

	.about-style-one .about-data-left:before {
		width: 275px;
		height: 550px;
		left: 43%
	}

	.about-style-one .about-data-left {
		padding-top: 45px
	}

	.about-style-one .about-data-right {
		padding-top: 60px
	}

	.about-style-one .about-data-right .about-info {
		padding-left: 60px
	}

	.about-style-one .about-data-right h2 {
		margin-bottom: 30px
	}

	.project-style-one .project-post .project-data .project-icon {
		transform: skew(-23deg, 0deg);
		right: -23px
	}

	.project-style-one .project-post .project-data:hover .project-icon {
		right: 35px
	}

	.heading h2,
	.heading-style-2 .data h2,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.client-review-slider .slider-data h3,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 45px
	}

	.core-features .accordion-header {
		width: 60%
	}

	.renovation:after {
		right: -25%
	}

	.client-review-slider .slider-data p {
		width: 100%
	}

	.desktop-nav .nav-bar .extras .menu-start svg {
		margin-left: 15px;
		margin-right: 25px
	}

	.desktop-nav .nav-bar .extras .slideDown svg {
		margin-left: 20px
	}

	.our-goal .data p {
		width: 88%
	}

	.estimated-price:after {
		right: -53%
	}

	.estimated-price:before {
		left: 75%
	}

	.contact-us .heading h2 {
		width: 60%
	}
}

@media(max-width: 1200px) {
	.header-style-one {
		position: relative;
		background-color: #000
	}

	.desktop-nav .nav-bar .extras .menu-start svg {
		margin-right: 15px
	}

	.conslt-popup .contact-form-one .c-form-2 {
		margin-top: 0
	}

	.first .tab-data .map-pin .location {
		height: 180px
	}

	.first .tab-data .map-pin .location figure img {
		width: 210px;
		height: 100px
	}

	.desktop-nav .extras .menu-start {
		display: block
	}

	.desktop-nav .extras #desktop-menu {
		display: none
	}

	.cart-t-payment-m .payment-method button {
		font-size: 20px;
		padding: 15px 50px;
		margin-top: 15px
	}

	.cart-total-box .total ul li span {
		font-size: 22px
	}

	.team-detail .team-data .t-tel .data .t-sec span {
		display: flex
	}

	.team-detail .fav-project .f-p-box .f-p-contact {
		margin-top: 15px
	}

	.team-detail .team-data .t-tel {
		margin-top: 60px
	}

	.team-detail .fav-project .f-p-box {
		padding: 20px 30px
	}

	.team-detail .fav-project .f-p-box .f-p-btn {
		margin-top: 20px
	}

	.next-prev-projects li a {
		width: 80px;
		height: 80px
	}

	.project-completed.our-projects-one .proj-data {
		width: 100%
	}

	.blog-style-one.blog-style-three .blog-data {
		padding: 30px 20px 20px
	}

	.blog-style-one.blog-style-three .blog-post h2,
	.blog-detail .blog-post h2 {
		font-size: 30px;
		line-height: 40px
	}

	.history .full .h-box figure {
		height: 500px
	}

	.history .left .h-box figure:before {
		right: -106px
	}

	.history .heading h2 {
		margin-bottom: 70px
	}

	.revolution .head p {
		margin-top: 0
	}

	.innovation ul li {
		width: 50%
	}

	.banner-style-one {
		padding-top: 80px
	}

	.about-key-benefits .data ul li i {
		color: #47d562;
		font-size: 18px;
		margin-right: 20px;
		line-height: 28px
	}

	.about-key-benefits .data ul li {
		padding-bottom: 15px;
		padding-top: 15px
	}

	.featured-slider-two .s-item .s-second figure {
		height: 280px
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 385px;
		height: 500px
	}

	.featured-slider-two .s-item .s-second {
		width: 100%
	}

	.featured-slider-two .active .s-item .s-second {
		width: 40%
	}

	.featured-slider-two .s-item .s-first .theme-btn {
		margin-top: 30px
	}

	.featured-slider-two {
		padding-top: 50px
	}

	.contact-form-one .c-form-2 {
		margin-top: 40px
	}

	.project-completed .proj-data .loc-date {
		margin-top: 30px
	}

	.project-completed .proj-data h3 {
		font-size: 35px
	}

	.featured-section-three .data.space {
		width: 90%
	}

	.featured-section-three {
		padding-top: 50px;
		height: auto;
		padding-bottom: 40px
	}

	.featured-section-three .data h2 {
		font-size: 50px;
		line-height: 70px
	}

	.team-style-two .team-data .team-image img {
		height: 250px
	}

	.team-style-two .team-data .contact {
		margin-top: 15px
	}

	.team-style-two .team-social-medias {
		margin-right: 0
	}

	.team-style-two .team-data .team-image {
		right: 0;
		position: relative;
		top: 0;
		transform: unset
	}

	.team-style-two .team-data:before {
		display: none
	}

	.team-style-two .team-data .team-image img,
	.team-style-two .team-social-medias {
		margin-top: 30px
	}

	.featured-section-three .image:before {
		width: 280px;
		left: 20%
	}

	.footer-style-one .footer-p-1 {
		padding: 80px 0
	}

	.contact-us .c-cards {
		margin-top: 60px
	}

	.contact-us .c-data ul li:nth-child(4) {
		bottom: 90px;
		left: 200px
	}

	.contact-us .c-data ul li:nth-child(5) {
		top: 50px;
		left: 83px
	}

	.contact-us .c-data ul li:nth-child(3) {
		top: 167px;
		right: 370px
	}

	.blog-style-two .blog-item .blog-post-num {
		font-size: 40px;
		margin-bottom: 10px
	}

	.blog-style-two .blog-item h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
		margin-top: 5px
	}

	.blog-style-two .blog-item {
		padding: 25px
	}

	.certificates .c-slider .owl-nav {
		bottom: -60px;
		left: 50%
	}

	.certificates .c-slider .c-main .c-second h3 {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		margin-bottom: 15px
	}

	.certificates .data h2 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 20px
	}

	.service-style-two .service-two-box .service-two-icon:before {
		left: -10px
	}

	.service-style-two .service-two-box .service-two-icon {
		width: 95px;
		height: 110px
	}

	.service-style-two .service-two-box {
		padding: 30px 30px 0
	}

	.what-we-build .wwb-ul li figure {
		padding-top: 20px;
		top: -50px
	}

	.what-we-build .wwb-ul li figure:before {
		width: 150px
	}

	.what-we-build .wwb-ul li figure img {
		width: 330px;
		height: 230px
	}

	.what-we-build .wwb-ul li {
		padding-left: 50px;
		flex-wrap: wrap
	}

	.what-we-build .wwb-ul li .location,
	.what-we-build .wwb-ul li h3,
	.certificates .c-slider .c-main .c-second h3,
	.team-style-two .team-data {
		width: 100%
	}

	.pricing-plans .features {
		padding: 40px 30px;
		clip-path: unset;
		bottom: 0
	}

	.pricing-plans .price-box {
		padding: 30px 30px 120px
	}

	.pricing-plans .price-box h2 {
		font-size: 55px;
		margin-right: 10px
	}

	.our-goal .data p,
	.pricing-plans .price-box>p {
		width: 100%
	}

	.our-goal .heading h2 {
		width: 70%
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 50px;
		line-height: 60px
	}

	.featured-slider-two {
		height: auto
	}

	.featured-slider-two .f-2-s-nav {
		bottom: 20px;
		right: 60px
	}

	.featured-slider-two .s-item .s-first .theme-btn {
		margin-top: 40px
	}

	.featured-slider-two .s-item .s-second figure {
		transform: translate(-8%) skew(-23deg, 0deg)
	}

	.featured-slider-one .owl-item.active:after {
		width: 250px;
		height: 450px;
		right: 4.5%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data,
	.featured-slider-one .owl-item.active:after {
		top: 50%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 60px;
		line-height: 70px
	}

	.desktop-nav .nav-bar>ul,
	.desktop-nav .nav-bar .extras .theme-btn {
		display: none
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 60%
	}

	.featured-slider-one .owl-item.active:before {
		width: 400px
	}

	.footer-first {
		flex-wrap: wrap
	}

	.footer-first .footer-logo,
	.footer-first .contact-info {
		width: 100%;
		margin-bottom: 30px
	}

	.footer-first .contact-info {
		justify-content: flex-start
	}
}

@media(max-width: 1030px) {
	.shop-style-one .p-slider .product {
		width: 95%
	}

	.where-we-work .second .des {
		width: 100%
	}

	.where-we-work .first .nav-tabs li {
		margin-right: 20px
	}

	.w-counter ul li h2 {
		font-size: 80px;
		line-height: 80px
	}

	.w-counter ul {
		margin-top: 50px
	}

	.w-counter ul li {
		margin-top: 30px
	}

	.cart .cart-table .c-c .c-price .orgnl,
	.cart .cart-table .c-c .c-total span,
	.cart .cart-table .c-c .c-quality input {
		font-size: 18px
	}

	.team-detail .team-data .t-tel {
		background: #000;
		width: 100%;
		padding: 30px
	}

	.project-completed.our-projects-one .data figure img {
		height: 400px;
		width: 100%
	}

	.project-completed.our-projects-one .proj-data p {
		width: 90%;
		margin-top: 15px
	}

	.about-first .who-we-are ul {
		margin-bottom: 40px
	}

	.detail-page p,
	.detail-page h3 {
		margin: 20px 0
	}

	.video-popup:before {
		width: 300px
	}

	.blog-style-one.blog-style-three .blog-post {
		margin-bottom: 30px
	}

	.contact-form-2 .info {
		padding: 20px 15px
	}

	.contact-faqs .acc2 {
		padding: 0 0 80px;
		margin-bottom: 0
	}

	.innovation ul li {
		height: 80px;
		padding-left: 10px
	}

	.client-review-slider .slider-data h3 {
		margin-bottom: 30px
	}

	.featured-slider-two .active .s-item .s-first {
		width: 50%
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 330px;
		height: 400px
	}

	.featured-slider-two .s-item .s-second figure {
		width: 220px;
		height: 200px
	}

	.our-goal .heading h2 {
		width: 80%
	}

	.blog-style-two .blog-item>a {
		margin-top: 25px
	}

	.blog-style-two .blog-slider .owl-dots {
		margin-top: 40px
	}

	.contact-form-one {
		padding-bottom: 50px
	}

	.blog-style-three .blog-heading {
		margin-top: 0;
		margin-bottom: 40px
	}

	.blog-style-three .blog-heading .theme-btn {
		margin-top: 20px
	}

	.blog-style-three .blog-heading h2 {
		margin-bottom: 20px
	}

	.project-completed .proj-image figure:before,
	.project-completed .proj-image figure:after {
		width: 250px
	}

	.project-completed .proj-data p {
		width: 100%
	}

	.project-completed .proj-data .loc-date {
		margin-top: 30px
	}

	.project-completed .proj-data h3 {
		font-size: 30px
	}

	.counter-style-one .counter-data .count {
		font-size: 65px
	}

	.renovation .reno-data p {
		width: 75%
	}

	.core-features button.accordion-button:before {
		right: 8px;
		transform: skew(-19deg, 0deg)
	}

	.core-features .accordion-header {
		width: 70%
	}

	.team-style-one .owl-item.active {
		width: 15% !important
	}

	.team-style-one .owl-item.open.active {
		width: 8% !important
	}

	.team-style-one .owl-item {
		opacity: 1;
		visibility: visible
	}

	.featured-slider-one .owl-item.active:before {
		width: 265px
	}

	.featured-slider-one .owl-item.active:after {
		width: 170px;
		height: 75%
	}

	.featured-slider-one .owl-item.active:after {
		right: 6.5%
	}

	.featured-slider-one .owl-nav button:first-child {
		margin-right: 5px
	}

	.featured-slider-one .owl-nav button {
		width: 50px;
		height: 70px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 5%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 50px;
		line-height: 60px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p,
	.service-style-one .service-data {
		width: 100%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		margin-bottom: 40px
	}

	.about-style-one .about-data-right .about-info p {
		padding-right: 0
	}

	.about-style-one .about-data-right .about-info {
		padding-left: 0
	}

	.about-style-one .about-data-left:before {
		height: 110%
	}

	.footer-style-one .footer-p-2 {
		padding: 80px 0
	}

	.renovation .reno-data h3 {
		line-height: 60px
	}

	.gap {
		padding: 80px 0
	}

	.no-top {
		padding-top: 0
	}

	.no-bottom {
		padding-bottom: 0
	}

	.renovation .reno-data h2 {
		font-size: 80px
	}

	.project-completed .prj-slider {
		padding-left: 4%
	}

	.shop-style-one.addition .p-slider div:nth-child(even) .product img,
	.shop-style-one.addition .p-slider .row.products div:nth-child(even) .product img {
		height: 290px
	}
}

@media(max-width: 992px) {
	.product-single .sb-product-bottom .more {
		padding-bottom: 80px
	}

	.blog-detail figure {
		margin-bottom: 20px
	}

	.blog-style-three .blog-post .blog-image img {
		height: 320px
	}

	.cart .cart-table.head {
		display: none
	}

	.cart-total-box {
		margin-left: 0
	}

	.cart-total-box .final {
		padding: 25px;
		padding-top: 0
	}

	.cart .update-cart form input,
	.cart .update-cart form button {
		height: 65px
	}

	.cart .cart-table .c-c .c-data {
		width: 100%;
		margin-bottom: 20px
	}

	.cart .cart-table .c-c {
		flex-wrap: wrap
	}

	.cart .cart-table .c-c .c-quality,
	.cart .cart-table .c-c .c-price,
	.cart .cart-table .c-c .c-total {
		width: 25%
	}

	.cart .cart-table .c-c .c-quality input {
		height: 50px;
		font-size: 18px
	}

	.where-we-work .second {
		padding-top: 50px
	}

	.certificates .data {
		padding-right: 0
	}

	.w-counter ul li {
		margin-top: 20px
	}

	.w-counter ul li h2 {
		font-size: 70px;
		line-height: 70px
	}

	.pd-details .tab-content,
	.pd-details .nav {
		width: 100%
	}

	.pd-details .more {
		flex-wrap: wrap
	}

	ul.pd-price {
		margin-top: 30px
	}

	.what-we-build .wwb-ul li h3 a {
		color: #fff
	}

	.what-we-build .heading-style-2 {
		margin-bottom: 40px
	}

	.what-we-build .wwb-ul li.active figure {
		display: none
	}

	.client-review-style-one .head-review h3 {
		margin-bottom: 10px
	}

	.team-style-one .team-slider-nav button i {
		transform: unset
	}

	.question ul {
		margin-bottom: 50px
	}

	.question {
		margin-bottom: 30px
	}

	.box.register {
		margin-top: 30px
	}

	.checkout .order-note textarea {
		height: 250px
	}

	.checkout .billing,
	.cart-t-payment-m .payment-method,
	.cart-t-payment-m .cart-total-box {
		width: 100%
	}

	.cart-t-payment-m .payment-method {
		height: auto;
		padding: 25px
	}

	.checkout .cart-t-payment-m .payment-method .custom-radio {
		margin-bottom: 20px
	}

	.cart-t-payment-m .payment-method h3 {
		margin-bottom: 25px
	}

	.cart-t-payment-m .payment-method h3,
	.cart-total-box .final h4 {
		font-size: 25px
	}

	.cart-t-payment-m {
		margin-top: 30px;
		flex-wrap: wrap
	}

	.checkout .cart-t-payment-m .cart-total-box .final {
		padding: 0;
		padding-bottom: 20px
	}

	.cart-total-box .total {
		padding: 15px
	}

	.shop-style-one.addition .grid .product,
	.cart-t-payment-m .cart-total-box {
		margin-bottom: 30px
	}

	.shop-style-one.addition .p-slider div:nth-child(even) .product img,
	.shop-style-one.addition .p-slider div .product img {
		height: 290px
	}

	.shop-style-one .product .price-range span {
		font-size: 18px
	}

	.shop-style-one.addition .row.list>div .product {
		flex-wrap: wrap;
		padding: 20px
	}

	.shop-style-one.addition .row.list>div .product .main-data {
		flex-wrap: wrap;
		width: 100%
	}

	.shop-style-one.addition .row.list>div .product .main-data figure {
		border: 1px solid #c1c1c1
	}

	.shop-style-one.addition .row.list>div .product .data {
		padding: 0;
		padding-top: 20px;
		width: 100%;
		border: 0
	}

	.shop-style-one.addition .row.list>div .product .theme-btn {
		margin-top: 20px
	}

	.team-detail .fav-project .row .col-lg-4:before {
		bottom: 47px
	}

	.team-detail .fav-project .f-p-box {
		margin-bottom: 30px
	}

	.team-detail .image {
		padding-left: 0
	}

	.team-detail .team-data .t-social {
		margin-top: 20px
	}

	.team-detail .team-data .t-tel {
		margin-top: 40px
	}

	.next-prev-projects {
		background: #000;
		height: 80px;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9;
		left: 0
	}

	.next-prev-projects .prev,
	.next-prev-projects .next {
		top: 50%;
		transform: translateY(-50%)
	}

	.next-prev-projects li a i {
		font-size: 22px;
		color: #fff
	}

	.next-prev-projects li a {
		width: 60px;
		height: 60px;
		border-color: #fff
	}

	.project-detail-slider .p-d-slider img {
		height: 500px
	}

	.project-completed.our-projects-one .data {
		padding-bottom: 60px
	}

	.project-completed.our-projects-one .proj-data {
		padding-top: 60px
	}

	.service-detail-first .s-d-gallery figure {
		margin-bottom: 20px
	}

	.service-detail-first .s-d-gallery {
		margin-bottom: 0
	}

	.video-popup:before {
		width: 250px
	}

	.service-style-one .service-data:before {
		height: 100%
	}

	.service-style-one .service-data h3 {
		margin-top: 30px
	}

	.service-style-one .service-data p {
		margin-bottom: 20px
	}

	.service-style-one .service-data .svg-icon {
		width: 120px;
		height: 120px
	}

	.service-style-one .service-data .svg-icon img {
		width: 55px;
		height: 55px
	}

	.service-style-one .service-data .icon {
		transform: unset;
		opacity: 1;
		visibility: visible
	}

	ul.social-medias {
		margin-top: 15px
	}

	.contact-map iframe {
		height: 400px
	}

	.contact-form-2 form button {
		margin-top: 0
	}

	.contact-form-2 .bio {
		margin-top: 50px
	}

	.contact-form-2 .data h2 {
		margin-bottom: 15px
	}

	.history .h-box figure:before {
		top: 52%
	}

	.history .heading h2 {
		margin-bottom: 50px
	}

	.history .full .h-box figure {
		height: 400px
	}

	.history .full .h-box p {
		width: 100%
	}

	.history .full,
	.history .right,
	.history .left {
		margin-top: 20px
	}

	.history .h-box h2 {
		font-size: 70px;
		margin-top: 10px
	}

	.history .left .h-box figure:before,
	.history .right .h-box figure:before {
		right: 0;
		left: -58px
	}

	#timeline {
		left: -30px
	}

	.revolution .head p {
		margin-top: 15px
	}

	.core-values ul li .data h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px
	}

	.core-values ul li {
		flex-wrap: wrap
	}

	.core-values ul li:nth-child(odd) .data {
		padding-left: 0
	}

	.core-values ul li:nth-child(odd) .data,
	.core-values ul li .image,
	.core-values ul li:nth-child(even) .image,
	.core-values ul li:nth-child(even) .data {
		width: 100%
	}

	.core-values ul li .image {
		padding-right: 0;
		margin-top: 30px
	}

	.core-values ul li:nth-child(even) .image {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		order: 2
	}

	.core-values ul li:nth-child(even) .data {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
		order: 1
	}

	.counter-style-one .counter-data.upper-space {
		margin-top: 0
	}

	.counter-style-one .counter-data {
		margin-bottom: 50px
	}

	.about-first .who-we-are p {
		margin-bottom: 20px
	}

	.about-first .who-we-are ul {
		margin-bottom: 0
	}

	.about-first .who-we-are.space {
		margin-top: 40px
	}

	.about-key-benefits .row>div:first-child .data {
		margin-bottom: 30px
	}

	.featured-slider-two .f-2-s-nav {
		bottom: 20px;
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		text-align: center
	}

	.featured-slider-two {
		padding-top: 50px;
		padding-bottom: 100px
	}

	.featured-slider-two .s-item .s-first .theme-btn {
		margin-top: 30px
	}

	.featured-slider-two .s-item .s-first p {
		margin-top: 10px
	}

	.featured-slider-two .active .s-item .s-second {
		margin-top: 40px
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 100%
	}

	.featured-slider-two .active .s-item {
		flex-wrap: wrap
	}

	.featured-slider-two .s-item .s-second {
		opacity: 0
	}

	.featured-slider-two .s-item .s-second img,
	.featured-slider-two .active .s-item .s-second figure {
		transform: unset;
		width: 100%
	}

	.featured-slider-two .active .s-item .s-second {
		opacity: 1
	}

	.featured-slider-two .active .s-item .s-first,
	.featured-slider-two .active .s-item .s-second {
		width: 100%
	}

	.featured-section-three .image:before {
		width: 100px
	}

	.blog-style-three .blog-posts li {
		width: 45%
	}

	.featured-section-three .data.space {
		width: 100%;
		margin-top: 20px
	}

	.contact-form-one .c-form-2 form button.theme-btn {
		margin-top: 0
	}

	.contact-form-one:before {
		height: 50%
	}

	.nice-select,
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=address],
	input[type=password],
	input[type=number],
	select {
		height: 60px
	}

	.acc2 .accordion-item button.collapsed:before {
		border-top: 60px solid #fff
	}

	.acc2 .accordion-item button:before {
		border-top: 60px solid #71d98e
	}

	.acc2 .accordion-item button {
		font-size: 18px;
		height: 60px;
		padding: 10px 20px
	}

	.blog-style-three .blog-posts h3 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
		margin-bottom: 15px
	}

	.project-completed .proj-data .loc-date {
		margin: 30px 0
	}

	.cta-section .row div:last-child .cta-data {
		margin-top: 40px
	}

	.cta-section .cta-data figure img {
		margin-left: 0;
		width: 100%
	}

	.history-style-one .history-data .details {
		padding: 40px
	}

	.cta-section .cta-data p {
		margin-bottom: 30px;
		margin-top: 10px
	}

	.featured-section-three .space {
		margin-bottom: 40px
	}

	.featured-section-three {
		height: auto;
		padding-bottom: 40px
	}

	.featured-section-three .data h2 {
		font-size: 50px;
		line-height: 60px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 350px
	}

	.featured-section-three .image figure img {
		max-height: 350px;
		object-fit: cover;
		width: 100%
	}

	.featured-section-three .image {
		overflow: hidden
	}

	.featured-section-three .image:after {
		left: -30%
	}

	.heading.heading-style-3 h2 {
		width: 80%
	}

	.heading.heading-style-3 p {
		width: 75%;
		margin-bottom: 40px
	}

	.our-goal .data.p2 {
		margin-top: 25px
	}

	.our-goal .data svg {
		left: 39%
	}

	.our-goal .data .goal-mov {
		left: 31%
	}

	.pricing-plans .main-price,
	.history-style-one .history-data {
		margin-bottom: 30px
	}

	.certificates .data .extras {
		width: 170px;
		height: 170px;
		left: -10px;
		top: -10px
	}

	.certificates .c-slider .owl-nav {
		bottom: -30px;
		left: 55%
	}

	.certificates .data.data2,
	.our-goal .data .goal-img {
		margin-top: 50px
	}

	.estimated-price .est-form .est-main {
		margin-top: 30px
	}

	.estimated-price .est-form>p {
		margin-bottom: 20px
	}

	.estimated-price .est-img {
		display: none
	}

	.contact-us .c-cards {
		margin-top: 100px
	}

	.renovation .bbtn>figure img {
		width: 20% !important
	}

	.core-features button.accordion-button:before {
		right: 15px;
		transform: skew(-29deg, 0deg)
	}

	.team-style-one .owl-item.open.active {
		width: 12% !important
	}

	.team-style-one .team-slider-nav button {
		width: 50px;
		height: 50px;
		transform: unset;
		margin-right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center
	}

	.core-features .space {
		padding: 0 0 80px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 65%
	}

	.about-style-one .about-data-left:before {
		height: 105%
	}

	.about-style-one .about-data-right {
		padding-top: 80px
	}

	.client-review-slider .owl-dots {
		margin-top: 40px
	}

	.footer-style-one .footer-p-2 .footer-col p {
		width: 100%
	}

	.counter-style-one .counter-data {
		width: 95%
	}

	.renovation .reno-data h2 {
		font-size: 70px
	}

	.renovation .reno-data h3 {
		font-size: 35px;
		line-height: 55px
	}

	.client-slider.owl-carousel .owl-item img {
		width: auto !important
	}

	.footer-style-one .footer-p-3 .footer-col p {
		width: 100%;
		margin-bottom: 20px;
		text-align: center
	}

	.footer-style-one .footer-p-3.rights .footer-col {
		flex-wrap: wrap;
		justify-content: center
	}

	.footer-p-2 .footer-col {
		margin-bottom: 40px
	}

	.footer-style-one .footer-p-2 .footer-col h3 {
		margin-bottom: 15px
	}

	.client-review-slider .owl-dots {
		margin-bottom: 60px
	}

	.renovation .reno-data:before {
		right: -20%
	}

	.renovation:after {
		right: -50%
	}

	.video-play-btn {
		width: 150px;
		height: 200px;
		transform: translate(-50%, -50%) skew(-20deg, 0deg);
		top: 50%;
		left: 55%
	}

	.core-features .video:before {
		left: 45%;
		top: 50%;
		transform: translate(-50%, -50%) skew(-20deg, 0deg)
	}

	.core-features .video:before {
		height: 400px
	}

	.core-features .shape:before {
		display: none
	}

	.core-features .video figure img {
		width: 100%
	}

	.core-features .video {
		clip-path: unset;
		width: 100%
	}

	.heading-style-2,
	.client-review-slider .slider-data h3 {
		margin-bottom: 30px
	}

	.about-style-one .about-data-right h2,
	.heading h2,
	.heading-style-2 .data h2,
	.heading-style-2,
	.client-review-slider .slider-data h3,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.client-review-slider .slider-data h3,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 35px;
		line-height: 45px
	}

	.about-style-one .about-data-right .about-info {
		padding-left: 0
	}

	.about-style-one .about-data-left .about-image {
		margin-bottom: 0 !important
	}

	.service-style-one .service-data {
		margin-bottom: 40px
	}

	.project-completed .prj-slider {
		padding-left: 0;
		max-width: 700px
	}
}

@media(max-width: 767px) {
	.sb-cart-actions .coupon input {
		width: 155px;
		padding: 0 10px
	}

	.sb-cart-actions .coupon button {
		padding: 0 10px
	}

	.sb-cart-actions button[name=update_cart] {
		margin-top: 15px;
		width: 50%;
		text-align: center
	}

	.product-single .sb-product-bottom {
		padding-top: 60px
	}

	.product-single .sb-product-bottom .more {
		padding-bottom: 60px
	}

	.sb-shop-page .woocommerce-result-count {
		margin-bottom: 0;
		float: none
	}

	.woocommerce .woocommerce-ordering .nice-select,
	.woocommerce-page .woocommerce-ordering .nice-select {
		float: none
	}

	.builty-sidebar-frame {
		margin-top: 60px
	}

	.construction-services .tab-content>.tab-pane figure figcaption {
		width: auto;
		padding: 30px
	}

	.blog-style-three .blog-posts img {
		width: 100%;
		height: auto
	}

	.counter-style-one .counter-data:before {
		right: 0
	}

	.team-style-one .owl-item {
		opacity: 0;
		visibility: hidden
	}

	.blog-style-three .blog-posts .boxx {
		margin-right: 0
	}

	.team-detail .team-data .t-tel .theme-btn:after {
		border-top: 65px solid #71d98e
	}

	.cart .cart-table .c-c .c-quality,
	.cart .cart-table .c-c .c-price,
	.cart .cart-table .c-c .c-total {
		width: 100%;
		margin-bottom: 20px
	}

	.cart .cart-table li {
		padding: 20px 10px
	}

	.project-d-detail .data {
		padding: 15px
	}

	.project-d-detail {
		margin-top: 20px;
		height: 100px
	}

	.rev-tab .total-reviews .t-r {
		height: 75px;
		width: 150px;
		font-size: 18px
	}

	.rev-tab .total-reviews {
		height: 80px;
		margin-bottom: 30px
	}

	.rev-tab .total-reviews .f-r .r-s {
		margin-right: 20px
	}

	.box {
		padding: 40px
	}

	.box input {
		height: 60px
	}

	.mobile-nav {
		width: 55%
	}

	.checkout .billing .row.dist>div:first-child {
		margin-bottom: 20px
	}

	.project-detail-slider .p-d-slider img {
		height: 400px
	}

	.about-first.service-detail-first .innovation ul li:not(:last-child) {
		margin-bottom: 10px
	}

	.video-popup:before {
		width: 200px
	}

	.video-popup figure img {
		height: 400px
	}

	.video-popup figure img {
		height: 500px
	}

	.category.shape.form {
		margin-bottom: 20px
	}

	.sidebar .box.categories {
		padding: 15px 25px
	}

	.sidebar .box h3 {
		margin-top: 0;
		margin-bottom: 15px
	}

	.form form>.row>.form-group input {
		margin-bottom: 10px
	}

	.form form input[type=checkbox]+label {
		font-size: 16px;
		line-height: 22px
	}

	.category.shape.comments,
	.category.shape.form {
		padding: 20px 20px 25px
	}

	.comment.reply {
		width: 96%
	}

	.comment {
		flex-wrap: wrap;
		padding: 10px
	}

	.comment .c-data {
		padding-left: 0;
		padding-top: 15px
	}

	.blog-style-one .comment .c-img img {
		width: 120px;
		height: 120px
	}

	.builty-pagination ul.pagination li a {
		height: 55px
	}

	.builty-pagination ul.pagination li:first-child a,
	.builty-pagination ul.pagination li:last-child a,
	.builty-pagination ul.pagination li a {
		padding: 0 15px
	}

	.builty-pagination ul.pagination li:first-child {
		margin-right: 15px
	}

	.builty-pagination ul.pagination li:last-child {
		margin-left: 15px
	}

	.heading h2,
	.heading.heading-style-3 h2 span span {
		margin-bottom: 30px
	}

	.contact-faqs .acc2 {
		padding: 0 0 60px;
		margin-bottom: 0
	}

	.history .heading h2 {
		margin-bottom: 40px
	}

	.history .full .h-box figure,
	.history .h-box figure {
		height: 100%
	}

	.history .h-box h2 {
		font-size: 60px
	}

	.innovation ul li {
		width: 100%
	}

	.innovation ul li:not(:last-child) {
		margin-bottom: 10px
	}

	.banner-style-one {
		padding-top: 60px
	}

	.banner-style-one .banner-details {
		padding-bottom: 60px
	}

	.banner-style-one .banner-details h2,
	.banner-style-one .banner-details .intro-title {
		font-size: 50px
	}

	.project-completed .prj-slider-nav {
		text-align: left;
		margin-top: 30px
	}

	.cta-section .cta-data figure:before {
		width: 250px
	}

	.blog-style-three .blog-posts li {
		width: 95%;
		margin-bottom: 30px
	}

	.team-style-two .team-data {
		padding: 30px
	}

	.team-style-two .col-lg-6:last-child .team-data {
		margin-bottom: 0
	}

	.contact-form-one {
		padding-bottom: 30px;
		margin-top: 60px
	}

	.shop-style-one .p-slider .owl-item .product figure img {
		height: 200px
	}

	.shop-style-one .p-slider .owl-item.active.center .product {
		margin: 0 !important
	}

	.est-form .space {
		margin-bottom: 30px
	}

	.certificates .data .extras {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.certificates .data .extras h3 {
		font-size: 35px;
		line-height: 30px
	}

	.certificates .data .extras:before {
		border-width: 2px
	}

	.our-goal .data svg {
		left: 41%
	}

	.pricing-plans .price-box {
		padding: 30px 30px 150px
	}

	.pricing-plans .price-img {
		margin-top: -105px
	}

	.service-style-two .service-two-box {
		margin-bottom: 30px
	}

	.estimated-price:before,
	.estimated-price:after {
		height: 80%
	}

	.blog-style-two .blog-item>a {
		margin-top: 20px
	}

	.heading h2,
	.heading.heading-style-3 h2 span span {
		margin-bottom: 30px
	}

	.counter-style-one .counter-data.upper-space {
		margin-top: 0
	}

	.counter-style-one .counter-data {
		margin-bottom: 40px
	}

	.project-style-one .project-post .project-data .project-icon {
		transform: unset;
		right: 0;
		position: relative;
		padding: 20px;
		background: #fff;
		border: 2px solid #5b5b5b;
		border-radius: 100%;
		margin-top: 15px;
		width: 40px;
		height: 40px
	}

	.project-style-one .project-post .project-data .project-icon i {
		font-size: 13px
	}

	.project-style-one .project-post .project-data {
		padding: 25px
	}

	.project-style-one .project-post .project-data:hover .project-icon {
		right: 0
	}

	.project-style-one .project-post .project-data:hover .project-icon i {
		transform: unset
	}

	.heading h2 {
		width: 70%
	}

	.project-style-one:before {
		display: none
	}

	.core-features .space {
		padding: 0 0 60px
	}

	.client-review-style-one img {
		width: 100%
	}

	.renovation .reno-data:before {
		display: none
	}

	.renovation:before {
		left: -20%
	}

	.renovation .reno-data h2 {
		margin-bottom: 10px
	}

	.renovation .reno-data p {
		width: 85%
	}

	.client-review-slider .slider-data p,
	.renovation .reno-data p {
		font-size: 18px;
		line-height: 30px
	}

	.heading-style-2,
	.client-review-slider .slider-data h3 {
		margin-bottom: 20px
	}

	.client-review-slider .slider-data .bio {
		margin-top: 20px
	}

	.client-review-slider .slider-data .bio .details h3 {
		font-size: 22px;
		line-height: 32px
	}

	.renovation .bbtn>figure img {
		width: 25% !important
	}

	.video-play-btn {
		width: 130px;
		height: 150px
	}

	.core-features .video:before {
		height: 300px
	}

	.core-features button.accordion-button:before {
		right: 13px;
		transform: skew(-23deg, 0deg)
	}

	.team-style-one .owl-item.open.active {
		width: 9% !important
	}

	.team-style-one .team-slider-nav {
		text-align: left;
		margin-top: 20px
	}

	.theme-btn {
		padding: 15px 60px 15px 35px
	}

	.theme-btn:after {
		border-top: 59px solid #71d98e
	}

	.featured-slider-one .owl-nav {
		position: absolute;
		bottom: -2%;
		right: -3%;
		transform: translate(-50%, -50%)
	}

	.featured-slider-one .owl-nav button i {
		font-size: 13px
	}

	.featured-slider-one .owl-nav button:first-child {
		margin-right: 5px
	}

	.featured-slider-one .owl-item.active:after {
		display: none
	}

	.featured-slider-one .owl-item.active:before {
		right: -50%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title,
	.featured-slider-one .owl-item.active .f-slider-one-data p,
	.featured-slider-one .f-slider-layer {
		text-align: center
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 80%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.renovation .bbtn {
		margin-top: 30px
	}

	.renovation:after {
		right: -85%
	}

	.renovation .reno-data:before {
		right: -45%
	}

	.counter-style-one .counter-data {
		width: 100%
	}

	.footer-p-2 .footer-col {
		margin-bottom: 30px
	}

	.footer-style-one .footer-p-2 .footer-col p {
		width: 100%
	}

	.footer-style-one .footer-p-2 .footer-col form button {
		right: 28px
	}

	.footer-style-one .footer-p-2 .footer-col form button:before {
		transform: skew(-27deg, 0deg)
	}

	.footer-style-one .footer-p-2 {
		padding: 60px 0 30px
	}

	.gap {
		padding: 60px 0
	}

	.no-top {
		padding-top: 0
	}

	.no-bottom {
		padding-bottom: 0
	}

	.project-completed .prj-slider {
		padding: 12px;
		max-width: 520px
	}

	.footer-style-one .footer-p-1 {
		padding: 60px 0
	}

	.heading.heading-style-3 h2 span span:before {
		bottom: 0
	}

	.cta-section .cta-data p {
		margin-bottom: 20px
	}

	.about-style-one .about-data-left {
		padding-top: 20px
	}

	.pd-quality {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.pd-gallery {
		padding-right: 0
	}
}

@media(max-width: 600px) {
	.team-detail .team-data .t-contact span {
		width: 30%
	}

	.contact-form-2 .bio {
		padding: 30px
	}

	.cart .update-cart {
		padding-right: 0
	}

	.cart .update-cart {
		margin-top: 30px;
		margin-right: 0;
		flex-wrap: wrap
	}

	.cart .update-cart .theme-btn {
		margin-top: 25px
	}

	.cart .update-cart form {
		width: 100%
	}

	ul.pd-imgs li a {
		width: 100px;
		height: 100px
	}

	.pd-gallery {
		flex-wrap: wrap
	}

	ul.pd-imgs {
		margin-right: 0;
		display: flex
	}

	ul.pd-imgs li:not(:last-child) a {
		margin-bottom: 10px;
		margin-right: 10px
	}

	.pd-main-img {
		margin-bottom: 40px
	}

	.video-play-btn svg {
		width: 40px;
		height: 40px
	}

	.pd-main-img {
		height: 450px
	}

	.w-counter ul li h2 {
		font-size: 60px;
		line-height: 60px
	}

	.acc2 .accordion-item button:before,
	.acc2 .accordion-item button.collapsed:before {
		border-top: 55px solid transparent
	}

	.heading.heading-style-3 p {
		width: 95%
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 300px
	}

	.question ul {
		margin-bottom: 40px
	}

	.mobile-nav {
		width: 75%
	}

	.checkout .order-note textarea {
		height: 200px;
		padding: 25px !important
	}

	.checkout .billing input,
	.checkout .billing .nice-select {
		padding: 0 25px
	}

	.checkout .cart-t-payment-m .cart-total-box .final h4 {
		margin-bottom: 20px
	}

	.cart-total-box .total ul li span {
		font-size: 20px
	}

	.cart-total-box .final ul li span {
		font-size: 18px
	}

	.cart-t-payment-m {
		margin-top: 20px
	}

	.shop-style-one.addition .grid .product,
	.cart-t-payment-m .cart-total-box {
		margin-bottom: 25px
	}

	.shop-style-one.addition .p-slider div:nth-child(even) .product img,
	.shop-style-one.addition .p-slider div .product img {
		height: 200px
	}

	.next-prev-projects li a i {
		font-size: 16px
	}

	.next-prev-projects li a {
		width: 50px;
		height: 50px
	}

	.project-detail-slider .p-d-slider .owl-dots {
		margin-top: 30px
	}

	.project-detail-slider .p-d-slider .owl-dots button {
		width: 50px;
		height: 15px
	}

	.project-detail-slider .p-d-slider img {
		height: 300px
	}

	.project-completed.our-projects-one .data figure img {
		height: 100%
	}

	.video-popup figure img {
		height: 430px
	}

	.contact-map iframe {
		height: 300px
	}

	.contact-faqs .heading h2 {
		width: 80%
	}

	.history .h-box figure:before {
		top: 60%
	}

	.history .full,
	.history .right,
	.history .left {
		margin-top: 0
	}

	.detail-page p span {
		line-height: 26px;
		display: unset
	}

	.history .left .h-box figure:before,
	.history .right .h-box figure:before {
		right: 0;
		left: -34px
	}

	.history.detail-page .spacee {
		padding-left: 40px;
		padding-right: 20px
	}

	#timeline {
		width: 10px;
		left: 18px
	}

	.history .h-box figure:before {
		width: 20px;
		height: 20px
	}

	.banner-style-one .banner-details h2,
	.banner-style-one .banner-details .intro-title {
		font-size: 40px;
		line-height: 50px
	}

	.featured-slider-two {
		padding-bottom: 40px
	}

	.featured-slider-two .active .s-item .s-second figure {
		height: 100%
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 40px;
		line-height: 50px
	}

	.service-style-two .service-two-box.last {
		padding-top: 0
	}

	.featured-section-three .data h2 {
		font-size: 40px;
		line-height: 50px
	}

	.contact-form-one .heading h2 {
		width: 80%
	}

	.contact-form-one .c-form-2 {
		padding: 30px
	}

	.our-goal .heading h2 {
		width: 90%
	}

	.estimated-price .bg-wh {
		padding: 20px 0
	}

	.contact-us .heading h2 {
		width: 80%
	}

	.certificates .c-slider .c-main .c-first figure:before {
		width: 100px;
		height: 108%;
		left: 65%
	}

	.certificates .c-slider .c-main {
		flex-wrap: wrap
	}

	.certificates .c-slider .c-main .c-second {
		width: 100%;
		padding-left: 0;
		margin-top: 30px
	}

	.footer-style-one .footer-p-3.rights .footer-col {
		padding: 0
	}

	.core-features .video:before {
		height: 250px
	}

	.video-play-btn {
		width: 120px;
		height: 140px
	}

	.video-play-btn i {
		font-size: 40px
	}

	.renovation .reno-data h2 {
		font-size: 60px;
		line-height: 70px
	}

	.renovation .reno-data h3 {
		font-size: 30px;
		line-height: 45px
	}

	.renovation .reno-data p {
		width: 100%
	}

	.renovation:before {
		left: -35%
	}

	.renovation:after {
		right: -110%
	}

	.team-style-one .owl-item.open.active {
		width: 8% !important
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		font-size: 16px;
		line-height: 26px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 40px;
		line-height: 50px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		margin-bottom: 30px
	}

	.featured-slider-one .owl-item.active:before {
		right: -60%
	}

	.featured-slider-one .owl-nav button {
		width: 50px;
		height: 60px
	}
}

@media(max-width: 480px) {
	.f-slider-one img {
		object-fit: cover
	}

	.blog-style-three .blog-post .blog-image img {
		height: 220px
	}

	.core-features .container .container {
		padding-left: 0;
		padding-right: 0
	}

	.core-features .accordion-item h2 {
		width: auto;
		margin-left: 0
	}

	.shop-style-one.addition .shop-filter {
		margin-bottom: 40px;
		padding: 20px
	}

	.project-style-one.addition .project-post {
		margin-bottom: 20px
	}

	.team-detail .team-data .t-tel .theme-btn i:after {
		transform: skew(-24deg, 0deg)
	}

	.history-style-one .history-data a i {
		font-size: 20px
	}

	.history-style-one .history-data .details {
		padding: 30px
	}

	.history-style-one .history-data a {
		width: 60px;
		height: 60px;
		bottom: 35px;
		left: 35px
	}

	#timeline {
		height: 89.2%
	}

	.popups.conslt-popup .modal-body {
		padding: 0
	}

	.popups .modal-body {
		padding: 20px
	}

	.estimated-price .est-form .est-main .est-price {
		padding: 25px 30px
	}

	.cart .update-cart form input {
		padding-left: 25px
	}

	.pd-details .nav {
		margin-right: 0
	}

	ul.pd-price li.pd-sale-price,
	ul.pd-price li.pd-sale-price span {
		font-size: 25px
	}

	ul.pd-price li.pd-regular-price,
	ul.pd-price li.pd-regular-price span {
		font-size: 18px
	}

	.pd-cat-tags {
		margin-top: 30px;
		padding-top: 20px
	}

	.pd-quality input {
		height: 50px;
		padding: 20px;
		font-size: 18px
	}

	.pd-data h2 {
		font-size: 30px;
		line-height: 40px
	}

	.pd-details .nav-pills .nav-link {
		font-size: 18px;
		margin-bottom: 10px;
		padding: 10px 20px
	}

	.tab-table {
		padding: 10px
	}

	.tab-table .table tr td {
		padding: 10px 15px
	}

	.about-style-one .about-data-right {
		padding-top: 60px
	}

	.where-we-work .heading-style-2 {
		margin-bottom: 20px
	}

	.first .tab-data {
		margin-top: 40px
	}

	.first .nav-tabs li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px
	}

	.first .tab-data .map-pin .location {
		height: 175px;
		left: -98px
	}

	.first .tab-data .map-pin .location figure img {
		width: 200px;
		height: 95px
	}

	.first .tab-data .map-pin .location .data {
		padding: 10px
	}

	.w-counter ul {
		margin-top: 30px
	}

	.rev-tab .total-reviews .f-r span {
		font-size: 14px
	}

	.rev-tab .total-reviews .f-r .r-s i {
		font-size: 15px
	}

	.rev-tab .total-reviews {
		height: auto;
		flex-wrap: wrap;
		padding: 5px
	}

	.rev-tab .total-reviews .t-r {
		height: 50px;
		width: 100%;
		font-size: 18px;
		margin-bottom: 10px
	}

	.rev-tab .total-reviews .f-r {
		width: 100%
	}

	.innovation ul li p {
		font-size: 16px
	}

	.acc2 .accordion-item button {
		font-size: 16px;
		line-height: 22px;
		min-height: 55px
	}

	.acc2 .accordion-item h2:before {
		display: none
	}

	.acc2 .accordion-body {
		padding: 15px 5px 5px
	}

	.shop-style-one .p-slider .owl-dots button,
	.blog-style-two .blog-slider .owl-dots button {
		width: 50px
	}

	.heading h2 {
		margin-top: 0
	}

	.heading>span,
	.heading-style-2 .data>span {
		font-size: 13px
	}

	.what-we-build .wwb-ul li .location {
		padding-top: 10px
	}

	.what-we-build .wwb-ul li h3 {
		font-size: 20px;
		line-height: 30px;
		margin-right: 0
	}

	.what-we-build .wwb-ul li {
		padding: 30px
	}

	.what-we-build .wwb-ul li:before {
		top: 50%;
		transform: translateY(-50%)
	}

	.featured-slider-one .owl-nav {
		bottom: 0
	}

	.featured-slider-one .owl-nav button.owl-prev:before,
	.featured-slider-one .owl-nav button.owl-next:before {
		transform: unset
	}

	.counter-style-one .counter-data {
		padding: 30px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 250px
	}

	.footer-style-one .footer-p-2 .footer-col form button:before {
		transform: skew(-24deg, 0deg)
	}

	.question ul {
		margin-bottom: 30px
	}

	.question {
		margin-bottom: 20px
	}

	.box {
		padding: 35px 30px
	}

	.box h3,
	.question h3 {
		font-size: 22px
	}

	.box input {
		height: 55px
	}

	.mobile-nav {
		width: 100%
	}

	.checkout .billing input,
	.checkout .billing .nice-select {
		height: 55px
	}

	.checkout .billing .row,
	.checkout .billing .row.dist>div:first-child {
		margin-bottom: 15px
	}

	.checkout .order-note textarea {
		height: 150px;
		padding: 20px !important
	}

	.checkout .billing input,
	.checkout .billing .nice-select {
		padding: 0 20px
	}

	.cart-total-box .final ul li span {
		text-transform: capitalize
	}

	.cart-total-box .total ul li span {
		font-size: 18px
	}

	.checkout .cart-t-payment-m .cart-total-box .final ul li:not(:last-child) span {
		margin-bottom: 5px
	}

	.checkout .cart-t-payment-m .payment-method .custom-radio {
		margin-bottom: 15px
	}

	.checkout .cart-t-payment-m .payment-method .custom-radio input[type=checkbox]+label {
		font-size: 16px
	}

	.team-detail .team-data h3 {
		font-size: 30px
	}

	.team-detail .team-data .t-social a {
		width: 100%
	}

	.project-completed .proj-data .loc-date {
		margin: 20px 0
	}

	.project-completed.our-projects-one .proj-data p {
		width: 100%;
		margin-top: 10px
	}

	.video-popup figure img {
		height: 350px
	}

	.video-popup:before {
		width: 170px
	}

	.sidebar .box {
		padding: 15px 25px
	}

	.blog-style-one.blog-style-three .blog-post h2,
	.blog-detail .blog-post h2 {
		font-size: 20px;
		line-height: 30px
	}

	.history .heading h2 {
		margin-bottom: 30px
	}

	.history .h-box h2 {
		font-size: 50px
	}

	.core-values ul li {
		padding: 20px 0
	}

	.core-values ul li:nth-child(odd) .data p {
		padding-right: 0
	}

	.core-values ul li .image {
		margin-top: 20px
	}

	.core-values ul li:nth-child(even) .data {
		margin-bottom: 20px
	}

	.core-values ul li .data h3 {
		font-size: 25px
	}

	.contact-us .c-data ul li a img {
		width: 60px;
		height: 60px
	}

	.certificates .data h2 {
		font-size: 25px;
		line-height: 35px
	}

	.certificates .data.data2,
	.our-goal .data .goal-img {
		margin-top: 30px
	}

	.featured-slider-two {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 35px;
		line-height: 45px
	}

	.project-completed .prj-slider-nav {
		margin-top: 15px
	}

	.featured-section-three .image:before {
		display: none
	}

	.featured-section-three .data h2 {
		font-size: 35px;
		line-height: 45px
	}

	.featured-section-three .data.space {
		margin-top: 10px
	}

	.cta-section .cta-data p {
		width: 100%
	}

	.footer-style-one .footer-p-2 .footer-col form input {
		padding-left: 20px
	}

	.team-style-two .team-data h3 {
		font-size: 25px
	}

	.project-completed .proj-data h3 {
		font-size: 20px;
		line-height: 30px
	}

	.project-completed .proj-image figure:before,
	.project-completed .proj-image figure:after {
		width: 130px
	}

	.shop-style-one .p-slider .owl-dots {
		margin-top: 30px
	}

	.cta-section .cta-data figure:before {
		width: 150px
	}

	.our-goal .data svg,
	.our-goal .data .goal-mov {
		display: none
	}

	.certificates .c-slider .c-main .c-first {
		width: 50%
	}

	.certificates .c-slider .c-main .c-first figure:before {
		width: 70px;
		height: 113%
	}

	.estimated-price .est-form form .row,
	.est-form .space {
		margin-bottom: 20px
	}

	.nice-select,
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=address],
	input[type=password],
	input[type=number],
	select,
	.estimated-price .est-form .checkk label {
		height: 50px
	}

	.contact-us .c-cards .card ul li span {
		width: 20%
	}

	.contact-us .heading h2 {
		width: 90%
	}

	.contact-us .c-data ul li:nth-child(1) {
		top: 40px;
		right: 105px
	}

	.about-style-one .about-data-right h2 {
		margin-bottom: 20px
	}

	.project-style-one .project-post .project-data {
		width: 100%;
		border: 0;
		clip-path: unset
	}

	.project-style-one .project-post .project-data h3 a {
		font-size: 25px;
		line-height: 35px
	}

	.project-style-one .project-post .project-data {
		padding: 25px
	}

	.project-style-one .project-post .project-data p {
		width: 100%
	}

	.project-style-one:before {
		height: 595px
	}

	.renovation .bbtn {
		margin-top: 20px
	}

	.renovation .bbtn>figure img {
		width: 35% !important
	}

	.renovation .bbtn a i {
		font-size: 20px
	}

	.client-review-slider .slider-data p,
	.renovation .reno-data p {
		font-size: 16px;
		line-height: 26px
	}

	.renovation .reno-data h2 {
		font-size: 45px;
		line-height: 55px
	}

	.renovation .reno-data h3 {
		font-size: 25px;
		line-height: 35px
	}

	.renovation:before {
		left: -50%
	}

	.renovation:after {
		right: -140%
	}

	.core-features .accordion-header {
		width: 90%
	}

	.about-style-one .about-data-right h2,
	.heading h2,
	h2,
	.intro-title,
	.heading-style-2 .data h2,
	.heading-style-2,
	.client-review-slider .slider-data h3,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.client-review-slider .slider-data h3,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 30px;
		line-height: 40px
	}

	.team-style-one .owl-item.open.active {
		width: calc(100vw - 30px) !important
	}

	.team-style-one .team-slider-nav {
		margin-top: 20px
	}

	.team-style-one .team-slider-nav button {
		transform: unset
	}

	.team-style-one .team-data {
		flex-wrap: wrap
	}

	.team-style-one .team-slider .owl-item.active.open .team-info {
		padding-left: 0;
		padding-top: 30px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 90%
	}

	.featured-slider-one .owl-nav {
		left: 50%;
		transform: translate(-50%, -50%);
		right: unset
	}

	.theme-btn {
		padding: 13px 55px 13px 25px
	}

	.theme-btn:after {
		border-top: 55px solid #71d98e
	}

	.theme-btn i:after {
		transform: skew(-28deg, 0deg)
	}

	.featured-slider-one .owl-item.active:before {
		right: -90%
	}
}

@media(max-width: 425px) {
	.first .nav-tabs {
		margin-bottom: 70px
	}

	.team-style-two .team-data {
		padding: 20px
	}

	.team-detail .team-data .t-contact span {
		width: 45%
	}

	.category.shape p {
		margin: 0
	}

	.category.shape p.logged-in-as {
		margin-bottom: 20px
	}

	.contact-info .images img {
		width: 50px;
		height: 50px
	}

	#timeline {
		height: 87.5%
	}

	.cart-total-box .final {
		padding: 0 0 20px
	}

	.banner-style-one .parallax {
		background-size: cover;
		left: 0 !important
	}

	.where-we-work .parallax {
		top: 35%
	}

	.team-style-one .team-data .team-info h3 {
		font-size: 25px;
		line-height: 35px
	}

	.f-slider-one img {
		width: 100% !important;
		height: 70vh !important
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data,
	.featured-slider-one .owl-item.active:after {
		top: 40%
	}

	.client-review-slider .owl-dots button {
		width: 50px;
		height: 15px
	}

	.team-style-one .team-data .team-info h3 {
		margin-bottom: 0
	}

	.video-play-btn svg {
		width: 30px;
		height: 30px
	}

	.team-style-one .team-slider .owl-item.active.open .team-image img {
		height: 250px
	}

	.team-style-one .team-data .team-image figure {
		padding: 10px 0
	}

	.team-style-one .team-data .team-image:before {
		width: 100px;
		height: 100%
	}

	.team-style-one .team-data .team-social-media {
		margin-top: 15px
	}

	.project-style-one .project-slider .owl-dots {
		margin-top: 0
	}

	.cart-popup {
		right: 10px;
		width: 95%
	}

	.featured-slider-one .owl-nav {
		bottom: 2%
	}

	.featured-section-three .image:before {
		left: 35%
	}

	.footer-style-one .footer-p-2 .footer-col form button:before {
		transform: skew(-20deg, 0deg)
	}

	.footer-style-one .footer-p-2 .footer-col form button {
		right: 24px
	}

	.project-detail-slider .p-d-slider img {
		height: 250px
	}

	.video-popup figure img {
		height: 300px
	}

	.video-popup:before {
		width: 130px
	}

	.category {
		flex-wrap: wrap;
		padding: 20px
	}

	.category:not(:last-child) {
		margin-bottom: 20px
	}

	.category.social-medias ul {
		margin-left: 0;
		width: 100%
	}

	.category.social-medias p {
		margin: 0;
		margin-bottom: 5px
	}

	.builty-pagination ul.pagination li a {
		height: 45px
	}

	.builty-pagination ul.pagination li:first-child a,
	.builty-pagination ul.pagination li:last-child a,
	.builty-pagination ul.pagination li a {
		padding: 0 10px
	}

	.featured-slider-two .active .s-item .s-second figure {
		height: 250px
	}

	.our-goal .data svg {
		left: 39%
	}

	.our-goal .data .goal-mov {
		left: 26%
	}

	.contact-us .c-cards .card .details h2 {
		font-size: 25px;
		line-height: 35px
	}

	.contact-us .c-cards .card .details,
	.contact-us .c-cards .card .contacts-info {
		margin-left: 15px
	}

	.contact-us .c-cards .card .address {
		padding: 15px
	}

	.contact-us .c-cards .card .contacts-info {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.contact-us .c-cards .card {
		padding: 20px
	}

	.contact-us .c-data ul li a img {
		width: 50px;
		height: 50px
	}

	.contact-us .c-data ul li:nth-child(4) {
		bottom: 0;
		left: 120px
	}

	.contact-us .c-data ul li:nth-child(2) {
		top: 50%;
		right: 0
	}

	.contact-us .c-data ul li:nth-child(5) {
		top: 0;
		left: 0
	}

	.contact-us .c-data ul li:nth-child(3) {
		top: 77px;
		right: 80%
	}

	.contact-us .c-data ul li:nth-child(1) {
		top: 0;
		right: 20%
	}

	.heading h2 {
		width: 80%
	}

	.blog-style-one .blog-post h2 {
		font-size: 20px;
		line-height: 30px
	}

	.heading h2,
	.heading.heading-style-3 h2 span span {
		margin-bottom: 30px
	}

	.core-features .video:before {
		height: 200px;
		width: 150px
	}

	.video-play-btn {
		width: 90px;
		height: 110px
	}

	.video-play-btn i {
		font-size: 30px
	}

	.renovation:before,
	.renovation:after {
		display: none
	}

	.featured-slider-one .owl-item.active:before {
		right: -100%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 30px;
		line-height: 40px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		font-size: 15px;
		line-height: 25px
	}

	.featured-slider-one .owl-nav button:hover,
	.featured-slider-one .owl-nav button {
		transform: unset
	}

	.featured-slider-one .owl-nav button {
		width: 50px;
		height: 50px
	}

	.featured-slider-one .owl-nav button {
		border-width: 1px
	}

	.core-features .accordion-body {
		padding: 45px 20px 15px
	}

	.core-features button.accordion-button {
		font-size: 18px;
		height: 50px;
		padding: 0 15px
	}

	button.scrollTopStick i {
		font-size: 11px
	}

	button.scrollTopStick.active:before {
		width: 50px;
		height: 50px
	}

	button.scrollTopStick {
		width: 35px;
		height: 35px;
		bottom: 20px;
		right: 20px
	}

	.core-features .accordion-item:not(:last-child) {
		margin-bottom: 40px
	}
}

@media(max-width: 375px) {
	.first .nav-tabs {
		margin-bottom: 80px
	}

	.category.shape.form p {
		line-height: 20px;
		margin-bottom: 22px
	}

	.blog-style-one.blog-style-three .blog-post h2 {
		font-size: 18px;
		line-height: 28px
	}

	#timeline {
		height: 88%
	}

	.pd-data h2 {
		font-size: 25px;
		line-height: 35px
	}

	.about-style-one .about-data-right {
		padding-top: 50px
	}

	.acc2 .accordion-item button {
		line-height: 20px
	}

	.featured-slider-one .owl-nav {
		bottom: 4%
	}

	.counter-style-one .counter-data:before {
		right: 15px
	}

	.about-style-one .about-data-right h2,
	.heading h2,
	.heading-style-2 .data h2,
	.heading-style-2,
	.client-review-slider .slider-data h3,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.client-review-slider .slider-data h3,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 25px;
		line-height: 35px
	}

	.core-features button.accordion-button:before {
		right: 11px;
		transform: skew(-20deg, 0deg)
	}

	.project-style-one .project-post .project-data {
		padding: 20px
	}

	.project-style-one .project-post .project-data h3 a {
		font-size: 20px;
		line-height: 30px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 200px
	}

	.featured-section-three .image:before {
		left: 40%
	}

	.footer-style-one .footer-p-2 .footer-col form button {
		right: 22px
	}

	.box form .remember {
		flex-wrap: wrap
	}

	.team-detail .team-data h3 {
		font-size: 27px
	}

	.contact-us .c-cards .card ul li span:nth-child(2),
	.certificates .c-slider .c-main .c-first {
		width: 60%
	}

	.contact-us .c-cards .card ul li span {
		width: 30%
	}

	.core-features .video:before {
		width: 120px
	}

	.renovation .reno-data h3 {
		font-size: 22px;
		line-height: 32px
	}

	.featured-slider-one .owl-item.active:before {
		display: none
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 100%
	}

	.team-style-one .owl-item.open.active {
		width: 7% !important
	}
}

body.wc-block-product-gallery-modal-open,
body.wc-modal--open {
	overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0
}

.wc-block-grid__product-price {
	display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0
}

.wc-block-grid__product-rating {
	display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em
}

@media only screen and (min-width: 768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em
	}
}

@media only screen and (min-width: 1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size)
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	-ms-grid-row-align: center;
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	-moz-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba
}

.wc-block-components-notice-banner:focus {
	outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size)
}

/*! elementor - v3.28.0 - 22-04-2025 */
.elementor-widget-image {
	text-align: center
}

.elementor-widget-image a {
	display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image img {
	display: inline-block;
	vertical-align: middle
}

/*! elementor - v3.28.0 - 22-04-2025 */
.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #0c0d0e;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
	display: flex
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	flex-shrink: 0;
	margin: 0 var(--divider-element-spacing)
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	direction: ltr;
	display: flex;
	margin: 0
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	border-block-end: 0;
	border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
	content: "";
	display: block;
	flex-grow: 1
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0
}

.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
	margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
	margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url);
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	min-height: var(--divider-pattern-height);
	width: 100%
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
	width: var(--container-widget-width, 100%);
	--flex-grow: var(--container-widget-flex-grow)
}

@media(max-width:1200px) {
	.counter-style-one .counter-data {
		padding-left: 30px;
		padding-right: 30px
	}

	.counter-style-one .counter-data:before {
		right: -25px
	}
}

@media (max-width:1400px) {

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 50%
	}
}

@media(max-width:767px) {
	.desktop-nav .extras .theme-btn {
		display: none !important
	}
}

@media (min-width:1200px) {
	.single-post-text h2 {
		font-size: 2rem
	}
}

@media (max-width:790px) {
	.comments-list:before {
		left: 17px
	}

	.comments-list .comment-avatar {
		width: 35px;
		height: 35px;
		min-width: 35px
	}

	.sb-reply-list {
		padding-left: 50px
	}

	.sb-reply-list>li:before {
		top: 17px;
		left: -33px
	}

	.comment-box {
		width: calc(100% - 50px)
	}
}

@media (max-width:480px) {
	.comment-respond .title_inner small {
		position: relative;
		top: 0;
		left: 0
	}
}

@media (max-width:1160px) {
	.post-comments .post-comment .image {
		width: 60px;
		height: 60px
	}

	.post-comments .post-comment .desc {
		margin-left: 80px
	}

	.post-comments .post-comment.pingback .desc {
		margin-left: 0
	}

	.post-comments ul.children {
		padding: 20px 20px 0 80px
	}

	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px
	}

	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px
	}
}

@media (max-width:840px) {
	.post-comments ul.children {
		padding: 20px 20px 0
	}

	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px
	}

	.post-comments ul.children ul.children ul.children {
		padding: 20px 0 0 20px
	}

	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px
	}
}

@media (max-width:480px) {
	.post-comments ul.children {
		padding: 15px
	}

	.post-comments ul.children ul.children {
		padding: 15px 0 0 10px
	}

	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 5px
	}

	.post-comments ul.children ul.children ul.children ul.children {
		padding: 15px 0 0 5px
	}

	.post-comments .post-comment .image {
		width: 40px;
		height: 40px
	}

	.post-comments .post-comment .desc {
		margin-left: 55px
	}

	.post-comments .post-comment.pingback .desc {
		margin-left: 0
	}

	.gallery .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-1 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-2 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-3 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-4 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-5 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-6 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-7 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-8 .gallery-item {
		width: 100%
	}

	.gallery.gallery-columns-9 .gallery-item {
		width: 100%
	}
}

@media (max-width:992px) {
	.sticky:before {
		left: 0;
		top: 0;
		bottom: 0
	}
}

@media (max-width:720px) {
	.single-post-text table th {
		padding: 8px
	}

	.single-post-text table td {
		padding: 8px
	}

	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 10px
	}
}

@media (max-width:768px) {

	.blocks-gallery-grid.alignleft,
	.blocks-gallery-grid.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		float: none !important
	}
}

@media (max-width:767px) {
	blockquote {
		margin: 20px 0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 1.2em;
		font-style: italic;
		line-height: 1.4
	}

	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 100%
	}

	.wp-block-pullquote p {
		font-size: 1.75em;
		line-height: 1.4
	}

	.single-post-text table th {
		font-size: 12px
	}

	form.post-password-form label input {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.post-password-form label {
		display: block
	}

	.post-password-form input[type=submit] {
		width: 100%
	}

	.comment-respond {
		margin-left: 50px
	}

	.single-post-text table th {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px
	}

	nav.wp-calendar-nav {
		margin-top: 10px
	}

	.wp-block-categories-list li:last-child,
	.wp-block-archives-list li:last-child,
	.widget.widget_nav_menu ul li:last-child,
	.widget.widget_pages ul li:last-child,
	.widget_categories ul li:last-child {
		margin-bottom: 0
	}

	.socials-inline {
		display: block;
		text-align: center
	}
}

@media (max-width:1200px) {
	.header-style-one {
		min-height: 130px
	}
}

@media (max-width:1200px) {

	.what-we-build .wwb-ul li h3,
	.what-we-build .wwb-ul li .h3 {
		width: 100%;
		margin-right: 0
	}
}

@media (max-width:1200px) {
	.header-style-one .desktop-nav {
		padding: 0
	}

	.header-style-one {
		min-height: auto
	}
}

@media (max-width:425px) {
	body.category {
		padding: 0
	}
}

@media (max-width:992px) {
	.sb-cart-table .sb-cart-table-header {
		display: none
	}

	.sb-cart-table .sb-cart-item {
		position: relative
	}

	.sb-cart-table .sb-cart-item .sb-product {
		align-items: flex-start;
		margin-bottom: 15px;
		flex-direction: column
	}

	.sb-cart-table .sb-cart-item .sb-product .sb-cover-frame {
		margin-bottom: 15px
	}

	.sb-cart-table .sb-cart-item .sb-product .sb-prod-description {
		padding-left: 0
	}

	.sb-cart-table .sb-cart-item .sb-input-number-frame {
		margin-bottom: 15px
	}

	.sb-cart-table .sb-cart-item .sb-price-1,
	.sb-cart-table .sb-cart-item .sb-price-2 {
		margin-bottom: 15px
	}

	.sb-cart-table .sb-cart-item .sb-price-1 span.label,
	.sb-cart-table .sb-cart-item .sb-price-2 span.label {
		display: inline
	}

	.sb-cart-table .sb-cart-item .sb-remove {
		position: absolute;
		top: 15px;
		right: 0
	}
}

@media (max-width:768px) {
	.sb-cart-btns-frame .sb-btn-gray {
		display: none
	}
}

@media (max-width:992px) {
	.sb-checkout-form {
		margin-bottom: 90px
	}
}

@media (max-width:768px) {

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col-1,
	.woocommerce-page .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce .col-2,
	.woocommerce-page .col-2 {
		max-width: 100%
	}

	#order_review_heading,
	#order_review {
		float: none;
		width: 100%;
		padding: 0 15px
	}
}

@media (max-width:992px) {
	.product-single {
		padding-top: 0
	}

	.product-single .sb-product-description {
		padding-left: 0;
		padding-top: 40px
	}

	.product-single .sb-product-bottom {
		padding-top: 80px
	}

	.pd-details .nav {
		margin-bottom: 30px
	}

	.sb-cart-actions .col-lg-6:nth-child(2) {
		text-align: right
	}
}

@media (max-width:767px) {
	.woocommerce ul.order_details li {
		float: none;
		margin-bottom: 2em;
		padding-right: 0;
		border: none
	}

	.woocommerce ul.order_details li:last-child {
		margin-bottom: 0
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 0
	}

	.woocommerce-MyAccount-navigation ul {
		padding-bottom: 10px;
		white-space: nowrap;
		overflow: auto
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding: 22px
	}

	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
		position: relative;
		top: 0;
		right: auto;
		left: 0;
		margin-bottom: 10px !important;
		width: 100%
	}
}

@media(max-width:1800px) {
	.project-completed .proj-image figure:after {
		right: -47%
	}
}

@media(max-width:1700px) {
	.cart-popup {
		right: 20%
	}

	.contact-us .heading h2 {
		width: 35%
	}

	.project-completed .proj-image figure:after {
		right: -49%
	}
}

@media(max-width:1600px) {

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 67px;
		line-height: 87px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		width: 95%
	}

	.project-completed .proj-image figure:after {
		right: -51%
	}
}

@media(max-width:1500px) {
	.cart-popup {
		right: 15%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 45%
	}

	.contact-form-one:before {
		left: 90%
	}

	.project-completed .proj-image figure:after {
		right: -53%
	}

	.project-completed .prj-slider {
		padding-left: 5%
	}

	.contact-us .heading h2 {
		width: 40%
	}

	.about-style-two .about-two-data .details {
		padding: 45px 40px
	}

	.heading.heading-style-3 h2 {
		width: 65%
	}

	.about-style-two .about-two-data a {
		left: 40px
	}

	.about-style-two .about-two-data a {
		width: 80px;
		height: 80px
	}

	.cta-section .cta-data figure:before {
		left: 50%
	}

	.shop-style-one .p-slider .owl-item.active.center .product {
		margin: 45px 0 !important
	}

	.shop-style-one .p-slider .owl-item.active.center .product figure img {
		height: 200px
	}

	.team-style-two .team-data .team-image {
		right: -155px
	}

	.team-style-two .team-data .team-image img {
		width: 210px
	}
}

@media(max-width:1400px) {
	.certificates .c-slider .c-main .c-second h3 {
		width: 100%
	}

	.certificates .c-slider .owl-nav {
		bottom: -60px;
		left: 58%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 5%
	}

	.renovation .reno-data:before {
		width: 200px
	}

	.renovation:before,
	.renovation:after {
		width: 300px
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 65px
	}

	.client-slider.owl-carousel .owl-item img {
		width: 70% !important
	}

	.history .full .h-box p {
		width: 45%
	}

	.footer-style-one .footer-p-2 .footer-col p {
		width: 85%
	}

	.pd-data h2 {
		font-size: 32px;
		line-height: 42px
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 440px;
		height: 640px
	}

	.featured-slider-two .s-item .s-second figure {
		transform: translate(-30%) skew(-23deg, 0deg)
	}

	.team-style-one .owl-item.open.active {
		width: 11% !important
	}

	.core-features .shape:before {
		left: 90px
	}

	.core-features .video:before {
		left: 120px
	}

	.renovation .reno-data p {
		width: 55%
	}

	.renovation .reno-data:before {
		right: 0
	}

	.shop-style-one.addition .list .p-slider>div {
		width: 30%
	}

	.project-completed.our-projects-one .proj-data {
		width: 100%
	}

	.contact-form-one.contact-form-two:before {
		left: 83%
	}

	.core-values ul li:nth-child(even) .data {
		padding-right: 80px;
		padding-left: 50px
	}

	.core-values ul li:nth-child(even) .image {
		padding-left: 80px;
		padding-right: 0
	}

	.core-values ul li:nth-child(odd) .data {
		padding-left: 80px
	}

	.innovation ul li {
		padding-left: 20px
	}

	.video-popup .video-play-btn {
		left: 60%
	}

	.contact-faqs .heading h2 {
		width: 55%
	}

	.about-how-it-works .plans {
		padding: 35px 20px 30px 25px
	}

	.featured-section-three .data h2,
	.about-first .who-we-are p {
		width: 100%
	}

	.featured-section-three {
		padding-top: 200px;
		height: 1050px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 500px
	}

	.featured-section-three .info {
		padding-top: 40px
	}

	.featured-section-three .image:before {
		left: 14%
	}

	.featured-section-three .image:after {
		left: -21%
	}
}

@media(max-width:1366px) {
	img#theme-icon {
		margin-left: 40px
	}

	.core-features .space {
		padding: 70px 0
	}

	.team-detail .fav-project .f-p-box h2 {
		font-size: 20px
	}

	.blog-style-three .blog-posts h3 {
		font-size: 20px
	}

	.project-completed .proj-data {
		width: 80%
	}

	.client-review-style-one .head-review h3 {
		margin-bottom: 40px
	}

	.project-d-detail .data {
		padding: 20px
	}

	.certificates .data h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px
	}

	.blog-style-two .blog-item h2 a {
		font-size: 22px
	}

	.certificates .c-slider .c-main .c-first figure:before {
		content: "";
		width: 110px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 9%
	}

	.mobile-nav {
		padding: 40px 30px 15px
	}

	.mobile-nav.desktop-menu {
		padding: 30px
	}

	.featured-slider-one .owl-item.active:before {
		content: "";
		width: 400px
	}

	.data.space {
		width: 75%
	}

	.blog-style-two .blog-item h2 {
		width: 100%
	}

	.history .left .h-box figure:before {
		right: -122px
	}

	.history .right .h-box figure:before {
		left: -122px
	}

	.contact-form-one:before {
		left: 95%
	}

	.contact-form-one .heading h2 {
		width: 53%
	}

	.project-completed .proj-image figure:after {
		right: -57%
	}

	.project-completed .prj-slider {
		padding-left: 9%
	}

	.project-completed .proj-data {
		width: 87%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 50%
	}

	.about-style-one .about-data-left:before {
		width: 275px;
		height: 550px;
		left: 43%
	}

	.about-style-one .about-data-left {
		padding-top: 45px
	}

	.about-style-one .about-data-right {
		padding-top: 60px
	}

	.about-style-one .about-data-right .about-info {
		padding-left: 60px
	}

	.about-style-one .about-data-right h2 {
		margin-bottom: 30px
	}

	.project-style-one .project-post .project-data .project-icon {
		transform: skew(-23deg, 0deg);
		right: -23px
	}

	.project-style-one .project-post .project-data:hover .project-icon {
		right: 35px
	}

	.heading h2,
	.heading-style-2 .data h2,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 45px
	}

	.core-features .accordion-header {
		width: 60%
	}

	.renovation:after {
		right: -25%
	}

	.client-review-slider .slider-data p {
		width: 100%
	}

	.desktop-nav .nav-bar .extras .menu-start svg {
		margin-left: 15px;
		margin-right: 25px
	}

	.desktop-nav .nav-bar .extras .slideDown svg {
		margin-left: 20px
	}

	.our-goal .data p {
		width: 88%
	}

	.estimated-price:after {
		right: -53%
	}

	.estimated-price:before {
		left: 75%
	}

	.contact-us .heading h2 {
		width: 60%
	}
}

@media(max-width:1200px) {
	.header-style-one {
		position: relative;
		background-color: #000
	}

	.desktop-nav .nav-bar .extras .menu-start svg {
		margin-right: 15px
	}

	.conslt-popup .contact-form-one .c-form-2 {
		margin-top: 0
	}

	.first .tab-data .map-pin .location {
		height: 180px
	}

	.first .tab-data .map-pin .location figure img {
		width: 210px;
		height: 100px
	}

	.desktop-nav .extras .menu-start {
		display: block
	}

	.desktop-nav .extras #desktop-menu {
		display: none
	}

	.cart-t-payment-m .payment-method button {
		font-size: 20px;
		padding: 15px 50px;
		margin-top: 15px
	}

	.cart-total-box .total ul li span {
		font-size: 22px
	}

	.team-detail .team-data .t-tel .data .t-sec span {
		display: flex
	}

	.team-detail .fav-project .f-p-box .f-p-contact {
		margin-top: 15px
	}

	.team-detail .team-data .t-tel {
		margin-top: 60px
	}

	.team-detail .fav-project .f-p-box {
		padding: 20px 30px
	}

	.team-detail .fav-project .f-p-box .f-p-btn {
		margin-top: 20px
	}

	.next-prev-projects li a {
		width: 80px;
		height: 80px
	}

	.project-completed.our-projects-one .proj-data {
		width: 100%
	}

	.blog-style-one.blog-style-three .blog-data {
		padding: 30px 20px 20px
	}

	.blog-style-one.blog-style-three .blog-post h2,
	.blog-detail .blog-post h2 {
		font-size: 30px;
		line-height: 40px
	}

	.history .full .h-box figure {
		height: 500px
	}

	.history .left .h-box figure:before {
		right: -106px
	}

	.history .heading h2 {
		margin-bottom: 70px
	}

	.revolution .head p {
		margin-top: 0
	}

	.innovation ul li {
		width: 50%
	}

	.banner-style-one {
		padding-top: 80px
	}

	.about-key-benefits .data ul li i {
		color: #47d562;
		font-size: 18px;
		margin-right: 20px;
		line-height: 28px
	}

	.about-key-benefits .data ul li {
		padding-bottom: 15px;
		padding-top: 15px
	}

	.featured-slider-two .s-item .s-second figure {
		height: 280px
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 385px;
		height: 500px
	}

	.featured-slider-two .s-item .s-second {
		width: 100%
	}

	.featured-slider-two .active .s-item .s-second {
		width: 40%
	}

	.featured-slider-two .s-item .s-first .theme-btn {
		margin-top: 30px
	}

	.featured-slider-two {
		padding-top: 50px
	}

	.contact-form-one .c-form-2 {
		margin-top: 40px
	}

	.project-completed .proj-data .loc-date {
		margin-top: 30px
	}

	.project-completed .proj-data h3 {
		font-size: 35px
	}

	.featured-section-three .data.space {
		width: 90%
	}

	.featured-section-three {
		padding-top: 50px;
		height: auto;
		padding-bottom: 40px
	}

	.featured-section-three .data h2 {
		font-size: 50px;
		line-height: 70px
	}

	.team-style-two .team-data .team-image img {
		height: 250px
	}

	.team-style-two .team-data .contact {
		margin-top: 15px
	}

	.team-style-two .team-social-medias {
		margin-right: 0
	}

	.team-style-two .team-data .team-image {
		right: 0;
		position: relative;
		top: 0;
		transform: unset
	}

	.team-style-two .team-data:before {
		display: none
	}

	.team-style-two .team-data .team-image img,
	.team-style-two .team-social-medias {
		margin-top: 30px
	}

	.featured-section-three .image:before {
		width: 280px;
		left: 20%
	}

	.footer-style-one .footer-p-1 {
		padding: 80px 0
	}

	.contact-us .c-cards {
		margin-top: 60px
	}

	.contact-us .c-data ul li:nth-child(4) {
		bottom: 90px;
		left: 200px
	}

	.contact-us .c-data ul li:nth-child(5) {
		top: 50px;
		left: 83px
	}

	.contact-us .c-data ul li:nth-child(3) {
		top: 167px;
		right: 370px
	}

	.blog-style-two .blog-item .blog-post-num {
		font-size: 40px;
		margin-bottom: 10px
	}

	.blog-style-two .blog-item h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
		margin-top: 5px
	}

	.blog-style-two .blog-item {
		padding: 25px
	}

	.certificates .c-slider .owl-nav {
		bottom: -60px;
		left: 50%
	}

	.certificates .c-slider .c-main .c-second h3 {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		margin-bottom: 15px
	}

	.certificates .data h2 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 20px
	}

	.service-style-two .service-two-box .service-two-icon:before {
		left: -10px
	}

	.service-style-two .service-two-box .service-two-icon {
		width: 95px;
		height: 110px
	}

	.service-style-two .service-two-box {
		padding: 30px 30px 0
	}

	.what-we-build .wwb-ul li figure {
		padding-top: 20px;
		top: -50px
	}

	.what-we-build .wwb-ul li figure:before {
		width: 150px
	}

	.what-we-build .wwb-ul li figure img {
		width: 330px;
		height: 230px
	}

	.what-we-build .wwb-ul li {
		padding-left: 50px;
		flex-wrap: wrap
	}

	.what-we-build .wwb-ul li .location,
	.what-we-build .wwb-ul li h3,
	.certificates .c-slider .c-main .c-second h3,
	.team-style-two .team-data {
		width: 100%
	}

	.pricing-plans .features {
		padding: 40px 30px;
		clip-path: unset;
		bottom: 0
	}

	.pricing-plans .price-box {
		padding: 30px 30px 120px
	}

	.pricing-plans .price-box h2 {
		font-size: 55px;
		margin-right: 10px
	}

	.our-goal .data p,
	.pricing-plans .price-box>p {
		width: 100%
	}

	.our-goal .heading h2 {
		width: 70%
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 50px;
		line-height: 60px
	}

	.featured-slider-two {
		height: auto
	}

	.featured-slider-two .f-2-s-nav {
		bottom: 20px;
		right: 60px
	}

	.featured-slider-two .s-item .s-first .theme-btn {
		margin-top: 40px
	}

	.featured-slider-two .s-item .s-second figure {
		transform: translate(-8%) skew(-23deg, 0deg)
	}

	.featured-slider-one .owl-item.active:after {
		width: 250px;
		height: 450px;
		right: 4.5%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data,
	.featured-slider-one .owl-item.active:after {
		top: 50%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 60px;
		line-height: 70px
	}

	.desktop-nav .nav-bar>ul,
	.desktop-nav .nav-bar .extras .theme-btn {
		display: none
	}

	.header-style-one .desktop-nav {
		background: #000;
		padding: 0
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 60%
	}

	.featured-slider-one .owl-item.active:before {
		width: 400px
	}

	.footer-first {
		flex-wrap: wrap
	}

	.footer-first .footer-logo,
	.footer-first .contact-info {
		width: 100%;
		margin-bottom: 30px
	}

	.footer-first .contact-info {
		justify-content: flex-start
	}
}

@media(max-width:1030px) {
	.shop-style-one .p-slider .product {
		width: 95%
	}

	.where-we-work .second .des {
		width: 100%
	}

	.where-we-work .first .nav-tabs li {
		margin-right: 20px
	}

	.w-counter ul li h2 {
		font-size: 80px;
		line-height: 80px
	}

	.w-counter ul {
		margin-top: 50px
	}

	.w-counter ul li {
		margin-top: 30px
	}

	.cart .cart-table .c-c .c-price .orgnl,
	.cart .cart-table .c-c .c-total span,
	.cart .cart-table .c-c .c-quality input {
		font-size: 18px
	}

	.team-detail .team-data .t-tel {
		background: #000;
		width: 100%;
		padding: 30px
	}

	.project-completed.our-projects-one .data figure img {
		height: 400px;
		width: 100%
	}

	.project-completed.our-projects-one .proj-data p {
		width: 90%;
		margin-top: 15px
	}

	.about-first .who-we-are ul {
		margin-bottom: 40px
	}

	.detail-page p,
	.detail-page h3 {
		margin: 20px 0
	}

	.video-popup:before {
		width: 300px
	}

	.blog-style-one.blog-style-three .blog-post {
		margin-bottom: 30px
	}

	.contact-form-2 .info {
		padding: 20px 15px
	}

	.contact-faqs .acc2 {
		padding: 0 0 80px;
		margin-bottom: 0
	}

	.innovation ul li {
		height: 80px;
		padding-left: 10px
	}

	.featured-slider-two .active .s-item .s-first {
		width: 50%
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 330px;
		height: 400px
	}

	.featured-slider-two .s-item .s-second figure {
		width: 220px;
		height: 200px
	}

	.our-goal .heading h2 {
		width: 80%
	}

	.blog-style-two .blog-item>a {
		margin-top: 25px
	}

	.blog-style-two .blog-slider .owl-dots {
		margin-top: 40px
	}

	.contact-form-one {
		padding-bottom: 50px
	}

	.blog-style-three .blog-heading {
		margin-top: 0;
		margin-bottom: 40px
	}

	.blog-style-three .blog-heading .theme-btn {
		margin-top: 20px
	}

	.blog-style-three .blog-heading h2 {
		margin-bottom: 20px
	}

	.project-completed .proj-image figure:before,
	.project-completed .proj-image figure:after {
		width: 250px
	}

	.project-completed .proj-data p {
		width: 100%
	}

	.project-completed .proj-data .loc-date {
		margin-top: 30px
	}

	.project-completed .proj-data h3 {
		font-size: 30px
	}

	.counter-style-one .counter-data .count {
		font-size: 65px
	}

	.renovation .reno-data p {
		width: 75%
	}

	.core-features button.accordion-button:before {
		right: 8px;
		transform: skew(-19deg, 0deg)
	}

	.core-features .accordion-header {
		width: 70%
	}

	.team-style-one .owl-item.active {
		width: 15% !important
	}

	.team-style-one .owl-item.open.active {
		width: 8% !important
	}

	.team-style-one .owl-item {
		opacity: 1;
		visibility: visible
	}

	.featured-slider-one .owl-item.active:before {
		width: 265px
	}

	.featured-slider-one .owl-item.active:after {
		width: 170px;
		height: 75%
	}

	.featured-slider-one .owl-item.active:after {
		right: 6.5%
	}

	.featured-slider-one .owl-nav button:first-child {
		margin-right: 5px
	}

	.featured-slider-one .owl-nav button {
		width: 50px;
		height: 70px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 5%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 50px;
		line-height: 60px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p,
	.service-style-one .service-data {
		width: 100%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		margin-bottom: 40px
	}

	.about-style-one .about-data-right .about-info p {
		padding-right: 0
	}

	.about-style-one .about-data-right .about-info {
		padding-left: 0
	}

	.about-style-one .about-data-left:before {
		height: 110%
	}

	.footer-style-one .footer-p-2 {
		padding: 80px 0
	}

	.renovation .reno-data h3 {
		line-height: 60px
	}

	.gap {
		padding: 80px 0
	}

	.no-top {
		padding-top: 0
	}

	.no-bottom {
		padding-bottom: 0
	}

	.renovation .reno-data h2 {
		font-size: 80px
	}

	.project-completed .prj-slider {
		padding-left: 4%
	}

	.shop-style-one.addition .p-slider div:nth-child(even) .product img,
	.shop-style-one.addition .p-slider .row.products div:nth-child(even) .product img {
		height: 290px
	}
}

@media(max-width:992px) {
	.product-single .sb-product-bottom .more {
		padding-bottom: 80px
	}

	.blog-detail figure {
		margin-bottom: 20px
	}

	.blog-style-three .blog-post .blog-image img {
		height: 320px
	}

	.cart .cart-table.head {
		display: none
	}

	.cart-total-box {
		margin-left: 0
	}

	.cart-total-box .final {
		padding: 25px;
		padding-top: 0
	}

	.cart .update-cart form input,
	.cart .update-cart form button {
		height: 65px
	}

	.cart .cart-table .c-c .c-data {
		width: 100%;
		margin-bottom: 20px
	}

	.cart .cart-table .c-c {
		flex-wrap: wrap
	}

	.cart .cart-table .c-c .c-quality,
	.cart .cart-table .c-c .c-price,
	.cart .cart-table .c-c .c-total {
		width: 25%
	}

	.cart .cart-table .c-c .c-quality input {
		height: 50px;
		font-size: 18px
	}

	.where-we-work .second {
		padding-top: 50px
	}

	.certificates .data {
		padding-right: 0
	}

	.w-counter ul li {
		margin-top: 20px
	}

	.w-counter ul li h2 {
		font-size: 70px;
		line-height: 70px
	}

	.pd-details .tab-content,
	.pd-details .nav {
		width: 100%
	}

	.pd-details .more {
		flex-wrap: wrap
	}

	ul.pd-price {
		margin-top: 30px
	}

	.what-we-build .wwb-ul li h3 a {
		color: #fff
	}

	.what-we-build .heading-style-2 {
		margin-bottom: 40px
	}

	.what-we-build .wwb-ul li.active figure {
		display: none
	}

	.client-review-style-one .head-review h3 {
		margin-bottom: 10px
	}

	.team-style-one .team-slider-nav button i {
		transform: unset
	}

	.question ul {
		margin-bottom: 50px
	}

	.question {
		margin-bottom: 30px
	}

	.box.register {
		margin-top: 30px
	}

	.checkout .order-note textarea {
		height: 250px
	}

	.checkout .billing,
	.cart-t-payment-m .payment-method,
	.cart-t-payment-m .cart-total-box {
		width: 100%
	}

	.cart-t-payment-m .payment-method {
		height: auto;
		padding: 25px
	}

	.checkout .cart-t-payment-m .payment-method .custom-radio {
		margin-bottom: 20px
	}

	.cart-t-payment-m .payment-method h3 {
		margin-bottom: 25px
	}

	.cart-t-payment-m .payment-method h3,
	.cart-total-box .final h4 {
		font-size: 25px
	}

	.cart-t-payment-m {
		margin-top: 30px;
		flex-wrap: wrap
	}

	.checkout .cart-t-payment-m .cart-total-box .final {
		padding: 0;
		padding-bottom: 20px
	}

	.cart-total-box .total {
		padding: 15px
	}

	.shop-style-one.addition .grid .product,
	.cart-t-payment-m .cart-total-box {
		margin-bottom: 30px
	}

	.shop-style-one.addition .p-slider div:nth-child(even) .product img,
	.shop-style-one.addition .p-slider div .product img {
		height: 290px
	}

	.shop-style-one .product .price-range span {
		font-size: 18px
	}

	.shop-style-one.addition .row.list>div .product {
		flex-wrap: wrap;
		padding: 20px
	}

	.shop-style-one.addition .row.list>div .product .main-data {
		flex-wrap: wrap;
		width: 100%
	}

	.shop-style-one.addition .row.list>div .product .main-data figure {
		border: 1px solid #c1c1c1
	}

	.shop-style-one.addition .row.list>div .product .data {
		padding: 0;
		padding-top: 20px;
		width: 100%;
		border: 0
	}

	.shop-style-one.addition .row.list>div .product .theme-btn {
		margin-top: 20px
	}

	.team-detail .fav-project .row .col-lg-4:before {
		bottom: 47px
	}

	.team-detail .fav-project .f-p-box {
		margin-bottom: 30px
	}

	.team-detail .image {
		padding-left: 0
	}

	.team-detail .team-data .t-social {
		margin-top: 20px
	}

	.team-detail .team-data .t-tel {
		margin-top: 40px
	}

	.next-prev-projects {
		background: #000;
		height: 80px;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9;
		left: 0
	}

	.next-prev-projects .prev,
	.next-prev-projects .next {
		top: 50%;
		transform: translateY(-50%)
	}

	.next-prev-projects li a i {
		font-size: 22px;
		color: #fff
	}

	.next-prev-projects li a {
		width: 60px;
		height: 60px;
		border-color: #fff
	}

	.project-detail-slider .p-d-slider img {
		height: 500px
	}

	.project-completed.our-projects-one .data {
		padding-bottom: 60px
	}

	.project-completed.our-projects-one .proj-data {
		padding-top: 60px
	}

	.service-detail-first .s-d-gallery figure {
		margin-bottom: 20px
	}

	.service-detail-first .s-d-gallery {
		margin-bottom: 0
	}

	.video-popup:before {
		width: 250px
	}

	.service-style-one .service-data:before {
		height: 100%
	}

	.service-style-one .service-data h3 {
		margin-top: 30px
	}

	.service-style-one .service-data p {
		margin-bottom: 20px
	}

	.service-style-one .service-data .svg-icon {
		width: 120px;
		height: 120px
	}

	.service-style-one .service-data .svg-icon img {
		width: 55px;
		height: 55px
	}

	.service-style-one .service-data .icon {
		transform: unset;
		opacity: 1;
		visibility: visible
	}

	ul.social-medias {
		margin-top: 15px
	}

	.contact-map iframe {
		height: 400px
	}

	.contact-form-2 form button {
		margin-top: 0
	}

	.contact-form-2 .bio {
		margin-top: 50px
	}

	.contact-form-2 .data h2 {
		margin-bottom: 15px
	}

	.history .h-box figure:before {
		top: 52%
	}

	.history .heading h2 {
		margin-bottom: 50px
	}

	.history .full .h-box figure {
		height: 400px
	}

	.history .full .h-box p {
		width: 100%
	}

	.history .full,
	.history .right,
	.history .left {
		margin-top: 20px
	}

	.history .h-box h2 {
		font-size: 70px;
		margin-top: 10px
	}

	.history .left .h-box figure:before,
	.history .right .h-box figure:before {
		right: 0;
		left: -58px
	}

	#timeline {
		left: -30px
	}

	.revolution .head p {
		margin-top: 15px
	}

	.core-values ul li .data h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px
	}

	.core-values ul li {
		flex-wrap: wrap
	}

	.core-values ul li:nth-child(odd) .data {
		padding-left: 0
	}

	.core-values ul li:nth-child(odd) .data,
	.core-values ul li .image,
	.core-values ul li:nth-child(even) .image,
	.core-values ul li:nth-child(even) .data {
		width: 100%
	}

	.core-values ul li .image {
		padding-right: 0;
		margin-top: 30px
	}

	.core-values ul li:nth-child(even) .image {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		order: 2
	}

	.core-values ul li:nth-child(even) .data {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
		order: 1
	}

	.counter-style-one .counter-data.upper-space {
		margin-top: 0
	}

	.counter-style-one .counter-data {
		margin-bottom: 50px
	}

	.about-first .who-we-are p {
		margin-bottom: 20px
	}

	.about-first .who-we-are ul {
		margin-bottom: 0
	}

	.about-first .who-we-are.space {
		margin-top: 40px
	}

	.about-key-benefits .row>div:first-child .data {
		margin-bottom: 30px
	}

	.featured-slider-two .f-2-s-nav {
		bottom: 20px;
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		text-align: center
	}

	.featured-slider-two {
		padding-top: 50px;
		padding-bottom: 100px
	}

	.featured-slider-two .s-item .s-first .theme-btn {
		margin-top: 30px
	}

	.featured-slider-two .s-item .s-first p {
		margin-top: 10px
	}

	.featured-slider-two .active .s-item .s-second {
		margin-top: 40px
	}

	.featured-slider-two .active .s-item .s-second figure {
		width: 100%
	}

	.featured-slider-two .active .s-item {
		flex-wrap: wrap
	}

	.featured-slider-two .s-item .s-second {
		opacity: 0
	}

	.featured-slider-two .s-item .s-second img,
	.featured-slider-two .active .s-item .s-second figure {
		transform: unset;
		width: 100%
	}

	.featured-slider-two .active .s-item .s-second {
		opacity: 1
	}

	.featured-slider-two .active .s-item .s-first,
	.featured-slider-two .active .s-item .s-second {
		width: 100%
	}

	.featured-section-three .image:before {
		width: 100px
	}

	.blog-style-three .blog-posts li {
		width: 45%
	}

	.featured-section-three .data.space {
		width: 100%;
		margin-top: 20px
	}

	.contact-form-one .c-form-2 form button.theme-btn {
		margin-top: 0
	}

	.contact-form-one:before {
		height: 50%
	}

	.nice-select,
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=address],
	input[type=password],
	input[type=number],
	select {
		height: 60px
	}

	.acc2 .accordion-item button.collapsed:before {
		border-top: 60px solid #fff
	}

	.acc2 .accordion-item button:before {
		border-top: 60px solid #71d98e
	}

	.acc2 .accordion-item button {
		font-size: 18px;
		height: 60px;
		padding: 10px 20px
	}

	.blog-style-three .blog-posts h3 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
		margin-bottom: 15px
	}

	.project-completed .proj-data .loc-date {
		margin: 30px 0
	}

	.cta-section .row div:last-child .cta-data {
		margin-top: 40px
	}

	.cta-section .cta-data figure img {
		margin-left: 0;
		width: 100%
	}

	.history-style-one .history-data .details {
		padding: 40px
	}

	.cta-section .cta-data p {
		margin-bottom: 30px;
		margin-top: 10px
	}

	.featured-section-three .space {
		margin-bottom: 40px
	}

	.featured-section-three {
		height: auto;
		padding-bottom: 40px
	}

	.featured-section-three .data h2 {
		font-size: 50px;
		line-height: 60px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 350px
	}

	.featured-section-three .image figure img {
		max-height: 350px;
		object-fit: cover;
		width: 100%
	}

	.featured-section-three .image {
		overflow: hidden
	}

	.featured-section-three .image:after {
		left: -30%
	}

	.heading.heading-style-3 h2 {
		width: 80%
	}

	.heading.heading-style-3 p {
		width: 75%;
		margin-bottom: 40px
	}

	.our-goal .data.p2 {
		margin-top: 25px
	}

	.our-goal .data svg {
		left: 39%
	}

	.our-goal .data .goal-mov {
		left: 31%
	}

	.pricing-plans .main-price,
	.history-style-one .history-data {
		margin-bottom: 30px
	}

	.certificates .data .extras {
		width: 170px;
		height: 170px;
		left: -10px;
		top: -10px
	}

	.certificates .c-slider .owl-nav {
		bottom: -30px;
		left: 55%
	}

	.certificates .data.data2,
	.our-goal .data .goal-img {
		margin-top: 50px
	}

	.estimated-price .est-form .est-main {
		margin-top: 30px
	}

	.estimated-price .est-form>p {
		margin-bottom: 20px
	}

	.estimated-price .est-img {
		display: none
	}

	.contact-us .c-cards {
		margin-top: 100px
	}

	.renovation .bbtn>figure img {
		width: 20% !important
	}

	.core-features button.accordion-button:before {
		right: 15px;
		transform: skew(-29deg, 0deg)
	}

	.team-style-one .owl-item.open.active {
		width: 12% !important
	}

	.team-style-one .team-slider-nav button {
		width: 50px;
		height: 50px;
		transform: unset;
		margin-right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center
	}

	.core-features .space {
		padding: 0 0 80px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 65%
	}

	.about-style-one .about-data-left:before {
		height: 105%
	}

	.about-style-one .about-data-right {
		padding-top: 80px
	}

	.client-review-slider .owl-dots {
		margin-top: 40px
	}

	.footer-style-one .footer-p-2 .footer-col p {
		width: 100%
	}

	.counter-style-one .counter-data {
		width: 95%
	}

	.renovation .reno-data h2 {
		font-size: 70px
	}

	.renovation .reno-data h3 {
		font-size: 35px;
		line-height: 55px
	}

	.client-slider.owl-carousel .owl-item img {
		width: auto !important
	}

	.footer-style-one .footer-p-3 .footer-col p {
		width: 100%;
		margin-bottom: 20px;
		text-align: center
	}

	.footer-style-one .footer-p-3.rights .footer-col {
		flex-wrap: wrap;
		justify-content: center
	}

	.footer-p-2 .footer-col {
		margin-bottom: 40px
	}

	.footer-style-one .footer-p-2 .footer-col h3 {
		margin-bottom: 15px
	}

	.client-review-slider .owl-dots {
		margin-bottom: 60px
	}

	.renovation .reno-data:before {
		right: -20%
	}

	.renovation:after {
		right: -50%
	}

	.video-play-btn {
		width: 150px;
		height: 200px;
		transform: translate(-50%, -50%) skew(-20deg, 0deg);
		top: 50%;
		left: 55%
	}

	.core-features .video:before {
		left: 45%;
		top: 50%;
		transform: translate(-50%, -50%) skew(-20deg, 0deg)
	}

	.core-features .video:before {
		height: 400px
	}

	.core-features .shape:before {
		display: none
	}

	.core-features .video figure img {
		width: 100%
	}

	.core-features .video {
		clip-path: unset;
		width: 100%
	}

	.heading-style-2,
	.client-review-slider .slider-data h3 {
		margin-bottom: 30px
	}

	.about-style-one .about-data-right h2,
	.heading h2,
	.heading-style-2 .data h2,
	.heading-style-2,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 35px;
		line-height: 45px
	}

	.about-style-one .about-data-right .about-info {
		padding-left: 0
	}

	.about-style-one .about-data-left .about-image {
		margin-bottom: 0 !important
	}

	.service-style-one .service-data {
		margin-bottom: 40px
	}

	.project-completed .prj-slider {
		padding-left: 0;
		max-width: 700px
	}
}

@media(max-width:767px) {
	.sb-cart-actions .coupon input {
		width: 155px;
		padding: 0 10px
	}

	.sb-cart-actions .coupon button {
		padding: 0 10px
	}

	.sb-cart-actions button[name=update_cart] {
		margin-top: 15px;
		width: 50%;
		text-align: center
	}

	.product-single .sb-product-bottom {
		padding-top: 60px
	}

	.product-single .sb-product-bottom .more {
		padding-bottom: 60px
	}

	.sb-shop-page .woocommerce-result-count {
		margin-bottom: 0;
		float: none
	}

	.woocommerce .woocommerce-ordering .nice-select,
	.woocommerce-page .woocommerce-ordering .nice-select {
		float: none
	}

	.builty-sidebar-frame {
		margin-top: 60px
	}

	.construction-services .tab-content>.tab-pane figure figcaption {
		width: auto;
		padding: 30px
	}

	.blog-style-three .blog-posts img {
		width: 100%;
		height: auto
	}

	.counter-style-one .counter-data:before {
		right: 0
	}

	.team-style-one .owl-item {
		opacity: 0;
		visibility: hidden
	}

	.blog-style-three .blog-posts .boxx {
		margin-right: 0
	}

	.team-detail .team-data .t-tel .theme-btn:after {
		border-top: 65px solid #71d98e
	}

	.cart .cart-table .c-c .c-quality,
	.cart .cart-table .c-c .c-price,
	.cart .cart-table .c-c .c-total {
		width: 100%;
		margin-bottom: 20px
	}

	.cart .cart-table li {
		padding: 20px 10px
	}

	.project-d-detail .data {
		padding: 15px
	}

	.project-d-detail {
		margin-top: 20px;
		height: 100px
	}

	.rev-tab .total-reviews .t-r {
		height: 75px;
		width: 150px;
		font-size: 18px
	}

	.rev-tab .total-reviews {
		height: 80px;
		margin-bottom: 30px
	}

	.rev-tab .total-reviews .f-r .r-s {
		margin-right: 20px
	}

	.box {
		padding: 40px
	}

	.box input {
		height: 60px
	}

	.mobile-nav {
		width: 55%
	}

	.checkout .billing .row.dist>div:first-child {
		margin-bottom: 20px
	}

	.project-detail-slider .p-d-slider img {
		height: 400px
	}

	.about-first.service-detail-first .innovation ul li:not(:last-child) {
		margin-bottom: 10px
	}

	.video-popup:before {
		width: 200px
	}

	.video-popup figure img {
		height: 400px
	}

	.video-popup figure img {
		height: 500px
	}

	.category.shape.form {
		margin-bottom: 20px
	}

	.sidebar .box.categories {
		padding: 15px 25px
	}

	.sidebar .box h3 {
		margin-top: 0;
		margin-bottom: 15px
	}

	.form form>.row>.form-group input {
		margin-bottom: 10px
	}

	.form form input[type=checkbox]+label {
		font-size: 16px;
		line-height: 22px
	}

	.category.shape.comments,
	.category.shape.form {
		padding: 20px 20px 25px
	}

	.comment.reply {
		width: 96%
	}

	.comment {
		flex-wrap: wrap;
		padding: 10px
	}

	.comment .c-data {
		padding-left: 0;
		padding-top: 15px
	}

	.blog-style-one .comment .c-img img {
		width: 120px;
		height: 120px
	}

	.builty-pagination ul.pagination li a {
		height: 55px
	}

	.builty-pagination ul.pagination li:first-child a,
	.builty-pagination ul.pagination li:last-child a,
	.builty-pagination ul.pagination li a {
		padding: 0 15px
	}

	.builty-pagination ul.pagination li:first-child {
		margin-right: 15px
	}

	.builty-pagination ul.pagination li:last-child {
		margin-left: 15px
	}

	.heading h2,
	.heading.heading-style-3 h2 span span {
		margin-bottom: 30px
	}

	.contact-faqs .acc2 {
		padding: 0 0 60px;
		margin-bottom: 0
	}

	.history .heading h2 {
		margin-bottom: 40px
	}

	.history .full .h-box figure,
	.history .h-box figure {
		height: 100%
	}

	.history .h-box h2 {
		font-size: 60px
	}

	.innovation ul li {
		width: 100%
	}

	.innovation ul li:not(:last-child) {
		margin-bottom: 10px
	}

	.banner-style-one {
		padding-top: 60px
	}

	.banner-style-one .banner-details {
		padding-bottom: 60px
	}

	.banner-style-one .banner-details h2,
	.banner-style-one .banner-details .intro-title {
		font-size: 50px
	}

	.project-completed .prj-slider-nav {
		text-align: left;
		margin-top: 30px
	}

	.cta-section .cta-data figure:before {
		width: 250px
	}

	.blog-style-three .blog-posts li {
		width: 95%;
		margin-bottom: 30px
	}

	.team-style-two .team-data {
		padding: 30px
	}

	.team-style-two .col-lg-6:last-child .team-data {
		margin-bottom: 0
	}

	.contact-form-one {
		padding-bottom: 30px;
		margin-top: 60px
	}

	.shop-style-one .p-slider .owl-item .product figure img {
		height: 200px
	}

	.shop-style-one .p-slider .owl-item.active.center .product {
		margin: 0 !important
	}

	.est-form .space {
		margin-bottom: 30px
	}

	.certificates .data .extras {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.certificates .data .extras h3 {
		font-size: 35px;
		line-height: 30px
	}

	.certificates .data .extras:before {
		border-width: 2px
	}

	.our-goal .data svg {
		left: 41%
	}

	.pricing-plans .price-box {
		padding: 30px 30px 150px
	}

	.pricing-plans .price-img {
		margin-top: -105px
	}

	.service-style-two .service-two-box {
		margin-bottom: 30px
	}

	.estimated-price:before,
	.estimated-price:after {
		height: 80%
	}

	.blog-style-two .blog-item>a {
		margin-top: 20px
	}

	.heading h2,
	.heading.heading-style-3 h2 span span {
		margin-bottom: 30px
	}

	.counter-style-one .counter-data.upper-space {
		margin-top: 0
	}

	.counter-style-one .counter-data {
		margin-bottom: 40px
	}

	.project-style-one .project-post .project-data .project-icon {
		transform: unset;
		right: 0;
		position: relative;
		padding: 20px;
		background: #fff;
		border: 2px solid #5b5b5b;
		border-radius: 100%;
		margin-top: 15px;
		width: 40px;
		height: 40px
	}

	.project-style-one .project-post .project-data .project-icon i {
		font-size: 13px
	}

	.project-style-one .project-post .project-data {
		padding: 25px
	}

	.project-style-one .project-post .project-data:hover .project-icon {
		right: 0
	}

	.project-style-one .project-post .project-data:hover .project-icon i {
		transform: unset
	}

	.heading h2 {
		width: 70%
	}

	.project-style-one:before {
		display: none
	}

	.core-features .space {
		padding: 0 0 60px
	}

	.client-review-style-one img {
		width: 100%
	}

	.renovation .reno-data:before {
		display: none
	}

	.renovation:before {
		left: -20%
	}

	.renovation .reno-data h2 {
		margin-bottom: 10px
	}

	.renovation .reno-data p {
		width: 85%
	}

	.client-review-slider .slider-data__content p,
	.renovation .reno-data p {
		font-size: 18px;
		line-height: 30px
	}

	.heading-style-2,
	.client-review-slider .slider-data .bio {
		margin-top: 20px
	}

	.client-review-slider .slider-data .bio .details h3 {
		font-size: 22px;
		line-height: 32px
	}

	.renovation .bbtn>figure img {
		width: 25% !important
	}

	.video-play-btn {
		width: 130px;
		height: 150px
	}

	.core-features .video:before {
		height: 300px
	}

	.core-features button.accordion-button:before {
		right: 13px;
		transform: skew(-23deg, 0deg)
	}

	.team-style-one .owl-item.open.active {
		width: 9% !important
	}

	.team-style-one .team-slider-nav {
		text-align: left;
		margin-top: 20px
	}

	.theme-btn {
		padding: 15px 60px 15px 35px
	}

	.theme-btn:after {
		border-top: 59px solid #71d98e
	}

	.featured-slider-one .owl-nav {
		position: absolute;
		bottom: -2%;
		right: -3%;
		transform: translate(-50%, -50%)
	}

	.featured-slider-one .owl-nav button i {
		font-size: 13px
	}

	.featured-slider-one .owl-nav button:first-child {
		margin-right: 5px
	}

	.featured-slider-one .owl-item.active:after {
		display: none
	}

	.featured-slider-one .owl-item.active:before {
		right: -50%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title,
	.featured-slider-one .owl-item.active .f-slider-one-data p,
	.featured-slider-one .f-slider-layer {
		text-align: center
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 80%
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.renovation .bbtn {
		margin-top: 30px
	}

	.renovation:after {
		right: -85%
	}

	.renovation .reno-data:before {
		right: -45%
	}

	.counter-style-one .counter-data {
		width: 100%
	}

	.footer-p-2 .footer-col {
		margin-bottom: 30px
	}

	.footer-style-one .footer-p-2 .footer-col p {
		width: 100%
	}

	.footer-style-one .footer-p-2 .footer-col form button {
		right: 28px
	}

	.footer-style-one .footer-p-2 .footer-col form button:before {
		transform: skew(-27deg, 0deg)
	}

	.footer-style-one .footer-p-2 {
		padding: 60px 0 30px
	}

	.gap {
		padding: 60px 0
	}

	.no-top {
		padding-top: 0
	}

	.no-bottom {
		padding-bottom: 0
	}

	.project-completed .prj-slider {
		padding: 12px;
		max-width: 520px
	}

	.footer-style-one .footer-p-1 {
		padding: 60px 0
	}

	.heading.heading-style-3 h2 span span:before {
		bottom: 0
	}

	.cta-section .cta-data p {
		margin-bottom: 20px
	}

	.about-style-one .about-data-left {
		padding-top: 20px
	}

	.pd-quality {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.pd-gallery {
		padding-right: 0
	}
}

@media(max-width:600px) {
	.team-detail .team-data .t-contact span {
		width: 30%
	}

	.contact-form-2 .bio {
		padding: 30px
	}

	.cart .update-cart {
		padding-right: 0
	}

	.cart .update-cart {
		margin-top: 30px;
		margin-right: 0;
		flex-wrap: wrap
	}

	.cart .update-cart .theme-btn {
		margin-top: 25px
	}

	.cart .update-cart form {
		width: 100%
	}

	ul.pd-imgs li a {
		width: 100px;
		height: 100px
	}

	.pd-gallery {
		flex-wrap: wrap
	}

	ul.pd-imgs {
		margin-right: 0;
		display: flex
	}

	ul.pd-imgs li:not(:last-child) a {
		margin-bottom: 10px;
		margin-right: 10px
	}

	.pd-main-img {
		margin-bottom: 40px
	}

	.video-play-btn svg {
		width: 40px;
		height: 40px
	}

	.pd-main-img {
		height: 450px
	}

	.w-counter ul li h2 {
		font-size: 60px;
		line-height: 60px
	}

	.acc2 .accordion-item button:before,
	.acc2 .accordion-item button.collapsed:before {
		border-top: 55px solid transparent
	}

	.heading.heading-style-3 p {
		width: 95%
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 300px
	}

	.question ul {
		margin-bottom: 40px
	}

	.mobile-nav {
		width: 75%
	}

	.checkout .order-note textarea {
		height: 200px;
		padding: 25px !important
	}

	.checkout .billing input,
	.checkout .billing .nice-select {
		padding: 0 25px
	}

	.checkout .cart-t-payment-m .cart-total-box .final h4 {
		margin-bottom: 20px
	}

	.cart-total-box .total ul li span {
		font-size: 20px
	}

	.cart-total-box .final ul li span {
		font-size: 18px
	}

	.cart-t-payment-m {
		margin-top: 20px
	}

	.shop-style-one.addition .grid .product,
	.cart-t-payment-m .cart-total-box {
		margin-bottom: 25px
	}

	.shop-style-one.addition .p-slider div:nth-child(even) .product img,
	.shop-style-one.addition .p-slider div .product img {
		height: 200px
	}

	.next-prev-projects li a i {
		font-size: 16px
	}

	.next-prev-projects li a {
		width: 50px;
		height: 50px
	}

	.project-detail-slider .p-d-slider .owl-dots {
		margin-top: 30px
	}

	.project-detail-slider .p-d-slider .owl-dots button {
		width: 50px;
		height: 15px
	}

	.project-detail-slider .p-d-slider img {
		height: 300px
	}

	.project-completed.our-projects-one .data figure img {
		height: 100%
	}

	.video-popup figure img {
		height: 430px
	}

	.contact-map iframe {
		height: 300px
	}

	.contact-faqs .heading h2 {
		width: 80%
	}

	.history .h-box figure:before {
		top: 60%
	}

	.history .full,
	.history .right,
	.history .left {
		margin-top: 0
	}

	.detail-page p span {
		line-height: 26px;
		display: unset
	}

	.history .left .h-box figure:before,
	.history .right .h-box figure:before {
		right: 0;
		left: -34px
	}

	.history.detail-page .spacee {
		padding-left: 40px;
		padding-right: 20px
	}

	#timeline {
		width: 10px;
		left: 18px
	}

	.history .h-box figure:before {
		width: 20px;
		height: 20px
	}

	.banner-style-one .banner-details h2,
	.banner-style-one .banner-details .intro-title {
		font-size: 40px;
		line-height: 50px
	}

	.featured-slider-two {
		padding-bottom: 40px
	}

	.featured-slider-two .active .s-item .s-second figure {
		height: 100%
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 40px;
		line-height: 50px
	}

	.service-style-two .service-two-box.last {
		padding-top: 0
	}

	.featured-section-three .data h2 {
		font-size: 40px;
		line-height: 50px
	}

	.contact-form-one .heading h2 {
		width: 80%
	}

	.contact-form-one .c-form-2 {
		padding: 30px
	}

	.our-goal .heading h2 {
		width: 90%
	}

	.estimated-price .bg-wh {
		padding: 20px 0
	}

	.contact-us .heading h2 {
		width: 80%
	}

	.certificates .c-slider .c-main .c-first figure:before {
		width: 100px;
		height: 108%;
		left: 65%
	}

	.certificates .c-slider .c-main {
		flex-wrap: wrap
	}

	.certificates .c-slider .c-main .c-second {
		width: 100%;
		padding-left: 0;
		margin-top: 30px
	}

	.footer-style-one .footer-p-3.rights .footer-col {
		padding: 0
	}

	.core-features .video:before {
		height: 250px
	}

	.video-play-btn {
		width: 120px;
		height: 140px
	}

	.video-play-btn i {
		font-size: 40px
	}

	.renovation .reno-data h2 {
		font-size: 60px;
		line-height: 70px
	}

	.renovation .reno-data h3 {
		font-size: 30px;
		line-height: 45px
	}

	.renovation .reno-data p {
		width: 100%
	}

	.renovation:before {
		left: -35%
	}

	.renovation:after {
		right: -110%
	}

	.team-style-one .owl-item.open.active {
		width: 8% !important
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		font-size: 16px;
		line-height: 26px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 40px;
		line-height: 50px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		margin-bottom: 30px
	}

	.featured-slider-one .owl-item.active:before {
		right: -60%
	}

	.featured-slider-one .owl-nav button {
		width: 50px;
		height: 60px
	}
}

@media(max-width:480px) {
	.f-slider-one img {
		object-fit: cover
	}

	.blog-style-three .blog-post .blog-image img {
		height: 220px
	}

	.core-features .container .container {
		padding-left: 0;
		padding-right: 0
	}

	.core-features .accordion-item h2 {
		width: auto;
		margin-left: 0
	}

	.shop-style-one.addition .shop-filter {
		margin-bottom: 40px;
		padding: 20px
	}

	.project-style-one.addition .project-post {
		margin-bottom: 20px
	}

	.team-detail .team-data .t-tel .theme-btn i:after {
		transform: skew(-24deg, 0deg)
	}

	.history-style-one .history-data a i {
		font-size: 20px
	}

	.history-style-one .history-data .details {
		padding: 30px
	}

	.history-style-one .history-data a {
		width: 60px;
		height: 60px;
		bottom: 35px;
		left: 35px
	}

	#timeline {
		height: 89.2%
	}

	.popups.conslt-popup .modal-body {
		padding: 0
	}

	.popups .modal-body {
		padding: 20px
	}

	.estimated-price .est-form .est-main .est-price {
		padding: 25px 30px
	}

	.cart .update-cart form input {
		padding-left: 25px
	}

	.pd-details .nav {
		margin-right: 0
	}

	ul.pd-price li.pd-sale-price,
	ul.pd-price li.pd-sale-price span {
		font-size: 25px
	}

	ul.pd-price li.pd-regular-price,
	ul.pd-price li.pd-regular-price span {
		font-size: 18px
	}

	.pd-cat-tags {
		margin-top: 30px;
		padding-top: 20px
	}

	.pd-quality input {
		height: 50px;
		padding: 20px;
		font-size: 18px
	}

	.pd-data h2 {
		font-size: 30px;
		line-height: 40px
	}

	.pd-details .nav-pills .nav-link {
		font-size: 18px;
		margin-bottom: 10px;
		padding: 10px 20px
	}

	.tab-table {
		padding: 10px
	}

	.tab-table .table tr td {
		padding: 10px 15px
	}

	.about-style-one .about-data-right {
		padding-top: 60px
	}

	.where-we-work .heading-style-2 {
		margin-bottom: 20px
	}

	.first .tab-data {
		margin-top: 40px
	}

	.first .nav-tabs li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px
	}

	.first .tab-data .map-pin .location {
		height: 175px;
		left: -98px
	}

	.first .tab-data .map-pin .location figure img {
		width: 200px;
		height: 95px
	}

	.first .tab-data .map-pin .location .data {
		padding: 10px
	}

	.w-counter ul {
		margin-top: 30px
	}

	.rev-tab .total-reviews .f-r span {
		font-size: 14px
	}

	.rev-tab .total-reviews .f-r .r-s i {
		font-size: 15px
	}

	.rev-tab .total-reviews {
		height: auto;
		flex-wrap: wrap;
		padding: 5px
	}

	.rev-tab .total-reviews .t-r {
		height: 50px;
		width: 100%;
		font-size: 18px;
		margin-bottom: 10px
	}

	.rev-tab .total-reviews .f-r {
		width: 100%
	}

	.innovation ul li p {
		font-size: 16px
	}

	.acc2 .accordion-item button {
		font-size: 16px;
		line-height: 22px;
		min-height: 55px
	}

	.acc2 .accordion-item h2:before {
		display: none
	}

	.acc2 .accordion-body {
		padding: 15px 5px 5px
	}

	.shop-style-one .p-slider .owl-dots button,
	.blog-style-two .blog-slider .owl-dots button {
		width: 50px
	}

	.heading h2 {
		margin-top: 0
	}

	.heading>span,
	.heading-style-2 .data>span {
		font-size: 13px
	}

	.what-we-build .wwb-ul li .location {
		padding-top: 10px
	}

	.what-we-build .wwb-ul li h3 {
		font-size: 20px;
		line-height: 30px;
		margin-right: 0
	}

	.what-we-build .wwb-ul li {
		padding: 30px
	}

	.what-we-build .wwb-ul li:before {
		top: 50%;
		transform: translateY(-50%)
	}

	.featured-slider-one .owl-nav {
		bottom: 0
	}

	.featured-slider-one .owl-nav button.owl-prev:before,
	.featured-slider-one .owl-nav button.owl-next:before {
		transform: unset
	}

	.counter-style-one .counter-data {
		padding: 30px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 250px
	}

	.footer-style-one .footer-p-2 .footer-col form button:before {
		transform: skew(-24deg, 0deg)
	}

	.question ul {
		margin-bottom: 30px
	}

	.question {
		margin-bottom: 20px
	}

	.box {
		padding: 35px 30px
	}

	.box h3,
	.question h3 {
		font-size: 22px
	}

	.box input {
		height: 55px
	}

	.mobile-nav {
		width: 100%
	}

	.checkout .billing input,
	.checkout .billing .nice-select {
		height: 55px
	}

	.checkout .billing .row,
	.checkout .billing .row.dist>div:first-child {
		margin-bottom: 15px
	}

	.checkout .order-note textarea {
		height: 150px;
		padding: 20px !important
	}

	.checkout .billing input,
	.checkout .billing .nice-select {
		padding: 0 20px
	}

	.cart-total-box .final ul li span {
		text-transform: capitalize
	}

	.cart-total-box .total ul li span {
		font-size: 18px
	}

	.checkout .cart-t-payment-m .cart-total-box .final ul li:not(:last-child) span {
		margin-bottom: 5px
	}

	.checkout .cart-t-payment-m .payment-method .custom-radio {
		margin-bottom: 15px
	}

	.checkout .cart-t-payment-m .payment-method .custom-radio input[type=checkbox]+label {
		font-size: 16px
	}

	.team-detail .team-data h3 {
		font-size: 30px
	}

	.team-detail .team-data .t-social a {
		width: 100%
	}

	.project-completed .proj-data .loc-date {
		margin: 20px 0
	}

	.project-completed.our-projects-one .proj-data p {
		width: 100%;
		margin-top: 10px
	}

	.video-popup figure img {
		height: 350px
	}

	.video-popup:before {
		width: 170px
	}

	.sidebar .box {
		padding: 15px 25px
	}

	.blog-style-one.blog-style-three .blog-post h2,
	.blog-detail .blog-post h2 {
		font-size: 20px;
		line-height: 30px
	}

	.history .heading h2 {
		margin-bottom: 30px
	}

	.history .h-box h2 {
		font-size: 50px
	}

	.core-values ul li {
		padding: 20px 0
	}

	.core-values ul li:nth-child(odd) .data p {
		padding-right: 0
	}

	.core-values ul li .image {
		margin-top: 20px
	}

	.core-values ul li:nth-child(even) .data {
		margin-bottom: 20px
	}

	.core-values ul li .data h3 {
		font-size: 25px
	}

	.contact-us .c-data ul li a img {
		width: 60px;
		height: 60px
	}

	.certificates .data h2 {
		font-size: 25px;
		line-height: 35px
	}

	.certificates .data.data2,
	.our-goal .data .goal-img {
		margin-top: 30px
	}

	.featured-slider-two {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.featured-slider-two .s-item .s-first h1,
	.featured-slider-two .s-item .s-first .s-slide-title {
		font-size: 35px;
		line-height: 45px
	}

	.project-completed .prj-slider-nav {
		margin-top: 15px
	}

	.featured-section-three .image:before {
		display: none
	}

	.featured-section-three .data h2 {
		font-size: 35px;
		line-height: 45px
	}

	.featured-section-three .data.space {
		margin-top: 10px
	}

	.cta-section .cta-data p {
		width: 100%
	}

	.footer-style-one .footer-p-2 .footer-col form input {
		padding-left: 20px
	}

	.team-style-two .team-data h3 {
		font-size: 25px
	}

	.project-completed .proj-data h3 {
		font-size: 20px;
		line-height: 30px
	}

	.project-completed .proj-image figure:before,
	.project-completed .proj-image figure:after {
		width: 130px
	}

	.shop-style-one .p-slider .owl-dots {
		margin-top: 30px
	}

	.cta-section .cta-data figure:before {
		width: 150px
	}

	.our-goal .data svg,
	.our-goal .data .goal-mov {
		display: none
	}

	.certificates .c-slider .c-main .c-first {
		width: 50%
	}

	.certificates .c-slider .c-main .c-first figure:before {
		width: 70px;
		height: 113%
	}

	.estimated-price .est-form form .row,
	.est-form .space {
		margin-bottom: 20px
	}

	.nice-select,
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=address],
	input[type=password],
	input[type=number],
	select,
	.estimated-price .est-form .checkk label {
		height: 50px
	}

	.contact-us .c-cards .card ul li span {
		width: 20%
	}

	.contact-us .heading h2 {
		width: 90%
	}

	.contact-us .c-data ul li:nth-child(1) {
		top: 40px;
		right: 105px
	}

	.about-style-one .about-data-right h2 {
		margin-bottom: 20px
	}

	.project-style-one .project-post .project-data {
		width: 100%;
		border: 0;
		clip-path: unset
	}

	.project-style-one .project-post .project-data h3 a {
		font-size: 25px;
		line-height: 35px
	}

	.project-style-one .project-post .project-data {
		padding: 25px
	}

	.project-style-one .project-post .project-data p {
		width: 100%
	}

	.project-style-one:before {
		height: 595px
	}

	.renovation .bbtn {
		margin-top: 20px
	}

	.renovation .bbtn>figure img {
		width: 35% !important
	}

	.renovation .bbtn a i {
		font-size: 20px
	}

	.client-review-slider .slider-data p,
	.renovation .reno-data p {
		font-size: 16px;
		line-height: 26px
	}

	.renovation .reno-data h2 {
		font-size: 45px;
		line-height: 55px
	}

	.renovation .reno-data h3 {
		font-size: 25px;
		line-height: 35px
	}

	.renovation:before {
		left: -50%
	}

	.renovation:after {
		right: -140%
	}

	.core-features .accordion-header {
		width: 90%
	}

	.about-style-one .about-data-right h2,
	.heading h2,
	h2,
	.intro-title,
	.heading-style-2 .data h2,
	.heading-style-2,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 30px;
		line-height: 40px
	}

	.team-style-one .owl-item.open.active {
		width: calc(100vw - 30px) !important
	}

	.team-style-one .team-slider-nav {
		margin-top: 20px
	}

	.team-style-one .team-slider-nav button {
		transform: unset
	}

	.team-style-one .team-data {
		flex-wrap: wrap
	}

	.team-style-one .team-slider .owl-item.active.open .team-info {
		padding-left: 0;
		padding-top: 30px
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 90%
	}

	.featured-slider-one .owl-nav {
		left: 50%;
		transform: translate(-50%, -50%);
		right: unset
	}

	.theme-btn {
		padding: 13px 55px 13px 25px
	}

	.theme-btn:after {
		border-top: 55px solid #71d98e
	}

	.theme-btn i:after {
		transform: skew(-28deg, 0deg)
	}

	.featured-slider-one .owl-item.active:before {
		right: -90%
	}
}

@media(max-width:425px) {
	.first .nav-tabs {
		margin-bottom: 70px
	}

	.team-style-two .team-data {
		padding: 20px
	}

	.team-detail .team-data .t-contact span {
		width: 45%
	}

	.category.shape p {
		margin: 0
	}

	.category.shape p.logged-in-as {
		margin-bottom: 20px
	}

	.contact-info .images img {
		width: 50px;
		height: 50px
	}

	#timeline {
		height: 87.5%
	}

	.cart-total-box .final {
		padding: 0 0 20px
	}

	.banner-style-one .parallax {
		background-size: cover;
		left: 0 !important
	}

	.where-we-work .parallax {
		top: 35%
	}

	.team-style-one .team-data .team-info h3 {
		font-size: 25px;
		line-height: 35px
	}

	.f-slider-one img {
		width: 100% !important;
		height: 70vh !important
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data,
	.featured-slider-one .owl-item.active:after {
		top: 40%
	}

	.client-review-slider .owl-dots button {
		width: 50px;
		height: 15px
	}

	.team-style-one .team-data .team-info h3 {
		margin-bottom: 0
	}

	.video-play-btn svg {
		width: 30px;
		height: 30px
	}

	.team-style-one .team-slider .owl-item.active.open .team-image img {
		height: 250px
	}

	.team-style-one .team-data .team-image figure {
		padding: 10px 0
	}

	.team-style-one .team-data .team-image:before {
		width: 100px;
		height: 100%
	}

	.team-style-one .team-data .team-social-media {
		margin-top: 15px
	}

	.project-style-one .project-slider .owl-dots {
		margin-top: 0
	}

	.cart-popup {
		right: 10px;
		width: 95%
	}

	.featured-slider-one .owl-nav {
		bottom: 2%
	}

	.featured-section-three .image:before {
		left: 35%
	}

	.footer-style-one .footer-p-2 .footer-col form button:before {
		transform: skew(-20deg, 0deg)
	}

	.footer-style-one .footer-p-2 .footer-col form button {
		right: 24px
	}

	.project-detail-slider .p-d-slider img {
		height: 250px
	}

	.video-popup figure img {
		height: 300px
	}

	.video-popup:before {
		width: 130px
	}

	.category {
		flex-wrap: wrap;
		padding: 20px
	}

	.category:not(:last-child) {
		margin-bottom: 20px
	}

	.category.social-medias ul {
		margin-left: 0;
		width: 100%
	}

	.category.social-medias p {
		margin: 0;
		margin-bottom: 5px
	}

	.builty-pagination ul.pagination li a {
		height: 45px
	}

	.builty-pagination ul.pagination li:first-child a,
	.builty-pagination ul.pagination li:last-child a,
	.builty-pagination ul.pagination li a {
		padding: 0 10px
	}

	.featured-slider-two .active .s-item .s-second figure {
		height: 250px
	}

	.our-goal .data svg {
		left: 39%
	}

	.our-goal .data .goal-mov {
		left: 26%
	}

	.contact-us .c-cards .card .details h2 {
		font-size: 25px;
		line-height: 35px
	}

	.contact-us .c-cards .card .details,
	.contact-us .c-cards .card .contacts-info {
		margin-left: 15px
	}

	.contact-us .c-cards .card .address {
		padding: 15px
	}

	.contact-us .c-cards .card .contacts-info {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.contact-us .c-cards .card {
		padding: 20px
	}

	.contact-us .c-data ul li a img {
		width: 50px;
		height: 50px
	}

	.contact-us .c-data ul li:nth-child(4) {
		bottom: 0;
		left: 120px
	}

	.contact-us .c-data ul li:nth-child(2) {
		top: 50%;
		right: 0
	}

	.contact-us .c-data ul li:nth-child(5) {
		top: 0;
		left: 0
	}

	.contact-us .c-data ul li:nth-child(3) {
		top: 77px;
		right: 80%
	}

	.contact-us .c-data ul li:nth-child(1) {
		top: 0;
		right: 20%
	}

	.heading h2 {
		width: 80%
	}

	.blog-style-one .blog-post h2 {
		font-size: 20px;
		line-height: 30px
	}

	.heading h2,
	.heading.heading-style-3 h2 span span {
		margin-bottom: 30px
	}

	.core-features .video:before {
		height: 200px;
		width: 150px
	}

	.video-play-btn {
		width: 90px;
		height: 110px
	}

	.video-play-btn i {
		font-size: 30px
	}

	.renovation:before,
	.renovation:after {
		display: none
	}

	.featured-slider-one .owl-item.active:before {
		right: -100%
	}

	.featured-slider-one .owl-item.active .f-slider-one-data h1,
	.featured-slider-one .owl-item.active .f-slider-one-data .s-slide-title {
		font-size: 30px;
		line-height: 40px
	}

	.featured-slider-one .owl-item.active .f-slider-one-data p {
		font-size: 15px;
		line-height: 25px
	}

	.featured-slider-one .owl-nav button:hover,
	.featured-slider-one .owl-nav button {
		transform: unset
	}

	.featured-slider-one .owl-nav button {
		width: 50px;
		height: 50px
	}

	.featured-slider-one .owl-nav button {
		border-width: 1px
	}

	.core-features .accordion-body {
		padding: 45px 20px 15px
	}

	.core-features button.accordion-button {
		font-size: 18px;
		height: 50px;
		padding: 0 15px
	}

	button.scrollTopStick i {
		font-size: 11px
	}

	button.scrollTopStick.active:before {
		width: 50px;
		height: 50px
	}

	button.scrollTopStick {
		width: 35px;
		height: 35px;
		bottom: 20px;
		right: 20px
	}

	.core-features .accordion-item:not(:last-child) {
		margin-bottom: 40px
	}
}

@media(max-width:375px) {
	.first .nav-tabs {
		margin-bottom: 80px
	}

	.category.shape.form p {
		line-height: 20px;
		margin-bottom: 22px
	}

	.blog-style-one.blog-style-three .blog-post h2 {
		font-size: 18px;
		line-height: 28px
	}

	#timeline {
		height: 88%
	}

	.pd-data h2 {
		font-size: 25px;
		line-height: 35px
	}

	.about-style-one .about-data-right {
		padding-top: 50px
	}

	.acc2 .accordion-item button {
		line-height: 20px
	}

	.featured-slider-one .owl-nav {
		bottom: 4%
	}

	.counter-style-one .counter-data:before {
		right: 15px
	}

	.about-style-one .about-data-right h2,
	.heading h2,
	.heading-style-2 .data h2,
	.heading-style-2,
	.about-style-one .about-data-right h2,
	.cta-section .cta-data h2,
	.blog-style-three .blog-heading h2,
	.heading.heading-style-3 h2 span span,
	.about-first h2,
	.about-key-benefits .data h2,
	.revolution .head h2,
	.contact-form-2 .data h2,
	.client-review-style-one .head-review h3 {
		font-size: 25px;
		line-height: 35px
	}

	.core-features button.accordion-button:before {
		right: 11px;
		transform: skew(-20deg, 0deg)
	}

	.project-style-one .project-post .project-data {
		padding: 20px
	}

	.project-style-one .project-post .project-data h3 a {
		font-size: 20px;
		line-height: 30px
	}

	.featured-section-three .image,
	.featured-section-three .image figure img {
		height: 200px
	}

	.featured-section-three .image:before {
		left: 40%
	}

	.footer-style-one .footer-p-2 .footer-col form button {
		right: 22px
	}

	.box form .remember {
		flex-wrap: wrap
	}

	.team-detail .team-data h3 {
		font-size: 27px
	}

	.contact-us .c-cards .card ul li span:nth-child(2),
	.certificates .c-slider .c-main .c-first {
		width: 60%
	}

	.contact-us .c-cards .card ul li span {
		width: 30%
	}

	.core-features .video:before {
		width: 120px
	}

	.renovation .reno-data h3 {
		font-size: 22px;
		line-height: 32px
	}

	.featured-slider-one .owl-item.active:before {
		display: none
	}

	.featured-slider-one .f-slider-one-data,
	.featured-slider-one .owl-item.active .f-slider-one-data {
		width: 100%
	}

	.team-style-one .owl-item.open.active {
		width: 7% !important
	}
}

@media (max-width: 991px) {
	.desktop-nav {
		max-height: none;
	}

	.desktop-nav__inner {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 12px;
		padding: 12px 0;
		padding-inline: 1.25rem;
	}

	.desktop-nav__inner .nav-bar {
		display: none;
	}

	.desktop-nav__inner .extras {
		gap: 12px;
	}

	.desktop-nav__inner .extras .nav-socials,
	.desktop-nav__inner .extras .theme-toggle {
		display: none;
	}

	.nav-bar-menu {
		display: none;
	}

	.header-style-one .nav-bar-menu>li {
		height: auto;
	}

	.header-style-one .nav-bar-menu>li>a {
		padding: 0;
		line-height: 1.4;
	}

	.desktop-nav__inner .site-branding img {
		max-height: 44px;
	}

	.service-style-one .sic-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.service-style-one .sic-services-grid {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 991.98px) {
  .banner-style-one {
    padding: clamp(120px, 18vw, 180px) 0 90px;
  }
  .banner-style-one .banner-details p {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .banner-style-one {
    padding: clamp(100px, 20vw, 160px) 0 80px;
    text-align: center;
  }
  .banner-style-one .banner-details {
    margin-inline: auto;
  }
  .banner-style-one .intro-title span {
    font-size: clamp(2.1rem, 7vw, 2.6rem);
  }
  .breadcrums {
    margin-top: 32px;
  }
  .breadcrums ul {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .banner-style-one {
    padding: 90px 0 70px;
  }
  .banner-style-one .banner-details p {
    font-size: 0.95rem;
  }
  .breadcrums ul {
    gap: 10px;
  }
  .breadcrums li {
    font-size: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .contact-hero {
    padding-top: 100px;
  }

  .contact-hero__grid {
    gap: 36px;
  }

  .contact-hero__form-inner,
  .contact-card {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .contact-hero {
    padding-bottom: 60px;
  }

  .contact-hero__grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    order: -1;
  }

  .contact-card__profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-card__list li {
    grid-template-columns: 48px 1fr;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding: 80px 0 50px;
  }

  .contact-hero__head {
    margin-bottom: 40px;
  }

  .contact-hero__title span {
    font-size: clamp(2.2rem, 4.8vw, 2.8rem);
  }

  .contact-hero__form-inner,
  .contact-card {
    padding: 32px;
    border-radius: 22px;
  }

  .contact-card__list {
    gap: 18px;
  }

  .contact-card__list li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .contact-card__icon {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .contact-card__socials {
    gap: 10px;
  }

  .contact-card__socials a {
    width: 42px;
    height: 42px;
  }

  .contact-map__frame iframe {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .contact-card__profile {
    gap: 18px;
  }

  .contact-card__avatar {
    width: 72px;
    height: 72px;
  }

  .contact-card__signature {
    width: 96px;
  }

  .theme-btn--outline {
    width: 100%;
    justify-content: center;
  }
}
