/*******************************************/
/* Theme Name: test                 */
/* Theme URI: http://www.test.com */
/* Author: test                     */
/* Author URI: https://www.test.com */
/* Description: For test            */
/* Text Domain: test                */
/* Version: 3.2402                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.mw-375 {
	max-width: 375px;
}

.no-margin-last > p:last-of-type {
	margin: 0 !important;
}

.no-transition {
	transition: none !important;
}

.hr-after {
	position: relative;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

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

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

.body-font {
	font-family: var(--font-family-body);
}

.header-font {
	font-family: var(--font-family-heading);
}

.overflow-hidden {
	overflow: hidden;
}

.flex-container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-align-vertical {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-align-horizontal {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}

.small-margin-left {
	margin-left: 8px;
}

.small-margin-right {
	margin-right: 8px;
}

.pointer-events-none {
	pointer-events: none;
}

.transition-all {
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
	position: relative;
	z-index: 1;
}

.background-center {
	background-position: center center !important;
}

.background-y-bottom {
	background-position-y: 100%;
}

.background-y-top {
	background-position-y: 0%;
}

.background-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.background-transparent {
	background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
	color: var(--color-pure-white);
}

.label-text {
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 0.281rem;
	color: var(--color-primary);
	font-size: var(--font-body-size);
}

.label-text span {
	padding: 10px 18px;
	line-height: 1;
	display: inline-block;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	background-color: var(--color-secondary);
	color: #fff;
}

.label-text a:hover span,
.label-text a:focus span {
	color: #fff;
}

/* GENERAL > HTML and Structure */
.content {
	margin-bottom: 60px;
}

.content .wp-block-image {
	margin-bottom: 30px;
}

.content .wp-block-image .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .wp-block-image .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

ul.has-before li,
.content li {
	padding: 0 0 0 25px;
	position: relative;
}

.content ol li {
	padding-left: 4px;
}

.content ol li::marker {
	font-weight: bold;
	color: var(--color-secondary);
}

.content ul:not(.slick-dots) li::before,
ul.has-before li::before {
	position: absolute;
	left: 0;
	font-weight: bold;
	content: "\f0da";
	color: var(--color-secondary);
}

ul.has-before li::before,
.content ul li::before,
.sidebar section ul li::before {
	font-family: "Font Awesome 6 Pro";
}

.content h2 {
	/*font-weight: 500;*/
}

.content h2.h1 {
	font-weight: 300;
}

.content h2.h3 {
	font-weight: 700;
	margin-bottom: 20px;
}

.content ul ul {
	margin: 5px 0 5px 20px;
}


.content-tablet ol {
	padding: 0;
	font-size: 0.938rem;
	list-style-position: inside;
}

.content-tablet ol li {
	padding-left: 12px;
	list-style-type: decimal-leading-zero;
	border-left: 5px solid var(--color-secondary);
	border-bottom: 1px solid var(--color-sky);
}

.content-tablet ol li::marker {
	font-weight: 600;
}

.content-tablet ol li:not(:last-child) {
	margin-bottom: 10px;
}

.content-tablet .sidebar-jump-links-title span {
	cursor: default;
	color: #fff !important;
}

.content-tablet span {
	font-weight: 600;
	cursor: pointer;
}

.content-tablet span:hover {
	color: var(--color-secondary);
}

.content-tablet .select-wrapper::after {
	height: 65px;
	width: 60px;
}

.content-tablet .background-input select {
	height: 65px;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 0.938rem;
	letter-spacing: 1px;
	padding-right: 70px;
	text-transform: uppercase;
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
}

hr,
.hr-after::after {
	background: var(--color-sky);
	width: 100%;
	height: 1px;
	display: block;
	border: none;
	margin: 40px 0;
	content: "";
}

figure {
	margin: 0;
}

.italic {
	font-style: italic;
}

