.body-bg-color {
	background-color: var(--thm-body-bg);
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}

.dark-layout {
	position: relative;
	background-color: var(--color-seven);
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/vitors/assets/css/../images/icons/preloader.svg");
	background-size: 120px;
	--lzl-bg-img: "/wp-content/themes/vitors/assets/css/../images/icons/preloader.svg";
}

.text-right {
	text-align: right;
}

.preloader.lzl:not(.lzl-ed), .preloader.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20width%3D%22200px%22%20height%3D%22200px%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%2300000000%22%20%2F%3E%3C%2Fsvg%3E");
}

.mCSB_inside>.mCSB_container {
	margin-right: 0 !important;
}

input, button, select, textarea {}

textarea {
	overflow: hidden;
}

.dark-body {}

h6 {
	line-height: 1.6em;
	font-size: 18px;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

.auto-container {
	position: static;
	max-width: 1340px;
	padding: 0px 15px;
	margin: 0 auto;
}

.auto-container-two {
	position: static;
	max-width: 1490px;
	padding: 0px 15px;
	margin: 0 auto;
}

.centered {
	text-align: center;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0 !important;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-black);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #222;
	background: #f2f2f2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-black);
	color: #fff;
	cursor: pointer;
}

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-style: normal;
	line-height: 28px;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--color-six);
	padding: 0px 0px;
	border: 0px;
	background-color: var(--white-color);
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 2px;
	text-indent: 0px;
	color: #a5a5a5;
}

.form-group .ui-button .ui-icon:before {
	font-family: "Font Awesome 5 Pro";
	content: "";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: var(--font-16);
	font-weight: normal;
	text-align: center;
	z-index: 5;
	color: var(--color-fiftyfour);
}

.ui-menu .ui-menu-item {
	font-size: var(--font-14);
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background-color: var(--main-color) !important;
	border-color: var(--main-color) !important;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	line-height: 24px;
	font-size: var(--font-14);
}

.ui-menu-item:hover {
	background-color: var(--thm-base);
}

.cursor.active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.menu-active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 1;
}

.cursor-follower.active {
	opacity: .2;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cursor-follower.menu-active {
	opacity: 1;
	-webkit-transform: scale(3);
	transform: scale(3);
}

.cursor-follower.hovered {
	opacity: 1;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.64px;
	padding: 37px 33px 37px;
	text-transform: capitalize;
	padding-right: 0;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn:hover {
	color: var(--thm-base);
}

.thm-btn::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	z-index: -1;
	z-index: -1;
	width: 104px;
	height: 104px;
	background-color: var(--thm-base);
	border-radius: 50%;
	transform: scaleY(1) rotateX(0deg) translateY(-50%);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.thm-btn:hover::after {
	transform: scaleY(0) rotateX(0deg) translateY(-50%);
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.thm-btn::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	z-index: -1;
	z-index: -1;
	width: 104px;
	height: 104px;
	background-color: var(--thm-black);
	border-radius: 50%;
	transform: scaleY(0) rotateX(0deg) translateY(-50%);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.thm-btn:hover::before {
	transform: scaleY(1) rotateX(0deg) translateY(-50%);
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.section-title {
	position: relative;
	display: block;
	margin-bottom: 45px;
	margin-top: -6px;
}

.section-title__tagline-box {
	position: relative;
	display: inline-block;
}

.section-title__tagline {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -.8px;
	text-transform: uppercase;
}

.section-title__title {
	position: relative;
	display: block;
	color: var(--thm-black);
	font-size: 60px;
	font-weight: 700;
	line-height: 75px;
	letter-spacing: -2.4px;
	text-transform: capitalize;
	margin-top: 7px;
}