@charset "UTF-8";
.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;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-left: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-right: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-left: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-right: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-right-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}

.rounded-right {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-left {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !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;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !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;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !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;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !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;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !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;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !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;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.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-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !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;
}

.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;
}

@media (min-width: 576px) {
	.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-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !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;
	}
	.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;
	}
}
@media (min-width: 768px) {
	.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-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !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;
	}
	.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;
	}
}
@media (min-width: 992px) {
	.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-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !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;
	}
	.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;
	}
}
@media (min-width: 1200px) {
	.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-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !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;
	}
	.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;
	}
}
.float-left {
	float: right !important;
}

.float-right {
	float: left !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: right !important;
	}
	.float-sm-right {
		float: left !important;
	}
	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: right !important;
	}
	.float-md-right {
		float: left !important;
	}
	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: right !important;
	}
	.float-lg-right {
		float: left !important;
	}
	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: right !important;
	}
	.float-xl-right {
		float: left !important;
	}
	.float-xl-none {
		float: 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: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-left: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-right: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-left: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-right: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-left: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-right: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-left: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-right: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-left: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-right: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-left: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-right: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-left: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-right: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
}
.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: right !important;
}

.text-right {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: right !important;
	}
	.text-sm-right {
		text-align: left !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: right !important;
	}
	.text-md-right {
		text-align: left !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: right !important;
	}
	.text-lg-right {
		text-align: left !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: right !important;
	}
	.text-xl-right {
		text-align: left !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0062cc !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: right;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

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

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

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-right: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: right;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

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

.list-unstyled {
	padding-right: 0;
	list-style: none;
}

.list-inline {
	padding-right: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-left: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}
a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-right: 8.3333333333%;
}

.offset-2 {
	margin-right: 16.6666666667%;
}

.offset-3 {
	margin-right: 25%;
}

.offset-4 {
	margin-right: 33.3333333333%;
}

.offset-5 {
	margin-right: 41.6666666667%;
}

.offset-6 {
	margin-right: 50%;
}

.offset-7 {
	margin-right: 58.3333333333%;
}

.offset-8 {
	margin-right: 66.6666666667%;
}

.offset-9 {
	margin-right: 75%;
}

.offset-10 {
	margin-right: 83.3333333333%;
}

.offset-11 {
	margin-right: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-right: 0;
	}
	.offset-sm-1 {
		margin-right: 8.3333333333%;
	}
	.offset-sm-2 {
		margin-right: 16.6666666667%;
	}
	.offset-sm-3 {
		margin-right: 25%;
	}
	.offset-sm-4 {
		margin-right: 33.3333333333%;
	}
	.offset-sm-5 {
		margin-right: 41.6666666667%;
	}
	.offset-sm-6 {
		margin-right: 50%;
	}
	.offset-sm-7 {
		margin-right: 58.3333333333%;
	}
	.offset-sm-8 {
		margin-right: 66.6666666667%;
	}
	.offset-sm-9 {
		margin-right: 75%;
	}
	.offset-sm-10 {
		margin-right: 83.3333333333%;
	}
	.offset-sm-11 {
		margin-right: 91.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-right: 0;
	}
	.offset-md-1 {
		margin-right: 8.3333333333%;
	}
	.offset-md-2 {
		margin-right: 16.6666666667%;
	}
	.offset-md-3 {
		margin-right: 25%;
	}
	.offset-md-4 {
		margin-right: 33.3333333333%;
	}
	.offset-md-5 {
		margin-right: 41.6666666667%;
	}
	.offset-md-6 {
		margin-right: 50%;
	}
	.offset-md-7 {
		margin-right: 58.3333333333%;
	}
	.offset-md-8 {
		margin-right: 66.6666666667%;
	}
	.offset-md-9 {
		margin-right: 75%;
	}
	.offset-md-10 {
		margin-right: 83.3333333333%;
	}
	.offset-md-11 {
		margin-right: 91.6666666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-right: 0;
	}
	.offset-lg-1 {
		margin-right: 8.3333333333%;
	}
	.offset-lg-2 {
		margin-right: 16.6666666667%;
	}
	.offset-lg-3 {
		margin-right: 25%;
	}
	.offset-lg-4 {
		margin-right: 33.3333333333%;
	}
	.offset-lg-5 {
		margin-right: 41.6666666667%;
	}
	.offset-lg-6 {
		margin-right: 50%;
	}
	.offset-lg-7 {
		margin-right: 58.3333333333%;
	}
	.offset-lg-8 {
		margin-right: 66.6666666667%;
	}
	.offset-lg-9 {
		margin-right: 75%;
	}
	.offset-lg-10 {
		margin-right: 83.3333333333%;
	}
	.offset-lg-11 {
		margin-right: 91.6666666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-right: 0;
	}
	.offset-xl-1 {
		margin-right: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-right: 16.6666666667%;
	}
	.offset-xl-3 {
		margin-right: 25%;
	}
	.offset-xl-4 {
		margin-right: 33.3333333333%;
	}
	.offset-xl-5 {
		margin-right: 41.6666666667%;
	}
	.offset-xl-6 {
		margin-right: 50%;
	}
	.offset-xl-7 {
		margin-right: 58.3333333333%;
	}
	.offset-xl-8 {
		margin-right: 66.6666666667%;
	}
	.offset-xl-9 {
		margin-right: 75%;
	}
	.offset-xl-10 {
		margin-right: 83.3333333333%;
	}
	.offset-xl-11 {
		margin-right: 91.6666666667%;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
	border: 0;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
.full-page-numbers .numbers .total:before,
.full-page-numbers,
.full-page-share-list .stalk:before,
.full-page-share-list .stalk,
.civi-grid-pagination .navigation-buttons .nav-link,
.civi-grid-wrapper.filter-style-01 .filter-counter,
.civi-image,
.dialog-widget .dialog-close-button i,
.civi-swiper.pagination-style-05 .swiper-pagination-bullet:after,
.civi-swiper .swiper-pagination-bullet:before,
.civi-swiper:hover .swiper-nav-button {
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.elementor-section.elementor-section-content-align-right::after {
	content: "";
	display: table;
	clear: both;
}

.dialog-widget .dialog-close-button i {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.elementor-form .elementor-message-success:before,
.civi-grid-sorting .ordering .civi-fake-select-current .label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

body {
	font-size: 16px;
	color: var(--civi-color-text);
	font-family: "Inter";
	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--civi-color-primary);
	font-family: "Inter";
	font-weight: 500;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--civi-color-text);
}

a:hover {
	color: var(--civi-color-accent);
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a,
button,
input,
svg {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

button:focus {
	outline: 0;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="file"],
textarea {
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 10.5px 16px;
	color: var(--civi-color-text);
	border-radius: 4px;
	width: 100%;
	background-color: #fff;
}
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="date"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder {
	color: var(--civi-color-secondary);
}

input[type="password"] {
	font: small-caption;
	font-size: 16px;
}

button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: var(--civi-color-accent);
	outline: none;
}

select {
	padding: 12.5px 16px 12.5px 36px;
	font-size: 16px;
	color: var(--civi-color-text);
	border: 1px solid #dddddd;
	border-radius: 4px;
}
select:focus {
	outline: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-color: #5d5d5d;
}

@-webkit-keyframes autofill {
	to {
		color: #666 !important;
		background: #fff !important;
	}
}
input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

figure {
	margin-bottom: 0;
}

ul {
	padding-right: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.rtl {
	direction: ltr;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: right;
}

.align-right {
	text-align: left;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1199px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media only screen and (max-width: 567px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.page-loading-effect {
	display: block;
}
.page-loading-effect.visibility .bg-overlay,
.page-loading-effect.visibility .entry-loading {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.page-loading-effect .bg-overlay {
	opacity: 1;
	visibility: visible;
	background: #fff;
	z-index: 999999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.page-loading-effect .entry-loading {
	opacity: 1;
	visibility: visible;
	position: fixed;
	top: 50%;
	right: 50%;
	z-index: 9999999;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* calzones circle */
.civi-ldef-circle {
	display: inline-block;
	transform: translateZ(1px);
}

.civi-ldef-circle > span {
	display: inline-block;
	width: 51px;
	height: 51px;
	margin: 6px;
	border-radius: 50%;
	background: var(--civi-color-accent);
	animation: civi-ldef-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes civi-ldef-circle {
	0%,
	100% {
		animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
	}
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(-1800deg);
		animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
	}
	100% {
		transform: rotateY(-3600deg);
	}
}
/* calzones dual ring */
.civi-ldef-dual-ring {
	display: inline-block;
	width: 64px;
	height: 64px;
}

.civi-ldef-dual-ring:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: var(--civi-color-accent) transparent var(--civi-color-accent)
		transparent;
	animation: civi-ldef-dual-ring 1.2s linear infinite;
}

@keyframes civi-ldef-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
/* calzones facebook */
.civi-ldef-facebook {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-facebook span {
	display: inline-block;
	position: absolute;
	right: 6px;
	width: 13px;
	background: var(--civi-color-accent);
	animation: civi-ldef-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.civi-ldef-facebook span:nth-child(1) {
	right: 6px;
	animation-delay: -0.24s;
}

.civi-ldef-facebook span:nth-child(2) {
	right: 26px;
	animation-delay: -0.12s;
}

.civi-ldef-facebook span:nth-child(3) {
	right: 45px;
	animation-delay: 0;
}

@keyframes civi-ldef-facebook {
	0% {
		top: 6px;
		height: 51px;
	}
	50%,
	100% {
		top: 19px;
		height: 26px;
	}
}
/* calzones heart */
.civi-ldef-heart {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	right: 8px !important;
	top: 6px !important;
	transform: rotate(-45deg) !important;
	transform-origin: 32px 32px;
}

.civi-ldef-heart span {
	top: 22px;
	right: 25px;
	position: absolute;
	width: 26px;
	height: 26px;
	background: var(--civi-color-accent);
	animation: civi-ldef-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.civi-ldef-heart span:after,
.civi-ldef-heart span:before {
	content: " ";
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	background: var(--civi-color-accent);
}

.civi-ldef-heart span:before {
	right: -17px;
	border-radius: 0 50% 50% 0;
}

.civi-ldef-heart span:after {
	top: -17px;
	border-radius: 50% 50% 0 0;
}

@keyframes civi-ldef-heart {
	0% {
		transform: scale(0.95);
	}
	5% {
		transform: scale(1.1);
	}
	39% {
		transform: scale(0.85);
	}
	45% {
		transform: scale(1);
	}
	60% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(0.9);
	}
}
/* calzones ring */
.civi-ldef-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-ring span {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid var(--civi-color-accent);
	border-radius: 50%;
	animation: civi-ldef-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: var(--civi-color-accent) transparent transparent transparent;
}

.civi-ldef-ring span:nth-child(1) {
	animation-delay: -0.45s;
}

.civi-ldef-ring span:nth-child(2) {
	animation-delay: -0.3s;
}

.civi-ldef-ring span:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes civi-ldef-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
/* calzones roller */
.civi-ldef-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-roller span {
	display: block;
	animation: civi-ldef-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}

.civi-ldef-roller span:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--civi-color-accent);
	margin: -3px -3px 0 0;
}

.civi-ldef-roller span:nth-child(1) {
	animation-delay: -0.036s;
}

.civi-ldef-roller span:nth-child(1):after {
	top: 50px;
	right: 50px;
}

.civi-ldef-roller span:nth-child(2) {
	animation-delay: -0.072s;
}

.civi-ldef-roller span:nth-child(2):after {
	top: 54px;
	right: 45px;
}

.civi-ldef-roller span:nth-child(3) {
	animation-delay: -0.108s;
}

.civi-ldef-roller span:nth-child(3):after {
	top: 57px;
	right: 39px;
}

.civi-ldef-roller span:nth-child(4) {
	animation-delay: -0.144s;
}

.civi-ldef-roller span:nth-child(4):after {
	top: 58px;
	right: 32px;
}

.civi-ldef-roller span:nth-child(5) {
	animation-delay: -0.18s;
}

.civi-ldef-roller span:nth-child(5):after {
	top: 57px;
	right: 25px;
}

.civi-ldef-roller span:nth-child(6) {
	animation-delay: -0.216s;
}

.civi-ldef-roller span:nth-child(6):after {
	top: 54px;
	right: 19px;
}

.civi-ldef-roller span:nth-child(7) {
	animation-delay: -0.252s;
}

.civi-ldef-roller span:nth-child(7):after {
	top: 50px;
	right: 14px;
}

.civi-ldef-roller span:nth-child(8) {
	animation-delay: -0.288s;
}

.civi-ldef-roller span:nth-child(8):after {
	top: 45px;
	right: 10px;
}

@keyframes civi-ldef-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
/* calzones default */
.civi-ldef-default {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-default span {
	position: absolute;
	width: 5px;
	height: 5px;
	background: var(--civi-color-accent);
	border-radius: 50%;
	animation: civi-ldef-default 1.2s linear infinite;
}

.civi-ldef-default span:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	right: 53px;
}

.civi-ldef-default span:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	right: 50px;
}

.civi-ldef-default span:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	right: 41px;
}

.civi-ldef-default span:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	right: 29px;
}

.civi-ldef-default span:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	right: 18px;
}

.civi-ldef-default span:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	right: 9px;
}

.civi-ldef-default span:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	right: 6px;
}

.civi-ldef-default span:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	right: 9px;
}

.civi-ldef-default span:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	right: 18px;
}

.civi-ldef-default span:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	right: 29px;
}

.civi-ldef-default span:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	right: 41px;
}

.civi-ldef-default span:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	right: 50px;
}

@keyframes civi-ldef-default {
	0%,
	20%,
	80%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}
/* calzones ellipsis */
.civi-ldef-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-ellipsis span {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--civi-color-accent);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.civi-ldef-ellipsis span:nth-child(1) {
	right: 6px;
	animation: civi-ldef-ellipsis1 0.6s infinite;
}

.civi-ldef-ellipsis span:nth-child(2) {
	right: 6px;
	animation: civi-ldef-ellipsis2 0.6s infinite;
}

.civi-ldef-ellipsis span:nth-child(3) {
	right: 26px;
	animation: civi-ldef-ellipsis2 0.6s infinite;
}

.civi-ldef-ellipsis span:nth-child(4) {
	right: 45px;
	animation: civi-ldef-ellipsis3 0.6s infinite;
}

@keyframes civi-ldef-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes civi-ldef-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes civi-ldef-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-19px, 0);
	}
}
/* calzones grid */
.civi-ldef-grid {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-grid span {
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--civi-color-accent);
	animation: civi-ldef-grid 1.2s linear infinite;
}

.civi-ldef-grid span:nth-child(1) {
	top: 6px;
	right: 6px;
	animation-delay: 0s;
}

.civi-ldef-grid span:nth-child(2) {
	top: 6px;
	right: 26px;
	animation-delay: -0.4s;
}

.civi-ldef-grid span:nth-child(3) {
	top: 6px;
	right: 45px;
	animation-delay: -0.8s;
}

.civi-ldef-grid span:nth-child(4) {
	top: 26px;
	right: 6px;
	animation-delay: -0.4s;
}

.civi-ldef-grid span:nth-child(5) {
	top: 26px;
	right: 26px;
	animation-delay: -0.8s;
}

.civi-ldef-grid span:nth-child(6) {
	top: 26px;
	right: 45px;
	animation-delay: -1.2s;
}

.civi-ldef-grid span:nth-child(7) {
	top: 45px;
	right: 6px;
	animation-delay: -0.8s;
}

.civi-ldef-grid span:nth-child(8) {
	top: 45px;
	right: 26px;
	animation-delay: -1.2s;
}

.civi-ldef-grid span:nth-child(9) {
	top: 45px;
	right: 45px;
	animation-delay: -1.6s;
}

@keyframes civi-ldef-grid {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}
/* calzones hourglass */
.civi-ldef-hourglass {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 6px;
	box-sizing: border-box;
	border: 26px solid var(--civi-color-accent);
	border-color: var(--civi-color-accent) transparent var(--civi-color-accent)
		transparent;
	animation: civi-ldef-hourglass 1.2s infinite;
}

@keyframes civi-ldef-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		transform: rotate(-900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		transform: rotate(-1800deg);
	}
}
/* calzones ripple */
.civi-ldef-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-ripple span {
	position: absolute;
	border: 4px solid var(--civi-color-accent);
	opacity: 1;
	border-radius: 50%;
	animation: civi-ldef-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.civi-ldef-ripple span:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes civi-ldef-ripple {
	0% {
		top: 28px;
		right: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		right: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
/* calzones spinner */
.civi-ldef-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.civi-ldef-spinner span {
	display: block;
	transform-origin: 32px 32px;
	animation: civi-ldef-spinner 1.2s linear infinite;
}

.civi-ldef-spinner span:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	right: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: var(--civi-color-accent);
}

.civi-ldef-spinner span:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.civi-ldef-spinner span:nth-child(2) {
	transform: rotate(-30deg);
	animation-delay: -1s;
}

.civi-ldef-spinner span:nth-child(3) {
	transform: rotate(-60deg);
	animation-delay: -0.9s;
}

.civi-ldef-spinner span:nth-child(4) {
	transform: rotate(-90deg);
	animation-delay: -0.8s;
}

.civi-ldef-spinner span:nth-child(5) {
	transform: rotate(-120deg);
	animation-delay: -0.7s;
}

.civi-ldef-spinner span:nth-child(6) {
	transform: rotate(-150deg);
	animation-delay: -0.6s;
}

.civi-ldef-spinner span:nth-child(7) {
	transform: rotate(-180deg);
	animation-delay: -0.5s;
}

.civi-ldef-spinner span:nth-child(8) {
	transform: rotate(-210deg);
	animation-delay: -0.4s;
}

.civi-ldef-spinner span:nth-child(9) {
	transform: rotate(-240deg);
	animation-delay: -0.3s;
}

.civi-ldef-spinner span:nth-child(10) {
	transform: rotate(-270deg);
	animation-delay: -0.2s;
}

.civi-ldef-spinner span:nth-child(11) {
	transform: rotate(-300deg);
	animation-delay: -0.1s;
}

.civi-ldef-spinner span:nth-child(12) {
	transform: rotate(-330deg);
	animation-delay: 0s;
}

@keyframes civi-ldef-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.body {
	height: 100%;
}

body.open-popup .site-header {
	z-index: 1;
}

body.demo_01 .jobs-type.list-item b,
body.demo_02 .jobs-type.list-item b,
body.demo_03 .jobs-type.list-item b,
body.demo_04 .jobs-type.list-item b {
	display: none;
}

body.demo_05 .jobs-term .jobs-type {
	display: none;
}
body.demo_05 .jobs-term .jobs-city:before {
	content: "";
	display: none;
}
body.demo_05 .jobs-item .entry-head .jobs-type + .jobs-city {
	margin-right: 0;
	padding-right: 0;
}

#home-blog .post-categories li a,
#home-blog .post-categories li a:hover {
	color: #fff;
	border-color: #fff;
}

#blog-background {
	position: absolute;
	z-index: 1;
	bottom: 0;
}

.grid {
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	list-style-type: none;
}

.lazy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.lazy-grid .grid-sizer {
	display: none;
}
.lazy-grid.loaded {
	display: block;
}
.lazy-grid.loaded .grid-sizer {
	display: block;
}

.select-arrow {
	position: relative;
}
.select-arrow:before {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 15px;
	left: 18px;
}
.select-arrow select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.modern-grid {
	display: grid;
}

.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gap-xl-60 {
	margin-right: -30px;
	margin-left: -30px;
}
.gap-xl-60 .col-gap {
	padding-right: 30px;
	padding-left: 30px;
}

.container-fluid {
	padding-right: 25px;
	padding-left: 25px;
}

footer.site-footer .container-fluid {
	padding-right: 50px;
	padding-left: 50px;
}

.glf-repeater {
	width: 100%;
}