.non-italic,
address {
	font-style: normal;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

section.sidebar-block {
	width: 100%;
}

section.sidebar-block h2 {
	font-size: 1.375rem;
	margin-bottom: 25px;
}

.sidebar section:not(:last-child) {
	margin-bottom: 40px;
}

.sidebar ul li:hover, .sidebar ul li:focus {
    background: var(--color-medium-bg);
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    -ms-transition: all .30s linear;
    transition: all .30s linear;
   }

.sidebar section ul li {
	position: relative;
    border-bottom: 1px solid #e2e2e2;
    list-style: none;
    line-height: normal;

}

.sidebar section ul li:not(:last-child) {
	margin-bottom: 15px;
}

.sidebar section ul li::before {
    position: absolute;
    color: var(--color-medium-bg);
    content: "\f061";
    top: 21px;
    right: 5px;
    font-weight: bold;
    font-size: 85%;
    line-height: 1;
}

.sidebar li.current_page_item, .sidebar li.current-cat {
    background: var(--color-medium-bg)
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section button.no-button,
.sidebar section ul li a {
	line-height: 1.4;
	padding: 15px 10px;
	color: var(--color-primary);
	text-decoration: none;
	font-weight: 600;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: var(--color-pure-white);
	text-decoration: none;
}

.sidebar section ul li:hover a,
.sidebar section ul li:focus a {color: #fff;}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.sidebar .form-container input,
.sidebar .form-container select,
.sidebar .form-container textarea {
	border-color: var(--color-pure-white);
	color: var(--color-pure-white);
}

.sidebar .form-container .button {
	color: #003057;
}

.sidebar .form-container .button:focus,
.sidebar .form-container .button:hover {
	background: #fff;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

.sidebar .sidebar-jump-links {
	padding-bottom: 20px;
}

.sidebar .sidebar-jump-links ul li {
	padding-left: 0;
	margin-bottom: 10px;
}

.sidebar .sidebar-jump-links ul li:before {
	display: none;
}

.sidebar .sidebar-jump-links span {
	display: block;
	position: relative;
	font-size: 0.938rem;
	font-weight: 600;
	cursor: pointer;
	padding-left: 0;
	transition: color 200ms ease-out;
}

.sidebar .sidebar-jump-links span:before {
	top: 0;
	left: -20px;
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity 200ms ease-out;
	background-color: var(--color-secondary);
}

.sidebar .sidebar-jump-links span:hover,
.sidebar .sidebar-jump-links span:focus,
.sidebar .sidebar-jump-links span:active {
	color: var(--color-secondary);
}

.sidebar .sidebar-jump-links span:hover:before,
.sidebar .sidebar-jump-links span:focus:before,
.sidebar .sidebar-jump-links span:active:before {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.main-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
	}

	.content {
		width: calc(100% - 390px);
		order: 2;
		margin-bottom: 0;
		padding-right: 70px;
	}

	.content.full-width {
		width: 100%;
		padding-left: var(--sides-size);
	}

	.sidebar {
		/*width: 375px;*/
		/*width: 330px;*/
		order: 3;
		/*padding-right: 0;*/
	}

}

@media screen and (min-width: 1025px) {
	.content {
		/*padding-right: 100px;*/
		padding-right: 85px;
	}
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: var(--color-primary);
	background: none;
	border: 1px solid var(--color-border);
	font-size: 0.875rem;
	line-height: 1;
	font-family: var(--font-family-body);
	box-shadow: none;
	margin: 0;
	width: 100%;
	font-weight: 700;
	border-radius: 0;
	padding: 10px 14px;
}

input,
select,
textarea {
	height: 44px;
	line-height: 1.4;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: var(--color-primary);
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}

input::placeholder,
textarea::placeholder {
	color: inherit;
}

select,
form legend,
form label,
form p {
	font-size: 0.9rem;
}

legend,
label {
	color: var(--color-primary);
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

input:focus:not([type="checkbox"]) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
	padding-left: 0;
	line-height: 0;
	top: -16px;
	font-size: 0.7rem;
}

/*.gform_fields input:focus:not([type="checkbox"]) ~ label,
.gform_fields textarea:focus ~ label,
.gform_fields input.active ~ label,
.gform_fields input.active ~ label,
.gform_fields textarea.active ~ label,
.gform_fields select.active ~ label {
	top: -30px;
}*/

.form-input-group label i {
	color: var(--color-secondary);
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper::after {
	content: "\f0d7";
	font-weight: 700;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	pointer-events: none;
	transition: all 200ms ease-out;
}

.form-container {
	background: var(--color-primary);
	padding: 30px 28px;
}

.form-heading {
	font-size: 0.938rem;
	line-height: 1.4;
	text-align: center;
	color: var(--color-pure-white);
}

.form-heading h2 {
	font-size: 1.375rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	color: inherit;
}

.form-heading h3 {
	color: inherit;
	font-size: 1rem;
	margin-bottom: 15px;
}

.contact-form-heading {
	color: white;
	text-align: center;
}

.background-input input:focus:not([type="checkbox"]) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
	color: var(--color-primary);
}

.background-input input,
.background-input textarea,
.background-input select {
	font-weight: normal;
	font-size: var(--font-body-size);
	border: 1px solid var(--color-primary);
	background-color: var(--color-pure-white);
}

input.has-error {
	border: 1px solid #f00 !important;
	box-shadow: 0 0 2px #f00 !important;
}

.gform_submission_error,
.gfield_validation_message,
p.error-text {
	color: red;
}

.gfield_validation_message,
p.error-text {
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

@media screen and (min-width: 768px) {
	.form-heading h2 {
		margin-bottom: 10px;
		font-size: 28px;
	}
}


/* GENERAL > Slick Customizations */
.slick-slide img {
	height: auto;
}

.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
	opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
	top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
	/*color: var(--color-alternate);*/
	font-size: 2rem;
	margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
	opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
	display: block;
	color: var(--color-near-black);
	opacity: 0.75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev .slick-prev-icon::before {
	content: "â†";
}

[dir="rtl"] .slick-prev .slick-prev-icon::before {
	content: "â†’";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next .slick-next-icon::before {
	content: "â†’";
}

[dir="rtl"] .slick-next .slick-next-icon::before {
	content: "â†";
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: var(--color-gray);
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	background: var(--color-secondary);
	transform: scale(1.1);
}

.slick-dots li.slick-active button {
	background: var(--color-primary);
	transform: scale(1.2);
}

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

.slick-autoplay-toggle-button {
	position: absolute;
	background: none !important;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 0;
	color: var(--color-secondary);
	width: 40px;
	height: 40px;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	/*color: var(--color-alternate);*/
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.slick-autoplay-toggle-button .slick-pause-icon::before,
.slick-autoplay-toggle-button .slick-play-icon::before {
	font-family: "Font Awesome 6 Pro";
	text-align: center;
}

.slick-autoplay-toggle-button:focus {
	/*color: var(--color-alternate);*/
}

.slick-autoplay-toggle-button .slick-pause-icon::before {
	content: "\f04c";
}

.slick-autoplay-toggle-button .slick-play-icon::before {
	content: "\f04b";
}

.slider-container {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.slick-arrow-container button {
	position: relative;
	padding: 0;
	background: none;
	font-size: 3rem;
	width: 50px;
	height: 50px;
	color: var(--color-primary);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}

@media screen and (min-width: 1025px) {
	.slider-container {
		max-width: 100%;
	}

	.slick-arrow-container {
		width: 100%;
		left: 0;
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: var(--color-secondary);
	color: white;
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */
#mobile-navigation {
	z-index: 100;
	position: fixed;
	top: 55px;
	background-color: var(--color-pure-white);
	overflow: auto;
}

#mobile-navigation.active {
	-webkit-animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
	animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
	display: block;
}

#mobile-navigation {
	width: 100%;
	height: calc(100vh - 55px);
}

#mobile-navigation .mobile-navigation-menu {
	padding: 20px 50px;
}

.mobile-navigation-top-inner {
	margin-top: 5px;
	align-items: center;
	padding: 0 var(--sides-size);
	padding-right: 0;
	background: var(--color-pure-white);
	display: none;
	justify-content: space-between;
}

.mobile-navigation-top-inner img {
	max-width: 100px;
	height: auto;
	/*opacity: 0;*/
}

#mobile-navigation.active .mobile-navigation-top-inner {
	display: flex !important;
}

#mobile-navigation a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	font-size: 1.063rem;
	color: var(--color-black);
	font-weight: 700;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	padding: 8px 0;
}

#mobile-navigation ul {
	margin: 0;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--color-border);
}

#mobile-navigation > ul > li > a {
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
}

