
.header-top {
	background: var(--tss-charcoal);
	padding: 12px 0px;
}
.tss-header-top-row .col-12 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.header-top-info {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.header-top-info span {
	display: flex !important;
	align-items: stretch;
	padding-right: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
.header-top-info span:last-child {
	padding-right: 0;
}
.header-top-info span i {
	padding-right: 3px;
}
.header-top-info span a {
	color: #fff;
	text-decoration: underline;
}
.h1_top_social span {
	display: inline-block;
	margin: 0px 10px;
}
.h1_top_social span:first-child {
	margin-left: 0px;
}
.h1_top_social span:last-child {
	margin-right: 0px;
}
.h1_top_social span a {
	color: #fff;
}
.h1_top_social span a:hover {
	color: #999999;
}
.header-bottom {
	background: var(--tss-section-bg);
	box-shadow: none;
	position: relative;
}
.tss-header-sticky {
	position: sticky;
	top: 0;
	z-index: 99;
	background: #fff;
}
body.admin-bar .tss-header-sticky {
	top: var(--wp-admin--admin-bar--height, 0px);
}
.tss-header-row.tss-header-row {
	margin-inline: 0;
	min-height: 163.640625px;
}
.tss-header-row > .align-self-center {
	align-self: stretch !important;
}
.header-bottom .col-lg-2 {
	display: flex;
}
.tss-header-row.tss-header-row > * {
	padding-inline: 0;
}
.tss-header-row > div:not(.tss-header-menu) {
	display: flex;
	flex-direction: column;
}
.logo {
	display: flex;
	flex-direction: column;
	align-self: stretch !important;
	flex-grow: 1;
}
.logo > a {
	display: flex;
	flex-grow: 1;
}
.logo > a > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
}
@media screen and (max-width: 991px) {
	.logo {
		max-height: 100px;
		width: fit-content;
		aspect-ratio: 1/1;
	}
}
.tss-header-menu {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.header-search {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 0;
	position: relative;
}
.header-search-icon {
	position: relative;
	width: 35px;
	height: 35px;
}
.header-search-icon::after {
	content: "\f52a";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	border-radius: 4px;
	font-family: "bootstrap-icons";
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 18px;
	cursor: pointer;
}
.tss-header-menu .menu {
	padding: 25px;
	text-align: right;
}
@media screen and (max-width: 991px) {
	.tss-header-menu {
		column-gap: 25px;
	}
}
.tss-header-menu .menu > nav > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tss-header-menu .menu > nav > ul > li {
	background: #fff;
	padding: 10px;
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
	flex-grow: 1;
	border: 1px solid #999999;
	position: relative;
}
.tss-header-menu .menu > nav > ul > li > a {
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: var(--tss-maroon);
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
}
.tss-header-menu .menu > nav > ul > li.menu-item-has-children::after {
	content: "+";
	display: block;
	position: absolute;
	top: 39%;
	right: 4px;
	font-weight: 700;
	font-size: 14px;
	color: #4d4d4d;
}
.tss-header-menu .menu > nav > ul > li > ul {
	position: absolute;
	top: 100%;
	left: -1px;
	background: #fff;
	border: 3px solid #000;
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: calc(100% + 2px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tss-header-menu .menu > nav > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.tss-header-menu .menu > nav > ul > li > ul > li {
	background: var(--tss-maroon);
	color: #fff;
	padding: 5px;
	text-align: left;
}
.tss-header-menu .menu > nav > ul > li > ul > li > a {
	display: inline-block;
	width: 100%;
	padding: 0;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 992px) {
	.canvas_open_full {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-top-info span.location {
		display: none;
	}
	.tss-header-menu .menu {
		display: none;
	}
	.canvas_open_full {
		float: right;
		margin: 18px 0px;
	}
}
.canvas_open {
	cursor: pointer;
	width: 30px;
}
.canvas_open span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--tss-charcoal);
	margin: 6px 0;
	transition: all 0.3s ease-in-out;
}
.canvas_open.active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.canvas_open.active span:nth-child(2) {
	opacity: 0;
}
.canvas_open.active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.off_canvars_overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.off_canvars_overlay.active {
	opacity: 1;
	visibility: visible;
}
.offcanvas_menu_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 300px;
	max-width: 85vw;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	z-index: 999;
	transform: translateX(100%);
	transition: all 0.3s ease-in-out;
}
.offcanvas_menu_wrapper.active {
	transform: translateX(0);
}
.offcanvas_menu_wrapper .mobile-logo {
	padding: 10px;
	margin: 0;
	background: var(--tss-maroon);
}
.offcanvas_menu_wrapper .mobile-logo > a {
	display: flex;
	flex-grow: 1;
	height: 100px;
}
.offcanvas_menu_wrapper .mobile-logo > a > img {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
	background: var(--tss-maroon);
}
.offcanvas_menu_wrapper .canvas_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #ffffff;
	color: var(--tss-maroon) !important;
	border-radius: 50%;
	border: 1px solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}
.offcanvas_menu_wrapper #menu {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: auto;
	list-style: none;
	padding: 0;
}
.offcanvas_menu_wrapper #menu > .offcanvas_main_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.offcanvas_menu_wrapper #menu > .offcanvas_main_menu > li {
	position: relative;
}
.offcanvas_menu_wrapper #menu > .offcanvas_main_menu > li > a {
	display: block;
	padding: 12px 16px;
	text-decoration: none;
	background: #ffffff;
	border-bottom: 1px solid #000000;
	color: var(--tss-charcoal);
}
.menu-expand {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	float: none;
}
.offcanvas_menu_wrapper #menu > .offcanvas_main_menu > li > ul {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	list-style: none;
}
.offcanvas_menu_wrapper #menu > .offcanvas_main_menu > li > ul > li > a {
	display: block;
	padding-block: 5px;
	text-decoration: none;
	color: var(--tss-charcoal);
}
.menu-expand {
	float: right;
	cursor: pointer;
}
.footer a {
	text-decoration: underline;
}
.footer-top {
	background: var(--tss-footer-top);
	color: #ccc;
	padding: 70px 0 20px;
}
.footer-top .footer-widgets-single {
	margin-bottom: 30px;
}
.footer-widgets-single h2 {
	position: relative;
	color: #fff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 18px;
	padding-bottom: 12px;
}
.footer-widgets-single h2::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(170, 170, 170, 0.29);
}
.footer-widgets-single h2::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	width: 20%;
	height: 3px;
	background: #999999;
}
.footer-widgets-single p,
.footer-widgets-single a {
	color: #ccc;
	font-size: 14px;
	line-height: 26px;
}
.footer-widgets-single p {
	margin: 0 0 10px;
	font-weight: 600;
}
.footer-widgets-single ul {
	list-style: none;
	padding: 0 0 0 32px;
	margin: 0 0 16px;
}
.footer-widgets-single ul li {
	margin: 0;
	padding: 8px 0;
}
.footer-widgets-single ul li a {
	font-size: 13px;
	font-weight: 600;
	line-height: 19.5px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img {
	width: 100%;
	max-width: 100%;
}
.footer-social {
	margin-top: 20px;
}
.footer-social span {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.footer-social span:first-child {
	margin-left: 0;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--tss-charcoal);
	color: #fff;
	font-size: 15px;
}
.personal-info .single {
	display: flex;
	padding-bottom: 12px;
}
.personal-info .single:last-child {
	padding-bottom: 0;
}
.personal-info .single .icon {
	color: #ccc;
	font-size: 16px;
	width: auto;
	flex-shrink: 0;
	padding: 5px 12px 0 0;
}
.personal-info .single .con h4 {
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0 0 8px;
}
.personal-info .single .con p {
	margin: 0;
	padding-top: 4px;
	font-weight: 400;
	line-height: 20px;
}
.personal-info .single .con p a {
	line-height: 20px;
}
.footer-bottom {
	background: var(--tss-footer-bottom);
	color: #ccc;
	padding: 20px 0;
}
.scroll-area {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	display: none;
}
.scroll-area i {
	width: 45px;
	height: 45px;
	background-color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
}
