/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 920px;
	}
}

@media (min-width: 1200px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1300px;
	}
}

@media (min-width: 1680px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1520px;
	}
}

/*-------------------------------------------------------*/
/* Nav Menu : Global Styles
/*-------------------------------------------------------*/
.deo-elementor-nav-menu__list {
	list-style: none;
}

.deo-elementor-nav-menu__list li {
	position: relative;
}

.deo-elementor-nav-menu__list li.active > a {
	color: #bf3834;
}

.deo-elementor-nav-menu__item {
	display: flex;
	height: 100%;
	color: #163257;
}

.deo-elementor-nav-menu__item:hover, .deo-elementor-nav-menu__item:focus {
	color: #bf3834;
}

.deo-elementor-nav-menu__dropdown-trigger {
	padding: 10px 0;
	min-height: 25px;
	line-height: 25px;
	background-color: transparent;
	border: 0;
	outline: 0;
	color: inherit;
}

.deo-elementor-nav-menu__dropdown-trigger:focus {
	background-color: transparent;
	color: inherit;
	outline: 0;
}

/*-------------------------------------------------------*/
/* Horizontal Menu
/*-------------------------------------------------------*/
.deo-elementor-nav-menu--horizontal,
.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list {
	display: flex;
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list {
	flex-wrap: wrap;
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list > li:not(:last-child) {
	margin-right: 38px;
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list > li > .deo-elementor-nav-menu__item {
	padding-top: 23px;
	padding-bottom: 23px;
}

body[data-elementor-device-mode="desktop"] .deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list > .deo-elementor-nav-menu__dropdown > a:after {
	content: "\f123";
	font-size: 9px;
	opacity: 0.5;
	font-family: "estand-icons";
	line-height: 1;
	margin-left: 4px;
}

/*-------------------------------------------------------*/
/* Vertical Menu
/*-------------------------------------------------------*/
.deo-elementor-nav-menu--vertical .deo-elementor-nav-menu__dropdown-menu {
	display: none;
}

.deo-elementor-nav-menu--vertical .deo-elementor-nav-menu__dropdown-trigger {
	display: inline-block;
	min-width: 27px;
	min-height: 24px;
	line-height: 24px;
	font-size: 10px;
	text-align: center;
	position: absolute;
	z-index: 50;
	cursor: pointer;
}

.deo-elementor-nav-menu--vertical .deo-elementor-nav-menu__item {
	display: inline-flex;
}

/*-------------------------------------------------------*/
/* Dropdowns
/*-------------------------------------------------------*/
.deo-elementor-nav-menu__dropdown-menu {
	list-style: none;
	font-size: 0.875rem;
	font-weight: 400;
}

.deo-elementor-nav-menu__dropdown-menu .deo-elementor-nav-menu__item {
	color: #6e727a;
}

.deo-elementor-nav-menu__dropdown-menu .deo-elementor-nav-menu__item:hover, .deo-elementor-nav-menu__dropdown-menu .deo-elementor-nav-menu__item:focus {
	color: #bf3834;
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__dropdown-menu {
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	left: -24px;
	top: 100%;
	min-width: 220px;
	width: 100%;
	text-align: left;
	padding: 16px 0;
	list-style: none;
	box-shadow: 0 4px 20px rgba(154, 161, 171, 0.25);
	border-radius: 3px;
	background-clip: padding-box;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__dropdown-menu .deo-elementor-nav-menu__dropdown-menu {
	left: 100%;
	top: -16px;
}

@media only screen and (min-width: 1025px) {
	.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__dropdown-menu li a {
		padding: 5px 24px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 1024px) {
	.deo-elementor-nav-menu__dropdown-menu {
		display: none;
	}
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__dropdown .deo-elementor-nav-menu__dropdown > a:after {
	content: "\f006";
	font-family: "estand-icons";
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.deo-elementor-nav-menu--horizontal .nav__dropdown-trigger {
	display: none;
}

.deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__item {
	display: block;
}

.deo-elementor-nav-menu__list li:hover > .deo-elementor-nav-menu__dropdown-menu,
.deo-elementor-nav-menu__list li:focus > .deo-elementor-nav-menu__dropdown-menu,
.deo-elementor-nav-menu__list li.focus > .deo-elementor-nav-menu__dropdown-menu {
	opacity: 1;
	visibility: visible;
}

/*-------------------------------------------------------*/
/* Sticky Header
/*-------------------------------------------------------*/
.deo-elementor-header--is-sticky {
	position: fixed;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 120;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95) !important;
	box-shadow: 0 0 5px rgba(62, 64, 69, 0.1);
}

.deo-elementor-header .deo-elementor-header--is-sticky {
	position: fixed;
}

.elementor-editor-active .deo-elementor-header--is-sticky,
.elementor-editor-preview .deo-elementor-header--is-sticky {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.admin-bar .deo-elementor-header--is-sticky {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .deo-elementor-header--is-sticky {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .deo-elementor-header--is-sticky {
		top: 0;
	}
}

.deo-elementor-header--is-scrolling {
	opacity: 1;
	visibility: visible;
}

/*-------------------------------------------------------*/
/* Transparent Header
/*-------------------------------------------------------*/
.deo-elementor-header--is-transparent {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.elementor-editor-active .deo-elementor-header--is-transparent {
	position: relative;
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------*/
/* Mobile Menu
/*-------------------------------------------------------*/
.deo-elementor-nav-menu--mobile {
	background-color: #fff;
	position: absolute;
	padding: 0 30px;
	z-index: 999;
	margin-top: 15px;
}

.deo-elementor-nav-menu--mobile.collapse {
	display: block;
	transform: scaleY(0);
	max-height: 0;
}

.deo-elementor-nav-menu--mobile.collapse.show {
	transform: scaleY(1);
	max-height: 100vh;
	overflow-y: auto;
}

.deo-elementor-nav-menu--mobile .deo-elementor-nav-menu__item {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.deo-elementor-nav-menu--mobile .deo-elementor-nav-menu__dropdown-menu a {
	padding-left: 10px;
}

.deo-elementor-nav-menu--mobile .deo-elementor-nav-menu__dropdown-child-submenu a {
	padding-left: 20px;
}

@media only screen and (min-width: 1025px) {
	.deo-elementor-nav-menu--mobile-toggle-yes .deo-elementor-nav-menu--mobile {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.deo-elementor-nav-menu--mobile-toggle-yes .deo-elementor-nav-menu {
		display: none;
	}
	.deo-elementor-nav-menu--mobile-toggle-yes .deo-elementor-nav-menu__icon-toggle {
		display: block;
	}
}

.deo-elementor-nav-menu__icon-toggle {
	display: none;
}

/*-------------------------------------------------------*/
/* Menu Alignment
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.deo-elementor-nav-menu--align-left .deo-elementor-nav-menu__list,
	.deo-elementor-nav-menu--align-left .deo-elementor-nav-menu__item {
		margin-right: auto;
		justify-content: flex-start;
		text-align: left;
	}
	.deo-elementor-nav-menu--align-center .deo-elementor-nav-menu__list,
	.deo-elementor-nav-menu--align-center .deo-elementor-nav-menu__item {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		text-align: center;
	}
	.deo-elementor-nav-menu--align-right .deo-elementor-nav-menu__list,
	.deo-elementor-nav-menu--align-right .deo-elementor-nav-menu__item {
		margin-left: auto;
		justify-content: flex-end;
		text-align: right;
	}
	.deo-elementor-nav-menu--align-justify .deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list {
		width: 100%;
	}
	.deo-elementor-nav-menu--align-justify .deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list > li {
		flex-grow: 1;
	}
}

body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletleft .deo-elementor-nav-menu__list,
body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletleft .deo-elementor-nav-menu__item {
	margin-right: auto;
	justify-content: flex-start;
	text-align: left;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletcenter .deo-elementor-nav-menu__list,
body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletcenter .deo-elementor-nav-menu__item {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	text-align: center;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletright .deo-elementor-nav-menu__list,
body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletright .deo-elementor-nav-menu__item {
	margin-left: auto;
	justify-content: flex-end;
	text-align: right;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletright .deo-elementor-nav-menu__dropdown-trigger {
	position: relative;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletjustify .deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list {
	width: 100%;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-nav-menu--align--tabletjustify .deo-elementor-nav-menu--horizontal .deo-elementor-nav-menu__list > li {
	flex-grow: 1;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__list {
	flex-direction: column;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobileleft body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__list,
body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobileleft body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__item {
	margin-right: auto;
	justify-content: flex-start;
	text-align: left;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobilecenter body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__list,
body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobilecenter body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__item {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	text-align: center;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobileright body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__list,
body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobileright body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__item {
	margin-left: auto;
	justify-content: flex-end;
	text-align: right;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobilejustify body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--horizontal body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__list {
	width: 100%;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--align--mobilejustify body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu--horizontal body[data-elementor-device-mode="mobile"] .deo-elementor-nav-menu__list > li {
	flex-grow: 1;
}

/*-------------------------------------------------------*/
/* Logo
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.deo-elementor-logo--align-left {
		text-align: left;
	}
	.deo-elementor-logo--align-center {
		text-align: center;
	}
	.deo-elementor-logo--align-right {
		text-align: right;
	}
}

body[data-elementor-device-mode="tablet"] .deo-elementor-logo--align--tabletleft {
	text-align: left;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-logo--align--tabletcenter {
	text-align: center;
}

body[data-elementor-device-mode="tablet"] .deo-elementor-logo--align--tabletright {
	text-align: right;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-logo--align--mobileleft {
	text-align: left;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-logo--align--mobilecenter {
	text-align: center;
}

body[data-elementor-device-mode="mobile"] .deo-elementor-logo--align--mobileright {
	text-align: right;
}

/*-------------------------------------------------------*/
/* Header Aside
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.deo-elementor-header--aside {
		position: fixed;
		top: 0;
		bottom: 0;
		height: 100vh;
		width: 300px;
		overflow: auto;
	}
	.deo-elementor-header--aside::-webkit-scrollbar {
		display: none;
		scrollbar-width: none;
	}
	.admin-bar .deo-elementor-header--aside {
		margin-top: 32px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 782px) {
	.admin-bar .deo-elementor-header--aside {
		margin-top: 46px;
	}
}

@media only screen and (min-width: 1025px) {
	.deo-elementor-header-aside--left {
		margin-left: 300px;
	}
	.deo-elementor-header-aside--left .deo-elementor-header--aside {
		left: 0;
	}
	.deo-elementor-header-aside--right {
		margin-left: 0;
		margin-right: 300px;
	}
	.deo-elementor-header-aside--right .deo-elementor-header--aside {
		right: 0;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
	.deo-elementor-header--aside {
		width: 220px;
	}
	.deo-elementor-header-aside--left {
		margin-left: 220px;
	}
	.deo-elementor-header-aside--right {
		margin-right: 220px;
	}
}

/*-------------------------------------------------------*/
/* Off-Canvas
/*-------------------------------------------------------*/
.deo-offcanvas {
	position: fixed;
	width: 547px;
	margin: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	overflow: auto;
	background: #ffffff;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 9999;
}

.deo-offcanvas .elementor-top-section {
	background: none !important;
}

.admin-bar .deo-offcanvas {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .deo-offcanvas {
		margin-top: 46px;
	}
}

.deo-offcanvas::-webkit-scrollbar {
	display: none;
	scrollbar-width: none;
}

.deo-offcanvas__overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile .deo-offcanvas__overlay {
	cursor: pointer;
}

.deo-offcanvas__content {
	position: relative;
	width: 100%;
}

.deo-offcanvas__close {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #ffffff;
	display: flex;
	align-items: center;
	z-index: 10;
	cursor: pointer;
}

.deo-offcanvas__close-label {
	margin-right: 5px;
}

.deo-offcanvas__close-icon {
	width: 30px;
	height: 30px;
	fill: #ffffff;
}

.deo-offcanvas--position-right {
	right: 0;
	transform: translateX(100%);
}

.deo-offcanvas--position-left {
	left: 0;
	transform: translateX(-100%);
}

.deo-offcanvas--is-open {
	transform: translateX(0);
	visibility: visible;
}

.deo-offcanvas--is-open + .deo-offcanvas__overlay {
	visibility: visible;
	opacity: 1;
}

.deo-offcanvas__trigger {
	position: relative;
	display: block;
	border-radius: 0 !important;
	border: 0;
	padding: 0;
	width: 70px;
	height: 70px;
}

.deo-offcanvas__trigger:hover .deo-offcanvas__trigger-icon span:first-child, .deo-offcanvas__trigger:focus .deo-offcanvas__trigger-icon span:first-child {
	top: 3px;
}

.deo-offcanvas__trigger:hover .deo-offcanvas__trigger-icon span:nth-child(2), .deo-offcanvas__trigger:focus .deo-offcanvas__trigger-icon span:nth-child(2) {
	width: 0;
}

.deo-offcanvas__trigger:hover .deo-offcanvas__trigger-icon span:last-child, .deo-offcanvas__trigger:focus .deo-offcanvas__trigger-icon span:last-child {
	bottom: 3px;
}

.deo-offcanvas__trigger-icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.deo-offcanvas__trigger-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	opacity: 1;
	right: 0;
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.deo-offcanvas__trigger-icon span:nth-child(1) {
	top: 0px;
}

.deo-offcanvas__trigger-icon span:nth-child(2) {
	top: 8px;
	width: 16px;
}

.deo-offcanvas__trigger-icon span:nth-child(3) {
	bottom: 0px;
}

/*# sourceMappingURL=frontend.css.map */