#mobile-navigation > ul > li.menu-item-has-children > a::after {
	content: "\f067";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
}

#mobile-navigation > ul > li.sub-menu-open.menu-item-has-children > a::after {
	content: "\f068";
}

#mobile-navigation > ul > li > a:focus,
#mobile-navigation > ul > li > a:active,
#mobile-navigation > ul > li > a:hover {
	background: var(--color-primary);
	color: var(--color-pure-white);
}

#mobile-navigation > ul > li > ul > li > a {
	font-size: 0.98rem;
	text-transform: none;
	letter-spacing: 0;
}

#mobile-navigation > ul > li > ul > li > ul {
	padding-bottom: 20px;
}

#mobile-navigation > ul > li > ul > li > ul > li {
	padding-left: 25px;
}

#mobile-navigation > ul > li > ul > li > ul > li > a {
	font-size: 0.938rem;
	text-transform: none;
	letter-spacing: 0;
	color: #5a5b5e;
	justify-content: flex-start;
	padding: 4px 0;
}

#mobile-navigation > ul > li > ul > li > ul > li > a:before {
	content: "\f0da";
	margin-right: 10px;
	font-family: "Font Awesome 6 Pro";
	color: var(--color-primary);
}

#mobile-navigation > ul > li > ul > li > ul > li > ul > li {
	padding-left: 15px;
	border: 0;
}

#mobile-navigation > ul > li > ul > li > ul > li > ul > li > a {
	font-size: 0.938rem;
	text-transform: none;
	letter-spacing: 0;
	color: #5a5b5e;
	font-weight: 600;
	padding: 2px 0;
	justify-content: flex-start;
}

#mobile-navigation > ul > li > ul > li > ul > li > ul > li > a:before {
	content: "\f0da";
	margin-right: 10px;
	font-family: "Font Awesome 6 Pro";
	color: var(--color-secondary);
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
	border-bottom: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
	padding-left: calc(var(--sides-size) * 1.5);
}

#mobile-navigation ul li:last-of-type {
	border: none;
}

#mobile-navigation ul li::before {
	display: none;
}

#mobile-navigation .sub-menu {
	margin: 0;
	z-index: 1;
	overflow: auto;
	display: none;
	width: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	margin-left: 10px;
}

#mobile-navigation .sub-menu .sub-menu {
	display: block;
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
	display: block;
}

.mobile-navigation-close {
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 54px;
	margin-left: auto;
	color: var(--color-pure-white);
	font-size: 1.4rem;
	height: 54px;
	position: relative;
	background: var(--color-medium-bg);
	margin-right: 5px;
	border-radius: 2.6rem;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
	color: var(--color-pure-white);
}

.mobile-navigation-close span {
	color: var(--color-black);
	right: calc(100% + 13px);
	font-weight: 700;
	top: 50%;
	font-size: 0.77rem;
	display: block;
	position: absolute;
	white-space: nowrap;
	transform: translateY(-50%);
}

.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

@media screen and (min-width: 768px) {
	#mobile-navigation {
		top: 0;
		width: 100%;
		height: 100vh;
	}
}

@media screen and (min-width: 1025px) {
	#mobile-navigation {
		display: none;
	}

	.mobile-navigation-top-inner {
		display: none;
	}
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
	height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a::after {
	content: "\f105";
}

.mobile-menu-paged #mobile-navigation a {
	padding-left: var(--sides-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
	-webkit-animation: fadeInRight 300ms ease-out;
	animation: fadeInRight 300ms ease-out;
}

.mobile-menu-paged #mobile-navigation .sub-menu {
	position: fixed;
	top: 0;
}

/* MENUS > Mega Menu */
.mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	background: var(--color-primary);
	padding: 25px 75px;
}

.mega-navigation-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 18px;
	margin: 0;
}

.mega-menu li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu li:nth-child(4n) {
	border-right: none;
	margin: 0;
	padding-right: 0;
}

/*******************************************************************************************
FEATURES - Page content
*******************************************************************************************/
.features-inner {
	margin-right: -8px;
	margin-left: -8px;
	display: flex;
	flex-wrap: wrap;
}

.features-col {
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

.features-col:last-child {
	margin-bottom: 0;
}

.features-box {
	position: relative;
	display: block;
    transition: 
        transform 0.5s ease, 
        box-shadow 0.5s ease, 
        background 0.5s ease;
}

/*.features-box:after,
.features-box:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	position: absolute;
	transition: opacity 0.25s;

	border-radius: 5px;
}

.features-box:after {
	opacity: 0;
	background: rgba(227, 175, 0, 0.85);
}*/

.features-box:before {
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);*/
}

.features-box-img img {
	display: block;
	width: 100%;

	border-radius: 20px;
}

.features-box-text {
	padding: 20px 55px 23px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	/*width: 100%;*/
	top: 0;
}

.features-box-text h3 {
	margin-bottom: 0;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--color-pure-white);
	background: var(--color-secondary);
    padding: 10px 28px;
    font-size: 1.3rem;
    border-radius: 1rem;

}

.features-box-text i {
	position: absolute;
	right: 20px;
	bottom: 22px;
	transition: opacity 0.25s;
	color: var(--color-secondary);
}

.features-box:hover,
.features-box:focus {
	transform: scale(1.02);
}

.features-box:hover i,
.features-box:focus i {
	opacity: 0;
}

.features-box:hover:after,
.features-box:focus:after {
	opacity: 1;
}

.features-box:hover:before,
.features-box:focus:before {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.features-col {
		margin-bottom: 0;
		width: 33.33%;
	}

	.features-box-text {
		padding-right: 65px;
		padding-left: 24px;
	}

	.features-box-text i {
		right: 25px;
	}
}