.site-layout.has-sidebar {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.site-layout.has-sidebar #primary,
.site-layout.has-sidebar aside#secondary {
	padding-right: 15px;
	padding-left: 15px;
}
.site-layout.has-sidebar #primary {
	flex: 1;
	max-width: calc(100% - 400px);
	padding-left: 15px;
}
.site-layout.has-sidebar aside#secondary {
	flex: 0 0 400px;
	max-width: 400px;
}
.site-layout.has-sidebar.left-sidebar aside#secondary {
	order: 1;
	padding-left: 30px;
}
.site-layout.has-sidebar.left-sidebar #primary {
	order: 2;
}
.site-layout.has-sidebar.right-sidebar aside#secondary {
	padding-right: 30px;
}

.site-layout.no-sidebar aside#secondary {
	display: none;
}

.main-content .site-layout.has-sidebar.right-sidebar #primary {
	padding-left: 45px;
}
.main-content .site-layout.has-sidebar.left-sidebar #primary {
	padding-right: 45px;
}

.site-footer {
	overflow: hidden;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

#wrapper {
	margin: 0 auto;
	overflow-x: hidden;
}

.search-results #wrapper,
body.tax-jobs-city #wrapper,
.single.single-jobs #wrapper {
	overflow: inherit;
}

.page-dashboard {
	background-color: #fafafa;
}

#wrapper.container .container,
#wrapper.container .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

.main-content {
	position: relative;
	z-index: 3;
	padding-top: 50px;
	padding-bottom: 70px;
}

.elementor-page .main-content {
	padding-top: 0;
	padding-bottom: 0;
}

body:not(.elementor-page) .content-page article .entry-content {
	margin-bottom: 20px;
	line-height: 28px;
}

