/* --------------------------------------
$Author: ThemeMascot
$URL: https://themeforest.net/user/ThemeMascot

----------------------------------------- */
/*
 * background: theme-color
 * -----------------------------------------------
*/
:root {
	--primary-color: #044616;
	--primary-color-rgb: 4, 70, 22;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: var(--primary-color); }
.menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a,
.feature-box:hover {
	background: var(--primary-color);
	color: #fff !important;
}
.about-us { background: var(--primary-color); }
.info::before { border-color: transparent var(--primary-color); transparent transparent; }
.tp-bullet {
	background: rgba(var(--primary-color-rgb), 0.3);
	border: 1px solid white;
}
.tp-bullet.selected {
	background: white;
	border: 1px solid var(--primary-color);
}
a {
	color: var(--primary-color); }
	a:hover, a:focus {
		color: #1b2734; }

		.post .entry-meta.meta-absolute {
			background-color: rgba(var(--primary-color-rgb), 0.9) !important; }

			.tab-slider .nav.nav-pills a:hover,
			.tab-slider .nav.nav-pills a.active,
			.custom-nav-tabs > li > a:hover,
			.widget .tags a:hover,
			.progress-item .progress-bar,
			.small-title .title::after,
			.drop-caps.colored-square p:first-child:first-letter,
			.drop-caps.colored-rounded p:first-child:first-letter,
			.working-process.theme-colored a,
			.widget.dark .tags a:hover,
			.blog-posts .post .entry-content .post-date.right,
			.horizontal-tab-centered .nav-pills > li > a:hover,
			.horizontal-tab-centered .nav-pills > li.active > a,
			.horizontal-tab-centered .nav-pills > li.active > a:hover,
			.horizontal-tab-centered .nav-pills > li.active > a:focus,
			.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
			.portfolio-filter a.active, .portfolio-filter a:hover,
			.section-title .both-side-line::after,
			.section-title .both-side-line::before,
			.section-title .top-side-line::after,
			.section-title .left-side-line::before,
			.section-title .right-side-line::before,
			.product .tag-sale,
			.owl-theme .owl-dots .owl-dot.active span,
			.blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute,
			.title-dots span,
			.title-line-top:before,
			.become-a-volunteer-form-title {
				background: var(--primary-color); }

				.cd-timeline-simple .cd-timeline-block .cd-timeline-img {
					background: var(--primary-color) !important; }

					.ui-state-highlight {
						background: var(--primary-color) !important;
						color: #fff !important; }

/*
 * text: theme-color
 * -----------------------------------------------
*/
						.widget .twitter-feed li::after,
						.widget .address li i,
						.icon-box.box-style1.practice-style3 i,
						.icon-box.services-style1:hover .heading,
						.horizontal-contact-widget .widget::before,
						.small-title i,
						.drop-caps.text-colored p:first-child:first-letter,
						.schedule-box:hover .schedule-details .title a,
						.widget.dark .nav-tabs li.active a,
						.pager.theme-colored a,
						.widget .post-title a:hover,
						.donation-form .form-group label {
							color: var(--primary-color); }

/*
 * border: theme-color
 * -----------------------------------------------
*/
							.widget .line-bottom:after,
							.widget .line-bottom:after,
							.pager.theme-colored a {
								border: 1px solid var(--primary-color); }

								.owl-theme .owl-dots .owl-dot span {
									border-color: var(--primary-color); }

									.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
										border-color: var(--primary-color) transparent transparent; }

										.section-title.title-border {
											border-left: 4px solid var(--primary-color); }

/* border-top-color */
.cssload-tri {
	border-top: 27px solid var(--primary-color); }

/* border-right-color */
.border-right-red {
	border-right: 1px solid var(--primary-color); }

	.section-title.title-border.title-right {
		border-right: 4px solid var(--primary-color); }

/* border-bottom-color */
.border-bottom {
	border-bottom: 1px solid var(--primary-color); }

	.cssload-tri.cssload-invert {
		border-bottom: 27px solid var(--primary-color); }

/* box-shadow */
/* Dropdown Search Form */
.dropdown-search-form-content .dropdown-search-form .input-group {
	border-color: var(--primary-color); }

	.dropdown-search-form-content .dropdown-search-form button[type="submit"] {
		background: var(--primary-color); }
		.dropdown-search-form-content .dropdown-search-form button[type="submit"] i {
			color: #fff; }

			.hr-divider {
				border-top-color: rgba(var(--primary-color-rgb), 0.2) !important; }

/* Modern Header */
.modern-header.modern-header-theme-colored1 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
	background: var(--primary-color); }

	.modern-header.modern-header-theme-colored1 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
		background: var(--primary-color); }

/* -------- Text Theme Color ---------- */
.text-theme-colored1 {
	color: var(--primary-color) !important; }

	.text-hover-theme-colored1:hover {
		color: var(--primary-color) !important; }

		ul.list.theme-colored1 li:before,
		ul.list.theme-colored1.angle-double-right li:before,
		ul.list.theme-colored1.angle-right li:before,
		ul.list.theme-colored1.check-circle li:before,
		ul.list.theme-colored1.check li:before,
		.list-icon.theme-colored1 li i {
			color: var(--primary-color); }

/* -------- border-theme-color ---------- */
.border-theme-colored1 {
	border-color: var(--primary-color) !important; }

	.border-1px-theme-colored1 {
		border: 1px solid var(--primary-color); }