/* ACTION */
.action {
	/*padding: 60px 0;*/
	text-align: center;
	/*background-color: var(--color-secondary);*/
	/*background-color: #e7e7e7;*/
	/*box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);*/
}

.action-inner {
	display: flex;
	flex-wrap: wrap;
}

.action-col {
	/*margin-bottom: 35px;*/
	width: 100%;
}

.action-box {
	padding-bottom: 30px;
	height: 100%;
}

.action-col:last-child .action-box {
	padding-bottom: 0;
	border-right: 0;
	border-bottom: 0;
}

.action-box-icon {
	-webkit-transition: transform 200ms ease-out;
	-moz-transition: transform 200ms ease-out;
	-ms-transition: transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
}

.action-box-icon img {
	max-width: 200px;
}

.action-box h4 {
	letter-spacing: 2px;
	font-size: 1.063rem;
	margin-bottom: 10px;
	color: var(--color-pure-white);
}

a.action-box:focus h5,
a.action-box:hover h5 {
	color: #fff;
}

a.action-box:focus .action-box-icon,
a.action-box:hover .action-box-icon {
	transform: translateY(-3px);
}

.action-box h5 {
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
	margin-bottom: 0;
	font-size: 1.375rem;
	font-weight: 800;
}

.action-box h5 span {
	display: block;
}

.action.has-alt .action-box h5 {
	font-size: 1.75rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.action-col {
		margin-bottom: 0;
		width: 25%;
	}

	.action-box {
		display: block;
		padding-bottom: 0;
		border-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
		/*border-right: 1px solid #707070;*/
	}

	.action-box h5 {
		font-size: 1rem;
	}

	.action.has-alt .action-col {
		width: 33.33%;
	}
}

@media screen and (min-width: 1025px) {
	.action-box h5 {
		font-size: 1.375rem;
	}

	.action-box-icon {
		min-height: 64px;
	}
}

/* TEAM */
.team {
	margin-top: 40px;
	margin-bottom: 40px;
}

.team h2 {
	text-align: center;
}

.team .slider-team-prev,
.team .slider-team-next {
	top: 50%;
	cursor: pointer;
	font-size: 2.5rem;
	display: block;
	position: absolute;
	transform: translateY(-50%);
}

.team .slider-team-prev {
	left: 0;
}

.team .slider-team-next {
	right: 0;
}

.team-holder {
	position: relative;
	margin-bottom: 40px;
	padding-left: var(--sides-size);
	padding-right: var(--sides-size);
}

.team-button {
	padding-left: var(--sides-size);
	padding-right: var(--sides-size);
}

.team-button a {
	width: 100%;
}

.team-slider {
	margin-left: calc(var(--sides-size) * -0.5);
	margin-right: calc(var(--sides-size) * -0.5);
}

.team-slider .slick-slide {
	padding: 0 calc(var(--sides-size) * 0.5);
}