.bg-overlay {
	background: rgba(17, 17, 17, 0.8);
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.open .bg-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.list-item a,
.list-item span {
	display: inline-block;
}

.list-item a:after,
.list-item span:after {
	content: ",";
}

.list-item a:last-child:after,
.list-item span:last-child:after {
	content: "";
}

.btn-civi {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	padding: 9px 25px;
	color: #fff;
	background: var(--civi-color-accent);
	border: solid 1px var(--civi-color-accent);
	outline: 0;
	cursor: pointer;
}
.btn-civi:hover {
	background: transparent;
	color: var(--civi-color-accent);
}
.btn-civi:focus {
	outline: 0;
}

.dropdown-select {
	color: var(--civi-color-primary);
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.dropdown-select .entry-show {
	font-weight: 500;
}
.dropdown-select .entry-show i {
	font-size: 12px;
}
.dropdown-select .entry-select {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 4;
	top: 100%;
	right: -10px;
	left: 0;
	min-width: 150px;
	max-width: 200px;
	max-height: 370px;
	margin-top: 50px;
	background: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	font-size: 15px;
	overflow: auto;
	-webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dropdown-select ul li {
	list-style: none;
	margin-bottom: 0;
}
.dropdown-select ul li a {
	padding: 8px 10px;
	display: block;
}
.dropdown-select ul li.active a {
	color: var(--civi-color-accent);
}
.dropdown-select.active .entry-select {
	opacity: 1;
	visibility: visible;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.gl-button,
.wpcf7-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	padding: 9px 26px;
	color: #fff;
	outline: 0;
	cursor: pointer;
	border: solid 1px var(--civi-color-accent);
	background-color: var(--civi-color-accent);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.gl-button i,
.wpcf7-submit i {
	margin-left: 10px;
	font-size: 15px;
}
.gl-button:focus,
.wpcf7-submit:focus {
	color: #fff;
}

.gl-button:hover,
.wpcf7-submit:hover {
	color: var(--civi-color-accent);
	background-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.gl-button:hover svg path,
.wpcf7-submit:hover svg path {
	fill: var(--civi-color-accent);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.page-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 10px;
	min-height: 150px;
}
.page-title .entry-detail .entry-title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}
.page-title .entry-detail .entry-title + .sub-title {
	margin-top: 5px;
}
.page-title .entry-detail p {
	line-height: 22px;
	margin-bottom: 0;
}

.civi_breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 0;
	list-style: none;
	margin-bottom: 5px;
	padding-right: 0;
}
.civi_breadcrumb li a,
.civi_breadcrumb .current {
	color: var(--civi-color-secondary);
}
.civi_breadcrumb a:hover {
	color: var(--civi-color-primary);
}
.civi_breadcrumb li:not(:first-child)::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	padding-right: 10px;
	padding-left: 10px;
	color: var(--civi-color-secondary);
}

.slick-carousel {
	visibility: hidden;
}

.slick-carousel.slick-initialized {
	visibility: visible;
}

.slick-carousel .slick-list {
	margin-right: -15px;
	margin-left: -15px;
}

.slick-carousel .slick-track {
	margin-right: unset;
	margin-left: unset;
}

.slick-slider .slick-track {
	display: flex;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.8);
	line-height: 36px;
	color: var(--civi-color-secondary);
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick-arrow i.la.large {
	font-size: 20px;
	vertical-align: middle;
}
.slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.slick-arrow.gl-prev {
	right: 15px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.slick-arrow.gl-next {
	left: 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slick-arrow:hover {
	color: var(--civi-color-accent);
}

.slick-nav .slick-arrow {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--civi-color-secondary);
}
.slick-nav .slick-arrow.gl-prev {
	right: 20px;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.slick-nav .slick-arrow.gl-next {
	left: 20px;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.slick-nav .slick-arrow i {
	vertical-align: -3px;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button:before {
	font-size: 8px;
}

.block-heading {
	margin-bottom: 30px;
}

.block-heading .entry-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 0;
}

.block-panel + .block-panel {
	margin-top: 15px;
}

.block-panel {
	background: #f9f9f9;
	border-radius: 5px;
}
.block-panel .block-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 15px 55px;
	position: relative;
	cursor: pointer;
}
.block-panel .block-tab:after {
	content: "\f107";
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	font-family: "Line Awesome Free";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
}
.block-panel.active .block-tab:after {
	content: "\f106";
}
.block-panel .block-panel:first-child .block-content {
	display: block;
}
.block-panel .block-panel:first-child .block-tab {
	border-top: 0;
}
.block-panel .block-tab h4 {
	font-size: 16px;
	line-height: 1.44;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}
.block-panel .block-content {
	padding: 0 20px 20px 55px;
	display: none;
}
.block-panel .block-content p:last-child {
	margin-bottom: 0;
}

.toggle-social {
	position: relative;
	cursor: pointer;
}
.toggle-social .social-share {
	display: none;
	position: absolute;
	z-index: 3;
	right: 50%;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
.toggle-social .list-social-icon a {
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 8px 10px;
}
.toggle-social .list-social-icon a:last-child {
	margin-bottom: 0;
}

a.facebook {
	background: #3b5999;
	color: #fff;
}
a.twitter {
	background: #55acee;
	color: #fff;
}
a.whatapp {
	background-color: blueviolet;
	color: #fff;
}
a.google-plus {
	background: #dd4b39;
	color: #fff;
}
a.linkedin {
	background-color: #0077b5;
	color: #fff;
}
a.tumblr {
	background-color: #34465d;
	color: #fff;
}
a.pinterest {
	background-color: #bd081c;
	color: #fff;
}
a.instagram {
	background-color: #e4405f;
	color: #fff;
}
a.youtube {
	background-color: #cd201f;
	color: #fff;
}
a.skype {
	background-color: #00aff0;
	color: #fff;
}

.block-heading .entry-count {
	color: var(--civi-color-accent);
}

.civi-pagination {
	margin-top: 32px;
}
.civi-pagination .pagination {
	list-style: none;
	display: flex;
	align-items: center;
}
.civi-pagination .pagination.loadmore {
	justify-content: center;
}
.civi-pagination .pagination.loadmore .page-numbers {
	height: inherit;
	width: inherit;
	line-height: inherit;
	border-radius: 25px;
	border: 1px solid var(--civi-color-accent);
	padding: 8px 25px;
	background-color: transparent;
	color: var(--civi-color-accent);
}
.civi-pagination .pagination.loadmore .page-numbers.current.next {
	border: 1px solid var(--civi-color-accent);
	background-color: transparent;
	color: var(--civi-color-accent);
}
.civi-pagination .pagination.loadmore .page-numbers:hover {
	background-color: var(--civi-color-accent);
	color: #fff;
}
.civi-pagination .pagination.loadmore .btn-loading {
	display: none;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.civi-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	margin-left: 7px;
	font-weight: 500;
	color: var(--civi-color-secondary);
}
.civi-pagination .page-numbers i {
	position: relative;
	top: -1px;
}
.civi-pagination .page-numbers:last-child {
	margin-left: 0;
}
.civi-pagination .page-numbers.current {
	background: var(--civi-color-accent);
	color: #fff;
}
.civi-pagination .page-numbers.current.next,
.civi-pagination .page-numbers.current.prev {
	background: unset;
	color: unset;
}

.posts-pagination {
	display: flex;
	margin-top: 50px;
	text-align: center;
}
.posts-pagination ul {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding-right: 0;
}
.posts-pagination ul li {
	border: 0;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
}
.posts-pagination ul li .page-numbers {
	font-size: 15px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: var(--civi-color-text);
}
.posts-pagination ul li .page-numbers.current {
	min-width: 40px;
	background: var(--civi-color-accent);
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.posts-pagination ul li .page-numbers.current:hover {
	background: var(--civi-color-accent);
	color: #fff;
}
.posts-pagination ul li .page-numbers:hover,
.posts-pagination ul li .page-numbers:focus {
	background: inherit;
	color: var(--civi-color-accent);
}

i.small {
	font-size: 12px;
	font-style: normal;
}

i.medium {
	font-size: 16px;
	font-style: normal;
}

i.large {
	font-size: 18px;
	font-style: normal;
}

i.fa-trash-alt {
	font-size: 14px;
	padding: 0 3px;
}

i.fa-spin.large {
	font-size: 16px;
}

.icon-small {
	font-size: 12px;
}

.icon-medium {
	font-size: 16px;
}

.icon-large {
	font-size: 18px;
}

.custom-checkbox {
	position: relative;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 15px;
	width: 15px;
	margin-bottom: 0;
	margin-left: 0 !important;
	vertical-align: -2px;
	border: 1px solid #5d5d5d;
	background-color: #fff;
	color: #565a5c;
	box-sizing: border-box;
}

.custom-checkbox:checked:before {
	content: "\f00c";
	position: absolute;
	top: -1px;
	font-size: 14px;
	line-height: 1;
	width: 14px;
	display: inline-block;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	color: var(--civi-color-accent);
}

.custom-scrollbar::-webkit-scrollbar-track {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.custom-scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.civi-marker .jobs-cate a:hover {
	color: var(--civi-color-accent);
}

/* ire dual ring */
.civi-dual-ring {
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 15;
}

.civi-dual-ring:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid var(--civi-color-accent);
	border-color: var(--civi-color-accent) transparent var(--civi-color-accent)
		transparent;
	animation: civi-dual-ring 1.2s linear infinite;
}

@keyframes civi-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes civi-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.loading-effect {
	display: none;
	position: relative;
	bottom: -2px;
}
.loading-effect .civi-dual-ring {
	width: 28px;
	height: 28px;
}
.loading-effect .civi-dual-ring:after {
	width: 24px;
	height: 24px;
	border-width: 3px;
}

.civi-dual-ring.small {
	width: 28px;
	height: 28px;
}
.civi-dual-ring.small:after {
	width: 24px;
	height: 24px;
	border-width: 3px;
}

.civi-dual-ring {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.text-success {
	color: #20d706 !important;
}

.text-warning {
	color: #f2d23d !important;
}

.text-error,
.text-danger {
	color: #e74807 !important;
}

/* account */
.popup {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.popup .inner-popup {
	position: fixed;
	z-index: 5;
	top: 150px;
	right: 15px;
	left: 15px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.popup.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.popup.open .inner-popup {
	top: 100px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	max-height: calc(100vh - 200px);
	overflow: auto;
}

.logged-in .popup-account.open .inner-popup {
	top: 112px;
}

.form-search-canvas {
	position: relative;
	z-index: 9;
	background-color: #fff;
	border-radius: 16px;
	width: 320px;
	border: 1px solid var(--civi-color-border);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}
.form-search-canvas .form-group:last-child {
	padding: 20px;
}
.form-search-canvas i:not(.fa-times) {
	font-size: 20px;
	color: var(--civi-color-secondary);
	font-weight: normal;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form-search-canvas input {
	border-radius: 16px 16px 0 0;
	border: 0;
}
.form-search-canvas input {
	height: 72px;
	line-height: 72px;
	padding-right: 50px;
}
.form-search-canvas .civi-button {
	width: 100%;
}

.popup-account input.input-field {
	border-radius: 8px;
}
.popup-account .row {
	margin-right: -8px;
	margin-left: -8px;
}
.popup-account .col-6 {
	padding-right: 8px;
	padding-left: 8px;
}
.popup-account .demo-sign-in {
	font-size: 15px;
	padding: 15px 20px;
	background-color: #edf2f1;
	margin-bottom: 24px;
	border-radius: 8px;
}
.popup-account .demo-sign-in p {
	margin-bottom: 0;
}
.popup-account .demo-sign-in p:first-child {
	margin-bottom: 5px;
}
.popup-account .demo-sign-in span {
	color: var(--civi-color-accent);
	font-weight: 500;
}
.popup-account .civi-new-password-wrap form {
	text-align: center;
}
.popup-account .civi-new-password-wrap input {
	border-radius: 5px;
	border: 1px solid #333;
	padding: 8px 15px 8px 50px;
	width: 100%;
	font: inherit;
	font-size: 15px;
}
.popup-account .civi-new-password-wrap .button-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.popup-account .civi-new-password-wrap .generate-password {
	border: 1px solid var(--civi-color-accent);
	border-radius: 25px;
	padding: 9px 25px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: var(--civi-color-accent);
}
.popup-account .civi-new-password-wrap .generate-password:hover {
	color: #ffffff;
	background-color: var(--civi-color-accent);
}
.popup-account .civi-new-password-wrap .control-password {
	position: relative;
	margin-bottom: 25px;
}
.popup-account .civi-new-password-wrap .control-password span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 25px;
	padding: 0 10px;
	cursor: pointer;
}
.popup-account .civi-new-password-wrap .control-password span i {
	vertical-align: -10px;
}
.popup-account .civi-new-password-wrap .control-password span.active i:before {
	content: "\f070";
}
.popup-account .civi-new-password-wrap p.msg {
	display: none;
	text-align: center;
	margin: 20px auto 0;
}
.popup-account .inner-popup {
	max-width: 400px;
	width: 100%;
}
.popup-account .btn-close {
	position: absolute;
	left: 30px;
}
.popup-account .head-popup .tabs-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.popup-account .head-popup .tabs-form a {
	color: #8d8d8d;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	margin-left: 20px;
}
.popup-account .head-popup .tabs-form a.active {
	color: var(--civi-color-primary);
	border-color: var(--civi-color-primary);
}
.popup-account .head-popup .tabs-form a:last-child {
	margin-left: 0;
}
.popup-account .head-popup p.notice {
	padding: 15px 45px 15px 15px;
}
.popup-account .head-popup p.notice i {
	top: 16px;
	right: 12px;
}
.popup-account .head-popup > p {
	position: relative;
	font-size: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.popup-account .head-popup > p span {
	padding-left: 23px;
}
.popup-account .accept-account {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.popup-account .accept-account label {
	font-size: 15px;
	margin-bottom: 0;
	margin-right: 10px;
}
.popup-account .accept-account a {
	color: var(--civi-color-accent);
}
.popup-account .accept-account .custom-checkbox {
	top: -1px;
	border-radius: 3px;
	border: solid 1px #dddddd;
}
.popup-account .accept-account label.error {
	flex: 0 0 100%;
	order: 3;
	margin-right: 0;
}
.popup-account .form-group + .form-group {
	margin-top: 24px;
}
.popup-account .forgot-password {
	font-size: 15px;
}
.popup-account .forgot-password a {
	color: var(--civi-color-accent);
}

.addon-login-wrap {
	text-align: center;
	margin-top: 18px;
}
.addon-login-wrap .addon-login {
	margin-bottom: 10px;
}
.addon-login-wrap ul {
	padding: 0;
}
.addon-login-wrap ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.addon-login-wrap ul a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}
.addon-login-wrap ul .facebook-login {
	background-color: #4267b2;
}
.addon-login-wrap ul .google-login {
	background-color: #ea4335;
}
.addon-login-wrap ul .linkedin-login {
	background-color: #0077b5;
}

.form-account {
	display: none;
}
.form-account.active {
	display: block;
}
.form-account p {
	margin-bottom: 10px;
}
.form-account p.msg {
	display: none;
	color: #20d706;
	margin-bottom: 0;
	margin-top: 10px;
}
.form-account p.msg + .form-group {
	margin-top: 15px;
}
.form-account label.radio-field {
	position: static;
	display: block;
}
.form-account label.radio-field span {
	height: 48px;
	line-height: 48px;
	display: block;
	border-radius: 4px;
	background-color: #f2f2f2;
	text-align: center;
	cursor: pointer;
}
.form-account label.radio-field i {
	margin-left: 5px;
}
.form-account label.radio-field input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.form-account label.radio-field input:checked ~ span {
	background-color: var(--civi-color-accent);
	color: #fff;
}
.form-account label[for="civi_user_candidate"],
.form-account label[for="civi_user_employer"] {
	margin-bottom: 0;
}

.elementor-element .form-account p {
	margin-bottom: 10px;
}

p.notice {
	font-family: "Inter";
	font-weight: 500;
	padding: 22px 66px 22px 22px;
	border: solid 1px #ffe180;
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	position: relative;
	margin-top: 32px;
}
p.notice i {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 23px;
	right: 22px;
	font-size: 20px;
	color: #ffe180;
}
p.notice a {
	color: var(--civi-color-accent);
}
p.notice.success {
	border-color: green;
}
p.notice.success i {
	color: green;
}

.sign-in-demo-notice {
	display: block;
	padding: 13px 20px;
	margin: -5px 0 25px 0;
	font-size: 14px;
	line-height: 22px;
	background-color: #d5f3f3;
	color: #5d5d5d;
	border-radius: 4px;
}
.sign-in-demo-notice b {
	color: var(--civi-color-accent);
	font-weight: 500;
}

.form-group {
	position: relative;
}
.form-group .col-group {
	position: relative;
}
.form-group label.error {
	font-size: 12px;
	color: #ea4335 !important;
	margin-bottom: 0 !important;
	margin-top: 5px !important;
	display: block;
}
.form-group .label-field {
	color: var(--civi-color-primary);
	font-weight: 500;
	margin-bottom: 8px;
}
.form-group .btn.button {
	width: 100%;
}

input.input-field.error {
	border-color: #ea4335;
}

.error404 .main-content {
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #fff;
}

.area-404 h2 {
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 15px;
}
.area-404 p {
	font-size: 24px;
	margin-bottom: 58px;
}
.area-404 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.area-404 .civi-button i {
	font-size: 12px;
}

.page-title-other {
	background-image: url("assets/images/banner-other.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}

.civi-popup {
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.civi-popup .inner-popup {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	max-width: 570px;
	background: #fff;
	top: 100%;
	right: 20px;
	left: 20px;
	z-index: 5;
	padding: 30px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.civi-popup .inner-popup .btn-close {
	position: absolute;
	left: 30px;
}
.civi-popup.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.civi-popup.active .bg-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.civi-popup.active .inner-popup {
	top: 50%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.copyright .area-copyright {
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 1px solid #eee;
	color: var(--civi-color-secondary);
	text-align: left;
}

.civi-form {
	position: relative;
}

.civi-field label span.menu-541,
.wpcf7 .civi-field label span.menu-541 {
	margin-top: 10px;
	display: block;
}
.civi-field input,
.civi-field textarea,
.civi-field select,
.wpcf7 .civi-field input,
.wpcf7 .civi-field textarea,
.wpcf7 .civi-field select {
	font-size: 15px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #2d2d2d;
	border-radius: 0 !important;
	margin-top: 0 !important;
	padding: 0 0 5px;
}
.civi-field input:focus,
.civi-field input:visited,
.civi-field textarea:focus,
.civi-field textarea:visited,
.civi-field select:focus,
.civi-field select:visited,
.wpcf7 .civi-field input:focus,
.wpcf7 .civi-field input:visited,
.wpcf7 .civi-field textarea:focus,
.wpcf7 .civi-field textarea:visited,
.wpcf7 .civi-field select:focus,
.wpcf7 .civi-field select:visited {
	outline: 0;
	border-color: var(--civi-color-accent);
}
.civi-field textarea,
.wpcf7 .civi-field textarea {
	max-height: 100px;
}

.civi-submit {
	margin-top: 30px;
}

.civi-field + .civi-field {
	margin-top: 30px;
}

.chosen-container {
	width: 100% !important;
}

.icon-search {
	cursor: pointer;
}
.icon-search i {
	font-size: 20px;
	font-weight: 500;
}

.canvas-search {
	opacity: 0;
	visibility: hidden;
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.canvas-search .bg-overlay {
	background: rgba(0, 0, 0, 0.9);
}
.canvas-search .search-form {
	position: relative;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	top: -20px;
	width: 100%;
	max-width: 600px;
	margin-right: 25px;
	margin-left: 25px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.canvas-search .search-form input {
	width: 100%;
	height: 50px;
	border-radius: 30px;
	padding: 8px 20px 8px 60px;
	text-overflow: ellipsis;
}
.canvas-search .search-form .icon-search {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: 0;
	height: 50px;
	width: 55px;
	border-radius: 30px;
}
.canvas-search .btn-close {
	position: absolute;
	top: 3px;
	left: 10px;
	z-index: 9;
	font-size: 20px;
}
.canvas-search.on {
	display: flex;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.canvas-search.on .bg-overlay {
	opacity: 1;
	visibility: visible;
}
.canvas-search.on .search-form {
	top: -50px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.canvas-search.civi-ajax-search .search-result ul {
	max-height: 210px;
}
.canvas-search.civi-ajax-search .civi-loading-effect {
	left: 60px;
}
.canvas-search ~ .select2-container {
	z-index: 99999;
}

.block-search.search-icon {
	line-height: 1;
}

.civi-ajax-search .civi-loading-effect {
	opacity: 0;
	visibility: hidden;
	right: inherit;
	left: 35px;
}

.civi-loading-effect {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 15;
}

.civi-loading-effect:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
}

.civi-reset-password-wrap {
	display: none;
	margin-top: 30px;
	text-align: center;
}
.civi-reset-password-wrap.active {
	display: block;
}
.civi-reset-password-wrap input#user_login {
	border-radius: 5px;
	border: 1px solid #333;
	padding: 8px 15px;
	width: 100%;
	margin-bottom: 25px;
}
.civi-reset-password-wrap p.msg {
	margin-top: 0;
	margin-bottom: 20px;
}
.civi-reset-password-wrap button {
	margin-right: auto;
	margin-left: auto;
}
.civi-reset-password-wrap .back-to-login {
	display: flex;
	align-items: center;
	margin-top: 25px;
	color: var(--civi-color-accent);
}
.civi-reset-password-wrap .back-to-login i {
	margin-left: 8px;
}

.form-captcha {
	display: flex;
	flex-wrap: nowrap;
	height: 42px;
}
.form-captcha .civi-captcha {
	height: 42px;
	border-radius: 0 4px 4px 0;
}
.form-captcha img {
	height: 42px;
	border-radius: 4px 0 0 4px;
}

.wpcf7 .wpcf7-response-output {
	margin-top: 0;
}

@keyframes effect_radius {
	0% {
		opacity: 1;
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
#growls-br {
	bottom: 50px;
	left: 15px;
	right: 15px;
	z-index: 999;
}

.growl.growl-default {
	color: #111;
	background: #fff;
	max-width: 1070px;
	opacity: 1;
	box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #eeeeee;
	border-radius: 50px;
	padding: 19px 28px;
	margin: 0 auto;
	width: 100%;
}
.growl.growl-default .growl-close,
.growl.growl-default .growl-title {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.growl.growl-default .growl-message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.2;
	color: #555555;
}
.growl.growl-default .growl-message p {
	margin: 0 12px;
	flex: 1;
}
.growl.growl-default .growl-message a {
	color: #111;
}
.growl.growl-default .growl-message a:hover {
	text-decoration: underline;
}
.growl.growl-default .civi-button {
	font-size: 16px;
}
.growl.growl-default .civi-button.text {
	background-color: transparent;
	color: #555555;
	padding: 0;
	border: 0;
}
.growl.growl-default .civi-button.text:hover {
	color: #111;
	background-color: transparent;
	border-color: transparent;
	text-decoration: none;
	background-image: none;
}
.growl.growl-default .civi-button.full-filled {
	color: #fff;
}
.growl.growl-default .civi-button.full-filled:hover {
	color: #fff;
	text-decoration: none;
}
.growl.growl-default .civi-button + .civi-button {
	margin-right: 24px;
}

section.is-relative .elementor-container,
section.is-relative .elementor-column,
section.is-relative .elementor-widget-wrap {
	position: static;
}

@media only screen and (min-width: 1200px) {
	.hidden-lg-up {
		display: none !important;
	}
}
@media only screen and (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
	.site-layout.has-sidebar #primary {
		max-width: calc(100% - 400px);
	}
	.site-layout.has-sidebar aside#secondary {
		flex: 0 0 400px;
		max-width: 400px;
	}
	header.site-header {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}
@media only screen and (max-width: 991px) {
	.columns-md-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.copyright .area-copyright {
		padding-right: 15px;
		padding-left: 15px;
	}
	.main-content .site-layout.has-sidebar {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.main-content .site-layout.has-sidebar #primary {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.main-content .site-layout.has-sidebar aside#secondary {
		max-width: inherit;
		padding-right: 0;
		padding-left: 0;
		margin-top: 24px;
	}
	.main-content .site-layout.has-sidebar.right-sidebar #primary,
	.main-content .site-layout.has-sidebar.left-sidebar #primary {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.main-content .site-layout.has-sidebar.right-sidebar aside#secondary,
	.main-content .site-layout.has-sidebar.left-sidebar aside#secondary {
		max-width: inherit;
		padding-right: 0;
		padding-left: 0;
		margin-top: 40px;
	}
	.page-title {
		background-image: none !important;
	}
	footer.site-footer .container-fluid {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.columns-sm-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	#popup-amenities .grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 30px;
	}
	#popup-amenities .grid li {
		margin-left: 0;
	}
	#growls-br {
		bottom: 20px;
	}
	.growl.growl-default {
		padding: 20px;
		border-radius: 20px;
	}
	.growl.growl-default .growl-message {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.growl.growl-default .growl-message p {
		margin: 12px 0;
	}
	.form-search-canvas
		.select2-field
		.select2.select2-container
		.select2-selection {
		padding-right: 45px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		height: 72px;
	}
}
@media only screen and (max-width: 650px) {
	.grid {
		grid-column-gap: 15px;
	}
}
@media only screen and (max-width: 600px) {
	.popup.open .inner-popup {
		top: 30px;
		max-height: calc(100vh - 60px);
	}
}
@media only screen and (max-width: 479px) {
	.columns-xs-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.columns-xs-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-title .entry-detail .entry-title {
		font-size: 32px;
		line-height: 46px;
	}
	.popup-account .inner-popup {
		max-width: inherit;
		width: inherit;
	}
	.popup.open .inner-popup {
		top: 20px;
		padding: 20px 15px;
	}
	.site-header.float-header + .popup.open .inner-popup {
		top: 100px;
	}
}
@media only screen and (max-width: 374px) {
	.grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.mapboxgl-map .marker {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.mapboxgl-popup-content {
	font-size: 16px;
	font-weight: 500;
	font-family: "Inter";
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 16px;
}
.mapboxgl-popup-content .jobs-archive-header {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
}
.mapboxgl-popup-content .civi-jobs-item.layout-grid .jobs-logo-company-warpper {
	margin-bottom: 0;
}
.mapboxgl-popup-content .civi-jobs-item.layout-grid .days {
	margin-top: 20px;
	margin-bottom: 0;
}
.mapboxgl-popup-content .civi-jobs-featured {
	border-color: var(--civi-color-border);
}
.mapboxgl-popup-content .civi-jobs-item .logo-comnpany {
	display: none;
}
.mapboxgl-popup-content .civi-jobs-item.layout-grid {
	border: 0;
}
.mapboxgl-popup-content .civi-jobs-item.layout-grid .jobs-logo-company-warpper {
	justify-content: left;
	margin-bottom: -20px;
}
.mapboxgl-popup-content .civi-jobs-item .jobs-title {
	padding-left: 60px;
}

.mapboxgl-popup-close-button {
	font-size: 20px;
	top: 5px;
	left: 5px;
}

.mapboxgl-map .mapboxgl-popup {
	max-width: 386px !important;
}

#geocoder {
	position: absolute;
	top: 31px;
	right: 25px;
	left: 40px;
	bottom: 0;
}

#geocoder .mapboxgl-ctrl-geocoder {
	width: 100%;
	max-width: 100%;
	box-shadow: none;
}

.mapboxgl-ctrl-geocoder--icon-search,
.mapboxgl-ctrl-geocoder--pin-right {
	display: none;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	height: 60px;
}

#geocoder .mapboxgl-ctrl-geocoder--input[type="text"] {
	border: 0;
	padding: 0;
	height: 42px;
}

.leaflet-popup-content-wrapper {
	border-radius: 0 !important;
}

.leaflet-popup-content {
	width: 325px !important;
	margin: 0 !important;
}

.leaflet-popup-content .entry-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}

.archive-layout .leaflet-container {
	z-index: 1;
}

div[title]:after,
.marker.mapboxgl-marker:after,
.leaflet-marker-icon-wrap:after,
.leaflet-marker-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	border-radius: 50%;
	width: 0;
	height: 0;
}

div[title].zoom:after,
.marker.mapboxgl-marker.zoom:after,
.leaflet-marker-icon-wrap.zoom:after,
.leaflet-marker-icon.zoom:after {
	width: 60px;
	height: 60px;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	width: 100%;
}

@media only screen and (max-width: 567px) {
	.civi-pagination .page-numbers {
		margin-left: 2px;
	}
	.area-404 h2 {
		font-size: 32px;
	}
	.area-404 p {
		font-size: 20px;
	}
}
body.elementor-page .main-content .container {
	padding-right: 0;
	padding-left: 0;
}
body.elementor-page
	.main-content
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container {
	max-width: 1200px !important;
}

/* Headings */
.bypostauthor {
	font-weight: 500;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content .h1,
.post-content .h2,
.post-content .h3,
.post-content .h4,
.post-content .h5,
.post-content .h6,
.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6,
.comment-list .h1,
.comment-list .h2,
.comment-list .h3,
.comment-list .h4,
.comment-list .h5,
.comment-list .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
	margin-bottom: 1.425rem;
}

.entry-content h2 {
	line-height: 1.3;
}

.post-content:not(.elementor-content) a,
.page .entry-content a {
	font-weight: 500;
	text-decoration: none;
}

hr {
	margin-bottom: 1.125em;
	height: 1px;
	border: 0;
	background-color: #cccccc;
}

/* Text elements */
p {
	margin-bottom: 1.725em;
}

ul,
ol {
	margin: 0 0 1.625em 0;
	padding-right: 1.625rem;
}

li {
	line-height: 1.8;
}

li > ul,
li > ol {
	margin-top: 10px;
	padding-right: 2rem;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

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

.comment-list ul,
.comment-list ol,
.comment-list ol,
.comment-list ul {
	margin: 0 2.5em 1.625em 0;
}
.comment-list ul ul,
.comment-list ol ol,
.comment-list ul ol,
.comment-list ol ul {
	margin-bottom: 0;
}
.comment-list ul {
	list-style: square;
}
.comment-list ol {
	list-style-type: decimal;
}
.comment-list ol ol {
	list-style: upper-alpha;
}
.comment-list ol ol ol {
	list-style: lower-roman;
}
.comment-list ol ol ol ol {
	list-style: lower-alpha;
}

dt {
	color: var(--civi-color-primary);
	font-weight: 500;
}

dd {
	margin: 0 0 1.625rem;
}

strong {
	color: var(--civi-color-primary);
}

cite,
em,
i {
	font-style: italic;
}

cite {
	border: 0;
}

big {
	font-size: 131.25%;
}

.wp-block-button,
.wp-block-cover,
.wp-block-media-text {
	margin-bottom: 1.125em;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover.has-left-content .wp-block-cover-text strong {
	color: #fff;
}

.wp-block-gallery {
	margin-right: 0;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
	margin-left: 15px;
}

.wp-block-group.has-background {
	padding: 20px;
	margin-bottom: 1.125em;
}

.post-content a.wp-block-button__link {
	text-decoration: none;
}

.wp-block-button__link {
	color: #fff !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.post-content figcaption.blocks-gallery-caption {
	margin-bottom: 15px;
}

.post-content figure {
	margin-bottom: 1.625em;
}

.post-content figure.wp-block-pullquote.has-background {
	padding: 3em 0;
}

.wp-block-pullquote {
	border: 4px solid;
}

.post-content select {
	height: 42px;
	padding: 7px;
	border-radius: 5px;
}

.wp-block-archives-dropdown,
.wp-block-categories-list {
	margin-bottom: 1rem;
}
.wp-block-archives-dropdown ul.children,
.wp-block-categories-list ul.children {
	margin-top: 0.625rem;
}

.wp-block-archives-list li + li,
.wp-block-categories-list li + li {
	margin-top: 0.825rem;
}

.wp-block-archives-list li a,
.wp-block-categories-list li a {
	text-decoration: none;
}

.gallery {
	margin-bottom: 1.6em;
	margin-right: -10px;
	margin-left: -10px;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 1.125em;
	padding-right: 10px;
	padding-left: 10px;
}
.gallery-item .gallery-icon img {
	width: 100%;
	object-fit: cover;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}

.mceContentBody blockquote,
.mceContentBody blockquote p {
	margin: 0 3em;
	font-weight: normal;
	font-style: italic !important;
	font-family: Georgia, "Bitstream Charter", serif !important;
}

.mceContentBody blockquote em,
.mceContentBody blockquote i,
.mceContentBody blockquote cite {
	font-style: normal;
}

.mceContentBody blockquote cite {
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote {
	font-weight: normal;
	background: #f8f8f8;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	background: none;
	padding: 5px 20px;
	position: relative;
	margin-bottom: 0;
}
blockquote cite {
	font-style: normal;
	margin-top: 1.4rem;
	display: block;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1.125em;
}

pre {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	padding: 1.625em;
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
}

code,
kbd,
samp,
var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.125em;
}

sup,
sub {
	position: relative;
	height: 0;
	vertical-align: baseline;
	font-size: 10px;
	line-height: 1;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

dt {
	margin-bottom: 0.3rem;
}

/* Alignment */
.alignleft {
	float: right;
	margin-left: 1.125em;
}

.alignright {
	float: left;
	margin-right: 1.125em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

/* Tables */
table {
	margin: 0 0 1.625em;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #eee;
	text-align: right;
}

tr th {
	font-weight: 500;
	border: 1px solid #eee;
	padding: 10px;
}

td {
	padding: 10px;
	border: 1px solid #eee;
}

/* Images */
img[class*="wp-image-"] {
	height: auto;
}

img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}

img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.wp-caption {
	margin-top: 0.4em;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 1.125em;
	margin-bottom: 1.625em;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.125em;
	border: 0;
}

.wp-caption img {
	display: block;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	position: relative;
	margin: 0.6em 0 0.6em 0;
	text-align: right;
}

.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd,
.post-content figcaption,
.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd,
.entry-content figcaption {
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 10px;
	text-align: center;
	background: #f5f5f5;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	border-color: #eee;
	background: #ffffff;
}

.entry-content:before {
	content: "";
	display: table;
}

.entry-content:after {
	content: "";
	display: table;
	clear: both;
}

.page-links {
	clear: both;
}

.page-links .post-page-numbers {
	font-size: 15px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}

.page-links .post-page-numbers.current {
	min-width: 40px;
	background: var(--civi-color-accent);
	color: #fff;
	border-radius: 30px;
}
.page-links .post-page-numbers.current:hover {
	background: var(--civi-color-accent);
	color: #fff;
}

.post-password-form input {
	height: 40px;
}

.post-password-form input[type="submit"] {
	background: var(--civi-color-accent);
	border: 1px solid var(--civi-color-accent);
	color: #fff;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 500;
	cursor: pointer;
}

.post-password-form p:last-child {
	display: flex;
	align-items: end;
}
.post-password-form label {
	margin-bottom: 0;
}
.post-password-form label input {
	border-color: var(--civi-color-accent);
	background: #f8f8f8;
	outline: 0;
	border-radius: 0 4px 4px 0;
}

#comments .comments-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
}
#comments .comment-list {
	margin-right: 0;
	padding-right: 0;
	list-style-type: none;
	margin-bottom: 0;
}
#comments .comment-list li.comment,
#comments .comment-list li.trackback,
#comments .comment-list li.pingback {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #eee;
}
#comments .comment-list > li.comment:first-child,
#comments .comment-list > li.trackback:first-child,
#comments .comment-list > li.pingback:first-child {
	border-top: 0;
	padding-top: 0;
}
#comments .comment-list > li.comment:last-child,
#comments .comment-list > li.trackback:last-child,
#comments .comment-list > li.pingback:last-child {
	border-bottom: 1px solid #eee;
}
#comments .comment-list ol.children {
	margin: 0 60px 0 0;
	padding-right: 0;
	list-style-type: none;
}
#comments .comment-list + #respond,
#comments .comment-list #respond {
	margin-top: 30px;
}
#comments .comment-author {
	display: flex;
	align-items: center;
}
#comments .comment-author .entry-avatar img {
	border-radius: 50%;
}
#comments .comment-author .entry-avatar + .entry-detail {
	padding-right: 15px;
}
#comments .comment-author .entry-detail .author-name {
	font-size: 15px;
	font-weight: 500;
}
#comments .comment-author .entry-detail .comment-time {
	font-size: 13px;
	color: #9d9d9d;
	font-style: italic;
}
#comments .comment-content {
	margin-top: 20px;
}
#comments .comment-content p:last-child {
	margin-bottom: 0;
}
#comments .comment-content ul,
#comments .comment-content ol {
	margin-right: 0;
}
#comments .comment-meta {
	display: flex;
	font-size: 15px;
	margin-top: 20px;
}
#comments .comment-meta > a {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
#comments .comment-meta > a:last-child {
	margin-left: 0;
}
#comments .comment-meta i {
	font-size: 24px;
	font-style: normal;
	margin-left: 5px;
}
#comments .no-comments {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}

#respond .comment-reply-title {
	font-size: 18px;
	margin-bottom: 15px;
}
#respond .comment-reply-title small {
	margin-right: 5px;
}

#commentform p {
	margin-bottom: 20px;
}
#commentform label {
	margin-bottom: 0;
}
#commentform .comment-form-comment {
	display: flex;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"] {
	width: 100%;
	border-color: #ccc;
}
#commentform .form-submit {
	margin-bottom: 0;
}
#commentform .logged-in-as,
#commentform .comment-notes,
#commentform .comment-form-cookies-consent,
#commentform .form-submit {
	padding-right: 15px;
	padding-left: 15px;
}
#commentform .comment-form-cookies-consent {
	display: -ms-flexbox;
	display: flex;
}
#commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: 3px;
}
#commentform #wp-comment-cookies-consent {
	position: relative;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 15px;
	width: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	vertical-align: -2px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #565a5c;
}
#commentform #wp-comment-cookies-consent:checked:before {
	content: "\f00c";
	position: absolute;
	top: -1px;
	font-size: 14px;
	width: 14px;
	display: inline-block;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	color: var(--civi-color-accent);
}
#commentform .form-submit {
	flex: 0 0 100%;
}