/* -------- bg-theme-color ---------- */
.bg-theme-colored1 {
	background-color: var(--primary-color) !important; }

	.bg-hover-theme-colored1:hover {
		background: var(--primary-color) !important;
		border-color: var(--primary-color) !important;
		color: #fff !important; }
		.bg-hover-theme-colored1:hover h1, .bg-hover-theme-colored1:hover h2, .bg-hover-theme-colored1:hover h3, .bg-hover-theme-colored1:hover h4, .bg-hover-theme-colored1:hover h5, .bg-hover-theme-colored1:hover h6, .bg-hover-theme-colored1:hover p, .bg-hover-theme-colored1:hover a, .bg-hover-theme-colored1:hover i {
			color: #fff !important; }

			.list-icon.theme-colored1.square li i,
			.list-icon.theme-colored1.rounded li i {
				background: var(--primary-color); }

/* -------- lighter/darker bg Color ---------- */
.bg-theme-colored1-lighter2 {
	background-color: #f03820 !important; }

	.bg-theme-colored1-lighter3 {
		background-color: #f03d24 !important; }

		.bg-theme-colored1-lighter4 {
			background-color: #f04129 !important; }

			.bg-theme-colored1-lighter5 {
				background-color: #f1452e !important; }

				.bg-theme-colored1-lighter6 {
					background-color: #f14933 !important; }

					.bg-theme-colored1-lighter7 {
						background-color: #f14e37 !important; }

						.bg-theme-colored1-lighter8 {
							background-color: #f2523c !important; }

							.bg-theme-colored1-lighter9 {
								background-color: #f25641 !important; }

								.bg-theme-colored1-darker2 {
									background-color: #eb2a10 !important; }

									.bg-theme-colored1-darker3 {
										background-color: #e62910 !important; }

										.bg-theme-colored1-darker4 {
											background-color: #e1290f !important; }

											.bg-theme-colored1-darker5 {
												background-color: #dc280f !important; }

												.bg-theme-colored1-darker6 {
													background-color: #d8270f !important; }

													.bg-theme-colored1-darker7 {
														background-color: #d3260e !important; }

														.bg-theme-colored1-darker8 {
															background-color: #ce250e !important; }

															.bg-theme-colored1-darker9 {
																background-color: #c9240e !important; }

/* -------- Transparent bg Color ---------- */
.bg-theme-colored1-transparent-9 {
	background-color: rgba(var(--primary-color-rgb), 0.9) !important; }

	.bg-theme-colored1-transparent-8 {
		background-color: rgba(var(--primary-color-rgb), 0.8) !important; }

		.bg-theme-colored1-transparent-7 {
			background-color: rgba(var(--primary-color-rgb), 0.7) !important; }

			.bg-theme-colored1-transparent-6 {
				background-color: rgba(var(--primary-color-rgb), 0.6) !important; }

				.bg-theme-colored1-transparent-5 {
					background-color: rgba(var(--primary-color-rgb), 0.5) !important; }

					.bg-theme-colored1-transparent-4 {
						background-color: rgba(var(--primary-color-rgb), 0.4) !important; }

						.bg-theme-colored1-transparent-3 {
							background-color: rgba(var(--primary-color-rgb), 0.3) !important; }

							.bg-theme-colored1-transparent-2 {
								background-color: rgba(var(--primary-color-rgb), 0.2) !important; }

								.bg-theme-colored1-transparent-1 {
									background-color: rgba(var(--primary-color-rgb), 0.1) !important; }

									.bg-theme-colored1-transparent {
										background-color: rgba(var(--primary-color-rgb), 0.5) !important; }

/* -------- btn-themr-color ---------- */
.text-theme-colored1 .btn-plain-text,
.text-theme-colored1 .btn-plain-text-with-arrow {
	color: var(--primary-color) !important; }

/* -------- layer overlay Color ---------- */
.layer-overlay {
	/* .overlay-theme-colored1 */ }
	.layer-overlay.overlay-theme-colored1::before {
		background-color: rgba(var(--primary-color-rgb), 0.8) !important; }
		.layer-overlay.overlay-theme-colored1-1::before {
			background-color: rgba(var(--primary-color-rgb), 0.1); }
			.layer-overlay.overlay-theme-colored1-2::before {
				background-color: rgba(var(--primary-color-rgb), 0.2); }
				.layer-overlay.overlay-theme-colored1-3::before {
					background-color: rgba(var(--primary-color-rgb), 0.3); }
					.layer-overlay.overlay-theme-colored1-4::before {
						background-color: rgba(var(--primary-color-rgb), 0.4); }
						.layer-overlay.overlay-theme-colored1-5::before {
							background-color: rgba(var(--primary-color-rgb), 0.5); }
							.layer-overlay.overlay-theme-colored1-6::before {
								background-color: rgba(var(--primary-color-rgb), 0.6); }
								.layer-overlay.overlay-theme-colored1-7::before {
									background-color: rgba(var(--primary-color-rgb), 0.7); }
									.layer-overlay.overlay-theme-colored1-8::before {
										background-color: rgba(var(--primary-color-rgb), 0.8); }
										.layer-overlay.overlay-theme-colored1-9::before {
											background-color: rgba(var(--primary-color-rgb), 0.9); }

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
											.icon-theme-colored1 a {
												color: var(--primary-color); }

												.icon-theme-colored1.icon-bordered a {
													border-color: var(--primary-color); }
													.icon-theme-colored1.icon-bordered a:hover {
														background-color: var(--primary-color);
														color: #fff; }

														.icon-theme-colored1.icon-dark a {
															background-color: var(--primary-color);
															color: #fff; }
															.icon-theme-colored1.icon-dark a:hover {
																background-color: #c5230d; }

																.icon-theme-colored1.icon-dark.icon-bordered a {
																	border-color: var(--primary-color);
																	color: var(--primary-color); }
																	.icon-theme-colored1.icon-dark.icon-bordered a:hover {
																		background-color: var(--primary-color);
																		border-color: var(--primary-color);
																		color: #fff; }

																		.icon-theme-colored1.icon-gray a {
																			color: var(--primary-color); }
																			.icon-theme-colored1.icon-gray a:hover {
																				color: #c5230d; }

																				.icon-theme-colored1.icon-gray.icon-bordered a {
																					color: var(--primary-color); }
																					.icon-theme-colored1.icon-gray.icon-bordered a:hover {
																						background-color: #eee;
																						border-color: #eee;
																						color: var(--primary-color); }

																						.icon-hover-theme-colored1 a:hover {
																							background-color: var(--primary-color);
																							border-color: var(--primary-color);
																							color: #fff; }

																							.styled-icons.icon-hover-theme-colored1 a:hover {
																								background-color: var(--primary-color);
																								border-color: var(--primary-color);
																								color: #fff; }

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
																								.icon-box.iconbox-theme-colored1 .icon {
																									color: var(--primary-color); }
																									.icon-box.iconbox-theme-colored1 .icon.icon-border-effect::after {
																										box-shadow: 0 0 0 3px var(--primary-color); }
																										.icon-box.iconbox-theme-colored1 .icon.icon-bordered {
																											border-color: var(--primary-color); }
																											.icon-box.iconbox-theme-colored1:hover .icon.icon-bordered {
																												background-color: var(--primary-color);
																												color: #fff; }
																												.icon-box.iconbox-theme-colored1 .icon.icon-gray.icon-bordered {
																													border-color: #eee; }
																													.icon-box.iconbox-theme-colored1:hover .icon.icon-gray {
																														background-color: var(--primary-color);
																														color: #fff; }
																														.icon-box.iconbox-theme-colored1:hover .icon.icon-gray.icon-bordered {
																															background-color: var(--primary-color);
																															border-color: var(--primary-color);
																															color: #fff; }
																															.icon-box.iconbox-theme-colored1 .icon.icon-dark {
																																background-color: var(--primary-color);
																																color: #fff; }
																																.icon-box.iconbox-theme-colored1 .icon.icon-dark.icon-bordered {
																																	background-color: transparent;
																																	border-color: var(--primary-color);
																																	color: var(--primary-color); }
																																	.icon-box.iconbox-theme-colored1:hover .icon.icon-dark {
																																		color: #fff; }
																																		.icon-box.iconbox-theme-colored1:hover .icon.icon-dark.icon-bordered {
																																			background-color: var(--primary-color);
																																			border-color: var(--primary-color);
																																			color: #fff; }
																																			.icon-box.iconbox-theme-colored1 .icon.icon-white {
																																				background-color: #fff;
																																				color: var(--primary-color); }
																																				.icon-box.iconbox-theme-colored1 .icon.icon-white.icon-bordered {
																																					background-color: transparent;
																																					border-color: var(--primary-color);
																																					color: #fff; }
																																					.icon-box.iconbox-theme-colored1:hover .icon.icon-white {
																																						background-color: var(--primary-color);
																																						color: #fff; }
																																						.icon-box.iconbox-theme-colored1:hover .icon.icon-white.icon-bordered {
																																							background-color: var(--primary-color);
																																							border-color: var(--primary-color);
																																							color: #fff; }

																																							.icon-box.iconbox-theme-colored1.iconbox-border {
																																								border-color: var(--primary-color); }

/*
 *  accordion.scss
 * -----------------------------------------------
*/
																																								.accordion-theme-colored1 .panel-default > .panel-heading {
																																									background-color: var(--primary-color); }
																																									.accordion-theme-colored1 .panel-default > .panel-heading .panel-title > a,
																																									.accordion-theme-colored1 .panel-default > .panel-heading .panel-title > a:hover,
																																									.accordion-theme-colored1 .panel-default > .panel-heading .panel-title > a:focus {
																																										color: #fff; }

																																										.panel-group.accordion-classic-theme-colored1 .panel-heading .panel-title a.active:before {
																																											background: var(--primary-color); }

																																											.panel-group.accordion-classic-theme-colored1-filled .panel-heading {
																																												background: var(--primary-color); }
																																												.panel-group.accordion-classic-theme-colored1-filled .panel-heading .panel-title a {
																																													color: #fff; }
																																													.panel-group.accordion-classic-theme-colored1-filled .panel-heading .panel-title a:before {
																																														background: #e62910;
																																														color: #fff; }
																																														.panel-group.accordion-classic-theme-colored1-filled .panel-heading .panel-title a.active:before {
																																															background: #b6210d; }

																																															.panel-group.accordion-classic-theme-colored11 .panel-heading {
																																																background: var(--primary-color); }
																																																.panel-group.accordion-classic-theme-colored11 .panel-heading .panel-title a {
																																																	color: #fff; }
																																																	.panel-group.accordion-classic-theme-colored11 .panel-heading .panel-title a:before {
																																																		background: #dc280f;
																																																		color: #fff; }
																																																		.panel-group.accordion-classic-theme-colored11 .panel-heading .panel-title a.active:before {
																																																			background: var(--primary-color); }

																																																			.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored1 .panel-heading .panel-title a:before {
																																																				background-color: var(--primary-color); }

																																																				.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored1 .panel-heading .panel-title a:after {
																																																					background-color: var(--primary-color); }

																																																					.line-bottom-theme-colored1:after, .line-bottom-theme-colored1:before {
																																																						background: var(--primary-color); }

/*
 * widget
 * -----------------------------------------------
*/
																																																						.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after {
																																																							background: var(--primary-color); }

/* Modern Header */
.modern-header.modern-header-theme-colored2 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
	background: #1b2734; }

	.modern-header.modern-header-theme-colored2 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
		background: #1b2734; }

/* -------- Text Theme Color ---------- */
.text-theme-colored2 {
	color: #1b2734 !important; }

	.text-hover-theme-colored2:hover {
		color: #1b2734 !important; }

		ul.list.theme-colored2 li:before,
		ul.list.theme-colored2.angle-double-right li:before,
		ul.list.theme-colored2.angle-right li:before,
		ul.list.theme-colored2.check-circle li:before,
		ul.list.theme-colored2.check li:before,
		.list-icon.theme-colored2 li i {
			color: #1b2734; }

/* -------- border-theme-color ---------- */
.border-theme-colored2 {
	border-color: #1b2734 !important; }

	.border-1px-theme-colored2 {
		border: 1px solid #1b2734; }

/* -------- bg-theme-color ---------- */
.bg-theme-colored2 {
	background-color: #1b2734 !important; }

	.bg-hover-theme-colored2:hover {
		background: #1b2734 !important;
		border-color: #1b2734 !important;
		color: #fff !important; }
		.bg-hover-theme-colored2:hover h1, .bg-hover-theme-colored2:hover h2, .bg-hover-theme-colored2:hover h3, .bg-hover-theme-colored2:hover h4, .bg-hover-theme-colored2:hover h5, .bg-hover-theme-colored2:hover h6, .bg-hover-theme-colored2:hover p, .bg-hover-theme-colored2:hover a, .bg-hover-theme-colored2:hover i {
			color: #fff !important; }

			.list-icon.theme-colored2.square li i,
			.list-icon.theme-colored2.rounded li i {
				background: #1b2734; }

/* -------- lighter/darker bg Color ---------- */
.bg-theme-colored2-lighter2 {
	background-color: #1e2c3b !important; }

	.bg-theme-colored2-lighter3 {
		background-color: #202f3e !important; }

		.bg-theme-colored2-lighter4 {
			background-color: #223141 !important; }

			.bg-theme-colored2-lighter5 {
				background-color: #243445 !important; }

				.bg-theme-colored2-lighter6 {
					background-color: #253648 !important; }

					.bg-theme-colored2-lighter7 {
						background-color: #27394b !important; }

						.bg-theme-colored2-lighter8 {
							background-color: #293b4f !important; }

							.bg-theme-colored2-lighter9 {
								background-color: #2b3e52 !important; }

								.bg-theme-colored2-darker2 {
									background-color: #18222d !important; }

									.bg-theme-colored2-darker3 {
										background-color: #161f2a !important; }

										.bg-theme-colored2-darker4 {
											background-color: #141d27 !important; }

											.bg-theme-colored2-darker5 {
												background-color: #121a23 !important; }

												.bg-theme-colored2-darker6 {
													background-color: #111820 !important; }

													.bg-theme-colored2-darker7 {
														background-color: #0f151d !important; }

														.bg-theme-colored2-darker8 {
															background-color: #0d1319 !important; }

															.bg-theme-colored2-darker9 {
																background-color: #0b1016 !important; }

/* -------- Transparent bg Color ---------- */
.bg-theme-colored2-transparent-9 {
	background-color: rgba(27, 39, 52, 0.9) !important; }

	.bg-theme-colored2-transparent-8 {
		background-color: rgba(27, 39, 52, 0.8) !important; }

		.bg-theme-colored2-transparent-7 {
			background-color: rgba(27, 39, 52, 0.7) !important; }

			.bg-theme-colored2-transparent-6 {
				background-color: rgba(27, 39, 52, 0.6) !important; }

				.bg-theme-colored2-transparent-5 {
					background-color: rgba(27, 39, 52, 0.5) !important; }

					.bg-theme-colored2-transparent-4 {
						background-color: rgba(27, 39, 52, 0.4) !important; }

						.bg-theme-colored2-transparent-3 {
							background-color: rgba(27, 39, 52, 0.3) !important; }

							.bg-theme-colored2-transparent-2 {
								background-color: rgba(27, 39, 52, 0.2) !important; }

								.bg-theme-colored2-transparent-1 {
									background-color: rgba(27, 39, 52, 0.1) !important; }

									.bg-theme-colored2-transparent {
										background-color: rgba(27, 39, 52, 0.5) !important; }

/* -------- btn-themr-color ---------- */
.text-theme-colored2 .btn-plain-text,
.text-theme-colored2 .btn-plain-text-with-arrow {
	color: #1b2734 !important; }

/* -------- layer overlay Color ---------- */
.layer-overlay {
	/* .overlay-theme-colored2 */ }
	.layer-overlay.overlay-theme-colored2::before {
		background-color: rgba(27, 39, 52, 0.8) !important; }
		.layer-overlay.overlay-theme-colored2-1::before {
			background-color: rgba(27, 39, 52, 0.1); }
			.layer-overlay.overlay-theme-colored2-2::before {
				background-color: rgba(27, 39, 52, 0.2); }
				.layer-overlay.overlay-theme-colored2-3::before {
					background-color: rgba(27, 39, 52, 0.3); }
					.layer-overlay.overlay-theme-colored2-4::before {
						background-color: rgba(27, 39, 52, 0.4); }
						.layer-overlay.overlay-theme-colored2-5::before {
							background-color: rgba(27, 39, 52, 0.5); }
							.layer-overlay.overlay-theme-colored2-6::before {
								background-color: rgba(27, 39, 52, 0.6); }
								.layer-overlay.overlay-theme-colored2-7::before {
									background-color: rgba(27, 39, 52, 0.7); }
									.layer-overlay.overlay-theme-colored2-8::before {
										background-color: rgba(27, 39, 52, 0.8); }
										.layer-overlay.overlay-theme-colored2-9::before {
											background-color: rgba(27, 39, 52, 0.9); }

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
											.icon-theme-colored2 a {
												color: #1b2734; }

												.icon-theme-colored2.icon-bordered a {
													border-color: #1b2734; }
													.icon-theme-colored2.icon-bordered a:hover {
														background-color: #1b2734;
														color: #fff; }

														.icon-theme-colored2.icon-dark a {
															background-color: #1b2734;
															color: #fff; }
															.icon-theme-colored2.icon-dark a:hover {
																background-color: #0a0e12; }

																.icon-theme-colored2.icon-dark.icon-bordered a {
																	border-color: #1b2734;
																	color: #1b2734; }
																	.icon-theme-colored2.icon-dark.icon-bordered a:hover {
																		background-color: #1b2734;
																		border-color: #1b2734;
																		color: #fff; }

																		.icon-theme-colored2.icon-gray a {
																			color: #1b2734; }
																			.icon-theme-colored2.icon-gray a:hover {
																				color: #0a0e12; }

																				.icon-theme-colored2.icon-gray.icon-bordered a {
																					color: #1b2734; }
																					.icon-theme-colored2.icon-gray.icon-bordered a:hover {
																						background-color: #eee;
																						border-color: #eee;
																						color: #1b2734; }

																						.icon-hover-theme-colored2 a:hover {
																							background-color: #1b2734;
																							border-color: #1b2734;
																							color: #fff; }

																							.styled-icons.icon-hover-theme-colored2 a:hover {
																								background-color: #1b2734;
																								border-color: #1b2734;
																								color: #fff; }

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
																								.icon-box.iconbox-theme-colored2 .icon {
																									color: #1b2734; }
																									.icon-box.iconbox-theme-colored2 .icon.icon-border-effect::after {
																										box-shadow: 0 0 0 3px #1b2734; }
																										.icon-box.iconbox-theme-colored2 .icon.icon-bordered {
																											border-color: #1b2734; }
																											.icon-box.iconbox-theme-colored2:hover .icon.icon-bordered {
																												background-color: #1b2734;
																												color: #fff; }
																												.icon-box.iconbox-theme-colored2 .icon.icon-gray.icon-bordered {
																													border-color: #eee; }
																													.icon-box.iconbox-theme-colored2:hover .icon.icon-gray {
																														background-color: #1b2734;
																														color: #fff; }
																														.icon-box.iconbox-theme-colored2:hover .icon.icon-gray.icon-bordered {
																															background-color: #1b2734;
																															border-color: #1b2734;
																															color: #fff; }
																															.icon-box.iconbox-theme-colored2 .icon.icon-dark {
																																background-color: #1b2734;
																																color: #fff; }
																																.icon-box.iconbox-theme-colored2 .icon.icon-dark.icon-bordered {
																																	background-color: transparent;
																																	border-color: #1b2734;
																																	color: #1b2734; }
																																	.icon-box.iconbox-theme-colored2:hover .icon.icon-dark {
																																		color: #fff; }
																																		.icon-box.iconbox-theme-colored2:hover .icon.icon-dark.icon-bordered {
																																			background-color: #1b2734;
																																			border-color: #1b2734;
																																			color: #fff; }
																																			.icon-box.iconbox-theme-colored2 .icon.icon-white {
																																				background-color: #fff;
																																				color: #1b2734; }
																																				.icon-box.iconbox-theme-colored2 .icon.icon-white.icon-bordered {
																																					background-color: transparent;
																																					border-color: #1b2734;
																																					color: #fff; }
																																					.icon-box.iconbox-theme-colored2:hover .icon.icon-white {
																																						background-color: #1b2734;
																																						color: #fff; }
																																						.icon-box.iconbox-theme-colored2:hover .icon.icon-white.icon-bordered {
																																							background-color: #1b2734;
																																							border-color: #1b2734;
																																							color: #fff; }

																																							.icon-box.iconbox-theme-colored2.iconbox-border {
																																								border-color: #1b2734; }

/*
 *  accordion.scss
 * -----------------------------------------------
*/
																																								.accordion-theme-colored2 .panel-default > .panel-heading {
																																									background-color: #1b2734; }
																																									.accordion-theme-colored2 .panel-default > .panel-heading .panel-title > a,
																																									.accordion-theme-colored2 .panel-default > .panel-heading .panel-title > a:hover,
																																									.accordion-theme-colored2 .panel-default > .panel-heading .panel-title > a:focus {
																																										color: #fff; }

																																										.panel-group.accordion-classic-theme-colored2 .panel-heading .panel-title a.active:before {
																																											background: #1b2734; }

																																											.panel-group.accordion-classic-theme-colored2-filled .panel-heading {
																																												background: #1b2734; }
																																												.panel-group.accordion-classic-theme-colored2-filled .panel-heading .panel-title a {
																																													color: #fff; }
																																													.panel-group.accordion-classic-theme-colored2-filled .panel-heading .panel-title a:before {
																																														background: #161f2a;
																																														color: #fff; }
																																														.panel-group.accordion-classic-theme-colored2-filled .panel-heading .panel-title a.active:before {
																																															background: #040608; }

																																															.panel-group.accordion-classic-theme-colored21 .panel-heading {
																																																background: #1b2734; }
																																																.panel-group.accordion-classic-theme-colored21 .panel-heading .panel-title a {
																																																	color: #fff; }
																																																	.panel-group.accordion-classic-theme-colored21 .panel-heading .panel-title a:before {
																																																		background: #121a23;
																																																		color: #fff; }
																																																		.panel-group.accordion-classic-theme-colored21 .panel-heading .panel-title a.active:before {
																																																			background: var(--primary-color); }

																																																			.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored2 .panel-heading .panel-title a:before {
																																																				background-color: #1b2734; }

																																																				.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored2 .panel-heading .panel-title a:after {
																																																					background-color: #1b2734; }

																																																					.line-bottom-theme-colored2:after {
																																																						background: #1b2734; }

/*
 * widget
 * -----------------------------------------------
*/
																																																						.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored2:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored2:after {
																																																							background: #1b2734; }

/* Modern Header */
.modern-header.modern-header-theme-colored3 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
	background: #3E5D76; }

	.modern-header.modern-header-theme-colored3 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
		background: #3E5D76; }

/* -------- Text Theme Color ---------- */
.text-theme-colored3 {
	color: #3E5D76 !important; }

	.text-hover-theme-colored3:hover {
		color: #3E5D76 !important; }

		ul.list.theme-colored3 li:before,
		ul.list.theme-colored3.angle-double-right li:before,
		ul.list.theme-colored3.angle-right li:before,
		ul.list.theme-colored3.check-circle li:before,
		ul.list.theme-colored3.check li:before,
		.list-icon.theme-colored3 li i {
			color: #3E5D76; }

/* -------- border-theme-color ---------- */
.border-theme-colored3 {
	border-color: #3E5D76 !important; }

	.border-1px-theme-colored3 {
		border: 1px solid #3E5D76; }

/* -------- bg-theme-color ---------- */
.bg-theme-colored3 {
	background-color: #3E5D76 !important; }

	.bg-hover-theme-colored3:hover {
		background: #3E5D76 !important;
		border-color: #3E5D76 !important;
		color: #fff !important; }
		.bg-hover-theme-colored3:hover h1, .bg-hover-theme-colored3:hover h2, .bg-hover-theme-colored3:hover h3, .bg-hover-theme-colored3:hover h4, .bg-hover-theme-colored3:hover h5, .bg-hover-theme-colored3:hover h6, .bg-hover-theme-colored3:hover p, .bg-hover-theme-colored3:hover a, .bg-hover-theme-colored3:hover i {
			color: #fff !important; }

			.list-icon.theme-colored3.square li i,
			.list-icon.theme-colored3.rounded li i {
				background: #3E5D76; }

/* -------- lighter/darker bg Color ---------- */
.bg-theme-colored3-lighter2 {
	background-color: #42627d !important; }

	.bg-theme-colored3-lighter3 {
		background-color: #436580 !important; }

		.bg-theme-colored3-lighter4 {
			background-color: #456883 !important; }

			.bg-theme-colored3-lighter5 {
				background-color: #476a87 !important; }

				.bg-theme-colored3-lighter6 {
					background-color: #496d8a !important; }

					.bg-theme-colored3-lighter7 {
						background-color: #4a6f8d !important; }

						.bg-theme-colored3-lighter8 {
							background-color: #4c7291 !important; }

							.bg-theme-colored3-lighter9 {
								background-color: #4e7594 !important; }

								.bg-theme-colored3-darker2 {
									background-color: #3a586f !important; }

									.bg-theme-colored3-darker3 {
										background-color: #39556c !important; }

										.bg-theme-colored3-darker4 {
											background-color: #375269 !important; }

											.bg-theme-colored3-darker5 {
												background-color: #355065 !important; }

												.bg-theme-colored3-darker6 {
													background-color: #334d62 !important; }

													.bg-theme-colored3-darker7 {
														background-color: #324b5f !important; }

														.bg-theme-colored3-darker8 {
															background-color: #30485b !important; }

															.bg-theme-colored3-darker9 {
																background-color: #2e4558 !important; }

/* -------- Transparent bg Color ---------- */
.bg-theme-colored3-transparent-9 {
	background-color: rgba(62, 93, 118, 0.9) !important; }

	.bg-theme-colored3-transparent-8 {
		background-color: rgba(62, 93, 118, 0.8) !important; }

		.bg-theme-colored3-transparent-7 {
			background-color: rgba(62, 93, 118, 0.7) !important; }

			.bg-theme-colored3-transparent-6 {
				background-color: rgba(62, 93, 118, 0.6) !important; }

				.bg-theme-colored3-transparent-5 {
					background-color: rgba(62, 93, 118, 0.5) !important; }

					.bg-theme-colored3-transparent-4 {
						background-color: rgba(62, 93, 118, 0.4) !important; }

						.bg-theme-colored3-transparent-3 {
							background-color: rgba(62, 93, 118, 0.3) !important; }

							.bg-theme-colored3-transparent-2 {
								background-color: rgba(62, 93, 118, 0.2) !important; }

								.bg-theme-colored3-transparent-1 {
									background-color: rgba(62, 93, 118, 0.1) !important; }

									.bg-theme-colored3-transparent {
										background-color: rgba(62, 93, 118, 0.5) !important; }

/* -------- btn-themr-color ---------- */
.text-theme-colored3 .btn-plain-text,
.text-theme-colored3 .btn-plain-text-with-arrow {
	color: #3E5D76 !important; }

/* -------- layer overlay Color ---------- */
.layer-overlay {
	/* .overlay-theme-colored3 */ }
	.layer-overlay.overlay-theme-colored3::before {
		background-color: rgba(62, 93, 118, 0.8) !important; }
		.layer-overlay.overlay-theme-colored3-1::before {
			background-color: rgba(62, 93, 118, 0.1); }
			.layer-overlay.overlay-theme-colored3-2::before {
				background-color: rgba(62, 93, 118, 0.2); }
				.layer-overlay.overlay-theme-colored3-3::before {
					background-color: rgba(62, 93, 118, 0.3); }
					.layer-overlay.overlay-theme-colored3-4::before {
						background-color: rgba(62, 93, 118, 0.4); }
						.layer-overlay.overlay-theme-colored3-5::before {
							background-color: rgba(62, 93, 118, 0.5); }
							.layer-overlay.overlay-theme-colored3-6::before {
								background-color: rgba(62, 93, 118, 0.6); }
								.layer-overlay.overlay-theme-colored3-7::before {
									background-color: rgba(62, 93, 118, 0.7); }
									.layer-overlay.overlay-theme-colored3-8::before {
										background-color: rgba(62, 93, 118, 0.8); }
										.layer-overlay.overlay-theme-colored3-9::before {
											background-color: rgba(62, 93, 118, 0.9); }

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
											.icon-theme-colored3 a {
												color: #3E5D76; }

												.icon-theme-colored3.icon-bordered a {
													border-color: #3E5D76; }
													.icon-theme-colored3.icon-bordered a:hover {
														background-color: #3E5D76;
														color: #fff; }

														.icon-theme-colored3.icon-dark a {
															background-color: #3E5D76;
															color: #fff; }
															.icon-theme-colored3.icon-dark a:hover {
																background-color: #2c4355; }

																.icon-theme-colored3.icon-dark.icon-bordered a {
																	border-color: #3E5D76;
																	color: #3E5D76; }
																	.icon-theme-colored3.icon-dark.icon-bordered a:hover {
																		background-color: #3E5D76;
																		border-color: #3E5D76;
																		color: #fff; }

																		.icon-theme-colored3.icon-gray a {
																			color: #3E5D76; }
																			.icon-theme-colored3.icon-gray a:hover {
																				color: #2c4355; }

																				.icon-theme-colored3.icon-gray.icon-bordered a {
																					color: #3E5D76; }
																					.icon-theme-colored3.icon-gray.icon-bordered a:hover {
																						background-color: #eee;
																						border-color: #eee;
																						color: #3E5D76; }

																						.icon-hover-theme-colored3 a:hover {
																							background-color: #3E5D76;
																							border-color: #3E5D76;
																							color: #fff; }

																							.styled-icons.icon-hover-theme-colored3 a:hover {
																								background-color: #3E5D76;
																								border-color: #3E5D76;
																								color: #fff; }

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
																								.icon-box.iconbox-theme-colored3 .icon {
																									color: #3E5D76; }
																									.icon-box.iconbox-theme-colored3 .icon.icon-border-effect::after {
																										box-shadow: 0 0 0 3px #3E5D76; }
																										.icon-box.iconbox-theme-colored3 .icon.icon-bordered {
																											border-color: #3E5D76; }
																											.icon-box.iconbox-theme-colored3:hover .icon.icon-bordered {
																												background-color: #3E5D76;
																												color: #fff; }
																												.icon-box.iconbox-theme-colored3 .icon.icon-gray.icon-bordered {
																													border-color: #eee; }
																													.icon-box.iconbox-theme-colored3:hover .icon.icon-gray {
																														background-color: #3E5D76;
																														color: #fff; }
																														.icon-box.iconbox-theme-colored3:hover .icon.icon-gray.icon-bordered {
																															background-color: #3E5D76;
																															border-color: #3E5D76;
																															color: #fff; }
																															.icon-box.iconbox-theme-colored3 .icon.icon-dark {
																																background-color: #3E5D76;
																																color: #fff; }
																																.icon-box.iconbox-theme-colored3 .icon.icon-dark.icon-bordered {
																																	background-color: transparent;
																																	border-color: #3E5D76;
																																	color: #3E5D76; }
																																	.icon-box.iconbox-theme-colored3:hover .icon.icon-dark {
																																		color: #fff; }
																																		.icon-box.iconbox-theme-colored3:hover .icon.icon-dark.icon-bordered {
																																			background-color: #3E5D76;
																																			border-color: #3E5D76;
																																			color: #fff; }
																																			.icon-box.iconbox-theme-colored3 .icon.icon-white {
																																				background-color: #fff;
																																				color: #3E5D76; }
																																				.icon-box.iconbox-theme-colored3 .icon.icon-white.icon-bordered {
																																					background-color: transparent;
																																					border-color: #3E5D76;
																																					color: #fff; }
																																					.icon-box.iconbox-theme-colored3:hover .icon.icon-white {
																																						background-color: #3E5D76;
																																						color: #fff; }
																																						.icon-box.iconbox-theme-colored3:hover .icon.icon-white.icon-bordered {
																																							background-color: #3E5D76;
																																							border-color: #3E5D76;
																																							color: #fff; }

																																							.icon-box.iconbox-theme-colored3.iconbox-border {
																																								border-color: #3E5D76; }

/*
 *  accordion.scss
 * -----------------------------------------------
*/
																																								.accordion-theme-colored3 .panel-default > .panel-heading {
																																									background-color: #3E5D76; }
																																									.accordion-theme-colored3 .panel-default > .panel-heading .panel-title > a,
																																									.accordion-theme-colored3 .panel-default > .panel-heading .panel-title > a:hover,
																																									.accordion-theme-colored3 .panel-default > .panel-heading .panel-title > a:focus {
																																										color: #fff; }

																																										.panel-group.accordion-classic-theme-colored3 .panel-heading .panel-title a.active:before {
																																											background: #3E5D76; }

																																											.panel-group.accordion-classic-theme-colored3-filled .panel-heading {
																																												background: #3E5D76; }
																																												.panel-group.accordion-classic-theme-colored3-filled .panel-heading .panel-title a {
																																													color: #fff; }
																																													.panel-group.accordion-classic-theme-colored3-filled .panel-heading .panel-title a:before {
																																														background: #39556c;
																																														color: #fff; }
																																														.panel-group.accordion-classic-theme-colored3-filled .panel-heading .panel-title a.active:before {
																																															background: #273b4b; }

																																															.panel-group.accordion-classic-theme-colored31 .panel-heading {
																																																background: #3E5D76; }
																																																.panel-group.accordion-classic-theme-colored31 .panel-heading .panel-title a {
																																																	color: #fff; }
																																																	.panel-group.accordion-classic-theme-colored31 .panel-heading .panel-title a:before {
																																																		background: #355065;
																																																		color: #fff; }
																																																		.panel-group.accordion-classic-theme-colored31 .panel-heading .panel-title a.active:before {
																																																			background: var(--primary-color); }

																																																			.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored3 .panel-heading .panel-title a:before {
																																																				background-color: #3E5D76; }

																																																				.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored3 .panel-heading .panel-title a:after {
																																																					background-color: #3E5D76; }

																																																					.line-bottom-theme-colored3:after {
																																																						background: #3E5D76; }

/*
 * widget
 * -----------------------------------------------
*/
																																																						.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored3:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored3:after {
																																																							background: #3E5D76; }

/* Modern Header */
.modern-header.modern-header-theme-colored4 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
	background: #0069BA; }

	.modern-header.modern-header-theme-colored4 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
		background: #0069BA; }

/* -------- Text Theme Color ---------- */
.text-theme-colored4 {
	color: #0069BA !important; }

	.text-hover-theme-colored4:hover {
		color: #0069BA !important; }

		ul.list.theme-colored4 li:before,
		ul.list.theme-colored4.angle-double-right li:before,
		ul.list.theme-colored4.angle-right li:before,
		ul.list.theme-colored4.check-circle li:before,
		ul.list.theme-colored4.check li:before,
		.list-icon.theme-colored4 li i {
			color: #0069BA; }

/* -------- border-theme-color ---------- */
.border-theme-colored4 {
	border-color: #0069BA !important; }

	.border-1px-theme-colored4 {
		border: 1px solid #0069BA; }

/* -------- bg-theme-color ---------- */
.bg-theme-colored4 {
	background-color: #0069BA !important; }

	.bg-hover-theme-colored4:hover {
		background: #0069BA !important;
		border-color: #0069BA !important;
		color: #fff !important; }
		.bg-hover-theme-colored4:hover h1, .bg-hover-theme-colored4:hover h2, .bg-hover-theme-colored4:hover h3, .bg-hover-theme-colored4:hover h4, .bg-hover-theme-colored4:hover h5, .bg-hover-theme-colored4:hover h6, .bg-hover-theme-colored4:hover p, .bg-hover-theme-colored4:hover a, .bg-hover-theme-colored4:hover i {
			color: #fff !important; }

			.list-icon.theme-colored4.square li i,
			.list-icon.theme-colored4.rounded li i {
				background: #0069BA; }

/* -------- lighter/darker bg Color ---------- */
.bg-theme-colored4-lighter2 {
	background-color: #006fc4 !important; }

	.bg-theme-colored4-lighter3 {
		background-color: #0072c9 !important; }

		.bg-theme-colored4-lighter4 {
			background-color: #0075ce !important; }

			.bg-theme-colored4-lighter5 {
				background-color: #0077d4 !important; }

				.bg-theme-colored4-lighter6 {
					background-color: #007ad9 !important; }

					.bg-theme-colored4-lighter7 {
						background-color: #007dde !important; }

						.bg-theme-colored4-lighter8 {
							background-color: #0080e3 !important; }

							.bg-theme-colored4-lighter9 {
								background-color: #0083e8 !important; }

								.bg-theme-colored4-darker2 {
									background-color: #0063b0 !important; }

									.bg-theme-colored4-darker3 {
										background-color: #0060ab !important; }

										.bg-theme-colored4-darker4 {
											background-color: #005da6 !important; }

											.bg-theme-colored4-darker5 {
												background-color: #005ba1 !important; }

												.bg-theme-colored4-darker6 {
													background-color: #00589b !important; }

													.bg-theme-colored4-darker7 {
														background-color: #005596 !important; }

														.bg-theme-colored4-darker8 {
															background-color: #005291 !important; }

															.bg-theme-colored4-darker9 {
																background-color: #004f8c !important; }

/* -------- Transparent bg Color ---------- */
.bg-theme-colored4-transparent-9 {
	background-color: rgba(0, 105, 186, 0.9) !important; }

	.bg-theme-colored4-transparent-8 {
		background-color: rgba(0, 105, 186, 0.8) !important; }

		.bg-theme-colored4-transparent-7 {
			background-color: rgba(0, 105, 186, 0.7) !important; }

			.bg-theme-colored4-transparent-6 {
				background-color: rgba(0, 105, 186, 0.6) !important; }

				.bg-theme-colored4-transparent-5 {
					background-color: rgba(0, 105, 186, 0.5) !important; }

					.bg-theme-colored4-transparent-4 {
						background-color: rgba(0, 105, 186, 0.4) !important; }

						.bg-theme-colored4-transparent-3 {
							background-color: rgba(0, 105, 186, 0.3) !important; }

							.bg-theme-colored4-transparent-2 {
								background-color: rgba(0, 105, 186, 0.2) !important; }

								.bg-theme-colored4-transparent-1 {
									background-color: rgba(0, 105, 186, 0.1) !important; }

									.bg-theme-colored4-transparent {
										background-color: rgba(0, 105, 186, 0.5) !important; }

/* -------- btn-themr-color ---------- */
.text-theme-colored4 .btn-plain-text,
.text-theme-colored4 .btn-plain-text-with-arrow {
	color: #0069BA !important; }

/* -------- layer overlay Color ---------- */
.layer-overlay {
	/* .overlay-theme-colored4 */ }
	.layer-overlay.overlay-theme-colored4::before {
		background-color: rgba(0, 105, 186, 0.8) !important; }
		.layer-overlay.overlay-theme-colored4-1::before {
			background-color: rgba(0, 105, 186, 0.1); }
			.layer-overlay.overlay-theme-colored4-2::before {
				background-color: rgba(0, 105, 186, 0.2); }
				.layer-overlay.overlay-theme-colored4-3::before {
					background-color: rgba(0, 105, 186, 0.3); }
					.layer-overlay.overlay-theme-colored4-4::before {
						background-color: rgba(0, 105, 186, 0.4); }
						.layer-overlay.overlay-theme-colored4-5::before {
							background-color: rgba(0, 105, 186, 0.5); }
							.layer-overlay.overlay-theme-colored4-6::before {
								background-color: rgba(0, 105, 186, 0.6); }
								.layer-overlay.overlay-theme-colored4-7::before {
									background-color: rgba(0, 105, 186, 0.7); }
									.layer-overlay.overlay-theme-colored4-8::before {
										background-color: rgba(0, 105, 186, 0.8); }
										.layer-overlay.overlay-theme-colored4-9::before {
											background-color: rgba(0, 105, 186, 0.9); }

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
											.icon-theme-colored4 a {
												color: #0069BA; }

												.icon-theme-colored4.icon-bordered a {
													border-color: #0069BA; }
													.icon-theme-colored4.icon-bordered a:hover {
														background-color: #0069BA;
														color: #fff; }

														.icon-theme-colored4.icon-dark a {
															background-color: #0069BA;
															color: #fff; }
															.icon-theme-colored4.icon-dark a:hover {
																background-color: #004c87; }

																.icon-theme-colored4.icon-dark.icon-bordered a {
																	border-color: #0069BA;
																	color: #0069BA; }
																	.icon-theme-colored4.icon-dark.icon-bordered a:hover {
																		background-color: #0069BA;
																		border-color: #0069BA;
																		color: #fff; }

																		.icon-theme-colored4.icon-gray a {
																			color: #0069BA; }
																			.icon-theme-colored4.icon-gray a:hover {
																				color: #004c87; }

																				.icon-theme-colored4.icon-gray.icon-bordered a {
																					color: #0069BA; }
																					.icon-theme-colored4.icon-gray.icon-bordered a:hover {
																						background-color: #eee;
																						border-color: #eee;
																						color: #0069BA; }

																						.icon-hover-theme-colored4 a:hover {
																							background-color: #0069BA;
																							border-color: #0069BA;
																							color: #fff; }

																							.styled-icons.icon-hover-theme-colored4 a:hover {
																								background-color: #0069BA;
																								border-color: #0069BA;
																								color: #fff; }

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
																								.icon-box.iconbox-theme-colored4 .icon {
																									color: #0069BA; }
																									.icon-box.iconbox-theme-colored4 .icon.icon-border-effect::after {
																										box-shadow: 0 0 0 3px #0069BA; }
																										.icon-box.iconbox-theme-colored4 .icon.icon-bordered {
																											border-color: #0069BA; }
																											.icon-box.iconbox-theme-colored4:hover .icon.icon-bordered {
																												background-color: #0069BA;
																												color: #fff; }
																												.icon-box.iconbox-theme-colored4 .icon.icon-gray.icon-bordered {
																													border-color: #eee; }
																													.icon-box.iconbox-theme-colored4:hover .icon.icon-gray {
																														background-color: #0069BA;
																														color: #fff; }
																														.icon-box.iconbox-theme-colored4:hover .icon.icon-gray.icon-bordered {
																															background-color: #0069BA;
																															border-color: #0069BA;
																															color: #fff; }
																															.icon-box.iconbox-theme-colored4 .icon.icon-dark {
																																background-color: #0069BA;
																																color: #fff; }
																																.icon-box.iconbox-theme-colored4 .icon.icon-dark.icon-bordered {
																																	background-color: transparent;
																																	border-color: #0069BA;
																																	color: #0069BA; }
																																	.icon-box.iconbox-theme-colored4:hover .icon.icon-dark {
																																		color: #fff; }
																																		.icon-box.iconbox-theme-colored4:hover .icon.icon-dark.icon-bordered {
																																			background-color: #0069BA;
																																			border-color: #0069BA;
																																			color: #fff; }
																																			.icon-box.iconbox-theme-colored4 .icon.icon-white {
																																				background-color: #fff;
																																				color: #0069BA; }
																																				.icon-box.iconbox-theme-colored4 .icon.icon-white.icon-bordered {
																																					background-color: transparent;
																																					border-color: #0069BA;
																																					color: #fff; }
																																					.icon-box.iconbox-theme-colored4:hover .icon.icon-white {
																																						background-color: #0069BA;
																																						color: #fff; }
																																						.icon-box.iconbox-theme-colored4:hover .icon.icon-white.icon-bordered {
																																							background-color: #0069BA;
																																							border-color: #0069BA;
																																							color: #fff; }

																																							.icon-box.iconbox-theme-colored4.iconbox-border {
																																								border-color: #0069BA; }

/*
 *  accordion.scss
 * -----------------------------------------------
*/
																																								.accordion-theme-colored4 .panel-default > .panel-heading {
																																									background-color: #0069BA; }
																																									.accordion-theme-colored4 .panel-default > .panel-heading .panel-title > a,
																																									.accordion-theme-colored4 .panel-default > .panel-heading .panel-title > a:hover,
																																									.accordion-theme-colored4 .panel-default > .panel-heading .panel-title > a:focus {
																																										color: #fff; }

																																										.panel-group.accordion-classic-theme-colored4 .panel-heading .panel-title a.active:before {
																																											background: #0069BA; }

																																											.panel-group.accordion-classic-theme-colored4-filled .panel-heading {
																																												background: #0069BA; }
																																												.panel-group.accordion-classic-theme-colored4-filled .panel-heading .panel-title a {
																																													color: #fff; }
																																													.panel-group.accordion-classic-theme-colored4-filled .panel-heading .panel-title a:before {
																																														background: #0060ab;
																																														color: #fff; }
																																														.panel-group.accordion-classic-theme-colored4-filled .panel-heading .panel-title a.active:before {
																																															background: #004478; }

																																															.panel-group.accordion-classic-theme-colored41 .panel-heading {
																																																background: #0069BA; }
																																																.panel-group.accordion-classic-theme-colored41 .panel-heading .panel-title a {
																																																	color: #fff; }
																																																	.panel-group.accordion-classic-theme-colored41 .panel-heading .panel-title a:before {
																																																		background: #005ba1;
																																																		color: #fff; }
																																																		.panel-group.accordion-classic-theme-colored41 .panel-heading .panel-title a.active:before {
																																																			background: var(--primary-color); }

																																																			.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored4 .panel-heading .panel-title a:before {
																																																				background-color: #0069BA; }

																																																				.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored4 .panel-heading .panel-title a:after {
																																																					background-color: #0069BA; }

																																																					.line-bottom-theme-colored4:after {
																																																						background: #0069BA; }

/*
 * widget
 * -----------------------------------------------
*/
																																																						.widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored4:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored4:after {
																																																							background: #0069BA; }

/*
 * header-top.scss
 * -----------------------------------------------
*/
																																																							header#header .header-top {
																																																								background-color: var(--primary-color); }
																																																								header#header .header-top.bg-theme-colored2 .contact-info li .font-icon {
																																																									color: var(--primary-color); }

/*
 * header-mid.scss
 * -----------------------------------------------
*/
																																																									header#header .header-middle .header-mid-column3-container .contact-info .font-icon {
																																																										color: var(--primary-color); }

/*
 * header-nav.scss
 * -----------------------------------------------
*/
																																																										#top-primary-nav .menuzord-menu > li > .megamenu .megamenu-row li.active > .menu-item-link:not(.tm-submenu-title), #top-primary-nav .menuzord-menu > li > .megamenu .megamenu-row li:hover > .menu-item-link:not(.tm-submenu-title) {
																																																											color: var(--primary-color); }
																																																											#top-primary-nav .menuzord-menu > li > .megamenu .megamenu-row li.active > .menu-item-link:not(.tm-submenu-title) i, #top-primary-nav .menuzord-menu > li > .megamenu .megamenu-row li:hover > .menu-item-link:not(.tm-submenu-title) i {
																																																												color: var(--primary-color); }

																																																												#top-primary-nav .menuzord-menu ul.dropdown li.active > .menu-item-link:not(.tm-submenu-title), #top-primary-nav .menuzord-menu ul.dropdown li:hover > .menu-item-link:not(.tm-submenu-title) {
																																																													color: var(--primary-color); }
																																																													#top-primary-nav .menuzord-menu ul.dropdown li.active > .menu-item-link:not(.tm-submenu-title) i, #top-primary-nav .menuzord-menu ul.dropdown li:hover > .menu-item-link:not(.tm-submenu-title) i {
																																																														color: var(--primary-color); }

/*
 * header-type.scss
 * -----------------------------------------------
*/
																																																														header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav-wrapper .header-nav-container {
																																																															background-color: var(--primary-color); }
																																																															header#header.header-layout-type-header-3rows-modern-header-style2 .header-nav-wrapper .header-nav-container .header-nav-container-inner {
																																																																background-color: var(--primary-color); }

																																																																@media (min-width: 1200px) {
																																																																	header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand:before {
																																																																		background-color: #1b2734; }
																																																																		header#header.header-layout-type-header-3rows-modern-header-style2 .menuzord-brand:after {
																																																																			border-top-color: #1b2734; } }

																																																																			header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav-wrapper .header-nav-container {
																																																																				background-color: #1b2734; }
																																																																				header#header.header-layout-type-header-3rows-modern-header-style3 .header-nav-wrapper .header-nav-container .header-nav-container-inner {
																																																																					background-color: #1b2734; }

																																																																					@media (min-width: 992px) {
																																																																						header#header.header-layout-type-header-2rows-floating-header-style9 .header-nav .header-nav-wrapper .menuzord-container .container {
																																																																							background-color: var(--primary-color); } }

/*
 * menuzord.scss
 * -----------------------------------------------
*/
																																																																							.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li.active > a,
																																																																							.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li:hover > a,
																																																																							.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu ul.dropdown li:hover > a {
																																																																								background: var(--primary-color);
																																																																								color: #fff; }

																																																																								.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu > li.active > a,
																																																																								.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu > li:hover > a,
																																																																								.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu ul.dropdown li:hover > a {
																																																																									background: var(--primary-color);
																																																																									color: #fff; }

																																																																									.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li.active > a,
																																																																									.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li:hover > a,
																																																																									.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu ul.dropdown li:hover > a {
																																																																										border-color: var(--primary-color) !important; }

																																																																										.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu > li.active > a,
																																																																										.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu > li:hover > a,
																																																																										.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu ul.dropdown li:hover > a {
																																																																											border-color: var(--primary-color); }

																																																																											.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu > li.active > a,
																																																																											.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu > li:hover > a,
																																																																											.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu ul.dropdown li:hover > a {
																																																																												border-color: var(--primary-color);
																																																																												color: var(--primary-color); }

																																																																												.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li.active > a,
																																																																												.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li:hover > a,
																																																																												.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu ul.dropdown li:hover > a {
																																																																													color: var(--primary-color); }

																																																																													.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li.active,
																																																																													.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li:hover,
																																																																													.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu ul.dropdown li:hover {
																																																																														border-top-color: var(--primary-color); }

																																																																														.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li.active > a,
																																																																														.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li:hover > a,
																																																																														.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover > a {
																																																																															color: var(--primary-color); }

																																																																															.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li.active,
																																																																															.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li:hover,
																																																																															.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover {
																																																																																border-bottom-color: var(--primary-color); }

																																																																																.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li.active > a,
																																																																																.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li:hover > a,
																																																																																.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu ul.dropdown li:hover > a {
																																																																																	color: var(--primary-color); }

																																																																																	.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li.active,
																																																																																	.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li:hover,
																																																																																	.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu ul.dropdown li:hover {
																																																																																		border-color: var(--primary-color); }

																																																																																		.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li.active > a,
																																																																																		.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li:hover > a,
																																																																																		.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu ul.dropdown li:hover > a {
																																																																																			color: var(--primary-color); }

																																																																																			.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li.active > a:before,
																																																																																			.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li:hover > a:before {
																																																																																				background: var(--primary-color); }

																																																																																				.menuzord.menuzord-color-default.menuzord-default .menuzord-menu > li.active > a,
																																																																																				.menuzord.menuzord-color-default.menuzord-default .menuzord-menu > li:hover > a,
																																																																																				.menuzord.menuzord-color-default.menuzord-default .menuzord-menu ul.dropdown li:hover > a {
																																																																																					color: var(--primary-color); }

																																																																																					.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li.active > a,
																																																																																					.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li:hover > a,
																																																																																					.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu ul.dropdown li:hover > a {
																																																																																						color: #fff; }

																																																																																						.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li.active,
																																																																																						.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li:hover,
																																																																																						.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu ul.dropdown li:hover {
																																																																																							background: var(--primary-color); }

/*
 *	menu-full-page.scss
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a:hover {
	color: var(--primary-color); }

	.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li.open-sub-menu > a {
		color: var(--primary-color); }

		.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown > li a:hover {
			color: var(--primary-color); }

/*
 * side-push-panel.scss
 * -----------------------------------------------
*/
			#side-panel-trigger-close .side-panel-trigger-icon:hover {
				background: var(--primary-color); }

/*
 * page-title.scss
 * -----------------------------------------------
*/
				.page-title .breadcrumbs .active {
					color: var(--primary-color); }
					.page-title .breadcrumbs .active span {
						color: var(--primary-color); }

/*
 * 404.scss
 * -----------------------------------------------
*/
						.page-404-wrapper .page-404-main-content .title {
							color: var(--primary-color); }

							.page-404-wrapper .helpful-links ul li::before {
								color: var(--primary-color); }

								.page-404-wrapper .helpful-links ul li a:hover {
									color: var(--primary-color); }

/*
 * custom-section-color-set.scss
 * -----------------------------------------------
*/
/*
 * custom-section-color1.scss
 * -----------------------------------------------
*/
/*
 * custom-section-color2.scss
 * -----------------------------------------------
*/
/*
 * blog.scss
 * -----------------------------------------------
*/
									article .entry-content h1 a:hover, article .entry-content h2 a:hover, article .entry-content h3 a:hover, article .entry-content h4 a:hover, article .entry-content h5 a:hover, article .entry-content h6 a:hover,
									article .entry-content .h1 a:hover, article .entry-content .h2 a:hover, article .entry-content .h3 a:hover, article .entry-content .h4 a:hover, article .entry-content .h5 a:hover, article .entry-content .h6 a:hover {
										color: var(--primary-color); }

										article .entry-meta a:hover {
											color: var(--primary-color); }

											body.blog .blog-posts .main-content-area .post.sticky {
												border-color: var(--primary-color); }

												body.single .single-post-tags a:hover {
													background-color: var(--primary-color); }

													.blog-posts .main-content-area article .entry-content .entry-meta {
														color: var(--primary-color); }

														.blog-posts .main-content-area article .entry-content .post-single-meta {
															background: var(--primary-color); }
															.blog-posts .main-content-area article .entry-content .post-single-meta:hover {
																background: #1b2734; }

/*
 * blog-single.scss
 * -----------------------------------------------
*/
																body.single .single-post-tags a {
																	background-color: var(--primary-color);
																	color: #fff; }
																	body.single .single-post-tags a:hover {
																		background-color: #202f3e; }

																		body.single .main-content-area article .entry-meta li i,
																		body.single .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg {
																			color: var(--primary-color); }

																			.tm-social-share-icons .title i {
																				color: var(--primary-color); }

																				body.single .pre-next-post-link .pre-post-link:hover a,
																				body.single .pre-next-post-link .next-post-link:hover a {
																					color: var(--primary-color); }

																					.page-links > span {
																						border-color: var(--primary-color);
																						background-color: var(--primary-color); }

																						.page-links a {
																							border-color: var(--primary-color); }
																							.page-links a:hover, .page-links a:focus {
																								background-color: var(--primary-color); }

																								.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
																								.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link,
																								.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
																								.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
																								.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link {
																									color: var(--primary-color); }
																									.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
																									.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
																									.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus,
																									.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
																									.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
																									.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
																									.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
																									.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
																									.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus {
																										color: #c5230d; }

																										.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a:hover, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a:focus,
																										.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a:hover,
																										.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a:focus, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a:hover, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a:focus {
																											color: var(--primary-color); }

																											.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name,
																											.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name {
																												color: #1b2734; }
																												.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a,
																												.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a {
																													color: #1b2734; }
																													.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a:hover, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a:focus,
																													.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a:hover,
																													.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a:focus, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a:hover, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a:focus {
																														color: var(--primary-color); }

																														.comments-area .comment-list .pingback .comment-body a, .comments-area .comment-list .trackback .comment-body a {
																															color: #1b2734; }

																															.comments-area .comment-list .pingback .comment-body .edit-link a, .comments-area .comment-list .trackback .comment-body .edit-link a {
																																color: var(--primary-color); }

																																.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
																																	color: var(--primary-color); }
																																	.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link:hover, .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link:focus {
																																		color: #c5230d; }

																																		.comments-area .comment-respond .comment-form .logged-in-as a {
																																			color: var(--primary-color); }
																																			.comments-area .comment-respond .comment-form .logged-in-as a:hover, .comments-area .comment-respond .comment-form .logged-in-as a:focus {
																																				color: #c5230d; }

																																				body.single .no-comments, body.single .comments-no-password {
																																					background-color: var(--primary-color);
																																					color: #fff; }
																																					body.single .no-comments .close, body.single .comments-no-password .close {
																																						color: #fff; }

/*
 * blog-single.scss
 * -----------------------------------------------
*/
/*
 * elements: forms.scss
 * -----------------------------------------------
*/
																																						.woocommerce .woocommerce-form-login .input-text:active, .woocommerce .woocommerce-form-login .input-text:focus {
																																							box-shadow: 0 0 0 2px var(--primary-color); }

																																							.form-control:active, .form-control:focus {
																																								box-shadow: 0 0 0 2px var(--primary-color); }

																																								.tm-contact-form-transparent .form-submit-btn,
																																								.tm-request-a-call-back-form1 .form-submit-btn {
																																									background-color: var(--primary-color); }
																																									.tm-contact-form-transparent .form-submit-btn:hover,
																																									.tm-request-a-call-back-form1 .form-submit-btn:hover {
																																										border-color: var(--primary-color);
																																										color: var(--primary-color); }

																																										.tm-contact-form-transparent input[type=text]:focus,
																																										.tm-contact-form-transparent input[type=email]:focus,
																																										.tm-contact-form-transparent textarea:focus,
																																										.tm-request-a-call-back-form1 input[type=text]:focus,
																																										.tm-request-a-call-back-form1 input[type=email]:focus,
																																										.tm-request-a-call-back-form1 textarea:focus {
																																											border-bottom-color: var(--primary-color); }

/*
 * elements: isotope-layout.scss
 * -----------------------------------------------
*/
/* -------- Isotop Filter ---------- */
.isotope-layout-filter.cat-filter-theme-colored1 a.active, .isotope-layout-filter.cat-filter-theme-colored1 a:focus, .isotope-layout-filter.cat-filter-theme-colored1 a:hover,
.carousel-layout-filter.cat-filter-theme-colored1 a.active,
.carousel-layout-filter.cat-filter-theme-colored1 a:focus,
.carousel-layout-filter.cat-filter-theme-colored1 a:hover {
	background-color: var(--primary-color); }

	.isotope-layout-filter.cat-filter-theme-colored1.filter-style-2 a,
	.carousel-layout-filter.cat-filter-theme-colored1.filter-style-2 a {
		border-color: var(--primary-color); }

		.isotope-layout-filter.cat-filter-theme-colored1.filter-style-6 a,
		.carousel-layout-filter.cat-filter-theme-colored1.filter-style-6 a {
			border-color: var(--primary-color); }

			.isotope-layout-filter.cat-filter-theme-colored1.filter-style-10 a,
			.carousel-layout-filter.cat-filter-theme-colored1.filter-style-10 a {
				border-color: var(--primary-color); }

				.isotope-layout-filter.cat-filter-theme-colored1.filter-style-14 a,
				.carousel-layout-filter.cat-filter-theme-colored1.filter-style-14 a {
					border-color: var(--primary-color); }

					.isotope-layout-filter.cat-filter-theme-colored1.filter-style-flat a.active, .isotope-layout-filter.cat-filter-theme-colored1.filter-style-flat a:focus, .isotope-layout-filter.cat-filter-theme-colored1.filter-style-flat a:hover,
					.carousel-layout-filter.cat-filter-theme-colored1.filter-style-flat a.active,
					.carousel-layout-filter.cat-filter-theme-colored1.filter-style-flat a:focus,
					.carousel-layout-filter.cat-filter-theme-colored1.filter-style-flat a:hover {
						background: none;
						border-bottom-color: var(--primary-color); }

						.isotope-layout-filter.cat-filter-theme-colored2 a.active, .isotope-layout-filter.cat-filter-theme-colored2 a:focus, .isotope-layout-filter.cat-filter-theme-colored2 a:hover,
						.carousel-layout-filter.cat-filter-theme-colored2 a.active,
						.carousel-layout-filter.cat-filter-theme-colored2 a:focus,
						.carousel-layout-filter.cat-filter-theme-colored2 a:hover {
							background-color: #1b2734; }

							.isotope-layout-filter.cat-filter-theme-colored2.filter-style-2 a,
							.carousel-layout-filter.cat-filter-theme-colored2.filter-style-2 a {
								border-color: #1b2734; }

								.isotope-layout-filter.cat-filter-theme-colored2.filter-style-6 a,
								.carousel-layout-filter.cat-filter-theme-colored2.filter-style-6 a {
									border-color: #1b2734; }

									.isotope-layout-filter.cat-filter-theme-colored2.filter-style-10 a,
									.carousel-layout-filter.cat-filter-theme-colored2.filter-style-10 a {
										border-color: #1b2734; }

										.isotope-layout-filter.cat-filter-theme-colored2.filter-style-14 a,
										.carousel-layout-filter.cat-filter-theme-colored2.filter-style-14 a {
											border-color: #1b2734; }

											.isotope-layout-filter.cat-filter-theme-colored2.filter-style-flat a.active, .isotope-layout-filter.cat-filter-theme-colored2.filter-style-flat a:focus, .isotope-layout-filter.cat-filter-theme-colored2.filter-style-flat a:hover,
											.carousel-layout-filter.cat-filter-theme-colored2.filter-style-flat a.active,
											.carousel-layout-filter.cat-filter-theme-colored2.filter-style-flat a:focus,
											.carousel-layout-filter.cat-filter-theme-colored2.filter-style-flat a:hover {
												background: none;
												border-bottom-color: #1b2734; }

/*
 * elements: owl-carousel.scss
 * -----------------------------------------------
*/
												.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
													background: var(--primary-color) !important; }

/*
 * Shortcode: blockquote.scss
 * -----------------------------------------------
*/
													blockquote:before {
														color: var(--primary-color); }

														blockquote.border-left-theme-colored {
															border-left-color: var(--primary-color); }

															blockquote.quote-icon-theme-colored:before {
																color: var(--primary-color); }

																blockquote.footer-cite-theme-colored footer {
																	color: var(--primary-color); }

/*
 * Shortcode: blog.scss
 * -----------------------------------------------
*/
																	.tm-sc-blog.blog-style1-current-theme article .entry-header .link {
																		background: var(--primary-color); }

																		.tm-sc-blog.blog-style1-current-theme article .entry-content .post-single-meta {
																			background: var(--primary-color); }
																			.tm-sc-blog.blog-style1-current-theme article .entry-content .post-single-meta:hover {
																				background: #1b2734; }

																				.tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta {
																					background: var(--primary-color); }

																					.tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta {
																						background: var(--primary-color); }

																						.tm-sc-blog.blog-style3-modern article .entry-content .post-btn-readmore {
																							border-color: var(--primary-color);
																							background-color: #fff; }

																							.tm-sc-blog.blog-style3-modern article:hover .entry-content .post-btn-readmore {
																								background-color: var(--primary-color); }
																								.tm-sc-blog.blog-style3-modern article:hover .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
																									color: #fff; }

																									.tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta {
																										background: var(--primary-color); }

																										.tm-sc-blog.blog-style4-everything-over-image article:hover .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
																											color: var(--primary-color); }

																											.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .post-thumb .post-thumb-inner .thumb:after {
																												background-color: rgba(var(--primary-color-rgb), 0.94); }

/*
 * Shortcode: buttons.scss
 * -----------------------------------------------
*/
																												.btn-theme-colored1 {
																													color: #fff;
																													background-color: var(--primary-color);
																													border-color: var(--primary-color); }
																													.btn-theme-colored1:hover {
																														color: #fff;
																														background-color: #d0260e;
																														border-color: #c5230d; }
																														.btn-theme-colored1:focus, .btn-theme-colored1.focus {
																															box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.5); }
																															.btn-theme-colored1.disabled, .btn-theme-colored1:disabled {
																																color: #fff;
																																background-color: var(--primary-color);
																																border-color: var(--primary-color); }
																																.btn-theme-colored1:not(:disabled):not(.disabled):active, .btn-theme-colored1:not(:disabled):not(.disabled).active,
																																.show > .btn-theme-colored1.dropdown-toggle {
																																	color: #fff;
																																	background-color: #c5230d;
																																	border-color: #b9210d; }
																																	.btn-theme-colored1:not(:disabled):not(.disabled):active:focus, .btn-theme-colored1:not(:disabled):not(.disabled).active:focus,
																																	.show > .btn-theme-colored1.dropdown-toggle:focus {
																																		box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.5); }

																																		.btn-theme-colored1:hover {
																																			background-color: transparent;
																																			color: var(--primary-color); }

																																			.btn-theme-colored2 {
																																				color: #fff;
																																				background-color: #1b2734;
																																				border-color: #1b2734; }
																																				.btn-theme-colored2:hover {
																																					color: #fff;
																																					background-color: #0e141b;
																																					border-color: #0a0e12; }
																																					.btn-theme-colored2:focus, .btn-theme-colored2.focus {
																																						box-shadow: 0 0 0 0.2rem rgba(27, 39, 52, 0.5); }
																																						.btn-theme-colored2.disabled, .btn-theme-colored2:disabled {
																																							color: #fff;
																																							background-color: #1b2734;
																																							border-color: #1b2734; }
																																							.btn-theme-colored2:not(:disabled):not(.disabled):active, .btn-theme-colored2:not(:disabled):not(.disabled).active,
																																							.show > .btn-theme-colored2.dropdown-toggle {
																																								color: #fff;
																																								background-color: #0a0e12;
																																								border-color: #05080a; }
																																								.btn-theme-colored2:not(:disabled):not(.disabled):active:focus, .btn-theme-colored2:not(:disabled):not(.disabled).active:focus,
																																								.show > .btn-theme-colored2.dropdown-toggle:focus {
																																									box-shadow: 0 0 0 0.2rem rgba(27, 39, 52, 0.5); }

																																									.btn-theme-colored2:hover {
																																										background-color: transparent;
																																										color: #1b2734; }

																																										.btn-outline-theme-colored1 {
																																											color: var(--primary-color);
																																											background-color: transparent;
																																											background-image: none;
																																											border-color: var(--primary-color); }
																																											.btn-outline-theme-colored1:hover {
																																												color: #fff;
																																												background-color: var(--primary-color);
																																												border-color: var(--primary-color); }
																																												.btn-outline-theme-colored1:focus, .btn-outline-theme-colored1.focus {
																																													box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.5); }
																																													.btn-outline-theme-colored1.disabled, .btn-outline-theme-colored1:disabled {
																																														color: var(--primary-color);
																																														background-color: transparent; }
																																														.btn-outline-theme-colored1:not(:disabled):not(.disabled):active, .btn-outline-theme-colored1:not(:disabled):not(.disabled).active,
																																														.show > .btn-outline-theme-colored1.dropdown-toggle {
																																															color: #fff;
																																															background-color: var(--primary-color);
																																															border-color: var(--primary-color); }
																																															.btn-outline-theme-colored1:not(:disabled):not(.disabled):active:focus, .btn-outline-theme-colored1:not(:disabled):not(.disabled).active:focus,
																																															.show > .btn-outline-theme-colored1.dropdown-toggle:focus {
																																																box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.5); }

																																																.btn-outline-theme-colored2 {
																																																	color: #1b2734;
																																																	background-color: transparent;
																																																	background-image: none;
																																																	border-color: #1b2734; }
																																																	.btn-outline-theme-colored2:hover {
																																																		color: #fff;
																																																		background-color: #1b2734;
																																																		border-color: #1b2734; }
																																																		.btn-outline-theme-colored2:focus, .btn-outline-theme-colored2.focus {
																																																			box-shadow: 0 0 0 0.2rem rgba(27, 39, 52, 0.5); }
																																																			.btn-outline-theme-colored2.disabled, .btn-outline-theme-colored2:disabled {
																																																				color: #1b2734;
																																																				background-color: transparent; }
																																																				.btn-outline-theme-colored2:not(:disabled):not(.disabled):active, .btn-outline-theme-colored2:not(:disabled):not(.disabled).active,
																																																				.show > .btn-outline-theme-colored2.dropdown-toggle {
																																																					color: #fff;
																																																					background-color: #1b2734;
																																																					border-color: #1b2734; }
																																																					.btn-outline-theme-colored2:not(:disabled):not(.disabled):active:focus, .btn-outline-theme-colored2:not(:disabled):not(.disabled).active:focus,
																																																					.show > .btn-outline-theme-colored2.dropdown-toggle:focus {
																																																						box-shadow: 0 0 0 0.2rem rgba(27, 39, 52, 0.5); }

																																																						.btn-modern-white:after {
																																																							background-color: var(--primary-color); }

																																																							.btn-modern-white:hover {
																																																								border-color: var(--primary-color); }

																																																								.btn-modern-theme-colored {
																																																									border-color: var(--primary-color);
																																																									background-color: var(--primary-color); }

																																																									.hvr-sweep-to-right[class^="btn-outline-"]:hover, .hvr-sweep-to-right[class^="btn-outline-"]:focus, .hvr-sweep-to-right[class^="btn-outline-"]:active, .hvr-sweep-to-right[class*=" btn-outline-"]:hover, .hvr-sweep-to-right[class*=" btn-outline-"]:focus, .hvr-sweep-to-right[class*=" btn-outline-"]:active,
																																																									.hvr-bounce-to-right[class^="btn-outline-"]:hover,
																																																									.hvr-bounce-to-right[class^="btn-outline-"]:focus,
																																																									.hvr-bounce-to-right[class^="btn-outline-"]:active,
																																																									.hvr-bounce-to-right[class*=" btn-outline-"]:hover,
																																																									.hvr-bounce-to-right[class*=" btn-outline-"]:focus,
																																																									.hvr-bounce-to-right[class*=" btn-outline-"]:active,
																																																									.hvr-shutter-out-horizontal[class^="btn-outline-"]:hover,
																																																									.hvr-shutter-out-horizontal[class^="btn-outline-"]:focus,
																																																									.hvr-shutter-out-horizontal[class^="btn-outline-"]:active,
																																																									.hvr-shutter-out-horizontal[class*=" btn-outline-"]:hover,
																																																									.hvr-shutter-out-horizontal[class*=" btn-outline-"]:focus,
																																																									.hvr-shutter-out-horizontal[class*=" btn-outline-"]:active {
																																																										background-color: transparent; }

																																																										.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored1:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored1:before,
																																																										.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored1:before,
																																																										.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored1:before,
																																																										.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored1:before,
																																																										.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored1:before {
																																																											background: var(--primary-color); }

																																																											.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored2:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored2:before,
																																																											.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored2:before,
																																																											.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored2:before,
																																																											.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored2:before,
																																																											.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored2:before {
																																																												background: #1b2734; }

																																																												.btn-theme-colored1 {
																																																													color: #fff; }

																																																													.btn-theme-colored2 {
																																																														color: #fff; }

																																																														.btn-plain-text-with-arrow:after {
																																																															color: var(--primary-color); }

																																																															.btn-plain-text-with-arrow:hover {
																																																																color: var(--primary-color); }
																																																																.btn-plain-text-with-arrow:hover:after {
																																																																	color: var(--primary-color); }

/*
 * Shortcode: pricing-tables.scss
 * -----------------------------------------------
*/
																																																																	.tm-sc-pricing-table .pricing-table-inner .pricing-table-pricing .pricing-table-price {
																																																																		color: var(--primary-color); }

																																																																		.tm-sc-pricing-table .pricing-table-inner .pricing-table-content ul li:before {
																																																																			color: var(--primary-color); }

																																																																			.tm-sc-pricing-table .pricing-table-inner .pricing-table-label {
																																																																				background-color: var(--primary-color); }

/*
 * Shortcode: newsletter.scss
 * -----------------------------------------------
*/
																																																																				.mailchimp-form .mc4wp-form .input-group-btn .btn {
																																																																					background: var(--primary-color); }

/*
 * Shortcode: icon-box.scss
 * -----------------------------------------------
*/
																																																																					.icon-box.iconbox-style3-moving-border-bottom:after {
																																																																						background-image: -moz-linear-gradient(0deg, var(--primary-color) 0%, #f68575 100%);
																																																																						background-image: -webkit-linear-gradient(0deg, var(--primary-color) 0%, #f68575 100%);
																																																																						background-image: -ms-linear-gradient(0deg, var(--primary-color) 0%, #f68575 100%); }

																																																																						.icon-box.iconbox-style4-bgcolor:before {
																																																																							background-color: #1b2734; }

																																																																							.icon-box.iconbox-style5-moving-bgcolor:before {
																																																																								background-color: #1b2734; }

																																																																								.icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
																																																																									background-color: var(--primary-color); }

																																																																									.icon-box.iconbox-style6-moving-double-bgcolor:after {
																																																																										background-color: #1b2734; }

																																																																										.icon-box.iconbox-style7-hover-moving-border:after {
																																																																											border-right-color: rgba(var(--primary-color-rgb), 0.7);
																																																																											border-left-color: rgba(var(--primary-color-rgb), 0.7); }

																																																																											.icon-box.iconbox-style7-hover-moving-border:before {
																																																																												border-top-color: rgba(var(--primary-color-rgb), 0.7);
																																																																												border-bottom-color: rgba(var(--primary-color-rgb), 0.7); }

																																																																												.tm-features-icon-box .icon-box-wrapper:after {
																																																																													color: var(--primary-color); }

																																																																													.tm-features-icon-box:before, .tm-features-icon-box:after {
																																																																														background-color: var(--primary-color); }

/*
 * Shortcode: instagram-feed.scss
 * -----------------------------------------------
*/
																																																																														#sb_instagram .sbi_follow_btn a {
																																																																															background: rgba(var(--primary-color-rgb), 0.8); }
																																																																															#sb_instagram .sbi_follow_btn a:hover {
																																																																																background: rgba(27, 39, 52, 0.8); }

/*
 * Shortcode: nav-tabs-pricing.scss
 * -----------------------------------------------
*/
																																																																																.tm-sc-nav-tabs-pricing .nav-tabs2 li a:hover {
																																																																																	border-color: var(--primary-color);
																																																																																	background: var(--primary-color); }

																																																																																	.tm-sc-nav-tabs-pricing .nav-tabs2 li a.active {
																																																																																		border-color: var(--primary-color);
																																																																																		background: var(--primary-color) !important; }

																																																																																		.tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a:hover {
																																																																																			background: var(--primary-color);
																																																																																			border-color: var(--primary-color); }

																																																																																			.tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a.active {
																																																																																				background: var(--primary-color);
																																																																																				border-color: var(--primary-color); }

																																																																																				.tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs:before {
																																																																																					background-image: -webkit-linear-gradient(0deg, var(--primary-color) 30%, var(--primary-color) 100%);
																																																																																					background-image: -ms-linear-gradient(0deg, var(--primary-color) 30%, var(--primary-color) 100%); }

																																																																																					.tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li:last-child:before {
																																																																																						background: var(--primary-color); }

/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/
																																																																																						.tm-sc-section-title.line-bottom-style2-solid-line .title-wrapper:after {
																																																																																							background-color: var(--primary-color); }

																																																																																							.tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
																																																																																								border-color: var(--primary-color); }

																																																																																								.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
																																																																																									background-color: var(--primary-color); }

																																																																																									.tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:after {
																																																																																										background-color: var(--primary-color); }

																																																																																										.tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:after {
																																																																																											background-color: var(--primary-color); }

																																																																																											.tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:after {
																																																																																												background-color: var(--primary-color); }

																																																																																												.tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:after {
																																																																																													background-color: var(--primary-color); }

/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/
																																																																																													.tm-sc-unordered-list ul li:before {
																																																																																														color: var(--primary-color); }

/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/
																																																																																														.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder {
																																																																																															border-color: var(--primary-color); }

																																																																																															.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
																																																																																																background-color: var(--primary-color); }

/*
 * Shortcode: pagination.scss
 * -----------------------------------------------
*/
																																																																																																.pagination > .page-item.active .page-link {
																																																																																																	border-color: var(--primary-color); }

/*
 * progress-bar.scss
 * -----------------------------------------------
*/
																																																																																																	.tm-sc-progress-bar .progress-holder .progress-content {
																																																																																																		background-color: var(--primary-color); }
																																																																																																		.tm-sc-progress-bar .progress-holder .progress-content:after {
																																																																																																			box-shadow: inset 0 0 0 3px var(--primary-color); }

/*
 * video-popup.scss
 * -----------------------------------------------
*/
																																																																																																			.tm-sc-video-popup .video-button {
																																																																																																				box-shadow: 0 0 1px 15px rgba(var(--primary-color-rgb), 0.4), 0 0 1px 30px rgba(var(--primary-color-rgb), 0.1), 0 0 1px 45px rgba(var(--primary-color-rgb), 0.1); }

																																																																																																				.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button {
																																																																																																					background-color: var(--primary-color); }
																																																																																																					.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button:before {
																																																																																																						background-color: var(--primary-color); }
																																																																																																						.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button:after {
																																																																																																							background-color: var(--primary-color); }

/*
 * widget-brochure-box.scss
 * -----------------------------------------------
*/
																																																																																																							.widget-brochure-box .brochure-box .brochure-icon {
																																																																																																								color: var(--primary-color); }

																																																																																																								.widget-brochure-box .brochure-box.brochure-box-theme-colored1 {
																																																																																																									background: var(--primary-color); }
																																																																																																									.widget-brochure-box .brochure-box.brochure-box-theme-colored1 .brochure-icon {
																																																																																																										border-right-color: #e62910;
																																																																																																										color: #fff; }
																																																																																																										.widget-brochure-box .brochure-box.brochure-box-theme-colored1 .text {
																																																																																																											color: #fff; }
																																																																																																											.widget-brochure-box .brochure-box.brochure-box-theme-colored1:hover {
																																																																																																												background: #d8270f; }
																																																																																																												.widget-brochure-box .brochure-box.brochure-box-theme-colored1:hover .brochure-icon {
																																																																																																													border-right-color: #c9240e; }

																																																																																																													.widget-brochure-box .brochure-box.brochure-box-theme-colored2 {
																																																																																																														background: #1b2734; }
																																																																																																														.widget-brochure-box .brochure-box.brochure-box-theme-colored2 .brochure-icon {
																																																																																																															border-right-color: #161f2a;
																																																																																																															color: #fff; }
																																																																																																															.widget-brochure-box .brochure-box.brochure-box-theme-colored2 .text {
																																																																																																																color: #fff; }
																																																																																																																.widget-brochure-box .brochure-box.brochure-box-theme-colored2:hover {
																																																																																																																	background: #111820; }
																																																																																																																	.widget-brochure-box .brochure-box.brochure-box-theme-colored2:hover .brochure-icon {
																																																																																																																		border-right-color: #0b1016; }

/*
 * widget-contact-info.scss
 * -----------------------------------------------
*/
																																																																																																																		.widget-contact-info .contact-info.contact-icon-theme-colored1 li .icon i {
																																																																																																																			color: var(--primary-color); }

																																																																																																																			.widget-contact-info .contact-info.contact-icon-theme-colored2 li .icon i {
																																																																																																																				color: #1b2734; }

/*
 * widget-search.scss
 * -----------------------------------------------
*/
																																																																																																																				.search-form .search-submit {
																																																																																																																					background: var(--primary-color); }

/*
 * widgets.scss
 * -----------------------------------------------
*/
																																																																																																																					.widget.widget_tag_cloud .tagcloud > a:hover, .widget.widget_product_tag_cloud .tagcloud > a:hover {
																																																																																																																						background: var(--primary-color); }

																																																																																																																						.widget.widget_calendar #today {
																																																																																																																							background: var(--primary-color); }

																																																																																																																							.widget.widget_calendar tfoot a:hover {
																																																																																																																								color: var(--primary-color); }

																																																																																																																								.widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
																																																																																																																									color: var(--primary-color); }

																																																																																																																									.widget ul > li:hover::before {
																																																																																																																										color: var(--primary-color); }

																																																																																																																										.widget ul > li:hover > a {
																																																																																																																											color: var(--primary-color); }

																																																																																																																											.widget.widget_nav_menu ul > li.current-menu-item:before {
																																																																																																																												color: var(--primary-color); }

/*
 * sidebar-nav-menu.scss
 * -----------------------------------------------
*/
																																																																																																																												.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li a:hover {
																																																																																																																													border-left-color: var(--primary-color); }

																																																																																																																													.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.current-menu-item > a {
																																																																																																																														border-left-color: var(--primary-color); }

																																																																																																																														.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
																																																																																																																															border-left-color: var(--primary-color); }

																																																																																																																															.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.current-menu-item > a {
																																																																																																																																border-left-color: var(--primary-color); }

/*
 * shop loader.scss
 * -----------------------------------------------
*/
/*
 * shop-mini-cart
 * -----------------------------------------------
*/
																																																																																																																																.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
																																																																																																																																	background-color: var(--primary-color); }

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
																																																																																																																																	.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale,
																																																																																																																																	.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale {
																																																																																																																																		background-color: var(--primary-color); }

																																																																																																																																		.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
																																																																																																																																		.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
																																																																																																																																			background-color: var(--primary-color); }

																																																																																																																																			.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
																																																																																																																																			.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
																																																																																																																																				background-color: var(--primary-color); }

																																																																																																																																				.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
																																																																																																																																				.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
																																																																																																																																					background-color: var(--primary-color); }

																																																																																																																																					.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:before,
																																																																																																																																					.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:before,
																																																																																																																																					.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:before,
																																																																																																																																					.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:before {
																																																																																																																																						background-color: var(--primary-color); }

																																																																																																																																						.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
																																																																																																																																						.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
																																																																																																																																							background-color: var(--primary-color); }

																																																																																																																																							.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .onsale,
																																																																																																																																							.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .onsale {
																																																																																																																																								background-color: var(--primary-color); }

																																																																																																																																								.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
																																																																																																																																								.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
																																																																																																																																									background-color: var(--primary-color); }

																																																																																																																																									.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
																																																																																																																																									.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
																																																																																																																																										background-color: var(--primary-color); }

																																																																																																																																										.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
																																																																																																																																										.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
																																																																																																																																											background-color: var(--primary-color); }

																																																																																																																																											.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
																																																																																																																																											.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before,
																																																																																																																																											.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
																																																																																																																																											.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before {
																																																																																																																																												background-color: var(--primary-color); }

																																																																																																																																												.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
																																																																																																																																												.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
																																																																																																																																													background-color: var(--primary-color); }

/*
 * shop-single.scss
 * -----------------------------------------------
*/
																																																																																																																																													.woocommerce div.product .woocommerce-tabs .wc-tabs li.active {
																																																																																																																																														border-bottom-color: var(--primary-color); }

																																																																																																																																														.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
																																																																																																																																															color: var(--primary-color); }

																																																																																																																																															.woocommerce div.product .summary .compare.button::before {
																																																																																																																																																color: var(--primary-color); }

/*
 * shop-widgets.scss
 * -----------------------------------------------
*/
																																																																																																																																																.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
																																																																																																																																																	background: var(--primary-color); }

																																																																																																																																																	.widget.woocommerce.widget_shopping_cart ul > li a:hover, .widget.woocommerce.widget_product_categories ul > li a:hover, .widget.woocommerce.widget_layered_nav ul > li a:hover, .widget.woocommerce.widget_layered_nav_filters ul > li a:hover, .widget.woocommerce.widget_price_filter ul > li a:hover, .widget.woocommerce.widget_rating_filter ul > li a:hover, .widget.woocommerce.widget_product_tag_cloud ul > li a:hover {
																																																																																																																																																		color: var(--primary-color); }

																																																																																																																																																		.widget.woocommerce .woocommerce-product-search [type=submit] {
																																																																																																																																																			background: var(--primary-color); }
																																																																																																																																																			.widget.woocommerce .woocommerce-product-search [type=submit]:hover {
																																																																																																																																																				background: #111; }

																																																																																																																																																				.widget.woocommerce.widget_product_tag_cloud .tagcloud > a:hover {
																																																																																																																																																					background: var(--primary-color); }

/*
 * shop loader.scss
 * -----------------------------------------------
*/
/*
 * shop-mini-cart
 * -----------------------------------------------
*/
																																																																																																																																																					.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
																																																																																																																																																						background-color: var(--primary-color); }

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
																																																																																																																																																						.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale,
																																																																																																																																																						.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale {
																																																																																																																																																							background-color: var(--primary-color); }

																																																																																																																																																							.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
																																																																																																																																																							.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
																																																																																																																																																								background-color: var(--primary-color); }

																																																																																																																																																								.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
																																																																																																																																																								.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
																																																																																																																																																									background-color: var(--primary-color); }

																																																																																																																																																									.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
																																																																																																																																																									.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
																																																																																																																																																										background-color: var(--primary-color); }

																																																																																																																																																										.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:before,
																																																																																																																																																										.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:before,
																																																																																																																																																										.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:before,
																																																																																																																																																										.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:before {
																																																																																																																																																											background-color: var(--primary-color); }

																																																																																																																																																											.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
																																																																																																																																																											.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
																																																																																																																																																												background-color: var(--primary-color); }

																																																																																																																																																												.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .onsale,
																																																																																																																																																												.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .onsale {
																																																																																																																																																													background-color: var(--primary-color); }

																																																																																																																																																													.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
																																																																																																																																																													.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
																																																																																																																																																														background-color: var(--primary-color); }

																																																																																																																																																														.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
																																																																																																																																																														.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
																																																																																																																																																															background-color: var(--primary-color); }

																																																																																																																																																															.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
																																																																																																																																																															.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
																																																																																																																																																																background-color: var(--primary-color); }

																																																																																																																																																																.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
																																																																																																																																																																.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before,
																																																																																																																																																																.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
																																																																																																																																																																.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before {
																																																																																																																																																																	background-color: var(--primary-color); }

																																																																																																																																																																	.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
																																																																																																																																																																	.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
																																																																																																																																																																		background-color: var(--primary-color); }

/*
 * shop-single.scss
 * -----------------------------------------------
*/
																																																																																																																																																																		.woocommerce div.product .woocommerce-tabs .wc-tabs li.active {
																																																																																																																																																																			border-bottom-color: var(--primary-color); }

																																																																																																																																																																			.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
																																																																																																																																																																				color: var(--primary-color); }

																																																																																																																																																																				.woocommerce div.product .summary .compare.button::before {
																																																																																																																																																																					color: var(--primary-color); }

/*
 * shop-widgets.scss
 * -----------------------------------------------
*/
																																																																																																																																																																					.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
																																																																																																																																																																						background: var(--primary-color); }

																																																																																																																																																																						.widget.woocommerce.widget_shopping_cart ul > li a:hover, .widget.woocommerce.widget_product_categories ul > li a:hover, .widget.woocommerce.widget_layered_nav ul > li a:hover, .widget.woocommerce.widget_layered_nav_filters ul > li a:hover, .widget.woocommerce.widget_price_filter ul > li a:hover, .widget.woocommerce.widget_rating_filter ul > li a:hover, .widget.woocommerce.widget_product_tag_cloud ul > li a:hover {
																																																																																																																																																																							color: var(--primary-color); }

																																																																																																																																																																							.widget.woocommerce .woocommerce-product-search [type=submit] {
																																																																																																																																																																								background: var(--primary-color); }
																																																																																																																																																																								.widget.woocommerce .woocommerce-product-search [type=submit]:hover {
																																																																																																																																																																									background: #111; }

																																																																																																																																																																									.widget.woocommerce.widget_product_tag_cloud .tagcloud > a:hover {
																																																																																																																																																																										background: var(--primary-color); }

/*
 *  common.scss
 * -----------------------------------------------
*/
																																																																																																																																																																										.preloader-dot-loading .cssload-loading i {
																																																																																																																																																																											background: var(--primary-color) !important; }

																																																																																																																																																																											blockquote {
																																																																																																																																																																												border-color: var(--primary-color); }

																																																																																																																																																																												.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
																																																																																																																																																																													border-color: var(--primary-color); }

																																																																																																																																																																													.scrollToTop {
																																																																																																																																																																														background: rgba(var(--primary-color-rgb), 0.2); }
																																																																																																																																																																														.scrollToTop:hover {
																																																																																																																																																																															background: rgba(var(--primary-color-rgb), 0.9); }

/*
 *  cpt-staff.scss
 * -----------------------------------------------
*/
																																																																																																																																																																															.sidebar-staff .widget-staff.staff-contact-info .dl-horizontal dt i {
																																																																																																																																																																																color: var(--primary-color); }

																																																																																																																																																																																.tm-sc-staff .contact-info li i {
																																																																																																																																																																																	color: var(--primary-color); }

																																																																																																																																																																																	.tm-sc-staff.staff-style5-current-theme .staff-inner .staff-basic-info .speciality:after {
																																																																																																																																																																																		background: var(--primary-color); }

																																																																																																																																																																																		.tm-sc-staff.staff-style5-current-theme .staff-inner .staff-content:before {
																																																																																																																																																																																			background-color: var(--primary-color); }

																																																																																																																																																																																			.tm-sc-staff.staff-style5-current-theme .staff-inner .staff-content .name {
																																																																																																																																																																																				color: var(--primary-color); }

																																																																																																																																																																																				.tm-sc-staff.staff-style5-current-theme .staff-inner .staff-content .styled-icons a {
																																																																																																																																																																																					background-color: #1b2734; }
																																																																																																																																																																																					.tm-sc-staff.staff-style5-current-theme .staff-inner .staff-content .styled-icons a:hover {
																																																																																																																																																																																						background-color: rgba(27, 39, 52, 0.2); }

																																																																																																																																																																																						.tm-sc-staff.staff-style5-current-theme .staff-inner:hover .staff-content .styled-icons a {
																																																																																																																																																																																							background-color: #1b2734; }
																																																																																																																																																																																							.tm-sc-staff.staff-style5-current-theme .staff-inner:hover .staff-content .styled-icons a:hover {
																																																																																																																																																																																								background-color: rgba(27, 39, 52, 0.2); }

/*
 *  cpt-departments.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																								.tm-sc-departments-tab .nav-tabs > li.active, .tm-sc-departments-tab .nav-tabs > li:hover {
																																																																																																																																																																																									border-bottom-color: var(--primary-color); }
																																																																																																																																																																																									.tm-sc-departments-tab .nav-tabs > li.active > a i, .tm-sc-departments-tab .nav-tabs > li:hover > a i {
																																																																																																																																																																																										color: var(--primary-color); }

/*
 *  cpt-gallery.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																										.tm-sc-gallery .overlay-shade.shade-theme-colored1 {
																																																																																																																																																																																											background-color: var(--primary-color); }

																																																																																																																																																																																											.tm-sc-gallery .overlay-shade.shade-theme-colored2 {
																																																																																																																																																																																												background-color: #1b2734; }

																																																																																																																																																																																												.tm-sc-gallery.gallery-style4-current-theme .tm-gallery .details {
																																																																																																																																																																																													background-color: var(--primary-color); }

/*
 *  cpt-gallery.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																													.tm-sc-courses .course-header .course-price {
																																																																																																																																																																																														background-color: rgba(var(--primary-color-rgb), 0.7); }

/*
 *  cpt-portfolio.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																														body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb .link {
																																																																																																																																																																																															background: var(--primary-color); }
																																																																																																																																																																																															body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb .link:hover {
																																																																																																																																																																																																background: #1b2734; }

																																																																																																																																																																																																.tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
																																																																																																																																																																																																	color: var(--primary-color); }

																																																																																																																																																																																																	.tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
																																																																																																																																																																																																		color: var(--primary-color); }

																																																																																																																																																																																																		.tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
																																																																																																																																																																																																			color: var(--primary-color); }

																																																																																																																																																																																																			.tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
																																																																																																																																																																																																				color: var(--primary-color); }

/*
 *  cpt-projects.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																				.tm-sc-projects .tm-project .btn-plain-text:after {
																																																																																																																																																																																																					background: var(--primary-color); }

																																																																																																																																																																																																					.tm-sc-projects .tm-project .btn-plain-text-with-arrow:focus:after, .tm-sc-projects .tm-project .btn-plain-text-with-arrow:hover:after {
																																																																																																																																																																																																						color: var(--primary-color); }

																																																																																																																																																																																																						.tm-sc-projects .tm-project .details .cat-list li a {
																																																																																																																																																																																																							color: var(--primary-color); }

																																																																																																																																																																																																							.tm-sc-projects.projects-style6-hanging-content .tm-project .details {
																																																																																																																																																																																																								border-color: var(--primary-color); }

																																																																																																																																																																																																								.tm-sc-projects.projects-style6-hanging-content .tm-project:hover .details {
																																																																																																																																																																																																									border-color: #1b2734; }

																																																																																																																																																																																																									.tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb .link {
																																																																																																																																																																																																										background: var(--primary-color); }

																																																																																																																																																																																																										.tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .cat-list li a {
																																																																																																																																																																																																											color: var(--primary-color); }

																																																																																																																																																																																																											.tm-sc-projects.projects-style8-current-theme .tm-project .thumb .link {
																																																																																																																																																																																																												background-color: var(--primary-color); }

/*
 *  cpt-services.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																												.tm-sc-services .tm-service .btn-plain-text:after {
																																																																																																																																																																																																													background: var(--primary-color); }

																																																																																																																																																																																																													.tm-sc-services .tm-service .btn-plain-text-with-arrow:focus:after, .tm-sc-services .tm-service .btn-plain-text-with-arrow:hover:after {
																																																																																																																																																																																																														color: var(--primary-color); }

																																																																																																																																																																																																														.tm-sc-services .tm-service .details .cat-list li a {
																																																																																																																																																																																																															color: var(--primary-color); }

																																																																																																																																																																																																															.tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb .link {
																																																																																																																																																																																																																background: var(--primary-color); }

																																																																																																																																																																																																																.tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .cat-list li a {
																																																																																																																																																																																																																	color: var(--primary-color); }

																																																																																																																																																																																																																	.tm-sc-services.services-style-current-theme .tm-service .details {
																																																																																																																																																																																																																		border-bottom-color: var(--primary-color); }
																																																																																																																																																																																																																		.tm-sc-services.services-style-current-theme .tm-service .details .symbol-icon {
																																																																																																																																																																																																																			background: var(--primary-color); }

																																																																																																																																																																																																																			.tm-sc-services.services-style-current-theme .tm-service:hover .details .symbol-icon {
																																																																																																																																																																																																																				background: #1b2734; }

/*
 *  cpt-works.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																																				.work-archive .work-single .cat-list {
																																																																																																																																																																																																																					background: rgba(var(--primary-color-rgb), 0.7); }

																																																																																																																																																																																																																					.work-archive .work-single .btn-plain-text:after {
																																																																																																																																																																																																																						background: var(--primary-color); }

																																																																																																																																																																																																																						.work-archive .work-single .btn-plain-text-with-arrow:focus:after, .work-archive .work-single .btn-plain-text-with-arrow:hover:after {
																																																																																																																																																																																																																							color: var(--primary-color); }

/*
 * wpbackery-vc loader.scss
 * -----------------------------------------------
*/
/*
 * accordion-tabs.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																																							.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																								border-color: #ddd;
																																																																																																																																																																																																																								background-color: #fff; }
																																																																																																																																																																																																																								.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																									border-color: var(--primary-color);
																																																																																																																																																																																																																									background-color: var(--primary-color); }

																																																																																																																																																																																																																									.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																										color: #333; }
																																																																																																																																																																																																																										.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																											color: #fff; }

																																																																																																																																																																																																																											.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-plus:before, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
																																																																																																																																																																																																																												border-color: #333; }

																																																																																																																																																																																																																												.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
																																																																																																																																																																																																																													border-color: var(--primary-color);
																																																																																																																																																																																																																													background-color: var(--primary-color); }

																																																																																																																																																																																																																													.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																														color: #fff; }
																																																																																																																																																																																																																														.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																															color: #fff; }

																																																																																																																																																																																																																															.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																border-color: #1b2734;
																																																																																																																																																																																																																																background-color: #1b2734; }
																																																																																																																																																																																																																																.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																	border-color: #06090c;
																																																																																																																																																																																																																																	background-color: #0f151d; }

																																																																																																																																																																																																																																	.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																		color: #fff; }
																																																																																																																																																																																																																																		.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																			color: #fff; }

																																																																																																																																																																																																																																			.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
																																																																																																																																																																																																																																				border-color: #f0f0f0;
																																																																																																																																																																																																																																				background-color: #f8f8f8; }

																																																																																																																																																																																																																																				.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																					color: #1b2734; }
																																																																																																																																																																																																																																					.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																						color: #1b2734; }

																																																																																																																																																																																																																																						.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																							border-color: var(--primary-color);
																																																																																																																																																																																																																																							background-color: var(--primary-color); }
																																																																																																																																																																																																																																							.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																								border-color: #bb220d;
																																																																																																																																																																																																																																								background-color: #d3260e; }

																																																																																																																																																																																																																																								.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																									color: #fff; }
																																																																																																																																																																																																																																									.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																										color: #fff; }

																																																																																																																																																																																																																																										.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
																																																																																																																																																																																																																																											border-color: #f0f0f0;
																																																																																																																																																																																																																																											background-color: #f8f8f8; }

																																																																																																																																																																																																																																											.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																												color: var(--primary-color); }
																																																																																																																																																																																																																																												.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																													color: var(--primary-color); }

																																																																																																																																																																																																																																													.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																														border-color: #1b2734;
																																																																																																																																																																																																																																														background-color: #1b2734; }
																																																																																																																																																																																																																																														.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																															border-color: #06090c;
																																																																																																																																																																																																																																															background-color: #0f151d; }

																																																																																																																																																																																																																																															.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																color: #fff; }
																																																																																																																																																																																																																																																.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																																	color: #fff; }

																																																																																																																																																																																																																																																	.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
																																																																																																																																																																																																																																																		border-color: #f0f0f0;
																																																																																																																																																																																																																																																		background-color: #f8f8f8; }

																																																																																																																																																																																																																																																		.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																																			color: #1b2734; }
																																																																																																																																																																																																																																																			.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																																				color: #1b2734; }

																																																																																																																																																																																																																																																				.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																																					border-color: var(--primary-color);
																																																																																																																																																																																																																																																					background-color: var(--primary-color); }
																																																																																																																																																																																																																																																					.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																																						border-color: #bb220d;
																																																																																																																																																																																																																																																						background-color: #d3260e; }

																																																																																																																																																																																																																																																						.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																							color: #fff; }
																																																																																																																																																																																																																																																							.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																																								color: #fff; }

																																																																																																																																																																																																																																																								.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
																																																																																																																																																																																																																																																									border-color: #f0f0f0;
																																																																																																																																																																																																																																																									background-color: #f8f8f8; }

																																																																																																																																																																																																																																																									.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																																										color: var(--primary-color); }
																																																																																																																																																																																																																																																										.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																																											color: var(--primary-color); }

																																																																																																																																																																																																																																																											.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																																												border-color: #1b2734;
																																																																																																																																																																																																																																																												background-color: #1b2734; }
																																																																																																																																																																																																																																																												.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																																													border-color: #06090c;
																																																																																																																																																																																																																																																													background-color: #0f151d; }

																																																																																																																																																																																																																																																													.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																														color: #fff; }
																																																																																																																																																																																																																																																														.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																																															color: #fff; }

																																																																																																																																																																																																																																																															.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
																																																																																																																																																																																																																																																																border-color: #f0f0f0;
																																																																																																																																																																																																																																																																background-color: #f8f8f8; }

																																																																																																																																																																																																																																																																.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																																																	color: #1b2734; }
																																																																																																																																																																																																																																																																	.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-flat.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																																																		color: #1b2734; }

																																																																																																																																																																																																																																																																		.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																																																			border-color: var(--primary-color); }
																																																																																																																																																																																																																																																																			.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																																																				border-color: #bb220d;
																																																																																																																																																																																																																																																																				background-color: #d3260e; }

																																																																																																																																																																																																																																																																				.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																					color: var(--primary-color); }
																																																																																																																																																																																																																																																																					.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored1 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																																																						color: #fff; }

																																																																																																																																																																																																																																																																						.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																																																							color: var(--primary-color); }
																																																																																																																																																																																																																																																																							.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																																																								color: #fff; }

																																																																																																																																																																																																																																																																								.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading {
																																																																																																																																																																																																																																																																									border-color: #1b2734; }
																																																																																																																																																																																																																																																																									.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-heading:hover {
																																																																																																																																																																																																																																																																										border-color: #06090c;
																																																																																																																																																																																																																																																																										background-color: #0f151d; }

																																																																																																																																																																																																																																																																										.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																											color: #1b2734; }
																																																																																																																																																																																																																																																																											.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored2 .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-title-text {
																																																																																																																																																																																																																																																																												color: #fff; }

																																																																																																																																																																																																																																																																												.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
																																																																																																																																																																																																																																																																													color: #1b2734; }
																																																																																																																																																																																																																																																																													.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline.tm-vc-accordion-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text:hover {
																																																																																																																																																																																																																																																																														color: #fff; }

																																																																																																																																																																																																																																																																														.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-classic.tm-vc-tab-theme-colored1 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																															background-color: var(--primary-color);
																																																																																																																																																																																																																																																																															color: #fff; }

																																																																																																																																																																																																																																																																															.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-classic.tm-vc-tab-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																color: #fff; }

																																																																																																																																																																																																																																																																																.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-classic.tm-vc-tab-theme-colored2 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																	background-color: #1b2734;
																																																																																																																																																																																																																																																																																	color: #fff; }

																																																																																																																																																																																																																																																																																	.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-classic.tm-vc-tab-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																		background-color: #1b2734;
																																																																																																																																																																																																																																																																																		color: #fff; }

																																																																																																																																																																																																																																																																																		.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-modern.tm-vc-tab-theme-colored1 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																			background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																			color: #fff; }

																																																																																																																																																																																																																																																																																			.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-modern.tm-vc-tab-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																				background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																				color: #fff; }

																																																																																																																																																																																																																																																																																				.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-modern.tm-vc-tab-theme-colored2 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																					background-color: #1b2734;
																																																																																																																																																																																																																																																																																					color: #fff; }

																																																																																																																																																																																																																																																																																					.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-modern.tm-vc-tab-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																						background-color: #1b2734;
																																																																																																																																																																																																																																																																																						color: #fff; }

																																																																																																																																																																																																																																																																																						.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-flat.tm-vc-tab-theme-colored1 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																							background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																							color: #fff; }

																																																																																																																																																																																																																																																																																							.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-flat.tm-vc-tab-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																								background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																								color: #fff; }

																																																																																																																																																																																																																																																																																								.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-flat.tm-vc-tab-theme-colored2 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																									background-color: #1b2734;
																																																																																																																																																																																																																																																																																									color: #fff; }

																																																																																																																																																																																																																																																																																									.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-flat.tm-vc-tab-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																										background-color: #1b2734;
																																																																																																																																																																																																																																																																																										color: #fff; }

																																																																																																																																																																																																																																																																																										.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-outline.tm-vc-tab-theme-colored1 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																											background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																											color: #fff; }

																																																																																																																																																																																																																																																																																											.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-outline.tm-vc-tab-theme-colored1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																												background-color: var(--primary-color);
																																																																																																																																																																																																																																																																																												color: #fff; }

																																																																																																																																																																																																																																																																																												.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-outline.tm-vc-tab-theme-colored2 .vc_tta-tab.vc_active > a {
																																																																																																																																																																																																																																																																																													background-color: #1b2734;
																																																																																																																																																																																																																																																																																													color: #fff; }

																																																																																																																																																																																																																																																																																													.wpb-js-composer .vc_tta.vc_tta-tabs:not(.vc_tta-has-pagination).vc_tta-style-outline.tm-vc-tab-theme-colored2 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
																																																																																																																																																																																																																																																																																														background-color: #1b2734;
																																																																																																																																																																																																																																																																																														color: #fff; }

/*
 * vc-btn.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																																																																																																														.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1 {
																																																																																																																																																																																																																																																																																															color: #fff;
																																																																																																																																																																																																																																																																																															background-color: var(--primary-color); }
																																																																																																																																																																																																																																																																																															.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1:focus {
																																																																																																																																																																																																																																																																																																background-color: #c5230d;
																																																																																																																																																																																																																																																																																																color: #fff; }
																																																																																																																																																																																																																																																																																																.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1:hover .vc_btn3-icon, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1:focus .vc_btn3-icon {
																																																																																																																																																																																																																																																																																																	color: #fff; }
																																																																																																																																																																																																																																																																																																	.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-modern {
																																																																																																																																																																																																																																																																																																		color: #fff;
																																																																																																																																																																																																																																																																																																		border-color: var(--primary-color);
																																																																																																																																																																																																																																																																																																		background-color: var(--primary-color); }
																																																																																																																																																																																																																																																																																																		.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-modern:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-modern:focus {
																																																																																																																																																																																																																																																																																																			background-color: #c5230d;
																																																																																																																																																																																																																																																																																																			border-color: #c5230d;
																																																																																																																																																																																																																																																																																																			color: #fff; }
																																																																																																																																																																																																																																																																																																			.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-modern:hover .vc_btn3-icon, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-modern:focus .vc_btn3-icon {
																																																																																																																																																																																																																																																																																																				color: #fff; }
																																																																																																																																																																																																																																																																																																				.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-outline {
																																																																																																																																																																																																																																																																																																					color: var(--primary-color);
																																																																																																																																																																																																																																																																																																					border-color: var(--primary-color);
																																																																																																																																																																																																																																																																																																					background-color: transparent; }
																																																																																																																																																																																																																																																																																																					.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-outline:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-outline:focus {
																																																																																																																																																																																																																																																																																																						background-color: #c5230d;
																																																																																																																																																																																																																																																																																																						border-color: #c5230d;
																																																																																																																																																																																																																																																																																																						color: #fff; }
																																																																																																																																																																																																																																																																																																						.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-outline:hover .vc_btn3-icon, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-outline:focus .vc_btn3-icon {
																																																																																																																																																																																																																																																																																																							color: #fff; }
																																																																																																																																																																																																																																																																																																							.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-3d {
																																																																																																																																																																																																																																																																																																								box-shadow: 0 5px 0 #c5230d; }
																																																																																																																																																																																																																																																																																																								.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-3d:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored1.vc_btn3-style-3d:focus {
																																																																																																																																																																																																																																																																																																									top: 3px;
																																																																																																																																																																																																																																																																																																									box-shadow: 0 2px 0 #c5230d; }

																																																																																																																																																																																																																																																																																																									.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2 {
																																																																																																																																																																																																																																																																																																										color: #fff;
																																																																																																																																																																																																																																																																																																										background-color: #1b2734; }
																																																																																																																																																																																																																																																																																																										.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2:focus {
																																																																																																																																																																																																																																																																																																											background-color: #0a0e12;
																																																																																																																																																																																																																																																																																																											color: #fff; }
																																																																																																																																																																																																																																																																																																											.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2:hover .vc_btn3-icon, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2:focus .vc_btn3-icon {
																																																																																																																																																																																																																																																																																																												color: #fff; }
																																																																																																																																																																																																																																																																																																												.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-modern {
																																																																																																																																																																																																																																																																																																													color: #fff;
																																																																																																																																																																																																																																																																																																													border-color: #1b2734;
																																																																																																																																																																																																																																																																																																													background-color: #1b2734; }
																																																																																																																																																																																																																																																																																																													.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-modern:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-modern:focus {
																																																																																																																																																																																																																																																																																																														background-color: #0a0e12;
																																																																																																																																																																																																																																																																																																														border-color: #0a0e12;
																																																																																																																																																																																																																																																																																																														color: #fff; }
																																																																																																																																																																																																																																																																																																														.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-modern:hover .vc_btn3-icon, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-modern:focus .vc_btn3-icon {
																																																																																																																																																																																																																																																																																																															color: #fff; }
																																																																																																																																																																																																																																																																																																															.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-outline {
																																																																																																																																																																																																																																																																																																																color: #1b2734;
																																																																																																																																																																																																																																																																																																																border-color: #1b2734;
																																																																																																																																																																																																																																																																																																																background-color: transparent; }
																																																																																																																																																																																																																																																																																																																.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-outline:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-outline:focus {
																																																																																																																																																																																																																																																																																																																	background-color: #0a0e12;
																																																																																																																																																																																																																																																																																																																	border-color: #0a0e12;
																																																																																																																																																																																																																																																																																																																	color: #fff; }
																																																																																																																																																																																																																																																																																																																	.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-outline:hover .vc_btn3-icon, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-outline:focus .vc_btn3-icon {
																																																																																																																																																																																																																																																																																																																		color: #fff; }
																																																																																																																																																																																																																																																																																																																		.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-3d {
																																																																																																																																																																																																																																																																																																																			box-shadow: 0 5px 0 #0a0e12; }
																																																																																																																																																																																																																																																																																																																			.vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-3d:hover, .vc_general.vc_btn3.vc_btn3-color-btn-theme-colored2.vc_btn3-style-3d:focus {
																																																																																																																																																																																																																																																																																																																				top: 3px;
																																																																																																																																																																																																																																																																																																																				box-shadow: 0 2px 0 #0a0e12; }

/*
 * Shortcode: tribe-events-calendar.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																																																																																																																																				.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
																																																																																																																																																																																																																																																																																																																					background-color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																					#tribe-events-content .tribe-events-tooltip h4 {
																																																																																																																																																																																																																																																																																																																						background-color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																						#tribe-events .tribe-events-button {
																																																																																																																																																																																																																																																																																																																							background-color: var(--primary-color); }
																																																																																																																																																																																																																																																																																																																							#tribe-events .tribe-events-button:hover {
																																																																																																																																																																																																																																																																																																																								background-color: #1b2734; }

																																																																																																																																																																																																																																																																																																																								.tribe-events-list .tribe-events-loop .tribe-event-schedule-details {
																																																																																																																																																																																																																																																																																																																									color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																									.tribe-events-list .tribe-events-loop .tribe-event-featured {
																																																																																																																																																																																																																																																																																																																										background-color: var(--primary-color); }
																																																																																																																																																																																																																																																																																																																										.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-schedule-details {
																																																																																																																																																																																																																																																																																																																											color: #fff; }

																																																																																																																																																																																																																																																																																																																											.tribe-events-event-cost span {
																																																																																																																																																																																																																																																																																																																												background-color: #1b2734;
																																																																																																																																																																																																																																																																																																																												color: #fff; }

/*
 * Shortcode: tribe-events.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																																																																																																																																												.tm-sc-tribe-events .event .event-thumb .event-start-date {
																																																																																																																																																																																																																																																																																																																													background-color: rgba(var(--primary-color-rgb), 0.9); }

																																																																																																																																																																																																																																																																																																																													.tm-sc-tribe-events .event .event-content .event-meta .each-meta i {
																																																																																																																																																																																																																																																																																																																														color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																														.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.has-bg-theme-colored.theme-colored1:not(.left-block-bordered) .event-date {
																																																																																																																																																																																																																																																																																																																															background-color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																															.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.has-bg-theme-colored.theme-colored2:not(.left-block-bordered) .event-date {
																																																																																																																																																																																																																																																																																																																																background-color: #1b2734; }

																																																																																																																																																																																																																																																																																																																																.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered.has-bg-theme-colored .event-date {
																																																																																																																																																																																																																																																																																																																																	border-color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																																	.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered.theme-colored1 .event-date {
																																																																																																																																																																																																																																																																																																																																		border-color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																																		.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered.theme-colored2 .event-date {
																																																																																																																																																																																																																																																																																																																																			border-color: #1b2734; }

																																																																																																																																																																																																																																																																																																																																			.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta .each-meta i {
																																																																																																																																																																																																																																																																																																																																				color: var(--primary-color); }

																																																																																																																																																																																																																																																																																																																																				.tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event .event-date .day {
																																																																																																																																																																																																																																																																																																																																					color: var(--primary-color); }

/*
 * Shortcode: aio-icon-box
 * -----------------------------------------------
*/
																																																																																																																																																																																																																																																																																																																																					.aio-icon-box.top-icon .aio-icon i {
																																																																																																																																																																																																																																																																																																																																						color: var(--primary-color); }

/*
 * bbpress loader.scss
 * -----------------------------------------------
*/
/*
 * bbpress.scss
 * -----------------------------------------------
*/
																																																																																																																																																																																																																																																																																																																																						.bbpress #bbpress-forums li.bbp-header {
																																																																																																																																																																																																																																																																																																																																							background: var(--primary-color); }

/*
 *  Gradients BG+BGTransparent Color
 * -----------------------------------------------
*/
/* Gradient BG Colors */
.bg-theme-colored1-gradient {
	background-color: #c5230d;
	background: -webkit-gradient(linear, left top, left bottom, from(#c5230d), to(#f68575));
	background: -webkit-linear-gradient(top, #c5230d, #f68575);
	background: -moz-linear-gradient(top, #c5230d, #f68575);
	background: -ms-linear-gradient(top, #c5230d, #f68575);
	background: -o-linear-gradient(top, #c5230d, #f68575); }

	.bg-theme-colored1-gradient-horizontal {
		background: #c5230d;
		background: -webkit-gradient(linear, left top, right top, from(#c5230d), to(#f68575));
		background: -webkit-linear-gradient(left, #c5230d, #f68575);
		background: -moz-linear-gradient(left, #c5230d, #f68575);
		background: -ms-linear-gradient(left, #c5230d, #f68575);
		background: -o-linear-gradient(left, #c5230d, #f68575); }

		.bg-theme-colored2-gradient {
			background-color: #0a0e12;
			background: -webkit-gradient(linear, left top, left bottom, from(#0a0e12), to(#3e5977));
			background: -webkit-linear-gradient(top, #0a0e12, #3e5977);
			background: -moz-linear-gradient(top, #0a0e12, #3e5977);
			background: -ms-linear-gradient(top, #0a0e12, #3e5977);
			background: -o-linear-gradient(top, #0a0e12, #3e5977); }

			.bg-theme-colored2-gradient-horizontal {
				background: #0a0e12;
				background: -webkit-gradient(linear, left top, right top, from(#0a0e12), to(#3e5977));
				background: -webkit-linear-gradient(left, #0a0e12, #3e5977);
				background: -moz-linear-gradient(left, #0a0e12, #3e5977);
				background: -ms-linear-gradient(left, #0a0e12, #3e5977);
				background: -o-linear-gradient(left, #0a0e12, #3e5977); }

				.bg-theme-colored12-gradient {
					background-color: var(--primary-color);
					background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(#1b2734));
					background: -webkit-linear-gradient(top, var(--primary-color), #1b2734);
					background: -moz-linear-gradient(top, var(--primary-color), #1b2734);
					background: -ms-linear-gradient(top, var(--primary-color), #1b2734);
					background: -o-linear-gradient(top, var(--primary-color), #1b2734); }

					.bg-theme-colored12-gradient-horizontal {
						background: var(--primary-color);
						background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#1b2734));
						background: -webkit-linear-gradient(left, var(--primary-color), #1b2734);
						background: -moz-linear-gradient(left, var(--primary-color), #1b2734);
						background: -ms-linear-gradient(left, var(--primary-color), #1b2734);
						background: -o-linear-gradient(left, var(--primary-color), #1b2734); }

						.bg-theme-colored21-gradient {
							background-color: #1b2734;
							background: -webkit-gradient(linear, left top, left bottom, from(#1b2734), to(var(--primary-color)));
							background: -webkit-linear-gradient(top, #1b2734, var(--primary-color));
							background: -moz-linear-gradient(top, #1b2734, var(--primary-color));
							background: -ms-linear-gradient(top, #1b2734, var(--primary-color));
							background: -o-linear-gradient(top, #1b2734, var(--primary-color)); }

							.bg-theme-colored21-gradient-horizontal {
								background: #1b2734;
								background: -webkit-gradient(linear, left top, right top, from(#1b2734), to(var(--primary-color)));
								background: -webkit-linear-gradient(left, #1b2734, var(--primary-color));
								background: -moz-linear-gradient(left, #1b2734, var(--primary-color));
								background: -ms-linear-gradient(left, #1b2734, var(--primary-color));
								background: -o-linear-gradient(left, #1b2734, var(--primary-color)); }

/* -------- layer overlay gradient Color1 ---------- */
.layer-overlay.overlay-theme-colored1-gradient::before {
	background: rgba(var(--primary-color-rgb), 0.9);
	background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.9)), to(#f68575));
	background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575);
	background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575);
	background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575);
	background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575); }

	.layer-overlay.overlay-theme-colored1-gradient-1::before {
		background: rgba(var(--primary-color-rgb), 0.1);
		background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.1)), to(#f68575));
		background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), #f68575);
		background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), #f68575);
		background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), #f68575);
		background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), #f68575); }

		.layer-overlay.overlay-theme-colored1-gradient-2::before {
			background: rgba(var(--primary-color-rgb), 0.2);
			background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.2)), to(#f68575));
			background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), #f68575);
			background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), #f68575);
			background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), #f68575);
			background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), #f68575); }

			.layer-overlay.overlay-theme-colored1-gradient-3::before {
				background: rgba(var(--primary-color-rgb), 0.3);
				background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.3)), to(#f68575));
				background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), #f68575);
				background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), #f68575);
				background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), #f68575);
				background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), #f68575); }

				.layer-overlay.overlay-theme-colored1-gradient-4::before {
					background: rgba(var(--primary-color-rgb), 0.4);
					background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.4)), to(#f68575));
					background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), #f68575);
					background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), #f68575);
					background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), #f68575);
					background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), #f68575); }

					.layer-overlay.overlay-theme-colored1-gradient-5::before {
						background: rgba(var(--primary-color-rgb), 0.5);
						background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.5)), to(#f68575));
						background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), #f68575);
						background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), #f68575);
						background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), #f68575);
						background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), #f68575); }

						.layer-overlay.overlay-theme-colored1-gradient-6::before {
							background: rgba(var(--primary-color-rgb), 0.6);
							background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.6)), to(#f68575));
							background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), #f68575);
							background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), #f68575);
							background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), #f68575);
							background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), #f68575); }

							.layer-overlay.overlay-theme-colored1-gradient-7::before {
								background: rgba(var(--primary-color-rgb), 0.7);
								background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.7)), to(#f68575));
								background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), #f68575);
								background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), #f68575);
								background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), #f68575);
								background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), #f68575); }

								.layer-overlay.overlay-theme-colored1-gradient-8::before {
									background: rgba(var(--primary-color-rgb), 0.8);
									background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.8)), to(#f68575));
									background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), #f68575);
									background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), #f68575);
									background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), #f68575);
									background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), #f68575); }

									.layer-overlay.overlay-theme-colored1-gradient-9::before {
										background: rgba(var(--primary-color-rgb), 0.9);
										background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.9)), to(#f68575));
										background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575);
										background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575);
										background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575);
										background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), #f68575); }

/* -------- layer overlay gradient Color2 ---------- */
.layer-overlay.overlay-theme-colored2-gradient::before {
	background: rgba(27, 39, 52, 0.9);
	background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.9)), to(#3e5977));
	background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977);
	background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977);
	background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977);
	background: -o-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977); }

	.layer-overlay.overlay-theme-colored2-gradient-1::before {
		background: rgba(27, 39, 52, 0.1);
		background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.1)), to(#3e5977));
		background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.1), #3e5977);
		background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.1), #3e5977);
		background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.1), #3e5977);
		background: -o-linear-gradient(left, rgba(27, 39, 52, 0.1), #3e5977); }

		.layer-overlay.overlay-theme-colored2-gradient-2::before {
			background: rgba(27, 39, 52, 0.2);
			background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.2)), to(#3e5977));
			background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.2), #3e5977);
			background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.2), #3e5977);
			background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.2), #3e5977);
			background: -o-linear-gradient(left, rgba(27, 39, 52, 0.2), #3e5977); }

			.layer-overlay.overlay-theme-colored2-gradient-3::before {
				background: rgba(27, 39, 52, 0.3);
				background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.3)), to(#3e5977));
				background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.3), #3e5977);
				background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.3), #3e5977);
				background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.3), #3e5977);
				background: -o-linear-gradient(left, rgba(27, 39, 52, 0.3), #3e5977); }

				.layer-overlay.overlay-theme-colored2-gradient-4::before {
					background: rgba(27, 39, 52, 0.4);
					background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.4)), to(#3e5977));
					background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.4), #3e5977);
					background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.4), #3e5977);
					background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.4), #3e5977);
					background: -o-linear-gradient(left, rgba(27, 39, 52, 0.4), #3e5977); }

					.layer-overlay.overlay-theme-colored2-gradient-5::before {
						background: rgba(27, 39, 52, 0.5);
						background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.5)), to(#3e5977));
						background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.5), #3e5977);
						background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.5), #3e5977);
						background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.5), #3e5977);
						background: -o-linear-gradient(left, rgba(27, 39, 52, 0.5), #3e5977); }

						.layer-overlay.overlay-theme-colored2-gradient-6::before {
							background: rgba(27, 39, 52, 0.6);
							background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.6)), to(#3e5977));
							background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.6), #3e5977);
							background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.6), #3e5977);
							background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.6), #3e5977);
							background: -o-linear-gradient(left, rgba(27, 39, 52, 0.6), #3e5977); }

							.layer-overlay.overlay-theme-colored2-gradient-7::before {
								background: rgba(27, 39, 52, 0.7);
								background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.7)), to(#3e5977));
								background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.7), #3e5977);
								background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.7), #3e5977);
								background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.7), #3e5977);
								background: -o-linear-gradient(left, rgba(27, 39, 52, 0.7), #3e5977); }

								.layer-overlay.overlay-theme-colored2-gradient-8::before {
									background: rgba(27, 39, 52, 0.8);
									background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.8)), to(#3e5977));
									background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.8), #3e5977);
									background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.8), #3e5977);
									background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.8), #3e5977);
									background: -o-linear-gradient(left, rgba(27, 39, 52, 0.8), #3e5977); }

									.layer-overlay.overlay-theme-colored2-gradient-9::before {
										background: rgba(27, 39, 52, 0.9);
										background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.9)), to(#3e5977));
										background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977);
										background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977);
										background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977);
										background: -o-linear-gradient(left, rgba(27, 39, 52, 0.9), #3e5977); }

/* -------- layer overlay gradient Color Combined 12 ---------- */
.layer-overlay.overlay-theme-colored12-gradient::before {
	background: rgba(var(--primary-color-rgb), 0.9);
	background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.9)), to(rgba(27, 39, 52, 0.9)));
	background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9));
	background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9));
	background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9));
	background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9)); }

	.layer-overlay.overlay-theme-colored12-gradient-1::before {
		background: rgba(var(--primary-color-rgb), 0.1);
		background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.1)), to(rgba(27, 39, 52, 0.1)));
		background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), rgba(27, 39, 52, 0.1));
		background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), rgba(27, 39, 52, 0.1));
		background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), rgba(27, 39, 52, 0.1));
		background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.1), rgba(27, 39, 52, 0.1)); }

		.layer-overlay.overlay-theme-colored12-gradient-2::before {
			background: rgba(var(--primary-color-rgb), 0.2);
			background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.2)), to(rgba(27, 39, 52, 0.2)));
			background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), rgba(27, 39, 52, 0.2));
			background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), rgba(27, 39, 52, 0.2));
			background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), rgba(27, 39, 52, 0.2));
			background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.2), rgba(27, 39, 52, 0.2)); }

			.layer-overlay.overlay-theme-colored12-gradient-3::before {
				background: rgba(var(--primary-color-rgb), 0.3);
				background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.3)), to(rgba(27, 39, 52, 0.3)));
				background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), rgba(27, 39, 52, 0.3));
				background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), rgba(27, 39, 52, 0.3));
				background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), rgba(27, 39, 52, 0.3));
				background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.3), rgba(27, 39, 52, 0.3)); }

				.layer-overlay.overlay-theme-colored12-gradient-4::before {
					background: rgba(var(--primary-color-rgb), 0.4);
					background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.4)), to(rgba(27, 39, 52, 0.4)));
					background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), rgba(27, 39, 52, 0.4));
					background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), rgba(27, 39, 52, 0.4));
					background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), rgba(27, 39, 52, 0.4));
					background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.4), rgba(27, 39, 52, 0.4)); }

					.layer-overlay.overlay-theme-colored12-gradient-5::before {
						background: rgba(var(--primary-color-rgb), 0.5);
						background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.5)), to(rgba(27, 39, 52, 0.5)));
						background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), rgba(27, 39, 52, 0.5));
						background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), rgba(27, 39, 52, 0.5));
						background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), rgba(27, 39, 52, 0.5));
						background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.5), rgba(27, 39, 52, 0.5)); }

						.layer-overlay.overlay-theme-colored12-gradient-6::before {
							background: rgba(var(--primary-color-rgb), 0.6);
							background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.6)), to(rgba(27, 39, 52, 0.6)));
							background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), rgba(27, 39, 52, 0.6));
							background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), rgba(27, 39, 52, 0.6));
							background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), rgba(27, 39, 52, 0.6));
							background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.6), rgba(27, 39, 52, 0.6)); }

							.layer-overlay.overlay-theme-colored12-gradient-7::before {
								background: rgba(var(--primary-color-rgb), 0.7);
								background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.7)), to(rgba(27, 39, 52, 0.7)));
								background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), rgba(27, 39, 52, 0.7));
								background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), rgba(27, 39, 52, 0.7));
								background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), rgba(27, 39, 52, 0.7));
								background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.7), rgba(27, 39, 52, 0.7)); }

								.layer-overlay.overlay-theme-colored12-gradient-8::before {
									background: rgba(var(--primary-color-rgb), 0.8);
									background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.8)), to(rgba(27, 39, 52, 0.8)));
									background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), rgba(27, 39, 52, 0.8));
									background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), rgba(27, 39, 52, 0.8));
									background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), rgba(27, 39, 52, 0.8));
									background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.8), rgba(27, 39, 52, 0.8)); }

									.layer-overlay.overlay-theme-colored12-gradient-9::before {
										background: rgba(var(--primary-color-rgb), 0.9);
										background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-color-rgb), 0.9)), to(rgba(27, 39, 52, 0.9)));
										background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9));
										background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9));
										background: -ms-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9));
										background: -o-linear-gradient(left, rgba(var(--primary-color-rgb), 0.9), rgba(27, 39, 52, 0.9)); }

/* -------- layer overlay gradient Color Combined 21 ---------- */
.layer-overlay.overlay-theme-colored21-gradient::before {
	background: rgba(27, 39, 52, 0.9);
	background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.9)), to(rgba(var(--primary-color-rgb), 0.9)));
	background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9));
	background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9));
	background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9));
	background: -o-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9)); }

	.layer-overlay.overlay-theme-colored21-gradient-1::before {
		background: rgba(27, 39, 52, 0.1);
		background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.1)), to(rgba(var(--primary-color-rgb), 0.1)));
		background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.1), rgba(var(--primary-color-rgb), 0.1));
		background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.1), rgba(var(--primary-color-rgb), 0.1));
		background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.1), rgba(var(--primary-color-rgb), 0.1));
		background: -o-linear-gradient(left, rgba(27, 39, 52, 0.1), rgba(var(--primary-color-rgb), 0.1)); }

		.layer-overlay.overlay-theme-colored21-gradient-2::before {
			background: rgba(27, 39, 52, 0.2);
			background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.2)), to(rgba(var(--primary-color-rgb), 0.2)));
			background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.2), rgba(var(--primary-color-rgb), 0.2));
			background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.2), rgba(var(--primary-color-rgb), 0.2));
			background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.2), rgba(var(--primary-color-rgb), 0.2));
			background: -o-linear-gradient(left, rgba(27, 39, 52, 0.2), rgba(var(--primary-color-rgb), 0.2)); }

			.layer-overlay.overlay-theme-colored21-gradient-3::before {
				background: rgba(27, 39, 52, 0.3);
				background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.3)), to(rgba(var(--primary-color-rgb), 0.3)));
				background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.3), rgba(var(--primary-color-rgb), 0.3));
				background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.3), rgba(var(--primary-color-rgb), 0.3));
				background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.3), rgba(var(--primary-color-rgb), 0.3));
				background: -o-linear-gradient(left, rgba(27, 39, 52, 0.3), rgba(var(--primary-color-rgb), 0.3)); }

				.layer-overlay.overlay-theme-colored21-gradient-4::before {
					background: rgba(27, 39, 52, 0.4);
					background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.4)), to(rgba(var(--primary-color-rgb), 0.4)));
					background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.4), rgba(var(--primary-color-rgb), 0.4));
					background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.4), rgba(var(--primary-color-rgb), 0.4));
					background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.4), rgba(var(--primary-color-rgb), 0.4));
					background: -o-linear-gradient(left, rgba(27, 39, 52, 0.4), rgba(var(--primary-color-rgb), 0.4)); }

					.layer-overlay.overlay-theme-colored21-gradient-5::before {
						background: rgba(27, 39, 52, 0.5);
						background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.5)), to(rgba(var(--primary-color-rgb), 0.5)));
						background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.5), rgba(var(--primary-color-rgb), 0.5));
						background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.5), rgba(var(--primary-color-rgb), 0.5));
						background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.5), rgba(var(--primary-color-rgb), 0.5));
						background: -o-linear-gradient(left, rgba(27, 39, 52, 0.5), rgba(var(--primary-color-rgb), 0.5)); }

						.layer-overlay.overlay-theme-colored21-gradient-6::before {
							background: rgba(27, 39, 52, 0.6);
							background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.6)), to(rgba(var(--primary-color-rgb), 0.6)));
							background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.6), rgba(var(--primary-color-rgb), 0.6));
							background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.6), rgba(var(--primary-color-rgb), 0.6));
							background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.6), rgba(var(--primary-color-rgb), 0.6));
							background: -o-linear-gradient(left, rgba(27, 39, 52, 0.6), rgba(var(--primary-color-rgb), 0.6)); }

							.layer-overlay.overlay-theme-colored21-gradient-7::before {
								background: rgba(27, 39, 52, 0.7);
								background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.7)), to(rgba(var(--primary-color-rgb), 0.7)));
								background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.7), rgba(var(--primary-color-rgb), 0.7));
								background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.7), rgba(var(--primary-color-rgb), 0.7));
								background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.7), rgba(var(--primary-color-rgb), 0.7));
								background: -o-linear-gradient(left, rgba(27, 39, 52, 0.7), rgba(var(--primary-color-rgb), 0.7)); }

								.layer-overlay.overlay-theme-colored21-gradient-8::before {
									background: rgba(27, 39, 52, 0.8);
									background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.8)), to(rgba(var(--primary-color-rgb), 0.8)));
									background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.8), rgba(var(--primary-color-rgb), 0.8));
									background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.8), rgba(var(--primary-color-rgb), 0.8));
									background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.8), rgba(var(--primary-color-rgb), 0.8));
									background: -o-linear-gradient(left, rgba(27, 39, 52, 0.8), rgba(var(--primary-color-rgb), 0.8)); }

									.layer-overlay.overlay-theme-colored21-gradient-9::before {
										background: rgba(27, 39, 52, 0.9);
										background: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 52, 0.9)), to(rgba(var(--primary-color-rgb), 0.9)));
										background: -webkit-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9));
										background: -moz-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9));
										background: -ms-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9));
										background: -o-linear-gradient(left, rgba(27, 39, 52, 0.9), rgba(var(--primary-color-rgb), 0.9)); }

/*
 *  box-hover-effect
 * -----------------------------------------------
*/
/* Individual effect = play button */
.box-hover-effect.play-button:hover .video-button {
	background: rgba(var(--primary-color-rgb), 0.9); }

/*
 * theme-color: current-theme.scss
 * -----------------------------------------------
*/