@media screen and (min-width: 768px) {
	.team {
		margin: 0;
		padding: 80px 0;
		background: #fff;
	}

	.team h2 {
		text-align: left;
	}

	.team-holder {
		margin-bottom: 50px;
	}

	.team-button {
		padding-left: 0;
		padding-right: 0;
	}

	.team-button a {
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.team-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.team .slider-team-prev {
		left: -50px;
	}

	.team .slider-team-next {
		right: -50px;
	}
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
/*.footer {
	color: var(--color-pure-white);
	padding: 80px 0;
	position: relative;
}

.footer .row {
	z-index: 3;
	max-width: 1052px;
	position: relative;
}

.footer .form-container {
	background: var(--color-pure-white);
}

.footer .form-heading {
	font-size: 1rem;
	color: var(--color-primary);
}

.footer .form-heading h2 {
	font-size: 1.875rem;
}

.footer .form-heading h3 {
	font-size: 1.25rem;
}

.footer-logo {
	width: 280px;
	display: block;
	margin-bottom: 30px;
}

.footer-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.footer-content {
}

.footer-content h2 {
	color: inherit;
	font-size: 2.063rem;
}

.footer-addresses {
	width: 100%;
	padding-bottom: 10px;
}

.footer-address {
	font-size: 1rem;
	padding-bottom: 30px;
}

.footer-address p {
	display: flex;
	margin-bottom: 10px;
}

.footer-address a {
	text-decoration: none;
	color: var(--color-secondary);
}

.footer-address a:focus,
.footer-address a:hover {
	color: vaR(--color-pure-white);
	text-decoration: underline;
}

.footer-address i {
	font-size: 75%;
	margin-right: 10px;
	margin-top: 8px;
}

.footer-address ul {
	margin-bottom: 0;
}

.footer-address li {
	display: flex;
}

.footer-address strong {
	display: block;
	margin-bottom: 10px;
	font-size: var(--font-body-size);
}

.footer-form {
	margin-bottom: 50px;
	margin-right: calc(var(--sides-size) * -1);
	margin-left: calc(var(--sides-size) * -1);
}

.footer-copyright {
	width: 100%;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
}

.footer-copyright a {
	color: inherit;
}

.footer-copyright a:focus,
.footer-copyright a:hover {
	color: #fff;
}

.footer-social {
	display: flex;
	margin-bottom: 30px;
}

.footer-social a {
	color: inherit;
}

.footer-social a:focus,
.footer-social a:hover {
	color: var(--color-pure-white);
}

.footer-social li:not(:last-child) {
	margin-right: 35px;
}

.footer-background {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--color-primary);
}

.footer-background img {
	width: 100%;
	height: 100%;
	opacity: 0.08;
	object-fit: cover;
	object-position: center center;
}
*/
/*.footer-background:after,
.footer-background:before {
	left: 0;
	top: 0;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}*/

	/*.footer-background:after {
		z-index: 2;
		background: url("images/pattern-bg.svg") repeat center center;
	}

	.footer-background:before {
		z-index: 1;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 48, 87, 1) 100%);
	}*/

/*@media screen and (min-width: 768px) {
	.footer {
		padding: 100px 0;
	}

	.footer-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer .form-container {
		padding: 40px;
	}

	.footer-content {
		order: 1;
		width: calc(55% - 25px);
		margin-bottom: 50px;
	}

	.footer-content p {
		max-width: 415px;
	}

	.footer-content h2 {
		font-size: 2.625rem;
	}

	.footer-form {
		order: 2;
		margin-right: 0;
		margin-left: 0;
		width: calc(45% - 25px);
	}

	.footer-addresses {
		order: 3;
		gap: 30px;
		display: grid;
		padding-bottom: 0;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.36);
		grid-template-columns: repeat(3, 1fr);
	}

	.footer-address {
		padding-bottom: 50px;
	}

	.footer-address p {
		min-height: 60px;
	}

	.footer-copyright {
		order: 4;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer-copyright p {
		margin-bottom: 0;
	}

	.footer-social {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1441px) {
	.footer {
		padding: 125px 0;
	}
}*/

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */
table.has-fixed-layout {
	width: 100%;
	table-layout: fixed;
}

.content table {
	border-collapse: collapse;
}

table th,
table td {
	border: 1px solid var(--color-light-gray);
	padding: 5px;
	text-align: left;
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single::after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type::after {
	display: none;
}

@media screen and (min-width: 1025px) {
	.breadcrumbs-container {
		display: flex;
	}
}

/* FEATURES > Accordion */
.accordion-item {
	color: var(--color-primary);
	border-bottom: 1px solid var(--color-border);
}

.accordion-item > h3 {
	margin-bottom: 0;
	color: inherit;
	font-size: inherit;
}

.accordion-item-title {
	padding: 20px 0;
	font-size: inherit;
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	color: inherit;
	line-height: 1.35;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 15px;
	gap: 15px;
	-ms-align-items: center;
	align-items: center;
	text-transform: unset;
	justify-content: space-between;
	text-align: center;
	/*background: transparent;*/
	background: none;
	letter-spacing: unset;
	transition: background 200ms ease-out;
	color: #000;
/*    border-radius: 8px;
    box-shadow: 0 1px 1px #00000014, 0 1px 8px #0000000a, inset 0 0 0 1px #0000001a;*/

}

.accordion-item-title::after {
	content: "\f067";
	font-family: "Font Awesome 6 Pro";
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;

	color: #000
}

.accordion-item-title span {
	flex: 1;
	text-align: left;
}

.accordion-item.active:focus {
	/*outline: none;*/
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	/*background: transparent;*/
	color: inherit;
	/*background-color: rgb(0 0 0 / 11%);*/
	/*border: 2px solid;*/
	background: none;
}

.accordion-item-title:focus:not(:focus-visible) {
	outline: none;
}

.accordion-item.active .accordion-item-title::after {
	content: "\f068";
}

.accordion-item-content {
	display: none;
	position: relative;
	padding-right: 40px;
}

.accordion-item-content a {
	color: inherit;
	text-decoration: none;
}

.accordion-item-content p:last-of-type {
	margin-bottom: 0;
}

.accordion-item-content a:focus,
.accordion-item-content a:hover {
	color: var(--color-secondary);
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content > * {
	margin-bottom: 0;
}

.accordion-item-content > *:not(:last-child) {
	margin-bottom: 20px;
}

.accordion-item.has-text,
.accordion-item.has-faq {
	border: 0;
	font-size: 1rem;
	margin-bottom: 16px;
	/*color: var(--color-pure-white);*/
	/*background: var(--color-primary);*/
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	/*border-radius: 8px !important;*/
    box-shadow: 0 1px 1px #00000014, 0 1px 8px #0000000a, inset 0 0 0 1px #0000001a;
	border-radius: 10px;
	color: var(--color-black);
	background: var(--color-pure-white);
}

.accordion-item button:focus,
.accordion-item button:hover {
	/*background: #01182b;*/

	/*background: var(--color-secondary);*/
	color: var(--color-secondary);
}	

.accordion-item.has-faq .accordion-item-title,
.accordion-item.has-text .accordion-item-title {
	padding-left: 20px;
	padding-right: 20px;
}

.accordion-item.has-faq .accordion-item-content,
.accordion-item.has-text .accordion-item-content {
	padding: 0 20px 20px 20px;
}

.accordion-item.has-faq .accordion-item-title span {
	display: block;
	position: relative;
	padding-left: 40px;
}

.accordion-item.has-faq .accordion-item-content:before,
.accordion-item.has-faq .accordion-item-title span:before {
	left: 0;
	top: 0;
	content: "Q: ";
	display: block;
	position: absolute;
	font-weight: bold;
	font-size: 1.5rem;
	/*color: var(--color-pure-white);*/
}

.accordion-item.has-faq .accordion-item-title span:before {
	top: 50%;
	transform: translateY(-50%);
}

.accordion-item.has-faq .accordion-item-content {
	padding-top: 8px;
	padding-left: 60px;
}

.accordion-item.has-faq .accordion-item-content:before {
	content: "A: ";
	left: 20px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	border-left: 5px solid var(--color-primary);
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote::before,
.quote-single::before {
	content: "\f10d";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	font-weight: 700;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1;
	color: var(--color-primary);
	font-style: normal;
}

/* FEATURES > Video Gallery */
.videos-single {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 50%;
	text-decoration: none;
	padding-bottom: 56.23%;
}

.videos-single:hover::before,
.videos-single:focus::before {
	opacity: 0.6;
}

.videos-single::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--color-near-black);
	opacity: 0;
	transition: opacity 200ms ease-out;
}

.single-video {
	margin-bottom: 40px;
}

.single-video h5 {
	margin-top: 15px;
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		justify-content: center;
	}

	.single-video {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.single-video {
		width: 33.33%;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: var(--color-near-black);
	margin: 20px 0 50px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background-color: var(--color-pure-white);
	content: "\f04b";
	font-family: "Font Awesome 6 Pro";
	font-size: 1rem;
	font-weight: 700;
	margin: 0 auto;
	transition: all 150ms ease-out;
	color: var(--color-primary);
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	outline: 10px solid rgba(255, 255, 255, 0.3);
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
	transform: scale(1.05) translate(-50%, -50%);
	color: var(--color-primary);
	opacity: 1;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	max-width: 160px;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
}

.social-links a img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
	/*color: var(--color-alternate);*/
}



/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*.fadeInUpSlight {
	-webkit-animation-name: fadeInUpSlight;
	animation-name: fadeInUpSlight;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInRightSlight {
	-webkit-animation-name: fadeInRightSlight;
	animation-name: fadeInRightSlight;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInDownSlight {
	-webkit-animation-name: fadeInDownSlight;
	animation-name: fadeInDownSlight;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInLeftSlight {
	-webkit-animation-name: fadeInLeftSlight;
	animation-name: fadeInLeftSlight;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}*/

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*@-webkit-keyframes fadeInUpSlight {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSlight {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRightSlight {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightSlight {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDownSlight {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownSlight {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeftSlight {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftSlight {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}*/

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}


/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position:relative;
	/*padding:90px 0px 70px;*/
}

.gallery-section .filters{
	margin-bottom:55px;
	text-align:center;
}

.gallery-section .filters .filter-tabs{
	position:relative;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    color: #242424;
	padding:0px 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:#38c4dc;
	text-decoration:underline;
}

.gallery-block.mix {
	display:none;
}

.gallery-block {
	position:relative;
	/*margin-bottom:30px;*/
	padding: 10px;
	width: 100%;
	/*float: left;*/
    float: none;
}

.gallery-block .inner-box{
	position:relative;
	overflow:hidden;
	border-radius: 1rem;
}

.gallery-block .inner-box .image-box{
	position:relative;
}

.gallery-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
	width: 100%;
    height: 100%;
	color: #ffffff;
	text-align: center;
	/*background: rgba(85,182,199,0.90);*/
	 background: var(--color-secondary);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -moz-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
	vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
}


.gallery-block .inner-box .image-box .overlay-box .content .icon{
	position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width: 55px;
    height: 55px;
    margin: 0px 3px;
    line-height: 54px;
    border-radius: 50%;
	background-color:#282828;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon:hover {

}
.gallery-block .overlay-inner .content span {
	color: #000;
    background: #fff;
    padding: 22px;
    border-radius: 50%;
    font-size: 1.4rem;
}
.gallery-block .inner-box .image-box .overlay-box .content .icon span{
	    position: absolute;
    top: 33%;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery-block .inner-box .lower-box{
	position:relative;
	padding-top:20px;
}

.gallery-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
}

.gallery-block .inner-box .lower-box h3 a {
	color:#222222;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .lower-box h3 a:hover{
	color:#fa9928;
}

.gallery-block .inner-box .lower-box .designation{
	position:relative;
	font-weight:300;
	font-size:16px;
	color:#fa9928;
}

.gallery-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.gallery-section.fullwidth .gallery-block{
	position:relative;
	width:20%;
	float:left;
	padding:0px 15px;
}

.gallery-section.fullwidth .filter-list {
	padding:0px 15px;
}

.gallery-section .column {
    flex-wrap: wrap;
    display: flex ; 
    justify-content: center;
}


@media screen and (min-width: 1025px) {

	.gallery-block {
		width: 33.3%;
	}
}

img.mfp-img {
	max-width: 80%;
}

.blog-holder {}
.blog-holder img {
	width: 100%;
}

.bloglanding.h1 {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
    color: var(--color-body-text);
    margin-bottom: 50px;
    font-weight: 400;
}

.bloglanding.h1:after {
	display: none;
}

/* GENERAL > Utility Classes */

/*.row,
.row-wide,
.row-narrow {
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.row-narrow {
	max-width: 1024px;
}

.row-wide {
	max-width: 1599px;
}

.row:after {
	clear: both;
}

.row:after,
.row:before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

*/
/* GENERAL > Layout */

.columns-area,
.column-area {
	float: left;
	padding: 0 30px;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.sidebar {
	clear: both;
	float: none;
}

.small-12, .medium-6 {
	width: 100%;
}

.small-11 {
	width: 91.67%;
}

.small-10 {
	width: 83.34%;
}

.small-9 {
	width: 75%;
}

.small-8 {
	width: 66.67%;
}

.small-7 {
	width: 58.34%;
}

.small-6 {
	width: 50%;
}

.small-5 {
	width: 41.66%;
}

.small-4 {
	width: 33.33%;
}

.small-3 {
	width: 25%;
}

.small-2 {
	width: 16.66%;
}

.small-1 {
	width: 8.33%;
}

@media (min-width: 768px) {
	.medium-12 {
		width: 100%;
	}
	.medium-11 {
		width: 91.67%;
	}
	.medium-10 {
		width: 83.34%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-8 {
		width: 66.67%;
	}
	.medium-7 {
		width: 58.33%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-5 {
		width: 41.67%;
	}
	.medium-4 {
		width: 33.33%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-2 {
		width: 16.66%;
	}
	.medium-1 {
		width: 8.33%;
	}
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.large-12 {
		width: 100%;
	}
	.large-11 {
		width: 91.67%;
	}
	.large-10 {
		width: 83.34%;
	}
	.large-9 {
		width: 75%;
	}
	.large-8 {
		width: 66.67%;
	}
	.large-7 {
		width: 58.33%;
	}
	.large-6 {
		width: 50%;
	}
	.large-5 {
		width: 41.67%;
	}
	.large-4 {
		width: 33.33%;
	}
	.large-3 {
		width: 25%;
	}
	.large-2 {
		width: 16.66%;
	}
	.large-1 {
		width: 8.33%;
	}
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0px),
screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}


/* HEADER > Header Search Bar */

.header-search {
	position: fixed;
	padding: 40px 0;
	top: -100px;
	left: 0;
	right: 0;
	background-color: var(--color-primary);
	padding: 18px 0;
	width: 100%;
	opacity: 0;
	z-index: 12;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.header-search.active {
	opacity: 1;
	top: 0;
}

.header-search-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	float: none;
}

.search-results-post-type:not(:last-child) {
	margin-bottom: 30px;
}

.search-results-post-type ul {
	margin: 0;
}

.header-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 30px;
	background: #F8F7F4;
	display: none;
	max-height: 350px;
	overflow: auto;
}

.header-search-results.active {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
	color: #17431F;
}

.header-search-results h3 {
	margin-bottom: 8px;
}

.header-search-results a {
	text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
	text-decoration: underline;
}

.header-search-form {
	position: relative;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 0;
}

#header-search-input {
	margin: 0;
	height: 45px;
	border: 0 none;
	font-size: 1.3rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

input::placeholder {
	color: #fff;
}

.header-search button {
	padding: 0 20px;
	height: 45px;
	white-space: pre;
	border-radius: 2.6rem;
    border: 2px solid #fff;
}

.header-search-submit {
	margin: 0 1%;
}

#header-search-open {
	font-size: 0.94rem;
    display: inline-block;
    /* line-height: 33px; */
     width: 40px; 
     height: 40px; 
    padding: 0;
    text-align: center;
    margin-left: 20px;
    border-radius: 50%;
    /*background: var(--color-medium-bg);*/
    margin-bottom: 9px;
    color: var(--color-pure-white);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);

}
#header-search-open i {
    color: var(--color-primary);
    font-weight: 700;
}
#header-search-open:hover, 
#header-search-open:focus {background: var(--color-primary); color: #fff;}


#header-search-open:hover i, 
#header-search-open:focus i{ color: #fff;}

#header-search-open:after {display: none;}

.single-block-area {

}

.single-block-area .post-body-image img {
		display: block;
		margin: 0 auto;
}


.page-breadcrumb{
	position:relative;
	margin-bottom: 20px;
	padding-left: 0;
}

.page-breadcrumb li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
}

.page-breadcrumb li:before{display: none;}
.page-breadcrumb li:after{
	position:absolute;
	content:'\f105';
	right:-4px;
	top:0px;
	color: var(--color-link);
	font-family: "Font Awesome 6 Pro";
}

.page-breadcrumb li:last-child::after{
	display:none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	/*color: #171717;*/
	font-weight:500;
}

.contact-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .title-column h2{
	position:relative;
	color:#1e1e27;
	font-size:32px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:25px;
}

.contact-section .title-column ul{
	position:relative;
}

.contact-section .title-column ul li{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#797979;
	line-height:1.6em;
	margin-bottom:20px;
}

/*Contact Form*/

.max-width-contact {
	max-width: 780px; margin: 0 auto; float: none;
}
.max-width-contact h2 {text-align: center}

.contact-form{
	position:relative;
}

.#errors-p {
	color: red;
    border: 2px solid;
    padding: 10px;
}

#errors .small-12 {
	padding: 0;
}
.sidebar-inner .contact-holder-2 {margin-bottom: 45px}

.contact-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.contact-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 10px;
	height:55px;
	color:#000000;
	background:none;
	font-size:15px;
	font-weight:600;
	border: none;
	/*border-bottom:1px solid #000 !important;*/
	border-radius: 7px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: var(--font-family-body);
	background: #f2f6fb;
	text-transform: none;
	letter-spacing: normal;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#797979;
	font-weight:500;
	font-family: var(--font-family-body);
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	/*line-height:30px;*/
	padding:10px 10px;
	color:#000000;
	height:150px;
	font-size: 15px;
	resize:none;
	background:none;
	font-weight:600;
	overflow:hidden;
	font-family: var(--font-family-body);
	border: none;
	/*border-bottom:1px solid #000 !important;*/
	border-radius: 7px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background: #f2f6fb;
	text-transform: none;
	letter-spacing: normal;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
	border-color:#1e1e27;
}

.contact-form label {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 8px;
/*    height: 1px !important;
    margin: -1px !important;
    border: none !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;*/
}


.contact-form .form-group button{
	margin-top:5px;
    width: 100%;
    display: block;
    margin: 20px auto 0;
}

.contact-form .form-groug:last-of-type {
	margin-bottom: 0;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;
}


/*contact*/
#contact-page .contact-holder {
    padding-top: 30px;
}

#contact-page .contact-holder-2 {
    /*border-right: 1px solid #ebe9e9;*/
    /*padding-right: 35px;*/
}


#contact-page .content {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	#contact-page .contact-holder-2 
	{
   		/*border-right: 1px solid #ebe9e9;*/
	}
	.contact-form .form-group {
		margin-bottom: 20px;
	}

	.contact-form .form-group button {
		margin-top: 30px;
		/*width: 80%;*/
	}

	#contact-page .form-group button {
		width: 80%;
	}



	#contact-page .content {
		margin-bottom: 60px;
	}
}