.wp-block-latest-comments {
	padding-right: 0;
}
.wp-block-latest-comments li {
	margin-bottom: 1.125em;
}
.wp-block-latest-comments .avatar {
	margin-left: 20px;
}
.wp-block-latest-comments.has-avatars
	.wp-block-latest-comments__comment-excerpt {
	margin-right: 60px;
}

.wp-block-latest-posts.is-grid li {
	margin-bottom: 1.325rem;
}

.wp-block-latest-posts {
	padding-right: 0;
}
.wp-block-latest-posts li + li {
	margin-top: 1.125em;
}

.wp-block-calendar {
	font-weight: 500;
	text-align: center;
	max-width: 420px;
}
.wp-block-calendar thead tr th {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
	background: var(--civi-color-accent);
}
.wp-block-calendar thead th,
.wp-block-calendar tbody td {
	text-align: center;
	border: none;
}
.wp-block-calendar tbody tr > td#today {
	color: #fff;
	background: var(--civi-color-accent);
}
.wp-block-calendar table caption {
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--civi-color-accent);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown,
.wp-block-categories-list {
	margin-bottom: 1.125em;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select,
.wp-block-categories-list select {
	max-width: 320px;
}

.wp-block-latest-comments__comment-date {
	font-size: 13px;
	margin-top: 5px;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 15px;
}

.wp-block-search {
	max-width: 400px;
	margin-bottom: 1.125em;
}
.wp-block-search label {
	display: none;
}
.wp-block-search .wp-block-search__input {
	height: 50px;
	border: 0;
	background: #f8f8f8;
	padding-right: 15px;
	padding-left: 15px;
}
.wp-block-search .wp-block-search__button {
	color: #fff;
	margin-right: 0;
	background: var(--civi-color-accent);
	padding-right: 20px;
	padding-left: 20px;
}

.wp-block-tag-cloud a {
	font-size: 16px !important;
	padding: 8px;
	font-weight: normal !important;
	border-radius: 4px;
	border: 1px solid #eee;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 6px;
}
.wp-block-tag-cloud a:hover {
	background: var(--civi-color-accent);
	color: #fff !important;
}

form p label:last-child {
	margin-bottom: 0;
}
form select[name="select_element"] {
	max-width: 400px;
}
form #text_field,
form #text_area {
	max-width: 400px;
	width: 100%;
}

.block-editor-block-list__block a {
	font-weight: 500;
	color: #555;
}

.custom-form-search {
	position: relative;
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}
.custom-form-search .ip-search {
	width: 100%;
	height: 50px;
	border-color: #eee;
	background: #eee;
	border-radius: 30px;
	padding-right: 20px;
	padding-left: 75px;
}
.custom-form-search button.search-submit {
	color: #fff;
	border: 0;
	background: var(--civi-color-accent);
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}
.custom-form-search button.search-submit span {
	display: none;
}
.custom-form-search button.search-submit i {
	vertical-align: -3px;
}

@media only screen and (max-width: 767px) {
	.has-large-font-size {
		font-size: 20px;
	}
}
section.widget:not(.widget_elementor-library) {
	max-width: 420px;
}

.widget + .widget {
	margin-top: 32px;
}

.widget a {
	font-weight: 500;
	color: var(--civi-color-text);
}
.widget ul,
.widget ol {
	padding-right: 0;
	margin-bottom: 0;
}
.widget .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}
.widget select {
	height: 42px;
	padding: 7px 7px 7px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	max-width: 300px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position-y: 7px;
}
.widget .screen-reader-text {
	display: none;
}
.widget .cat-item a {
	color: var(--civi-color-text);
}
.widget .current-cat a {
	color: var(--civi-color-primary);
}

.widget .slick-dots {
	position: static;
	margin-top: 20px;
}

.widget .slick-dots li {
	display: inline-block;
	margin: 0;
}

.listing-posts .post + .post {
	margin-top: 20px;
}
.listing-posts .post .inner-post-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.listing-posts .post .inner-post-wrap .post-categories {
	margin-bottom: 0;
}
.listing-posts .post .entry-post-thumbnail {
	flex: 0 0 100px;
}
.listing-posts .post .entry-post-thumbnail + .entry-post-detail {
	padding-right: 12px;
}
.listing-posts .post .entry-post-detail {
	flex: 1;
}
.listing-posts .post .post-date {
	margin-bottom: 4px;
	color: var(--civi-color-secondary);
	font-weight: 500;
}
.listing-posts .post .post-categories li {
	margin-bottom: 0;
}
.listing-posts .post .post-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--civi-color-primary);
}
.listing-posts .post .post-title a {
	display: inline-block;
}
.listing-posts .post .post-title a:hover {
	color: var(--civi-color-accent);
}

.civi-widget-popular_posts
	.listing-posts
	.post
	.inner-post-wrap
	.post-categories {
	margin-bottom: 10px;
}
.civi-widget-popular_posts
	.listing-posts
	.post
	.inner-post-wrap
	.post-categories
	li {
	display: inline-block;
	margin-bottom: 8px;
}

.gallery-columns-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
	font-size: 15px !important;
	padding: 8px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	background-color: #f8f8f8;
	color: #7e7e7e;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 6px;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
	background: var(--civi-color-accent);
	color: #fff !important;
}

/**
 * WIDGET DEFAULT
 * ----------------------------------------------------------------------------
 */