#contact-page .contact-holder-1 {
    /*padding-left: 35px;*/
}

.contact-div {
    margin-bottom: 40px;
}


#contact-page .contact-holder-1 {
    padding-left: 35px;
}

.contact-div {
    margin-bottom: 40px;
}

.mb-0 {margin-bottom: 0;}
.mauto {display: block; margin: 0 auto}


/*testimonials*/
.column-testi {
	padding: 0 15px;
}
.single-testi {
	text-align: center
}
.single-testi {    
	border-radius: 10px;
    position: relative;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -1px;
    margin: 0px 20px;
}
.single-testi .test-wrap {
	position: absolute;
    top: -55px;
    left: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}
.single-testi img.testimage {
	width: 100%;
    height: 110px;
    max-width: 110px;
    border-radius: 50%;
}
.single-testi .testi-p {
  margin: 30px 0;
}
.single-testi .testbadge {
	max-width: 105px; 
	margin-bottom: 25px;
}

.single-testi {font-size: 1rem; line-height: 1.6; margin: 25px 0px}
.reviewbtn a {
 	display: block;
    margin: 0 auto;
    max-width: 280px;
 }

.blog-card {
	margin-bottom: 30px;
}

 .post-card {
 	background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 94px 94px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 94px 94px 0 rgba(0, 0, 0, 0.03);

       transition: 
        transform 0.5s ease, 
        box-shadow 0.5s ease, 
        background 0.5s ease;
 }

 .post-card:hover,
 .post-card:focus {
 	    transform: translateY(-5px);
 	    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 1px 25px rgb(0 0 0 / 10%);
 	    background: rgb(215 215 215 / 5%);
 }

  .post-card a{
  	text-decoration: none !important;
  }

 .tc-blog-st1 .post-card .img {
    display: block;
    position: relative;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit
}


.tc-blog-st1 .post-card .img .float-arrow {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-image: var(--ln-orange1);
    color: #fff;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }

.post-card .tags a {
	font-size: 1rem;
}

.post-card .info-card {
    padding: 30px;
}

.post-card .info-card h4 {
    font-size: 1.3rem;
    text-decoration: none !important;
}
.info .button {
   padding: 15px 35px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-align: center;
}

.post-card .info-card .tags {
	color: var(--color-body-text);
}


/**** creative ****/
.creative {
    background-position: center top !important;
    background-attachment: scroll;
    background-size: cover;
    height: auto !important;
    text-align: center;
    background: var(--color-medium-bg);
    border-top: 2px solid;
    border-bottom: 2px solid;
    /*border-color: var(--color-secondary);*/
    padding: 75px 0;
}

.creative .columns {
    padding-top: 95px;
    padding-bottom: 75px;
}

.creative p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    /*margin-bottom: 60px;*/
}

.creative p.first-p {
    font-size: 2.5rem;
    line-height: 1em;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

/*.creative a:hover {
    background: #ffcc00;
    color: #000;
}*/




/******************************/ 
/* footer*/
/******************************/

.footer {
	padding: 60px 0 0; 
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  color: white;
  z-index: 0; /* footer itself is at the base */
  overflow: hidden;
	/*background: var(--color-medium-bg);*/
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66); /* the dark overlay */
  z-index: 0; /* match the footer's layer */
}