.widget ul > li {
	display: block;
	position: relative;
	margin-bottom: 14px;
	line-height: 1.3;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding-right: 0;
}
.widget ul > li a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget ul > li a:hover {
	color: var(--civi-color-accent);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget ul > li:last-child {
	margin-bottom: 0;
}
.widget ul > li.active > .icon-right-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.widget ul > li.menu-item-has-children > a {
	padding-left: 30px;
}
.widget ul > li .icon-right-menu {
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget ul > li .icon-right-menu:hover {
	color: var(--civi-color-accent);
}
.widget ul > li .children,
.widget ul > li .sub-menu {
	padding-right: 25px;
}
.widget ul > li .children li,
.widget ul > li .sub-menu li {
	margin-top: 10px;
	position: relative;
}
.widget ins {
	text-decoration: none;
	font-size: 18px;
}
.widget del span.amount {
	font-weight: normal;
}
.widget ul.product_list_widget li {
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.widget ul.product_list_widget li a img {
	float: right;
	margin-right: 0;
	margin-left: 20px;
	width: 70px;
}
.widget ul.product_list_widget li ins {
	float: right;
	margin-left: 7px;
}
.widget .star-rating {
	color: var(--civi-color-accent);
	font-size: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.widget .star-rating:before {
	color: var(--civi-color-accent);
}
.widget .screen-reader-text {
	margin-bottom: 10px;
}

.widget_search .search-form {
	height: 50px;
	line-height: 50px;
	position: relative;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	overflow: hidden;
	max-width: 420px;
}
.widget_search .search-form label {
	width: 100%;
	margin-bottom: 0;
}
.widget_search .search-form label span {
	display: none;
}
.widget_search .search-form input.search-field {
	height: 50px;
	border: 0;
	background: #f8f8f8;
	width: 100%;
	padding-right: 20px;
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	outline: 0;
}
.widget_search .search-form input.search-submit {
	position: absolute;
	height: 50px;
	padding-right: 35px;
	padding-left: 35px;
	border: 0;
	top: 0;
	left: 0;
	outline: 0;
	background: var(--civi-color-accent);
	color: #fff;
	cursor: pointer;
	font-size: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.widget_search .search-form:after {
	content: "\f002";
	font-family: "Line Awesome Free";
	display: inline-block;
	position: absolute;
	font-weight: 900;
	font-size: 24px;
	top: 0;
	left: 22px;
	color: #fff;
}

.widget_rss .widget-title a {
	font-size: 21px;
}
.widget_rss .widget-title a .rss-widget-icon {
	margin-left: 5px;
}
.widget_rss ul li {
	margin-bottom: 20px;
}
.widget_rss ul li a {
	display: block;
	color: var(--civi-color-primary);
	margin-bottom: 5px;
}
.widget_rss ul li .rss-date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	color: #ababab;
}
.widget_rss ul li cite {
	display: block;
	text-align: left;
	margin-top: 8px;
	color: var(--civi-color-accent);
}

.main-sidebar .widget_rss .rssSummary {
	color: var(--civi-color-text);
}

.dark-scheme .widget_rss .rsswidget {
	color: #fff !important;
}
.dark-scheme .widget_rss .rss-date {
	color: var(--civi-color-text) !important;
}
.dark-scheme .widget_rss ul li cite {
	color: #fff;
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
	padding: 0;
	margin-bottom: 20px;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	a {
	margin-bottom: 5px;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	a
	img {
	margin-left: 18px;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	a.remove {
	color: #fff !important;
	margin-bottom: 0;
	background: var(--civi-color-primary);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	a.remove:hover {
	background: var(--civi-color-accent);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	color: #fff !important;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	.variation {
	padding-right: 0;
	border-right: 0;
	display: table-cell;
	margin-bottom: 15px;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	.variation
	.variation-SoldBy {
	margin-bottom: 0;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	.quantity {
	display: block;
	padding-right: 88px;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	.quantity
	span.amount {
	font-size: 14px;
	color: var(--civi-color-primary);
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li
	.quantity
	span.amount
	> span {
	position: relative;
	top: 0;
}
.widget_shopping_cart
	.widget_shopping_cart_content
	ul.product_list_widget
	li:hover
	a.remove {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: visible;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
	text-align: left;
	font-size: 14px;
	margin-top: 0;
	padding-top: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .total span {
	color: var(--civi-color-accent);
	position: relative;
}
.widget_shopping_cart .widget_shopping_cart_content .total span > span {
	position: relative;
	font-size: 14px;
	top: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
	margin-top: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	float: left;
	width: 100px;
	height: 35px;
	text-align: center;
	padding: 0 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	line-height: 35px;
	font-weight: normal;
	background: var(--civi-color-primary);
	color: #fff !important;
	margin-left: 0;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
	background: var(--civi-color-accent);
	color: #fff;
}

.widget_pages a {
	color: var(--civi-color-text);
}

.widget_media_gallery .gallery {
	margin-left: -6px;
}
.widget_media_gallery .gallery .gallery-item {
	margin-top: 0 !important;
	padding-left: 6px;
	padding-bottom: 6px;
}
.widget_media_gallery .gallery .gallery-item a {
	display: block;
	overflow: hidden;
}
.widget_media_gallery .gallery .gallery-item img {
	border: 0 !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget_media_gallery .gallery .gallery-item:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.attachment-template-default .inner-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.attachment-template-default .attachment {
	line-height: normal;
	display: inline-block;
	float: right;
}
.attachment-template-default .comments-area {
	display: inline-block;
	float: right;
	width: 100%;
	background: #fff;
}
.attachment-template-default .comments-area .comment-reply-title {
	font-size: 18px;
}
.attachment-template-default .comments-area .comment-form .logged-in-as {
	padding-top: 5px;
	padding-bottom: 5px;
}
.attachment-template-default
	.comments-area
	.comment-form
	.comment-form-comment
	label {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.attachment-template-default
	.comments-area
	.comment-form
	.comment-form-comment
	textarea {
	display: block;
	width: 100%;
}
.attachment-template-default .comments-area .comment-form .form-submit input {
	float: left;
	margin-top: 10px;
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	color: #fff;
	background: #103243;
	font-weight: normal;
	border: none;
}
.attachment-template-default
	.comments-area
	.comment-form
	.form-submit
	input:hover {
	background: var(--civi-color-accent);
	color: #fff;
}

.widget_price_filter .price_slider .ui-slider-range,
.widget_price_filter .price_slider .ui-state-default {
	background-color: var(--civi-color-accent) !important;
	border: none !important;
}
.widget_price_filter .price_slider_amount .button {
	padding: 11px 25px;
	background: var(--civi-color-primary);
	color: #fff;
}
.widget_price_filter .price_slider_amount .button:hover {
	color: #fff;
	background: var(--civi-color-accent);
}
.widget_price_filter .price_slider_amount .price_label span {
	color: var(--civi-color-primary);
}

.widget_calendar {
	width: 100%;
}
.widget_calendar .calendar_wrap {
	max-width: 420px;
}
.widget_calendar caption {
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--civi-color-accent);
	color: #fff;
}
.widget_calendar thead th {
	font-weight: 500;
	text-align: center;
	border: none;
	border-bottom: 1px solid #eee;
}
.widget_calendar tfoot td {
	border: none;
}
.widget_calendar tfoot td#prev a,
.widget_calendar tfoot td#next a {
	color: var(--civi-color-text);
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget_calendar tfoot td#prev a:hover,
.widget_calendar tfoot td#next a:hover {
	color: var(--civi-color-accent);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget_calendar tfoot td#prev a {
	text-align: right;
}
.widget_calendar tfoot td#next a {
	text-align: left;
}
.widget_calendar tbody tr {
	margin: 5px 0;
}
.widget_calendar tbody tr > td {
	text-align: center;
	padding: 10px;
	color: var(--civi-color-text);
	border: none;
}
.widget_calendar tbody tr > td a {
	color: var(--civi-color-primary);
}
.widget_calendar tbody tr > td.pad {
	border: none;
}
.widget_calendar tbody tr > td#today {
	font-weight: bold;
	color: #fff;
	background: var(--civi-color-accent);
}
.widget_calendar tbody tr > td#today a {
	color: #fff;
}
.widget_calendar tbody tr > td:hover {
	color: var(--civi-color-accent);
}

.dark-scheme .widget_calendar thead th {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.1);
}

.widget_rating_filter ul .wc-layered-nav-rating .star-rating,
.widget_rating_filter ul .wc-layered-nav-rating .star-rating:before {
	color: var(--civi-color-accent);
}
.widget_rating_filter ul .wc-layered-nav-rating .star-rating {
	top: 2px;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.widget_categories ul {
	list-style-type: circle;
}

.widget_categories li {
	color: var(--civi-color-accent);
	font-weight: 500;
	padding-right: 20px;
}
.widget_categories li a {
	display: inline-block;
}
.widget_categories li a::after {
	content: "";
	height: 1px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	width: 0;
	display: block;
	background-color: var(--civi-color-accent);
}
.widget_categories li a:hover::after {
	width: 100%;
}
.widget_categories li a,
.widget_categories li i {
	color: var(--civi-color-text);
}
.widget_categories li li {
	padding-right: 0;
}

.widget_archive li {
	font-weight: 500;
	color: var(--civi-color-accent);
}

.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul {
	max-width: 420px;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	position: relative;
}
.widget_categories li > i,
.widget_pages li > i,
.widget_nav_menu li > i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 18px;
}
.widget_categories .children,
.widget_categories .sub-menu,
.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
	display: none;
}
.widget_categories li.active .children,
.widget_categories li.active .sub-menu,
.widget_pages li.active .children,
.widget_pages li.active .sub-menu,
.widget_nav_menu li.active .children,
.widget_nav_menu li.active .sub-menu {
	display: block;
}
.widget_categories li.active i:before,
.widget_pages li.active i:before,
.widget_nav_menu li.active i:before {
	content: "\f068";
}

.widget_text p {
	margin-bottom: 20px;
}
.widget_text strong {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.widget_text strong:first-child {
	margin-top: 0;
}
.widget_text strong:last-child {
	margin-bottom: 0;
}
.widget_text form select,
.widget_text option {
	width: 100%;
}

.widget_recent_reviews .product_list_widget li {
	padding-top: 0;
	padding-bottom: 20px;
}
.widget_recent_reviews .product_list_widget li:last-child {
	padding-bottom: 0;
}
.widget_recent_reviews .product_list_widget li a {
	font-weight: normal !important;
	margin-bottom: 5px;
}
.widget_recent_reviews .product_list_widget li .reviewer {
	font-size: 14px;
	float: left;
}

.widget_recent_comments ul li span a {
	color: var(--civi-color-text);
}
.widget_recent_comments ul li a {
	color: var(--civi-color-primary);
	font-weight: 500;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}
.widget_recent_comments ul li a:hover {
	color: var(--civi-color-accent);
	text-decoration: underline;
}

.footer.dark-scheme .widget_recent_comments ul li {
	color: var(--civi-color-text);
}

.widget_recent_entries ul li a {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget_recent_entries ul li a:hover {
	color: var(--civi-color-accent);
}
.widget_recent_entries ul li .post-date {
	color: var(--civi-color-accent);
}

.newsletter-area {
	display: block;
	padding: 40px 35px 175px 35px;
	background-image: url("assets/images/new-sletter.png");
	background-repeat: no-repeat;
	background-position: bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.newsletter-area > h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.newsletter-area input {
	width: 100%;
	height: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	padding: 10px 20px;
}
.newsletter-area .input-control {
	width: 100%;
	background: #fff;
}
.newsletter-area .input-control::-webkit-input-placeholder {
	font-style: italic;
	font-size: 14px;
}
.newsletter-area .submit-control {
	background-color: var(--civi-color-accent);
	color: #fff;
	border: 0;
	text-align: center;
}
.newsletter-area .form-control + .form-control {
	margin-top: 20px;
}
.newsletter-area.dark-scheme {
	color: #fff;
	background-color: var(--civi-color-primary);
}
.newsletter-area.dark-scheme h3 {
	color: #fff;
}

.widget .mc4wp-response {
	margin-top: 10px;
}
.widget .mc4wp-response p {
	margin-bottom: 0;
}

.wp-block-group__inner-container > h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}

.widget_block > h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}

.civi-swiper {
	position: relative;
	z-index: 1;
}
.civi-swiper:hover .swiper-nav-button {
	opacity: 1;
	visibility: visible;
}
.civi-swiper .swiper-inner {
	position: relative;
}
.civi-swiper .swiper-container {
	width: 100%;
}
.civi-swiper .swiper-slide {
	box-sizing: border-box;
	text-align: right;
	overflow: visible;
}
.civi-swiper.v-stretch
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	height: auto;
}
.civi-swiper.v-stretch
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide
	> div {
	height: 100%;
}
.civi-swiper.v-top
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	display: flex;
	align-self: start;
}
.civi-swiper.v-middle
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	display: flex;
	align-self: center;
}
.civi-swiper.v-bottom
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	display: flex;
	align-self: flex-end;
}
.civi-swiper.h-left
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	display: flex;
	justify-content: flex-start;
}
.civi-swiper.h-center
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	display: flex;
	justify-content: center;
}
.civi-swiper.h-right
	> .swiper-inner
	> .swiper-container
	> .swiper-wrapper
	> .swiper-slide {
	display: flex;
	justify-content: flex-end;
}
.civi-swiper[data-autoplay="1"] .swiper-wrapper {
	transition-timing-function: linear !important;
}
.civi-swiper.highlight-centered-items .swiper-slide {
	transition: opacity 0.25s linear;
}
.civi-swiper.highlight-centered-items .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}
.civi-swiper:not(.bullets-v-align-below) .swiper-pagination-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.civi-swiper .swiper-pagination-container .container,
.civi-swiper .swiper-pagination-container .row,
.civi-swiper .swiper-pagination-container .col-md-12 {
	height: 100%;
}
.civi-swiper .swiper-pagination-wrap {
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.civi-swiper .swiper-pagination-inner {
	pointer-events: auto;
}
.civi-swiper .swiper-pagination {
	position: relative;
	user-select: none;
	outline: none;
	width: auto;
}
.civi-swiper .swiper-pagination.swiper-pagination-progressbar {
	width: 100%;
	height: 3px;
	right: 0;
	top: 0;
	background: #bbb;
}
.civi-swiper .swiper-pagination.swiper-pagination-custom {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.civi-swiper.bullets-v-align-below .swiper-pagination-wrap {
	position: static;
	margin-top: 40px;
}
.civi-swiper .swiper-pagination-bullets {
	font-size: 0;
}
.civi-swiper .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 2px;
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	position: relative;
	outline: none;
	color: #d8d8d8;
}
.civi-swiper .swiper-pagination-bullet:hover:before,
.civi-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: var(--civi-color-accent);
	background-color: var(--civi-color-accent);
}
.civi-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	cursor: default;
}
.civi-swiper .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	border-radius: 100%;
	width: 8px;
	height: 8px;
	border: 1px solid var(--civi-color-primary);
	background: transparent;
	z-index: 1;
}
.civi-swiper .swiper-pagination-bullet:only-child {
	visibility: hidden;
}
.civi-swiper .fraction {
	display: inline-block;
}
.civi-swiper.bullets-vertical .swiper-pagination-bullet {
	display: block;
	margin: 0;
}
.civi-swiper.bullets-vertical
	.swiper-pagination-bullet
	+ .swiper-pagination-bullet {
	margin-top: 10px;
}
.civi-swiper.pagination-style-02 .swiper-pagination-bullet {
	width: 22px;
	margin: 0 4px;
}
.civi-swiper.pagination-style-02 .swiper-pagination-bullet:before {
	border-radius: 0;
	width: 22px;
	height: 4px;
}
.civi-swiper.pagination-style-03 .fraction {
	font-size: 18px;
	font-weight: 500;
	color: #2d2d2d;
}
.civi-swiper.pagination-style-03 .fraction * {
	display: inline-block;
	vertical-align: middle;
}
.civi-swiper.pagination-style-03 .fraction .separator {
	width: 40px;
	height: 1px;
	background: #ababab;
	margin-right: 13px;
	margin-left: 13px;
}
.civi-swiper.pagination-style-04 .swiper-pagination-inner {
	width: 94px;
	height: 94px;
	line-height: 94px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.civi-swiper.pagination-style-04 .fraction {
	font-size: 17px;
	font-weight: 500;
	color: var(--civi-color-accent);
	letter-spacing: 1.31px;
}
.civi-swiper.pagination-style-04 .fraction div {
	display: inline-block;
}
.civi-swiper.pagination-style-04 .swiper-pagination-inner {
	position: relative;
}
.civi-swiper.pagination-style-04 .swiper-alt-arrow-button {
	position: absolute;
	width: 21px;
	height: 21px;
	right: 50%;
	top: 50%;
	z-index: 12;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.civi-swiper.pagination-style-04 .swiper-alt-arrow-prev {
	transform: translate(10px, -35px);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAJZJREFUGBltjUEKwyAURNVCs4klTREUWnsAz5P75LRZZCMFCVoj1lkk2LSz8H/nzfAJOWgYhpNS6ol5QOTHsNZq7/1lmqbGOfeqC19hKaUIIdwQWNe16boul8KyFfawEKKNMT42gJlSajnnS9Ebf4bHGHMuQGM/Cj44fDaOI5vnWeec9yt1AT44crTv+3sxrnXg304ptR/PET/We1JFoAAAAABJRU5ErkJggg==");
}
.civi-swiper.pagination-style-04 .swiper-alt-arrow-next {
	transform: translate(10px, 15px);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAKBJREFUGBmFjb0KwyAUhWsaqoUMUcgQ6FLo5iv4TL6tW6FLiWKGhiIWgmK9BUNxaO9y7s93zkWMsVNKie7+FELo0Ugpp7ZtX79YuAOHAOKcH7TWl/xhX5tyYhzH8aqUWj8wAMMwdCGEcw3n1Ns8zw72W5L3fu37PsUYu2LAGBtr7VLmDYaFc85TSo/5AyaEPI0xUwFBm+8BeiHEHUDQ+vYGfjU7ajWU+XYAAAAASUVORK5CYII=");
}
.civi-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-prev {
	transform: translate(40px, -11px) rotate(90deg);
}
.civi-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-next {
	transform: translate(-20px, -11px) rotate(90deg);
}
.civi-swiper.pagination-style-05 .swiper-pagination-bullet {
	width: 32px;
	height: 32px;
	margin: 0 4px;
	color: #2d2d2d;
}
.civi-swiper.pagination-style-05 .swiper-pagination-bullet:before {
	width: 6px;
	height: 6px;
}
.civi-swiper.pagination-style-05 .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	width: 16px;
	height: 16px;
	opacity: 0;
	border: 1px solid transparent;
	border-radius: 50%;
}
.civi-swiper.pagination-style-05 .swiper-pagination-bullet:hover:after,
.civi-swiper.pagination-style-05
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
	border-color: var(--civi-color-accent);
}
.civi-swiper.pagination-style-05
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: var(--civi-color-accent);
}
.civi-swiper.pagination-style-05
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.civi-swiper.pagination-style-06 .fraction {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3.2px;
	color: var(--civi-color-accent);
}
.civi-swiper.pagination-style-06 .fraction * {
	display: inline-block;
	vertical-align: top;
}
.civi-swiper.pagination-style-06 .fraction .current {
	font-size: 60px;
	line-height: 1;
}
.civi-swiper .swiper-nav-buttons-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.civi-swiper .swiper-nav-buttons-wrap .container,
.civi-swiper .swiper-nav-buttons-wrap .row,
.civi-swiper .swiper-nav-buttons-wrap .col-md-12 {
	height: 100%;
}
.civi-swiper .swiper-nav-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.civi-swiper .swiper-nav-button {
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
		visibility 0.25s linear 2s, opacity 0.25s linear 2s;
	background-image: none;
	text-align: center;
	user-select: none;
	outline: none;
	width: 48px;
	height: 48px;
	font-size: 24px;
	color: var(--civi-color-primary);
	border: 1px solid var(--civi-color-primary);
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
	opacity: 0;
	visibility: hidden;
	transform: none;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	margin: 10px;
	pointer-events: auto;
}
.civi-swiper .swiper-nav-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.civi-swiper .swiper-nav-button:hover {
	border-color: var(--civi-color-accent);
	background: var(--civi-color-accent);
	color: #fff;
}
.civi-swiper .swiper-nav-button i {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.civi-swiper .swiper-nav-button:after {
	display: none;
}
.civi-swiper.nav-show-always .swiper-nav-button {
	opacity: 1;
	visibility: visible;
}
.civi-swiper .swiper-button-prev i:before {
	content: "\f104";
}
.civi-swiper .swiper-button-next i:before {
	content: "\f105";
}
.civi-swiper .nav-button-text {
	display: none;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.civi-swiper.nav-style-02 .swiper-nav-button {
	border: 1px solid #eee;
	height: 50px;
	width: 60px;
	border-radius: 0;
}
.civi-swiper.nav-style-02 .nav-button-text {
	display: block;
}
.civi-swiper.nav-style-02 .nav-button-icon {
	display: none;
}
.civi-swiper.nav-style-03 .swiper-nav-button {
	border: 0;
	height: 48px;
	width: 48px;
	background-color: #fff;
}
.civi-swiper.nav-style-03 .swiper-nav-button:hover {
	background-color: var(--civi-color-accent);
}

@media (max-width: 1199px) {
	.swiper-nav-buttons-wrap {
		display: none;
	}
}
@media (max-width: 766px) {
	.civi-swiper[data-sm-items="auto"] .swiper-slide {
		width: auto !important;
	}
	.civi-swiper[data-sm-items="auto"] .swiper-slide img {
		width: auto;
	}
}
@media (min-width: 767px) {
	.civi-swiper[data-md-items="auto"] .swiper-slide {
		width: auto !important;
	}
	.civi-swiper[data-md-items="auto"] .swiper-slide img {
		width: auto;
	}
}
@media (min-width: 1024px) {
	.civi-swiper[data-lg-items="auto"] .swiper-slide {
		width: auto !important;
	}
	.civi-swiper[data-lg-items="auto"] .swiper-slide img {
		width: auto;
	}
}
header.site-header {
	padding: 7px 0;
	font-weight: 500;
	color: var(--civi-color-primary);
	background-color: #fff;
	border-bottom: 1px solid #eee;
	z-index: 4;
	position: relative;
}
header.site-header.rtl .right-header {
	justify-content: flex-start;
	margin-left: auto;
	margin-right: 0;
}
header.site-header.rtl .right-header .account {
	margin-right: 0;
	margin-left: 25px;
}
header.site-header.rtl .right-header .add-job {
	margin-right: 0;
	margin-left: 25px;
}
header.site-header.rtl .left-header .site-logo {
	margin-left: 0;
	margin-right: 25px;
}
header.site-header.rtl .site-menu .menu li i {
	padding: 5px 0 5px 5px;
}
header.site-header.rtl .site-menu.desktop-menu .sub-menu,
header.site-header.rtl .site-menu.desktop-menu .children {
	right: auto;
	left: 0;
}
header.site-header.rtl .site-menu.desktop-menu.main-menu .sub-menu.mega-menu {
	right: auto !important;
	left: 0;
}
header.site-header.rtl
	.site-menu.desktop-menu.main-menu
	.sub-menu.mega-menu
	.civi-modern-heading {
	text-align: left;
}
header.site-header.rtl .account .user-show a.avatar img {
	margin-left: 0;
	margin-right: 8px;
}
header.site-header.rtl .mb-menu {
	margin-left: 0;
	margin-right: 25px;
}
header.site-header.rtl .area-menu .btn-close {
	left: 0;
	right: 25px;
}
header.site-header .row {
	align-items: center;
}
header.site-header.header-light .right-header .add-job,
header.site-header.header-light .right-header .btn-login.add-job-login {
	color: var(--civi-color-accent) !important;
	background-color: #fff;
	border-color: #fff;
}
header.site-header.header-light .right-header .add-job:hover,
header.site-header.header-light .right-header .btn-login.add-job-login:hover {
	background-image: none;
}
header.site-header.header-light
	.site-menu.desktop-menu.main-menu
	.menu
	> li
	> a,
header.site-header.header-light .right-header .account .avatar,
header.site-header.header-light .right-header .icon-search,
header.site-header.header-light .right-header .icon-noti,
header.site-header.header-light .canvas-menu a.icon-menu,
header.site-header.header-light .account.logged-out .btn-login {
	color: #fff;
}
header.site-header.sticky-header.on {
	background: #fff !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
header.site-header.sticky-header.on.has-wpadminbar {
	top: 32px;
}
header.site-header.sticky-header.on .main-header {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
header.site-header.float-header {
	z-index: 20;
	background: transparent !important;
	position: absolute;
	width: 100%;
	border-bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
header.site-header .left-header,
header.site-header .right-header {
	display: flex;
	align-items: center;
}
header.site-header .right-header {
	margin-right: auto;
}
header.site-header .left-header .site-logo {
	margin-left: 25px;
}
header.site-header .left-header .site-logo p {
	margin-bottom: 0;
}
header.site-header .right-header {
	justify-content: flex-end;
}
header.site-header .right-header .account {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px;
}
header.site-header .right-header .account a {
	margin-left: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
header.site-header .right-header .account a::hover i {
	color: var(--civi-color-accent);
}
header.site-header .right-header .account a:last-child {
	margin-left: 0;
}
header.site-header .right-header .account i {
	font-weight: 500;
	font-size: 15px;
	margin-left: 5px;
}
header.site-header .right-header .dropdown-categories {
	margin-right: 25px;
}
header.site-header .right-header .add-job {
	margin-right: 25px;
}
header.site-header .right-header .add-job svg {
	position: relative;
	bottom: -2px;
}
header.site-header .right-header .add-job-login {
	color: #fff !important;
}

.civi-notification {
	position: relative;
}
.civi-notification .icon-noti {
	font-size: 22px;
	color: var(--civi-color-secondary);
	position: relative;
}
.civi-notification .icon-noti span {
	height: 18px;
	width: 18px;
	background-color: #d63638;
	display: block;
	position: absolute;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	top: -3px;
	left: -8px;
}
.civi-notification .content-noti {
	position: absolute;
	top: calc(100% + 12px);
	left: calc(100% - 20px);
	z-index: 4;
	min-width: 370px;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	font-size: 14px;
	font-weight: 500;
	color: var(--civi-color-secondary);
	max-height: 300px;
	overflow: auto;
	opacity: 0;
	margin-top: 50px;
	visibility: hidden;
}
.civi-notification .content-noti.active {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.civi-notification .content-noti .empty {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #d63638;
}
.civi-notification .content-noti ul {
	list-style: none;
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.civi-notification .content-noti li {
	line-height: 1.6;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 10px;
	border-radius: 8px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.civi-notification .content-noti li:hover {
	cursor: pointer;
	background-color: rgba(0, 116, 86, 0.05);
}
.civi-notification .content-noti li:hover .action-setting {
	opacity: 1;
}
.civi-notification .content-noti li .link-page {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
}
.civi-notification .content-noti li .content-wrapper a,
.civi-notification .content-noti li .icon-setting {
	position: relative;
	z-index: 2;
}
.civi-notification .content-noti .action-setting {
	margin-right: auto;
	position: relative;
	opacity: 0;
}
.civi-notification .content-noti .action-setting .icon-setting {
	padding-right: 10px;
	font-size: 24px;
	cursor: pointer;
}
.civi-notification .content-noti .action-setting i {
	margin-left: 0;
}
.civi-notification .content-noti .action {
	font-size: 18px;
}
.civi-notification .content-noti .action + .action {
	margin-right: 30px;
}
.civi-notification .content-noti .action-dropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	list-style: none;
	left: 100%;
	top: 7px;
	text-align: left;
	z-index: 2;
	padding-right: 0;
	border: 1px solid var(--civi-color-border);
	margin-bottom: 0;
}
.civi-notification .content-noti .action-dropdown a {
	padding: 5px 15px;
	font-size: 14px;
}
.civi-notification .content-noti .action-dropdown a:hover {
	background-color: rgba(0, 116, 86, 0.05);
	cursor: pointer;
}
.civi-notification .content-noti .head-noti {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 15px 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.civi-notification .content-noti .noti-refresh,
.civi-notification .content-noti .noti-clear {
	color: var(--civi-color-accent);
	font-size: 14px;
	cursor: pointer;
}
.civi-notification .content-noti .noti-clear {
	padding-right: 15px;
}
.civi-notification .content-noti .close-noti i {
	font-size: 16px;
}
.civi-notification .content-noti .close-noti:hover {
	cursor: pointer;
	color: var(--civi-color-accent);
}
.civi-notification .content-noti .date {
	font-style: italic;
	font-size: 13px;
}
.civi-notification .content-noti .content {
	display: block;
}
.civi-notification .content-noti .athour {
	color: var(--civi-color-accent);
}
.civi-notification .content-noti .avatar {
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	min-width: 48px;
	line-height: 48px;
	height: 48px;
	object-fit: cover;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 50%;
	margin-left: 12px;
}

header.site-header.show-popup {
	z-index: -1;
}

.dropdown-categories .entry-show {
	display: flex;
	align-items: center;
}
.dropdown-categories .entry-show i {
	margin-right: 6px;
}

.account {
	position: relative;
}
.account .user-show {
	display: flex;
	align-items: center;
}
.account .user-show a.avatar {
	margin-left: 8px;
}
.account .user-show a.avatar img {
	width: 30px;
	height: 30px;
	margin-left: 8px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	object-fit: cover;
}
.account .user-show a.avatar i.fa-chevron-down {
	display: none;
}
.account .user-show a.username {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 0;
}
.account .user-control {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	padding-top: 30px;
	min-width: 215px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.account .user-control .inner-control {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	height: auto;
}
.account .user-control ul {
	padding: 20px;
	margin-bottom: 0;
}
.account:hover .user-control {
	opacity: 1;
	visibility: visible;
	padding-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.block-search {
	position: relative;
}
.block-search .search-form {
	margin-bottom: 0;
}
.block-search.search-input {
	min-width: 270px;
	width: 100%;
}
.block-search.search-input .icon-search {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
.block-search.search-input .icon-clear {
	display: none !important;
}
.block-search.search-input .icon-clear a {
	color: #686868;
}
.block-search.search-input .input-search {
	background: 100%;
	text-overflow: ellipsis;
}
.block-search.search-input .input-search:focus {
	border-color: var(--civi-color-accent);
}
.block-search.has-clear .icon-clear {
	display: inline-block;
}

.site-header .block-search.search-input.civi-ajax-search .search-result {
	font-weight: normal;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.site-header .block-search.search-input.civi-ajax-search .search-result ul {
	font-size: 15px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: 298px;
}
.site-header
	.block-search.search-input.civi-ajax-search
	.search-result
	ul
	li
	a
	i {
	top: -1px;
}
.site-header .block-search.search-input.civi-ajax-search .civi-loading-effect {
	left: 0;
	right: inherit;
}
.site-header
	.block-search.search-input.civi-ajax-search
	.civi-loading-effect
	.civi-dual-ring {
	width: 22px;
	height: 22px;
	right: inherit;
}
.site-header
	.block-search.search-input.civi-ajax-search
	.civi-loading-effect
	.civi-dual-ring:after {
	width: 18px;
	height: 18px;
	border-width: 2px;
}
.site-header .container > .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}
.site-header .container > .row > div {
	position: static;
}

@media only screen and (max-width: 1199px) {
	header.site-header .right-header .icon-noti {
		margin-left: 25px;
	}
	header.site-header.rtl .right-header .icon-noti {
		margin-left: 0;
		margin-right: 25px;
	}
}
@media only screen and (max-width: 991px) {
	header.site-header .container-fluid {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media only screen and (max-width: 567px) {
	header.site-header .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 420px) {
	header.site-header .right-header .content-noti {
		min-width: 320px;
		left: calc(100% - 60px);
		max-height: 330px;
	}
	header.site-header.rtl .right-header .content-noti {
		right: calc(100% - 60px);
		left: auto;
	}
}
@media only screen and (max-width: 320px) {
	header.site-header .right-header .content-noti {
		left: calc(100% - 80px);
	}
	header.site-header.rtl .right-header .content-noti {
		right: calc(100% - 80px);
		left: auto;
	}
}
.site-menu .menu li i {
	font-size: 12px;
}
.site-menu .menu li a {
	display: block;
}
.site-menu .menu .menu-item-has-children > a,
.site-menu .menu .page_item_has_children > a {
	display: flex;
	align-items: center;
}

.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-menu.desktop-menu .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.site-menu.desktop-menu .menu > li {
	display: inline-block;
}
.site-menu.desktop-menu .menu > li > a {
	font-weight: 500;
	padding: 18px 8px;
}
.site-menu.desktop-menu .menu > li > a i {
	font-weight: bold;
}
.site-menu.desktop-menu .menu li .sub-menu,
.site-menu.desktop-menu .menu li .children {
	display: block;
	opacity: 0;
	visibility: hidden;
	margin-top: 50px;
	z-index: 5;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	pointer-events: none;
}
.site-menu.desktop-menu .menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	pointer-events: all;
}
.site-menu.desktop-menu .sub-menu,
.site-menu.desktop-menu .children {
	display: block;
	position: absolute;
	right: 0;
	z-index: 2;
}
.site-menu.desktop-menu.main-menu li {
	position: relative;
}
.site-menu.desktop-menu.main-menu li a {
	display: flex;
	line-height: 23px;
}
.site-menu.desktop-menu.main-menu .menu > li > a .chevron {
	padding-right: 5px;
}
.site-menu.desktop-menu.main-menu .menu > li > a i {
	top: -1px;
	position: relative;
	-webkit-transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.site-menu.desktop-menu.main-menu .menu > li > a:hover i {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.site-menu.desktop-menu.main-menu .sub-menu {
	font-size: 15px;
	min-width: 240px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.site-menu.desktop-menu.main-menu .sub-menu li {
	padding: 6px 15px;
}
.site-menu.desktop-menu.main-menu .sub-menu li a {
	position: relative;
}
.site-menu.desktop-menu.main-menu .sub-menu li i {
	transform: rotate(90deg);
	top: 8px;
	position: absolute;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.site-menu.desktop-menu.main-menu .sub-menu .menu-item-title {
	display: inline-block;
	position: relative;
}
.site-menu.desktop-menu.main-menu .sub-menu .menu-item-title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	border-top: 1px solid var(--civi-color-accent);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.site-menu.desktop-menu.main-menu .sub-menu .menu-item-title:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-o-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.site-menu.desktop-menu.main-menu .sub-menu .sub-menu {
	top: 0;
	right: 100%;
}
.site-menu.desktop-menu .sub-menu.mega-menu {
	position: absolute;
	right: 0;
	width: max-content;
	background-color: transparent;
	box-shadow: none;
}
.site-menu.desktop-menu .sub-menu.mega-menu > .menu-item {
	margin-top: -15px;
}
.site-menu.desktop-menu .sub-menu.mega-menu .row {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}
.site-menu.desktop-menu .sub-menu.mega-menu .col-xs-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-menu.desktop-menu .sub-menu.mega-menu .elementor-section {
	padding-bottom: 10px;
}
.site-menu.desktop-menu .sub-menu.mega-menu .civi-link-item {
	position: absolute;
}
.site-menu.desktop-menu
	.sub-menu.mega-menu
	.elementor-widget-civi-jobs-category
	.civi-layout-01
	.icon-cate {
	margin-bottom: 0 !important;
}
.site-menu.desktop-menu
	.sub-menu.mega-menu
	.elementor-widget-civi-jobs-category
	.cate-inner:hover {
	background-color: rgba(0, 116, 86, 0.05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.site-menu.desktop-menu
	.sub-menu.mega-menu
	.modern-tabs-item
	.elementor-section {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs {
	border-bottom: 2px solid var(--civi-color-border);
}
.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs .nav-item {
	padding: 0;
}
.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs .nav-item a {
	padding: 16px;
}
.site-menu.desktop-menu
	.sub-menu.mega-menu
	.nav-modern-tabs
	.nav-item
	a:before {
	right: 0;
	bottom: -2px;
}
.site-menu.desktop-menu
	.sub-menu.mega-menu
	.elementor-widget-civi-companies-category
	.cate-content:hover {
	background-color: rgba(0, 116, 86, 0.05);
}
.site-menu.desktop-menu .mega-menu {
	position: relative;
}
.site-menu.desktop-menu .mega-menu .sub-menu,
.site-menu.desktop-menu .mega-menu .children {
	left: 0;
	min-width: 240px;
	width: auto;
}
.site-menu.desktop-menu .mega-menu .elementor-section {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 16px;
}
.site-menu.desktop-menu .mega-menu .container {
	padding-right: 0;
	padding-left: 0;
}
.site-menu.desktop-menu .mega-menu.mega-menu-default .sub-menu,
.site-menu.desktop-menu .mega-menu.mega-menu-default .children {
	padding: 20px 15px;
	background: #fff;
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.site-menu.desktop-menu
	.mega-menu.mega-menu-full-width
	.mega-menu-content.container {
	max-width: 100%;
}
.site-menu.desktop-menu .mega-menu.mega-menu-full-width .sub-menu,
.site-menu.desktop-menu .mega-menu.mega-menu-full-width .children {
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.site-menu.desktop-menu .mega-menu.mega-menu-full-width,
.site-menu.desktop-menu .mega-menu.mega-menu-container {
	position: inherit;
}
.site-menu.desktop-menu .mega-menu.mega-menu-container .container {
	padding-right: 15px;
	padding-left: 15px;
}

.site-header .row .site-menu.desktop-menu .mega-menu-full-width .sub-menu,
.site-header .row .site-menu.desktop-menu .mega-menu-full-width .children,
.site-header .row .site-menu.desktop-menu .mega-menu-container .sub-menu,
.site-header .row .site-menu.desktop-menu .mega-menu-container .children {
	margin-right: 15px;
	margin-left: 15px;
}

.mb-menu {
	margin-left: 25px;
}

.canvas-menu {
	display: inline-block;
}
.canvas-menu a.icon-menu {
	font-size: 24px;
	display: flex;
}
.canvas-menu.canvas-left .area-menu {
	right: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.canvas-menu.canvas-right .area-menu {
	left: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.canvas-menu.active .bg-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.canvas-menu.active .area-menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.canvas-menu.d-hidden {
	display: none;
}

.area-menu {
	position: fixed;
	top: 0;
	z-index: 6;
	height: 100vh;
	width: 320px;
	z-index: 5;
	font-size: 15px;
	font-weight: 500;
	color: #2d2d2d;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.area-menu .btn-close {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 24px;
	line-height: 1;
	z-index: 1;
}
.area-menu .inner-menu {
	position: relative;
	top: 0;
	right: 0;
	z-index: 6;
	background: #fff;
	padding-bottom: 60px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-touch-action: auto;
	touch-action: auto;
}
.area-menu .menu {
	padding: 30px 25px;
	margin-bottom: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.area-menu .menu ul {
	margin: 0;
	padding: 0;
}
.area-menu .menu li {
	list-style: none;
	display: block;
	margin-bottom: 25px;
	line-height: inherit;
}
.area-menu .menu li:last-child {
	margin-bottom: 0;
}
.area-menu .menu li a {
	display: block;
}
.area-menu .menu .sub-menu,
.area-menu .menu .children {
	margin-top: 25px;
	padding-right: 22px;
	display: none;
}
.area-menu .top-mb-menu {
	display: flex;
	padding: 25px;
}
.area-menu .account a + a {
	margin-right: 25px;
}
.area-menu .account .user-control {
	display: none;
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
	padding-top: 0;
}
.area-menu .account .user-control .inner-control {
	box-shadow: none;
	padding: 0;
}
.area-menu .account .user-control .inner-control ul li {
	padding-right: 0;
	padding-left: 0;
}
.area-menu .account .user-control .inner-control .logout {
	display: inline-block;
	padding: 0;
	border: 0;
}
.area-menu .account.active .user-control {
	display: block;
}
.area-menu .mb-destinations {
	padding: 25px;
}
.area-menu .add-jobs {
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
.area-menu .add-jobs svg {
	position: relative;
	bottom: -2px;
}
.area-menu .dropdown-select {
	display: block;
}
.area-menu .dropdown-select ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.area-menu .dropdown-select ul li:last-child a {
	padding-bottom: 0;
}
.area-menu .dropdown-select .entry-select {
	display: none;
	position: relative;
	margin-top: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	max-width: inherit;
	min-width: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.area-menu .dropdown-select.active .entry-select {
	margin-top: 10px;
	margin-bottom: 0;
	display: block;
}

.site-menu.mobile-menu .account .user-control {
	text-align: right;
}
.site-menu.mobile-menu .account .user-control ul {
	padding-right: 0;
}
.site-menu.mobile-menu .account .user-show i.fa-chevron-down {
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
}
.site-menu.mobile-menu .account.active .user-show i.fa-chevron-down::before {
	content: "\f077";
}
.site-menu.mobile-menu .dropdown-categories ul.entry-select {
	padding-right: 10px;
}
.site-menu.mobile-menu .site-logo {
	padding: 25px;
	margin-left: 0;
}
.site-menu.mobile-menu .site-logo img {
	max-width: 100px;
}
.site-menu.mobile-menu .add-job,
.site-menu.mobile-menu .add-job-login {
	margin: 25px;
}

#menu-mobie-menu .chevron {
	padding-right: 5px;
}
#menu-mobie-menu .chevron i {
	top: -1px;
	position: relative;
	-webkit-transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
#menu-mobie-menu li.active > a i {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.admin-bar .area-menu .inner-menu {
	top: 32px;
}

@media only screen and (max-width: 374px) {
	.area-menu {
		width: 270px;
	}
}
@media only screen and (max-width: 1199px) {
	.canvas-menu.d-hidden {
		display: block;
	}
}
.civi-top-bar {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 14px;
}
.civi-top-bar.rtl .right-top-bar {
	text-align: right;
}
.civi-top-bar.rtl .top-bar-email {
	margin-left: 25px;
	margin-right: 0;
}
.civi-top-bar.rtl i {
	margin-right: 10px;
}
.civi-top-bar.rtl .left-top-bar {
	text-align: left;
}
.civi-top-bar i {
	margin-left: 10px;
	font-weight: 500;
}
.civi-top-bar .top-bar-email {
	margin-right: 25px;
}
.civi-top-bar .right-top-bar {
	text-align: left;
}
.civi-top-bar p {
	display: inline-block;
	margin-bottom: 0;
}
.civi-top-bar .top-bar-text i {
	display: none;
}
.civi-top-bar .top-bar-text a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.civi-top-bar .top-bar-text a:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7042 19.316C21.5254 17.691 24.5704 12.5448 21.9617 9.08601C21.6917 8.71101 22.0667 7.92351 22.3179 7.39226C22.9279 6.10726 22.7979 5.05726 21.5792 4.42976C20.3604 3.80226 19.4192 4.37976 18.7042 5.42976C18.3667 5.92976 17.8192 6.67976 17.4317 6.64101C13.1442 6.36726 10.5267 11.716 9.08041 12.4498C7.37041 13.3173 3.45541 13.896 2.79416 16.2735C1.93291 19.346 4.65666 22.4085 10.2367 25.446C15.8167 28.4835 19.8617 29.1035 21.9492 26.696C23.5679 24.8373 21.9154 21.2298 21.7042 19.316Z' fill='%23191919'%3E%3C/path%3E%3Cpath d='M18.3748 29.1702C18.01 29.1692 17.6456 29.1467 17.2835 29.1027C15.2048 28.8527 12.7435 27.9452 9.7585 26.3202C6.7735 24.6952 4.67225 23.1252 3.331 21.5089C1.821 19.6914 1.316 17.8377 1.831 16.0002C2.46225 13.7502 5.10725 12.8327 7.03975 12.1664C7.57981 11.994 8.10909 11.7895 8.62475 11.5539C8.87475 11.4289 9.466 10.7327 9.93975 10.1789C11.5223 8.32016 13.886 5.53766 17.2798 5.62516C17.5019 5.39094 17.7011 5.13603 17.8748 4.86391C18.9848 3.23891 20.4998 2.75391 22.0323 3.54141C22.8098 3.94141 24.481 5.15891 23.2173 7.82266C23.0819 8.08965 22.9686 8.36724 22.8785 8.65266C24.8473 11.4552 23.8135 14.9902 23.1285 17.3439C22.9223 18.0477 22.666 18.9227 22.6985 19.2064C22.7847 19.7692 22.9041 20.3264 23.056 20.8752C23.5823 22.9739 24.2373 25.5864 22.7048 27.3477C21.6535 28.5614 20.1998 29.1702 18.3748 29.1702ZM17.1248 7.62516C14.7385 7.62516 12.8573 9.83766 11.471 11.4689C10.7323 12.3439 10.1485 13.0252 9.536 13.3352C8.93867 13.6139 8.32408 13.8539 7.696 14.0539C6.0985 14.6052 4.10975 15.2927 3.761 16.5377C3.07725 18.9764 5.4185 21.6764 10.7198 24.5627C16.021 27.4489 19.5423 27.9377 21.1985 26.0389C22.046 25.0639 21.5323 23.0139 21.1185 21.3652C20.942 20.7278 20.8063 20.0798 20.7123 19.4252C20.6373 18.7427 20.8898 17.8764 21.2123 16.7814C21.8373 14.6427 22.6948 11.7139 21.1673 9.68766L21.156 9.67266C20.5385 8.81891 21.0685 7.70266 21.4185 6.96391C21.9885 5.76266 21.4898 5.50641 21.126 5.31891C20.8123 5.15766 20.2873 4.88766 19.536 5.98891C18.9673 6.82391 18.286 7.70766 17.3635 7.63391C17.2798 7.62516 17.1998 7.62516 17.1248 7.62516Z' fill='%23191919'%3E%3C/path%3E%3Cpath d='M21.7042 19.316C21.5254 17.691 24.5704 12.5448 21.9617 9.08601C21.6917 8.71101 22.0667 7.92351 22.3179 7.39226C22.9279 6.10726 22.7979 5.05726 21.5792 4.42976C20.3604 3.80226 19.4192 4.37976 18.7042 5.42976C18.3667 5.92976 17.8192 6.67976 17.4317 6.64101C13.1442 6.36726 10.5267 11.716 9.08041 12.4498C7.37041 13.3173 3.45541 13.896 2.79416 16.2735C1.93291 19.346 4.65666 22.4085 10.2367 25.446C15.8167 28.4835 19.8617 29.1035 21.9492 26.696C23.5679 24.8373 21.9154 21.2298 21.7042 19.316Z' fill='%23FFD75E'%3E%3C/path%3E%3Cpath d='M10.3053 18.8889C10.7028 18.9151 15.759 21.6839 16.1065 21.9589C16.454 22.2339 15.559 23.3851 14.019 23.4989C12.479 23.6126 10.2765 22.6939 9.83403 21.9351C9.39153 21.1764 9.90778 18.8626 10.3053 18.8889Z' fill='%23ED0006'%3E%3C/path%3E%3Cpath d='M15.8232 21.8089C15.5807 21.8227 13.9344 23.5302 12.1982 22.6277C9.79315 21.3777 10.7394 19.2852 10.5732 19.0027C10.4069 18.7202 5.79565 17.0727 5.26815 17.9502C4.7844 18.7564 7.4194 21.6139 11.2369 23.5902C15.1232 25.6014 18.6632 26.3127 19.1244 25.4927C19.6707 24.5102 16.0644 21.7952 15.8232 21.8089Z' fill='white'%3E%3C/path%3E%3Cpath d='M2.48001 9.8367C2.99126 7.8892 5.09001 6.0042 6.98001 5.52795C7.45001 5.41045 7.11126 4.2867 6.58126 4.40295C4.50876 4.86545 2.28251 6.6017 1.26001 9.3567C1.00001 10.0442 2.38376 10.2055 2.48001 9.8367Z' fill='%23191919'%3E%3C/path%3E%3Cpath d='M5.84292 9.59303C6.68542 8.36053 7.80417 8.07803 8.86667 7.96803C9.33667 7.92053 9.33667 6.71803 8.84542 6.75678C7.54792 6.86053 6.02917 7.11428 4.79292 8.82053C4.37542 9.39178 5.60292 9.94553 5.84292 9.59303Z' fill='%23191919'%3E%3C/path%3E%3Cpath d='M27.699 14.6729C29.2715 16.0091 30.074 18.7841 29.679 20.7454C29.579 21.2316 30.7202 21.5954 30.8465 21.0529C31.3465 18.9279 30.7215 15.8654 28.6365 13.6979C28.1152 13.1566 27.4015 14.4204 27.699 14.6729Z' fill='%23191919'%3E%3C/path%3E%3Cpath d='M26.4837 18.0432C27.17 19.4107 26.8675 20.5532 26.4362 21.5607C26.2462 22.0057 27.3337 22.542 27.5425 22.0832C28.135 20.7795 28.5875 19.427 27.6475 17.417C27.3425 16.762 26.2887 17.6532 26.4837 18.0432Z' fill='%23191919'%3E%3C/path%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 4px;
	background-size: 24px;
	background-repeat: no-repeat;
	-webkit-animation: ring 4s 0.7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s 0.7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s 0.7s ease-in-out infinite;
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotateZ(0);
	}
	1% {
		-webkit-transform: rotateZ(-30deg);
	}
	3% {
		-webkit-transform: rotateZ(28deg);
	}
	5% {
		-webkit-transform: rotateZ(-34deg);
	}
	7% {
		-webkit-transform: rotateZ(32deg);
	}
	9% {
		-webkit-transform: rotateZ(-30deg);
	}
	11% {
		-webkit-transform: rotateZ(28deg);
	}
	13% {
		-webkit-transform: rotateZ(-26deg);
	}
	15% {
		-webkit-transform: rotateZ(24deg);
	}
	17% {
		-webkit-transform: rotateZ(-22deg);
	}
	19% {
		-webkit-transform: rotateZ(20deg);
	}
	21% {
		-webkit-transform: rotateZ(-18deg);
	}
	23% {
		-webkit-transform: rotateZ(16deg);
	}
	25% {
		-webkit-transform: rotateZ(-14deg);
	}
	27% {
		-webkit-transform: rotateZ(12deg);
	}
	29% {
		-webkit-transform: rotateZ(-10deg);
	}
	31% {
		-webkit-transform: rotateZ(8deg);
	}
	33% {
		-webkit-transform: rotateZ(-6deg);
	}
	35% {
		-webkit-transform: rotateZ(4deg);
	}
	37% {
		-webkit-transform: rotateZ(-2deg);
	}
	39% {
		-webkit-transform: rotateZ(1deg);
	}
	41% {
		-webkit-transform: rotateZ(-1deg);
	}
	43% {
		-webkit-transform: rotateZ(0);
	}
	100% {
		-webkit-transform: rotateZ(0);
	}
}
@-moz-keyframes ring {
	0% {
		-moz-transform: rotate(0);
	}
	1% {
		-moz-transform: rotate(-30deg);
	}
	3% {
		-moz-transform: rotate(28deg);
	}
	5% {
		-moz-transform: rotate(-34deg);
	}
	7% {
		-moz-transform: rotate(32deg);
	}
	9% {
		-moz-transform: rotate(-30deg);
	}
	11% {
		-moz-transform: rotate(28deg);
	}
	13% {
		-moz-transform: rotate(-26deg);
	}
	15% {
		-moz-transform: rotate(24deg);
	}
	17% {
		-moz-transform: rotate(-22deg);
	}
	19% {
		-moz-transform: rotate(20deg);
	}
	21% {
		-moz-transform: rotate(-18deg);
	}
	23% {
		-moz-transform: rotate(16deg);
	}
	25% {
		-moz-transform: rotate(-14deg);
	}
	27% {
		-moz-transform: rotate(12deg);
	}
	29% {
		-moz-transform: rotate(-10deg);
	}
	31% {
		-moz-transform: rotate(8deg);
	}
	33% {
		-moz-transform: rotate(-6deg);
	}
	35% {
		-moz-transform: rotate(4deg);
	}
	37% {
		-moz-transform: rotate(-2deg);
	}
	39% {
		-moz-transform: rotate(1deg);
	}
	41% {
		-moz-transform: rotate(-1deg);
	}
	43% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(0);
	}
}
@keyframes ring {
	0% {
		transform: rotate(0);
	}
	1% {
		transform: rotate(-30deg);
	}
	3% {
		transform: rotate(28deg);
	}
	5% {
		transform: rotate(-34deg);
	}
	7% {
		transform: rotate(32deg);
	}
	9% {
		transform: rotate(-30deg);
	}
	11% {
		transform: rotate(28deg);
	}
	13% {
		transform: rotate(-26deg);
	}
	15% {
		transform: rotate(24deg);
	}
	17% {
		transform: rotate(-22deg);
	}
	19% {
		transform: rotate(20deg);
	}
	21% {
		transform: rotate(-18deg);
	}
	23% {
		transform: rotate(16deg);
	}
	25% {
		transform: rotate(-14deg);
	}
	27% {
		transform: rotate(12deg);
	}
	29% {
		transform: rotate(-10deg);
	}
	31% {
		transform: rotate(8deg);
	}
	33% {
		transform: rotate(-6deg);
	}
	35% {
		transform: rotate(4deg);
	}
	37% {
		transform: rotate(-2deg);
	}
	39% {
		transform: rotate(1deg);
	}
	41% {
		transform: rotate(-1deg);
	}
	43% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
@media (max-width: 991px) {
	.civi-top-bar {
		text-align: center !important;
	}
	.civi-top-bar .left-top-bar {
		margin-bottom: 10px;
		text-align: center !important;
	}
	.civi-top-bar .right-top-bar {
		text-align: center !important;
	}
}
@media (max-width: 567px) {
	.civi-top-bar .right-top-bar {
		display: none;
	}
}
.archive-post .post .entry-post-thumbnail + .entry-post-detail {
	margin-top: 20px;
}
.archive-post .post .entry-title {
	margin-bottom: 12px;
}
.archive-post .post .post-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
	display: inline-block;
}
.archive-post .post .post-date {
	font-weight: 500;
	color: var(--civi-color-accent);
	margin-bottom: 8px;
}
.archive-post .post .post-date .post-categories {
	display: inline-block;
}
.archive-post .post .post-date .post-categories li::after {
	content: "";
	height: 1px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	width: 0;
	display: block;
	background-color: var(--civi-color-accent);
}
.archive-post .post .post-date .post-categories li:hover::after {
	width: 100%;
}
.archive-post .post .post-date .post-categories a {
	color: var(--civi-color-accent);
}
.archive-post .post .post-date span:not(.text) {
	color: var(--civi-color-secondary);
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
.archive-post .post .post-date span:not(.text)::after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ddd;
	position: absolute;
	right: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.archive-post .post .is-sticky {
	background: var(--civi-color-accent);
	color: #fff;
	padding: 2px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	display: inline-block;
	margin-right: 5px;
}
.archive-post .post .post-meta {
	font-size: 15px;
	line-height: 23px;
	font-style: italic;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	color: #8d8d8d;
}
.archive-post .post .post-meta > div {
	margin-left: 24px;
	position: relative;
}
.archive-post .post .post-meta > div:last-child {
	margin-left: 0;
}
.archive-post .post .post-meta > div:last-child:after {
	display: none;
}
.archive-post .post .post-meta > div:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #d8d8d8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	display: block;
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -2px;
}
.archive-post .post .post-meta .post-time {
	display: none;
}
.archive-post .post .post-meta .post-author span {
	margin-left: 5px;
}
.archive-post .post .post-meta .post-author a {
	font-weight: 600;
	color: var(--civi-color-text);
}
.archive-post .post .post-meta .post-author a:hover {
	color: var(--civi-color-accent);
}
.archive-post .post .post-excerpt {
	margin-bottom: 22px;
}
.archive-post .post .post-excerpt p {
	margin-bottom: 0;
	line-height: 1.8;
}
.archive-post .post .btn-readmore a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 3px;
	color: var(--civi-color-accent);
}
.archive-post .post .btn-readmore a::after,
.archive-post .post .btn-readmore a::before {
	content: "";
	height: 1px;
	display: block;
	position: absolute;
	background-color: var(--civi-color-accent);
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.archive-post .post .btn-readmore a::after {
	left: 0;
	width: 100%;
	bottom: 0;
}
.archive-post .post .btn-readmore a::before {
	right: 0;
	bottom: 0;
	width: 0;
	transition-delay: 0.3s;
}
.archive-post .post .btn-readmore a:hover {
	background-image: none;
}
.archive-post .post .btn-readmore a:hover::after {
	width: 0;
}
.archive-post .post .btn-readmore a:hover::before {
	width: 100%;
}

.post-categories {
	margin-bottom: 10px;
	padding-right: 0;
	display: table;
	line-height: 28px;
}

.post-categories li {
	display: inline-block;
	margin-left: 10px;
}
.post-categories li:last-child {
	margin-left: 0;
}

#civi-custom-blog .post-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px 40px 30px;
	border-radius: 10px;
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 2%,
		#000000 200%
	);
}

.list-posts .post {
	padding-right: 15px;
	padding-left: 15px;
}

.count-posts {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.archive-post.grid {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.archive.category .main-content {
	padding-top: 60px;
}

.civi-categories {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.civi-categories .list-categories,
.civi-categories .civi-list-categories {
	font-size: 15px;
	line-height: 32px;
	text-transform: uppercase;
	list-style-type: none;
	display: table;
	padding-right: 0;
	margin-bottom: 0;
	margin-right: -16px;
	margin-left: -16px;
}
.civi-categories .list-categories li,
.civi-categories .civi-list-categories li {
	display: inline-block;
	padding-right: 16px;
	padding-left: 16px;
}
.civi-categories .list-categories li.active a,
.civi-categories .civi-list-categories li.active a {
	color: var(--civi-color-primary);
}
.civi-categories .list-categories li a,
.civi-categories .civi-list-categories li a {
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
}
.civi-categories .list-categories li a:hover,
.civi-categories .civi-list-categories li a:hover {
	color: var(--civi-color-primary);
}

.archive-post.layout-list .inner-post-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.archive-post.layout-list .entry-post-thumbnail {
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
}
.archive-post.layout-list .entry-post-detail {
	padding-right: 40px;
	margin-top: 0;
}
.archive-post.layout-list .post + .post {
	margin-top: 40px;
}

.no-results .page-header {
	margin-bottom: 15px;
}
.no-results .page-content > p {
	margin-bottom: 30px;
}
.no-results .screen-reader-text {
	display: none;
}

@media only screen and (max-width: 991px) {
	.main-content.content-blog .site-layout.has-sidebar {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.main-content.content-blog .site-layout.has-sidebar #primary {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.main-content.content-blog .site-layout.has-sidebar aside#secondary {
		max-width: inherit;
		padding-right: 0;
		padding-left: 0;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.archive-post.layout-list .inner-post-wrap {
		display: block;
	}
	.archive-post.layout-list .entry-post-detail {
		padding-right: 0;
	}
}
.single .site-layout.has-thumbnail #primary #main {
	padding-left: 30px;
	background: #fff;
}
.single .post-thumbnail figure {
	margin-bottom: 0;
}
.single .post-thumbnail img {
	width: 100%;
	min-height: 400px;
	max-height: 450px;
	object-fit: cover;
}
.single .post .inner-post-wrap .post-categories {
	display: table;
	margin-bottom: 15px;
}
.single .post .inner-post-wrap .post-categories li {
	display: inline-block;
	margin-left: 10px;
}
.single .post .inner-post-wrap .post-categories li:last-child {
	margin-left: 0;
}
.single .post .inner-post-wrap .post-categories a {
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--civi-color-accent);
}
.single .post .inner-post-wrap .post-title {
	margin-bottom: 20px;
}
.single .post .inner-post-wrap .post-title .entry-title {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single .post .inner-post-wrap .post-meta {
	font-size: 15px;
	line-height: 23px;
	font-style: italic;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	color: #8d8d8d;
}
.single .post .inner-post-wrap .post-meta > div {
	margin-left: 24px;
	position: relative;
}
.single .post .inner-post-wrap .post-meta > div:last-child {
	margin-left: 0;
}
.single .post .inner-post-wrap .post-meta > div:last-child:after {
	display: none;
}
.single .post .inner-post-wrap .post-meta > div:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #d8d8d8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	display: block;
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -2px;
}
.single .post .inner-post-wrap .post-meta .post-author span {
	margin-left: 5px;
}
.single .post .inner-post-wrap .post-meta .post-author a {
	font-weight: 600;
	color: #2d2d2d;
}
.single .post .inner-post-wrap .post-meta .post-author a:hover {
	color: var(--civi-color-accent);
}
.single .post .inner-post-wrap .post-content {
	padding-bottom: 40px;
	line-height: 1.625;
}
.single .post .inner-post-wrap .post-content p:last-child {
	margin-bottom: 0;
}
.single .post .inner-post-wrap .post-content:after {
	content: "";
	clear: both;
	display: block;
}
.single .post .inner-post-wrap .post-tags {
	display: flex;
	padding-bottom: 30px;
}
.single .post .inner-post-wrap .post-tags i {
	font-size: 18px;
	position: relative;
	bottom: -4px;
}
.single .post .inner-post-wrap .post-tags .entry-tag {
	display: table;
	padding-right: 10px;
	line-height: 1.8;
}
.single .post .inner-post-wrap .post-tags .entry-tag a {
	margin-left: 6px;
}
.single .post .inner-post-wrap .post-author {
	display: flex;
}
.single .post .inner-post-wrap .post-author .entry-avatar {
	display: inline-block;
	overflow: hidden;
}
.single .post .inner-post-wrap .post-author .entry-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.single .post .inner-post-wrap .post-author .inner-left {
	display: inline-flex;
	flex: 0 0 100px;
}
.single .post .inner-post-wrap .post-author .inner-left + .inner-right {
	padding-right: 20px;
}
.single .post .inner-post-wrap .post-author .head-author {
	display: flex;
	align-items: center;
}
.single .post .inner-post-wrap .post-author .head-author .entry-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}
.single .post .inner-post-wrap .post-author .head-author .entry-title a {
	color: var(--civi-color-primary);
}
.single .post .inner-post-wrap .post-author .head-author .entry-title a:hover {
	color: var(--civi-color-accent);
}
.single .post .inner-post-wrap .post-author .author-socials-profile {
	margin-right: 20px;
}
.single .post .inner-post-wrap .post-author .author-socials-profile ul {
	display: flex;
	line-height: 28px;
	padding-right: 0;
	margin-bottom: 0;
}
.single .post .inner-post-wrap .post-author .author-socials-profile li {
	display: inline-block;
	margin-left: 20px;
	font-size: 24px;
	line-height: 1;
}
.single
	.post
	.inner-post-wrap
	.post-author
	.author-socials-profile
	li:last-child {
	margin-left: 0;
}
.single .post .inner-post-wrap .post-author .entry-bio {
	margin-bottom: 0;
}
.single .post .inner-post-wrap .post-author .head-author + .entry-bio {
	margin-top: 15px;
}
.single .post .inner-post-wrap .related-post .entry-post-thumbnail img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.single
	.post
	.inner-post-wrap
	.related-post
	.entry-post-thumbnail
	+ .entry-post-detail {
	margin-top: 20px;
}
.single .post .inner-post-wrap .related-post .post-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}
.single .block-line {
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 479px) {
	.single .post .inner-post-wrap .post-author {
		align-items: inherit;
	}
	.single .post .inner-post-wrap .post-author .inner-left {
		flex: 0 0 50px;
		position: absolute;
	}
	.single .post .inner-post-wrap .post-author .inner-left + .inner-right {
		padding-right: 0;
	}
	.single .post .inner-post-wrap .post-author .entry-avatar img {
		width: 50px;
		height: 50px;
	}
	.single .post .inner-post-wrap .post-author .head-author {
		display: block;
		padding-right: 70px;
	}
	.single .post .inner-post-wrap .post-author .author-socials-profile {
		margin-right: 0;
		margin-top: 10px;
	}
	.single .post .inner-post-wrap .related-post .post-title {
		font-size: 16px;
		line-height: 25px;
	}
}
.elementor-editor-active .page-header {
	pointer-events: none;
}
.elementor-editor-active .page-header * {
	pointer-events: none !important;
}

.elementor-element-editable.civi-heading-wrapper-editing .civi-modern-heading {
	outline: 1px dashed #eee;
}
.elementor-element-editable.elementor-widget-civi-image-layers .artboard {
	outline: 2px dashed #d5dadf;
}
.elementor-element-editable.civi-swiper-arrows-editing
	.civi-swiper
	.swiper-nav-button {
	transition-delay: 0s !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.elementor-element-editable.civi-map-marker-overlay-editing
	.civi-map-overlay-content {
	display: block !important;
}

.elementor-widget-civi-flip-box.civi-flip-box--flipped
	.elementor-widget-container
	.front-side {
	display: none;
}
.elementor-widget-civi-flip-box.civi-flip-box--flipped
	.elementor-widget-container
	.back-side {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.fal,
.far {
	font-family: "Font Awesome 5 Pro" !important;
}

.elementor-widget-heading .elementor-heading-title {
	margin-bottom: 0;
}

body.home {
	overflow-x: hidden;
}

.hover-svg-white .elementor-widget-icon svg {
	transition: all 0.3s;
}
.hover-svg-white .elementor-widget-icon:hover svg,
.hover-svg-white .elementor-widget-icon:hover svg path {
	fill: #fff;
}

.dialog-widget.elementor-popup-modal .dialog-message {
	max-width: 90vw;
}
.dialog-widget.elementor-popup-modal .dialog-close-button {
	top: 14px;
}
.dialog-widget .dialog-close-button {
	font-size: 32px;
}
.dialog-widget .dialog-close-button i:before {
	content: "\f00d";
}

/* Loop Animations */
@keyframes civi-animation-buzz-out {
	10% {
		transform: translateX(-3px) rotate(-2deg);
	}
	20% {
		transform: translateX(3px) rotate(2deg);
	}
	30% {
		transform: translateX(-3px) rotate(-2deg);
	}
	40% {
		transform: translateX(3px) rotate(2deg);
	}
	50% {
		transform: translateX(-2px) rotate(-1deg);
	}
	60% {
		transform: translateX(2px) rotate(1deg);
	}
	70% {
		transform: translateX(-2px) rotate(-1deg);
	}
	80% {
		transform: translateX(2px) rotate(1deg);
	}
	90% {
		transform: translateX(-1px) rotate(0);
	}
	100% {
		transform: translateX(1px) rotate(0);
	}
}
@keyframes civi-loop-move-vertical {
	0% {
		transform: translate3d(0, -5px, 0);
	}
	100% {
		transform: translate3d(0, 5px, 0);
	}
}
.loop-move-vertical {
	animation: 3s civi-loop-move-vertical linear infinite alternate;
}

@keyframes civi-loop-move-horizontal {
	0% {
		transform: translate3d(5px, 0, 0);
	}
	100% {
		transform: translate3d(-5px, 0, 0);
	}
}
.loop-move-horizontal {
	animation: 3s civi-loop-move-horizontal linear infinite alternate;
}

@keyframes civi-loop-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loop-rotate {
	animation: 3s civi-loop-rotate linear infinite;
}

/* Hover Animations */
.civi-animation-zoom-in .civi-image {
	overflow: hidden;
}
.civi-animation-zoom-in .civi-image img,
.civi-animation-zoom-in .civi-image .image {
	width: 100%;
	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.civi-animation-zoom-in .civi-box:hover .civi-image img,
.civi-animation-zoom-in .civi-box:hover .civi-image .image {
	transform: scale3d(1.1, 1.1, 1.1);
}

.civi-animation-zoom-out .civi-image {
	overflow: hidden;
}
.civi-animation-zoom-out .civi-image img,
.civi-animation-zoom-out .civi-image .image {
	width: 100%;
	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.civi-animation-zoom-out .civi-box:hover .civi-image img,
.civi-animation-zoom-out .civi-box:hover .civi-image .image {
	transform: scale3d(1, 1, 1);
}

.civi-animation-move-up .civi-box .civi-image {
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.civi-animation-move-up .civi-box:hover .civi-image {
	transform: translateY(-10px);
}

.civi-animation-move-up-drop-shadow .civi-box .civi-image {
	position: relative;
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.civi-animation-move-up-drop-shadow .civi-box .civi-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 50%;
	right: 10%;
	left: 10%;
	box-shadow: 0 10px 50px rgba(51, 51, 51, 0.22);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.civi-animation-move-up-drop-shadow .civi-box:hover .civi-image {
	transform: translateY(-10px);
}
.civi-animation-move-up-drop-shadow .civi-box:hover .civi-image:after {
	opacity: 1;
}

/* Entrance Animations FadeInUp*/
@keyframes CiviAnimationFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.CiviFadeInUp {
	animation-name: CiviAnimationFadeInUp;
}
.CiviFadeInUp.animated {
	animation-duration: 1s;
}

/* Entrance Animations FadeInDown */
@keyframes CiviAnimationFadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.CiviFadeInDown {
	animation-name: CiviAnimationFadeInDown;
}
.CiviFadeInDown.animated {
	animation-duration: 1s;
}

/* Entrance Animations FadeInlef*/
@keyframes CiviAnimationFadeInleft {
	from {
		opacity: 0;
		transform: translate3d(30px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.CiviFadeInLeft {
	animation-name: CiviAnimationFadeInleft;
}
.CiviFadeInLeft.animated {
	animation-duration: 1s;
}

/* Entrance Animations FadeInRight*/
@keyframes CiviAnimationFadeInRight {
	from {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.CiviFadeInRight {
	animation-name: CiviAnimationFadeInRight;
}
.CiviFadeInRight.animated {
	animation-duration: 1s;
}

.civi-elementor-loading:not(.elementor-section-boxed) {
	overflow: hidden;
}
.civi-elementor-loading:not(.elementor-section-boxed) .elementor-invisible {
	visibility: visible;
}
.civi-elementor-loading:not(.elementor-section-boxed) img,
.civi-elementor-loading:not(.elementor-section-boxed) .elementor-video,
.civi-elementor-loading:not(.elementor-section-boxed) .slide-bg {
	transform: scale(1.2);
	transform-origin: center center;
	transition: transform 0s 0.6s;
	will-change: transform;
}
.civi-elementor-loading:not(.elementor-section-boxed)
	> .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed) > .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed) > .elementor-container {
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s !important;
	overflow: hidden;
}
.civi-elementor-loading:not(.elementor-section-boxed)
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed)
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed)
	> .elementor-container:after {
	content: "";
	background-color: var(--civi-color-accent);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
	will-change: transform;
	z-index: 1;
}
.civi-elementor-loading:not(.elementor-section-boxed) .elementor-wrapper {
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	will-change: transform;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	> .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	> .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	> .elementor-container {
	transform: translate3d(0, 100%, 0) !important;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	> .elementor-container:after {
	transform-origin: right bottom;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
	.elementor-wrapper {
	transform: translate3d(0, 100%, 0);
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	> .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	> .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	> .elementor-container {
	transform: translate3d(-100%, 0, 0) !important;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	> .elementor-container:after {
	transform-origin: right center;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
	.elementor-wrapper {
	transform: translate3d(-100%, 0, 0);
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	> .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	> .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	> .elementor-container {
	transform: translate3d(100%, 0, 0) !important;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	> .elementor-container:after {
	transform-origin: left center;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
	.elementor-wrapper {
	transform: translate3d(100%, 0, 0);
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	> .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	> .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	> .elementor-container {
	transform: translate3d(0, -100%, 0) !important;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	> .elementor-container:after {
	transform-origin: right top;
}
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
	.elementor-wrapper {
	transform: translate3d(0, -100%, 0);
}
.civi-elementor-loading:not(.elementor-section-boxed).animated img,
.civi-elementor-loading:not(.elementor-section-boxed).animated .elementor-video,
.civi-elementor-loading:not(.elementor-section-boxed).animated .slide-bg {
	transform: scale(1);
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated
	> .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).animated
	> .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).animated
	> .elementor-container {
	transform: translate3d(0, 0, 0) !important;
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.2s !important;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated
	> .elementor-container:after {
	transition: transform 0.8s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.65s;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated
	.elementor-wrapper {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-down
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-down
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-down
	> .elementor-container:after {
	transform-origin: right bottom;
	transform: scaleY(0);
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-right
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-right
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-right
	> .elementor-container:after {
	transform-origin: left center;
	transform: scaleX(0);
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-left
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-left
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-left
	> .elementor-container:after {
	transform-origin: right center;
	transform: scaleX(0);
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up
	> .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up
	> .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up
	> .elementor-container:after {
	transform-origin: right top;
	transform: scaleY(0);
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top {
	-webkit-animation: 20s linear infinite bottotop;
	animation: 20s linear infinite bottotop;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top
	.elementor-widget-container:after {
	display: none;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top.animated-fast {
	-webkit-animation: 15s linear infinite bottotop;
	animation: 15s linear infinite bottotop;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top.animated-slow {
	-webkit-animation: 25s linear infinite bottotop;
	animation: 25s linear infinite bottotop;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin {
	-webkit-animation: 8s linear infinite spin;
	animation: 8s linear infinite spin;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin
	.elementor-widget-container:after {
	display: none;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin.animated-fast {
	-webkit-animation: 5s linear infinite spin;
	animation: 5s linear infinite spin;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin.animated-slow {
	-webkit-animation: 12s linear infinite spin;
	animation: 12s linear infinite spin;
}

.civi-elementor-loading.elementor-section-boxed {
	overflow: hidden;
}
.civi-elementor-loading.elementor-section-boxed .elementor-invisible {
	visibility: visible;
}
.civi-elementor-loading.elementor-section-boxed:after {
	content: "";
	background-color: var(--civi-color-accent);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
	will-change: transform;
	z-index: 1;
}
.civi-elementor-loading.elementor-section-boxed > .elementor-container {
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s !important;
}
.civi-elementor-loading.elementor-section-boxed .elementor-wrapper {
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	will-change: transform;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-up:after {
	transform-origin: right bottom;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-up
	> .elementor-container {
	transform: translate3d(0, 100%, 0) !important;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-up
	.elementor-wrapper {
	transform: translate3d(0, 100%, 0);
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-left:after {
	transform-origin: right center;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-left
	> .elementor-container {
	transform: translate3d(-100%, 0, 0) !important;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-left
	.elementor-wrapper {
	transform: translate3d(-100%, 0, 0);
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-right:after {
	transform-origin: left center;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-right
	> .elementor-container {
	transform: translate3d(100%, 0, 0) !important;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-right
	.elementor-wrapper {
	transform: translate3d(100%, 0, 0);
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-down:after {
	transform-origin: right top;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-down
	> .elementor-container {
	transform: translate3d(0, -100%, 0) !important;
}
.civi-elementor-loading.elementor-section-boxed.civi-slide-in-down
	.elementor-wrapper {
	transform: translate3d(0, -100%, 0);
}
.civi-elementor-loading.elementor-section-boxed.animated:after {
	transition: transform 0.8s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
.civi-elementor-loading.elementor-section-boxed.animated
	> .elementor-container {
	transform: translate3d(0, 0, 0) !important;
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.2s !important;
}
.civi-elementor-loading.elementor-section-boxed.animated .elementor-wrapper {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-down:after {
	transform-origin: right bottom;
	transform: scaleY(0);
}
.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-right:after {
	transform-origin: left center;
	transform: scaleX(0);
}
.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-left:after {
	transform-origin: right center;
	transform: scaleX(0);
}
.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-up:after {
	transform-origin: right top;
	transform: scaleY(0);
}

/* Entrance Grid Animation */
.civi-grid .grid-item {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
}
.civi-grid .grid-item.animate {
	transform: none;
	opacity: 1;
	transition: transform 1s ease-in-out, opacity 1s linear;
}

@-webkit-keyframes moveHorizontal {
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}
@keyframes moveHorizontal {
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes bottotop {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
		opacity: 1;
		border-radius: 10px;
	}
	100% {
		-webkit-transform: translateY(-1000px) rotate(-720deg);
		transform: translateY(-1000px) rotate(-720deg);
		opacity: 0;
	}
}
@keyframes bottotop {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
		opacity: 1;
		border-radius: 10px;
	}
	100% {
		-webkit-transform: translateY(-1000px) rotate(-720deg);
		transform: translateY(-1000px) rotate(-720deg);
		opacity: 0;
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}
.civi-grid-filter {
	padding-bottom: 61px;
}
.civi-grid-filter .container {
	padding-right: 0;
	padding-left: 0;
}

.civi-grid-wrapper .civi-grid-filter-buttons {
	margin-right: -15px;
	margin-left: -15px;
}
.civi-grid-wrapper.filter-style-01 .btn-filter {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 5px 17px;
	color: inherit;
	border-bottom: 1px solid transparent;
}
.civi-grid-wrapper.filter-style-01 .btn-filter:hover .filter-counter {
	visibility: visible;
	opacity: 1;
	transform: translate(50%, -100%);
}
.civi-grid-wrapper.filter-style-01 .btn-filter.current {
	border-color: currentColor;
}
.civi-grid-wrapper.filter-style-01 .btn-filter.current .filter-text {
	font-weight: 500;
}
.civi-grid-wrapper.filter-style-01 .filter-text {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.34;
	text-transform: uppercase;
	letter-spacing: 1.38px;
}
.civi-grid-wrapper.filter-style-01 .filter-counter {
	position: absolute;
	top: 0;
	right: 50%;
	visibility: hidden;
	margin: 0 auto;
	min-width: 34px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	font-size: 12px;
	background-color: var(--civi-color-primary);
	color: #fff;
	text-align: center;
	opacity: 0;
	transform: translate(50%, -50%);
}
.civi-grid-wrapper.filter-style-01 .filter-counter:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 4px solid var(--civi-color-primary);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
}

.civi-grid-loader {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: var(--civi-color-primary);
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.civi-grid-loader.show {
	pointer-events: auto;
	z-index: 2;
	opacity: 1;
	visibility: visible;
}
.civi-grid-loader .sk-wrap {
	margin: 0 auto;
}
.civi-grid-loader .sk-circle {
	width: 80px;
	height: 80px;
}

.civi-infinite-loader {
	display: none;
	margin: 0;
}
.civi-infinite-loader .sk-wrap {
	margin: 0 auto;
}
.civi-infinite-loader.show {
	display: inline-block;
}

.civi-grid-pagination {
	padding-top: 50px;
	text-align: center;
}
.civi-grid-pagination .pagination-wrapper {
	display: inline-block;
}
.civi-grid-pagination .page-pagination {
	display: inline-block;
}
.civi-grid-pagination .navigation-buttons {
	display: flex;
	align-items: center;
	color: var(--civi-color-primary);
}
.civi-grid-pagination .navigation-buttons .nav-line {
	width: 150px;
	height: 1px;
	flex-shrink: 0;
	background: currentColor;
	margin: 0 30px;
}
.civi-grid-pagination .navigation-buttons .nav-link {
	user-select: none;
	cursor: pointer;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 500;
}
.civi-grid-pagination .navigation-buttons .disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.civi-load-more-button.civi-button {
	min-width: 250px;
}
.civi-load-more-button.civi-button.style-border {
	border-color: #eee;
}
.civi-load-more-button.civi-button.style-border:hover {
	border-color: transparent;
}

.civi-grid-messages {
	margin: 50px 0;
	text-align: center;
}

.civi-grid-sorting {
	margin-bottom: 10px;
}
.civi-grid-sorting .result-count {
	margin: 0 0 20px;
	color: #7e7e7e;
}
.civi-grid-sorting .result-count .count {
	font-weight: 500;
	color: #333;
}
.civi-grid-sorting .ordering {
	text-align: left;
	margin: 0 0 20px;
}
.civi-grid-sorting .ordering .civi-fake-select-wrap {
	width: 260px;
}
.civi-grid-sorting .ordering .civi-fake-select-current .label:before {
	content: "\f036";
	vertical-align: middle;
	font-size: 16px;
}

.civi-grid-metro .grid-item-height .civi-box,
.civi-grid-metro .grid-item-height .civi-image {
	height: 100%;
}
.civi-grid-metro .grid-item-height .civi-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lazy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.lazy-grid .grid-sizer {
	display: none;
}
.lazy-grid.loaded {
	display: block;
}
.lazy-grid.loaded .grid-sizer {
	display: block;
}

@media (max-width: 767.98px) {
	.civi-grid-wrapper .civi-grid-filter-buttons {
		display: block;
	}
	.civi-grid-sorting {
		text-align: right;
	}
	.civi-grid-sorting .ordering {
		text-align: right;
	}
}
.has-admin-bar.fp-enabled {
	height: calc(100% - 32px) !important;
}

.civi-full-page
	.fp-section:not(.page-footer-wrapper)
	.elementor-section-stretched {
	right: 0 !important;
}

.full-page-share-list {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 60px;
	padding-top: 110px;
}
.full-page-share-list .stalk {
	position: absolute;
	top: 0;
	right: 7px;
	padding-right: 63px;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--civi-color-primary);
	transform: translateX(50%) translateY(100%) rotate(90deg);
}
.full-page-share-list .stalk:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 50px;
	height: 1px;
	background: #ddd;
}
.full-page-share-list a {
	display: block;
	font-size: 17px;
}
.full-page-share-list a + a {
	margin-top: 22px;
}

.full-page-numbers {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	right: 48px;
	color: var(--civi-color-primary);
}
.full-page-numbers .numbers {
	display: flex;
	align-items: flex-end;
}
.full-page-numbers .numbers .current {
	font-size: 70px;
	font-weight: 300;
	line-height: 0.6;
}
.full-page-numbers .numbers .total {
	position: relative;
	padding-right: 28px;
	font-size: 27px;
	line-height: 1;
}
.full-page-numbers .numbers .total:before {
	position: absolute;
	content: "";
	width: 1px;
	right: 12px;
	bottom: 0;
	height: 64px;
	background: #ccc;
}
.full-page-numbers .title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 12px;
}

[data-fp-section-skin="light"] #fp-nav ul li a span,
[data-fp-section-skin="light"] .fp-slidesNav ul li a span {
	background: #fff;
}
[data-fp-section-skin="light"] .full-page-share-list .stalk {
	color: #fff;
}
[data-fp-section-skin="light"] .full-page-share-list .stalk:before {
	background: rgba(221, 221, 221, 0.27);
}
[data-fp-section-skin="light"] .full-page-share-list a {
	color: #fff;
}
[data-fp-section-skin="light"] .full-page-numbers {
	color: #fff;
}
[data-fp-section-skin="light"] .full-page-numbers .total:before {
	background: rgba(204, 204, 204, 0.2);
}

/* Remove Gap Beside Of Section */
.elementor-section-gap-beside-no > .elementor-container > .elementor-row {
	flex-grow: 1;
}
.elementor-section-gap-beside-no
	> .elementor-column-gap-narrow
	> .elementor-row {
	margin-right: -5px;
	margin-left: -5px;
}
.elementor-section-gap-beside-no
	> .elementor-column-gap-default
	> .elementor-row {
	margin-right: -10px;
	margin-left: -10px;
}
.elementor-section-gap-beside-no
	> .elementor-column-gap-extended
	> .elementor-row {
	margin-right: -15px;
	margin-left: -15px;
}
.elementor-section-gap-beside-no > .elementor-column-gap-wide > .elementor-row {
	margin-right: -20px;
	margin-left: -20px;
}
.elementor-section-gap-beside-no
	> .elementor-column-gap-wider
	> .elementor-row {
	margin-right: -30px;
	margin-left: -30px;
}

.elementor-section.elementor-section-content-align-left > .elementor-container {
	margin-right: 0;
	margin-left: 0;
}
.elementor-section.elementor-section-content-align-right
	> .elementor-container {
	margin-right: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}
.elementor-section.elementor-inner-section {
	margin-right: 0;
	margin-left: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
	border-color: #eee;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	font-size: 18px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
	color: inherit;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-icon {
	position: relative;
	top: 3px;
	font-size: 16px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	border-color: #eee;
	font-size: 16px;
	line-height: 1.75;
}

.elementor-accordion-style-02 .elementor-accordion .elementor-accordion-item {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.elementor-accordion-style-02 .elementor-accordion .elementor-tab-title {
	padding: 17px 0 21px;
}
.elementor-accordion-style-02 .elementor-accordion .elementor-tab-content {
	padding: 22px 0 33px;
}

.elementor-accordion-style-03 .elementor-accordion .elementor-accordion-item {
	border: 0 !important;
}
.elementor-accordion-style-03 .elementor-accordion .elementor-tab-content {
	border: 0 !important;
	padding: 16px 0 33px;
}
.elementor-accordion-style-03 .elementor-accordion .elementor-tab-title {
	padding: 15px 0;
	font-size: 24px;
}
.elementor-accordion-style-03 .elementor-accordion .elementor-tab-title a {
	border-bottom: 2px solid currentColor;
	padding-bottom: 4px;
}
.elementor-accordion-style-03 .elementor-accordion .elementor-accordion-icon {
	top: 9px;
}

.civi-button {
	display: inline-block;
	background-color: var(--civi-color-accent);
	border: solid 1px var(--civi-color-accent);
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 10px 26px;
	font-size: 16px;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	font-weight: 500;
	cursor: pointer;
}
.civi-button:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
	color: #fff;
}
.civi-button.button-outline {
	background-color: transparent;
	color: var(--civi-color-primary);
	border-color: #ddd;
}
.civi-button.button-outline:hover {
	background-image: none;
	background-color: var(--civi-color-accent);
	color: #fff;
	border-color: var(--civi-color-accent);
}
.civi-button.button-outline-accent {
	background-color: transparent;
	color: var(--civi-color-accent);
	border-color: var(--civi-color-accent);
}
.civi-button.button-outline-accent:hover {
	background-image: none;
	background-color: var(--civi-color-accent);
	color: #fff;
	border-color: var(--civi-color-accent);
}
.civi-button.button-link {
	color: var(--civi-color-accent);
	background-color: transparent;
	border-width: 0;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	padding: 0;
	line-height: 1.3;
}
.civi-button.button-link::after {
	content: "";
	height: 1px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	width: 0;
	display: block;
	background-color: var(--civi-color-accent);
}
.civi-button.button-link:hover {
	background-image: none;
}
.civi-button.button-link:hover::after {
	width: 100%;
}
.civi-button.button-border-bottom {
	color: var(--civi-color-accent);
	background-color: transparent;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	padding: 0;
	line-height: 1.3;
	position: relative;
}
.civi-button.button-border-bottom::after,
.civi-button.button-border-bottom::before {
	content: "";
	height: 1px;
	display: block;
	position: absolute;
	background-color: var(--civi-color-accent);
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.civi-button.button-border-bottom::after {
	left: 0;
	width: 100%;
	bottom: 0;
}
.civi-button.button-border-bottom::before {
	right: 0;
	bottom: 0;
	width: 0;
	transition-delay: 0.3s;
}
.civi-button.button-border-bottom:hover {
	background-image: none;
}
.civi-button.button-border-bottom:hover::after {
	width: 0;
}
.civi-button.button-border-bottom:hover::before {
	width: 100%;
}
.civi-button.button-block {
	display: block;
	width: 100%;
	text-align: center;
}
.civi-button.button-disbale {
	cursor: not-allowed;
}
.civi-button.button-disbale:hover {
	background-color: var(--civi-color-accent);
	color: #fff;
}
.civi-button.button-xs {
	padding: 6px 22px;
	font-size: 12px;
}
.civi-button.button-sm {
	padding: 8px 24px;
	font-size: 14px;
}
.civi-button.button-lg {
	padding: 12px 28px;
	font-size: 18px;
}
.civi-button.button-xl {
	padding: 14px 30px;
	font-size: 20px;
}
.civi-button.button-rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.civi-button.button-square {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.civi-button i:not(.fa-spin),
.civi-button svg {
	margin-left: 10px;
}
.civi-button.button-icon-right i,
.civi-button.button-icon-right svg {
	margin-right: 10px;
}

.elementor-widget-countdown.civi-countdown-style-01
	.elementor-countdown-digits {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.elementor-widget-countdown.civi-countdown-style-01 .elementor-countdown-item {
	vertical-align: middle;
	padding: 0;
	line-height: 1;
}
.elementor-widget-countdown.civi-countdown-style-01
	.elementor-countdown-item
	+ .elementor-countdown-item {
	position: relative;
}
.elementor-widget-countdown.civi-countdown-style-01
	.elementor-countdown-item
	+ .elementor-countdown-item:before {
	position: absolute;
	top: 50%;
	right: -8px;
	content: ":";
	font-size: 18px;
	font-weight: 700;
	color: #3f3a64;
	transform: translateY(-50%);
}

.elementor-element .elementor-form-fields-wrapper {
	position: relative;
}
.elementor-element .elementor-field.elementor-field::-webkit-input-placeholder {
	opacity: 1;
}
.elementor-element .elementor-field.elementor-field:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}
.elementor-element .elementor-field.elementor-field::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}
.elementor-element .elementor-field.elementor-field:-ms-input-placeholder {
	opacity: 1;
}
.elementor-element .elementor-field-group .elementor-field-textual:focus {
	box-shadow: none;
}

/* Helper class */
.elementor-form-no-wrap .elementor-form-fields-wrapper {
	flex-wrap: nowrap;
}

.elementor-field-group.elementor-col-fit {
	flex-grow: 1;
}
.elementor-field-group.elementor-col-custom {
	flex-shrink: 0;
}

.elementor-form {
	/**
   * Use Font Awesome instead of eicons.
   */
}
.elementor-form .elementor-button.elementor-size-xs {
	min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-sm {
	min-height: 48px;
}
.elementor-form .elementor-button.elementor-size-md {
	min-height: 52px;
}
.elementor-form .elementor-button.elementor-size-lg {
	min-height: 56px;
}
.elementor-form .elementor-button.elementor-size-xl {
	min-height: 60px;
}
.elementor-form .elementor-field-textual.elementor-size-xs,
.elementor-form .elementor-field-textual.elementor-size-sm,
.elementor-form .elementor-field-textual.elementor-size-md,
.elementor-form .elementor-field-textual.elementor-size-lg,
.elementor-form .elementor-field-textual.elementor-size-xl {
	border-radius: 5px;
}
.elementor-form .elementor-field-textual.elementor-size-xs {
	min-height: 40px;
}
.elementor-form .elementor-field-textual.elementor-size-sm {
	min-height: 48px;
	font-size: 16px;
}
.elementor-form .elementor-field-textual.elementor-size-md {
	min-height: 52px;
	padding: 3px 20px;
}
.elementor-form .elementor-field-textual.elementor-size-lg {
	min-height: 56px;
}
.elementor-form .elementor-field-textual.elementor-size-xl {
	min-height: 60px;
}
.elementor-form .elementor-message-success:before {
	content: "\f00c";
}

.elementor-field-group .elementor-select-wrapper:before {
	display: none;
}

.elementor-widget-animated-headline .elementor-headline {
	margin-bottom: 0;
}
.elementor-widget-animated-headline .elementor-headline-plain-text {
	display: inline !important;
}
.elementor-widget-animated-headline .elementor-headline-text-wrapper {
	display: inline-block !important;
}
.elementor-widget-animated-headline
	.elementor-headline-animation-type-clip
	.elementor-headline-text-wrapper {
	padding: 0;
}

.elementor-element
	.elementor-widget-heading.elementor-widget-heading
	.elementor-heading-title
	> a:hover {
	color: inherit;
}

.elementor-widget-icon .elementor-icon-wrapper {
	line-height: 0;
}

.elementor .elementor-progress-wrapper,
.elementor .elementor-progress-bar {
	border-radius: 0;
}
.elementor .elementor-progress-wrapper {
	background: #f5f5f5;
}
.elementor .elementor-progress-percentage-outside .elementor-widget-container {
	position: relative;
}
.elementor .elementor-progress-percentage-outside .elementor-progress-wrapper {
	position: static;
}
.elementor
	.elementor-progress-percentage-outside
	.elementor-progress-percentage {
	position: absolute;
	top: 9px;
	left: 0;
	padding-left: 0;
	font-size: 16px;
	line-height: 1;
	color: var(--civi-color-primary);
}

.elementor .elementor-widget-tabs .elementor-tab-title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.47em;
	letter-spacing: 1.38px;
	color: #777;
}
.elementor .elementor-widget-tabs .elementor-tab-title.elementor-active {
	color: var(--civi-color-primary);
}
.elementor .elementor-widget-tabs .elementor-tab-title a {
	color: inherit;
}
.elementor .elementor-widget-tabs .elementor-tab-mobile-title,
.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.elementor .elementor-widget-tabs .elementor-tab-title:before,
.elementor .elementor-widget-tabs .elementor-tab-title:after,
.elementor .elementor-widget-tabs .elementor-tab-content,
.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border-color: var(--civi-color-primary);
}

.elementor-widget-wp-widget-nav_menu ul,
.elementor-widget-wp-widget-civi-core-bmw ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