footer > * {
  position: relative;
  z-index: 1; /* text comes above the background and overlay */
}

.footer-image img {
	display: block; margin: 0 auto 45px; 
}
.footer-slogan {
	margin-bottom: 30px;
}
.footer-slogan h2 {
	color: var(--footer-text-color); 
	font-size: 2rem; 	
	margin-bottom: 20px;
}
.footer-slogan h2:after {
	display: none;
}
.footer-slogan p, 
.footer-sm a {
	color: var(--footer-text-color);
	margin-bottom: 0; 
	line-height: 32px; 
	font-size: 1.1rem;
}
.footer-sm a {
	font-size: 1.6rem; 
	margin: 0 8px;
}
.footer-sm a:hover {
	/*color: #036DED;*/
}
.footer-slogan .button {
	margin: 25px 0; 
	text-align: center; 
}
.footer-slogan .button:hover {
	/*background: #ffcc00;*/
	/*color: var(--footer-text-color);*/
}
.footer-middle {
	padding-bottom: 60px;
}
.footer-middle p {
	color: var(--footer-text-color);
	font-size: 1rem;
    line-height: 1.7rem;
}
.address-left a {color: var(--footer-text-color)}
.address-left a:hover {color: #94aeb0 !important;}
.address-right {float: right; text-align: right; width: 400px;}
.tweets a {color: var(--footer-text-color); display: block; }
.tweets a:hover {color: #036DED;}
.border-area {padding: 0 0;}
.copyright {padding: 25px 0 25px 0; 
	background: var(--color-medium-bg);
}
.copyright p {
	color: var(--footer-text-color); 
	font-size: 11px; 
	font-weight: normal; 
	margin: 0; 
	text-align: center;
	/*padding: 15px 0 0;*/
}
.copyright a:hover {color: #94aeb0 !important;}
.copy-right {text-align: right;}
.copy-right a {color: var(--footer-text-color);}

/****** footer *****/

.footer-services ul {margin: 0;}
.footer-services ul li {position: relative; font-size: 15px; margin: 0; list-style: none; line-height: normal; padding: 10px 0 10px 11px; float: left; width: 49%;}
.footer-services ul li a:before {content: "\f105"; text-rendering: auto; padding-right: 10px; position: absolute; -webkit-font-smoothing: antialiased; display: inline-block; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; padding-right: 10px; position: absolute; top: 13px; left: 0;}
.social-footer ul {margin: 0;}
.social-footer ul li {border-bottom: 1px solid #5a5959; border-top: 1px solid #5a5959; margin-bottom: -1px; display: block; font-weight: 400; padding: 0;}
.social-footer ul li:last-child {border-bottom: 0;}
.social-footer ul li a {padding: 12px 30px 12px 50px; font-size: 14px; position: relative; line-height: 27px; color: var(--footer-text-color); display: block; -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear;}
.social-footer ul li a:hover {background: #d7dee3; text-decoration: none;}
.social-footer ul li a:before {position: absolute; top: 26px; left: 14px; text-align: left; width: 22px; color: #074b7f; font-size: 22px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 25px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); content: "\f09a";}


/* FAQS */
.faqs {
	position: relative;
	
}

.home .faqs {
	background: var(--color-light-bg);
    padding-top: 51px;
	padding-bottom: 70px;
}

.faqs-sub {
	padding-top: 0;
}

.faqs-sub .faqs-content {
	
}

.faqs .row {
	max-width: 1070px;
}

.faqs-inner {
	display: flex;
	flex-wrap: wrap;
}

.faqs-content {
	width: 100%;
}

.faqs-content h2 {color: #fff;}

.faqs-content .h1 {
	font-size: 2.75rem;
}

.faqs-list {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.home .faqs {
		padding-top: 103px;
		padding-bottom: 130px;
	}

	.faqs-sub {
		padding-bottom: 50px
	}

	.faqs-content {
		padding-top: 50px;
	}

	.faqs-content .h1 {
		font-size: 3.313rem;
	}

	.faqs-list {
		width: 100%;
	}
}


/*process page*/

.process-div {
	padding: 0 0 30px;
}

.process-div.div-even {
	background: #f9f8f8;
}

@media screen and (min-width: 1025px) {
	.process-div {
		padding: 75 0px;
	}
}

/*form*/

.form-main {
	padding: 45px 25px 20px;
    background: var(--color-medium-bg);
    border-radius: 1rem;
}

.form-main h2 {
	color: #fff;
}

.form-main label {
	color: #fff;
}
.field-label-colors {
	color: #fff;
}
@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1025px) {

}

