/*
Theme Name: Aries theme
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,700&display=swap&subset=latin-ext');
/*===========================Global===========================*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100vw;}
	body {
		margin: 0; }
		main {
			display: block; }
			.main-subpage {
				padding-top: 150px;
			}
			h1 {
				color: #000;
				text-transform: uppercase;
				font-weight: bold;}
				hr {
					box-sizing: content-box;
					height: 0;
					overflow: visible; }
					figure {
						margin-bottom: 0;
					}
					p {
						font-weight: 300;
					}
					pre {
						font-family: monospace,monospace;
						font-size: 1em; }
						a {
							background-color: transparent; }
							abbr[title] {
								border-bottom: none;
								text-decoration: underline;
								text-decoration: underline dotted; }
								b, strong {
									font-weight: bolder; }
									code, kbd, samp {
										font-family: monospace,monospace;
										font-size: 1em; }
										small {
											font-size: 80%; }
											sub, sup {
												font-size: 75%;
												line-height: 0;
												position: relative;
												vertical-align: baseline; }
												sub {
													bottom: -.25em; }
													sup {
														top: -.5em; }
														img {
															border-style: none; }
															button, input, optgroup, select, textarea {
																font-family: inherit;
																font-size: 100%;
																line-height: 1.15;
																margin: 0; }
																button, input {
																	overflow: visible; }
																	button, select {
																		text-transform: none; }
																		[type=button], [type=reset], [type=submit], button {
																			-webkit-appearance: button; }
																			[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
																				border-style: none;
																				padding: 0; }
																				[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
																					outline: 1px dotted ButtonText; }
																					fieldset {
																						padding: .35em .75em .625em; }
																						legend {
																							box-sizing: border-box;
																							color: inherit;
																							display: table;
																							max-width: 100%;
																							padding: 0;
																							white-space: normal; }
																							progress {
																								vertical-align: baseline; }
																								textarea {
																									overflow: auto; }
																									[type=checkbox], [type=radio] {
																										box-sizing: border-box;
																										padding: 0; }
																										[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
																											height: auto; }
																											[type=search] {
																												-webkit-appearance: textfield;
																												outline-offset: -2px; }
																												[type=search]::-webkit-search-decoration {
																													-webkit-appearance: none; }
																													::-webkit-file-upload-button {
																														-webkit-appearance: button;
																														font: inherit; }
																														details {
																															display: block; }
																															summary {
																																display: list-item; }
																																template {
																																	display: none; }
																																	[hidden] {
																																		display: none; }
																																		.pagination {
																																			position: absolute;
																																			left: 20px;
																																			top: 50%;
																																			transform: translateY(-50%);
																																			font-size: 14px;
																																			z-index: 10;
																																			display: flex;
																																			flex-direction: column; }
																																			.pagination a {
																																				display: block;
																																				margin-bottom: 5px;
																																				color: white;
																																				position: relative;
																																				padding: 4px; }
																																				.pagination a span {
																																					opacity: 1;
																																					color: rgba(0, 0, 0, 0.1);
																																					transition-duration: .5s; }
																																					.pagination a.active span {
																																						opacity: 1;
																																						color: #000;
																																						transition-duration: .5s; }
																																						.pagination a.active:after {
																																							box-shadow: inset 0 0 0 5px; }
																																							.pagination a .hover-text {
																																								position: absolute;
																																								right: 15px;
																																								top: 7px;
																																								opacity: 0;
																																								-webkit-transition: opacity 0.5s ease;
																																								transition: opacity 0.5s ease;
																																								padding-right: 15px; }
																																								.pagination a:hover .hover-text {
																																									opacity: 1;
																																									margin-left: 15px; }
																																									.pagination a:after {
																																										-webkit-transition: box-shadow 0.5s ease;
																																										transition: box-shadow 0.5s ease;
																																										width: 10px;
																																										height: 10px;
																																										display: block;
																																										border: 1px solid;
																																										border-radius: 50%;
																																										content: '';
																																										position: absolute;
																																										margin: auto;
																																										top: 0;
																																										bottom: 0; }
																																										ul#list-spy li a {
																																											text-transform: uppercase;
																																											color: #2e332f;
																																											font-weight: 600; }
																																											ul#list-spy a.active {
																																												margin-bottom: 60px;
																																												margin-top: 60px; }
																																												ul#list-spy a.active:after {
																																													content: " "; }
																																													.pagination li a span {
																																														padding-left: 15px; }
																																														.pagination li a span:after {
																																															content: " ";
																																															height: 40px;
																																															background: #fff;
																																															display: block;
																																															position: absolute;
																																															width: 2px;
																																															margin-left: 2.5px;
																																															margin-top: 10px; }
																																															.pagination li a span:before {
																																																content: " ";
																																																height: 40px;
																																																background: #fff;
																																																display: block;
																																																position: absolute;
																																																width: 2px;
																																																margin-left: 2.5px;
																																																margin-top: -50px; }
																																																.pagination li:first-child a span {
																																																	padding-left: 15px; }
																																																	.pagination li:first-child a span:after {
																																																		content: " ";
																																																		height: 40px;
																																																		background: #fff;
																																																		display: block;
																																																		position: absolute;
																																																		width: 2px;
																																																		margin-left: 2.5px;
																																																		margin-top: 10px; }
																																																		.pagination li:first-child a span:before {
																																																			content: " ";
																																																			height: 0px;
																																																			background: #fff;
																																																			display: block;
																																																			position: absolute;
																																																			width: 0px;
																																																			margin-left: 2.5px;
																																																			margin-top: 0px; }
																																																			.pagination li:last-child a span {
																																																				padding-left: 15px; }
																																																				.pagination li:last-child a span:after {
																																																					content: " ";
																																																					height: 0px;
																																																					background: transparent;
																																																					display: block;
																																																					position: absolute;
																																																					width: 0px;
																																																					margin-left: 2.5px;
																																																					margin-top: 10px; }
																																																					.pagination li:last-child a span:before {
																																																						content: " ";
																																																						height: 40px;
																																																						background: #fff;
																																																						display: block;
																																																						position: absolute;
																																																						width: 2px;
																																																						margin-left: 2.5px;
																																																						margin-top: -50px; }
																																																						@keyframes fadeleftslider {
																																																							from {
																																																								transform: translateX(-1000px); }
																																																								to {
																																																									transform: translateX(0px); } }
																																																									@keyframes showslider {
																																																										from {
																																																											opacity: 0; }
																																																											to {
																																																												opacity: 1 !important; } }
																																																												@keyframes opacity {
																																																													from {
																																																														opacity: 1; }
																																																														to {
																																																															opacity: 0; } }
																																																															@keyframes flytext {
																																																																from {
																																																																	transform: translateX(-1550px); }
																																																																	to {
																																																																		transform: translateX(-1050px); } }
																																																																		@keyframes servicefly {
																																																																			from {
																																																																				left: 5vw; }
																																																																				to {
																																																																					left: 35vw; } }
																																																																					@keyframes flytextblogbot {
																																																																						from {
																																																																							transform: translateX(-2200px); }
																																																																							to {
																																																																								transform: translateX(-1750px); } }
																																																																								@keyframes flytextblogtop {
																																																																									from {
																																																																										transform: translateX(350px); }
																																																																										to {
																																																																											transform: translateX(800px); } }
																																																																											@keyframes running {
																																																																												0% {
																																																																													transform: translateY(0px); }
																																																																													25% {
																																																																														transform: translateY(-25px); }
																																																																														50% {
																																																																															transform: translateY(-50px); }
																																																																															75% {
																																																																																transform: translateY(-25px); }
																																																																																100% {
																																																																																	transform: translateY(0px); } }
																																																																																	body {
																																																																																		width: 100vw;
																																																																																		overflow-x: hidden;
																																																																																		scroll-behavior: smooth;
																																																																																		outline: none;}
																																																																																		a:hover {
																																																																																			text-decoration: none; }
																																																																																			main {
																																																																																				transition-duration: .5s;
																																																																																				transition-timing-function: easeOutElastic;
																																																																																				filter: blur(0px);
																																																																																				transform: scale(1);
																																																																																				opacity: 1; }
																																																																																				main.blur {
																																																																																					filter: blur(10px);
																																																																																					transform: scale(1.1);
																																																																																					overflow: hidden;
																																																																																					transition-duration: .5s;
																																																																																					transition-timing-function: easeOutElastic; }
																																																																																					main.blur-1 {
																																																																																						filter: blur(10px);
																																																																																						transform: scale(1.1);
																																																																																						overflow: hidden;
																																																																																						opacity: .5;
																																																																																						transition-duration: .5s;
																																																																																						transition-timing-function: easeOutElastic; }
																																																																																						*, p, ul, li, a, input, textarea, button {
																																																																																							font-family: 'Roboto', sans-serif;}
																																																																																							span.theme {
																																																																																								letter-spacing: 5px;
																																																																																								color: #313131;
																																																																																								text-transform: uppercase; }
																																																																																								h1, h2, h3, h4, h5, h6 {
																																																																																									font-family: 'Montserrat', sans-serif;}
																																																																																									svg {
																																																																																										width: 100%; }
																																																																																										.thumbnail img {
																																																																																											max-width: 100%;
																																																																																											height: auto; }
																																																																																											/*===========================404===========================*/
																																																																																											.direct-column {
																																																																																												display: flex;
																																																																																												flex-direction: column;
																																																																																												padding-top: 100px;
																																																																																												padding-bottom: 100px;
																																																																																												justify-content: center;
																																																																																											}
																																																																																											.direct-column h1 {
																																																																																												padding-bottom: 80px;
																																																																																											}
																																																																																											.direct-column h2 {
																																																																																												font-size: 102px;
																																																																																												font-weight: bold;
																																																																																												color: rgba(3, 124, 194, .1);
																																																																																												margin: auto;
																																																																																											}
																																																																																											.direct-column a {
																																																																																												color: #fff;
																																																																																												border: 2px solid rgba(3, 124, 194, .1);
																																																																																												padding: 10px 20px;
																																																																																												width: 214px;
																																																																																												margin: auto;}
																																																																																												/*===========================Header===========================*/
																																																																																												.navbar-brand {
																																																																																													max-width: 195px; }
																																																																																													.navbar-dark .navbar-toggler {
																																																																																														background-color: #000;
																																																																																													}
																																																																																													.navbar-dark .navbar-nav .nav-link {
																																																																																														text-transform: uppercase;
																																																																																														color: #333;
																																																																																														padding: 10px 15px;

																																																																																														display: flex;
																																																																																														align-items: center;}
																																																																																														.navbar-dark li {
																																																																																															display: flex;
																																																																																															flex-direction: column;
																																																																																														}
																																																																																														.navbar-dark .navbar-nav .nav-link:hover {
																																																																																															color: #333;
																																																																																														}
																																																																																														.navbar-dark .navbar-nav .nav-link:active {
																																																																																															color: #333;
																																																																																														}
																																																																																														.navbar-dark .navbar-nav .show>.nav-link {
																																																																																															color: #BA040D;
																																																																																														}
																																																																																														.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show {
																																																																																															background-color: #BA040D;
																																																																																															color: #fff;
																																																																																														}
																																																																																														.affix {
																																																																																															background-color: #fff !important;
																																																																																															transition-duration: .5s;
																																																																																															-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.35);
																																																																																															-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.35);
																																																																																															box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.35);
																																																																																														}
																																																																																														.affix .top-header {
																																																																																															display: none;
																																																																																															transition-duration: .5s;
																																																																																														}
																																																																																														.affix .navbar-brand {
																																																																																															max-width: 190px;
																																																																																														}
																																																																																														.dropdown-menu {
																																																																																															background-color: #333;
																																																																																															border-radius: 0;
																																																																																														}
																																																																																														.dropdown-menu a {
																																																																																															display: inline-flex;
																																																																																															color: #fff !important;
																																																																																															font-weight: 300;
																																																																																															padding: 10px 30px;

																																																																																														}
																																																																																														.dropdown-menu a:hover {
																																																																																															color: #000 !important;
																																																																																														}
																																																																																														.dropdown-menu a:last-child {
																																																																																															border: none;
																																																																																														}
																																																																																														.dropdown-item.active, .dropdown-item:active {
																																																																																															background-color: #000;
																																																																																														}
																																																																																														.dropdown {
																																																																																															position: relative;
																																																																																															display: inline-block;
																																																																																														}
																																																																																														.dropdown-menu {
																																																																																															display: none;
																																																																																															position: absolute;
																																																																																															z-index: 1;
																																																																																															top: 60px;

																																																																																														}
																																																																																														.dropdown-menu a {
																																																																																															color: black;
																																																																																															padding: 12px 16px;
																																																																																															text-decoration: none;

																																																																																														}

																																																																																														.header-bg {
																																																																																															background: #fff;
																																																																																															height: 150px;
																																																																																															border: 1px solid lightgray;
																																																																																														}
																																																																																														.header-wrapper {
																																																																																															display: flex;
																																																																																															justify-content: space-between;
																																																																																														}
																																																																																														.header-bg h2 {
																																																																																															font-weight: bold;
																																																																																															color: #BA040D;
																																																																																															padding-top: 160px;
																																																																																															text-transform: uppercase;
																																																																																														}
																																																																																														.header-bg .breadcrumbs {
																																																																																															padding-top: 160px;
																																																																																														}
																																																																																														.header-bg .breadcrumbs a:first-child {
																																																																																															color: #BA040D;
																																																																																														}
																																																																																														.header-bg .breadcrumbs a:last-child {
																																																																																															color: #333;
																																																																																														}
																																																																																														.header-info {
																																																																																															background: rgba(0,0,0,.5);
																																																																																															color: #fff;
																																																																																															bottom: 0px;
																																																																																															padding-top: 20px;
																																																																																															padding-bottom: 20px;
																																																																																															position: absolute;
																																																																																															width: 100%;
																																																																																														}
																																																																																														.header-info-box {
																																																																																															display: flex;
																																																																																															justify-content: center;
																																																																																															align-items: center;
																																																																																														}
																																																																																														.header-info-box p {
																																																																																															font-weight: bold;
																																																																																															color: #fff;
																																																																																														}
																																																																																														.header-info-box a {
																																																																																															font-weight: bold;
																																																																																															color: #fff;
																																																																																															line-height: 40px;
																																																																																														}
																																																																																														.header-info-box img {
																																																																																															width: 40px;
																																																																																															height: 40px;
																																																																																															margin-right: 10px;
																																																																																														}
																																																																																														button:empty {
																																																																																															display: none !important; }
																																																																																															section {
																																																																																																position: relative;
																																																																																																z-index: 1;}
																																																																																																section {
																																																																																																	padding-top: 0px;
																																																																																																	padding-bottom: 0px; }
																																																																																																	.responsive img {
																																																																																																		max-width: 100%;
																																																																																																		height: auto; }
																																																																																																		a:hover {
																																																																																																			transition-duration: .5s; }
																																																																																																			#header-1 #menu-button {
																																																																																																				position: fixed;
																																																																																																				top: 20px;
																																																																																																				right: 20px;
																																																																																																				transform: scale(0.5);
																																																																																																				z-index: 5; }
																																																																																																				#header-1 #mainmenu {
																																																																																																					width: 100%;
																																																																																																					position: fixed;
																																																																																																					height: 100%;
																																																																																																					background: rgba(0, 0, 0, 0.5);
																																																																																																					top: 0px;
																																																																																																					display: flex;
																																																																																																					justify-content: center;
																																																																																																					align-items: center;
																																																																																																					flex-direction: column;
																																																																																																					opacity: 0;
																																																																																																					transition-duration: .5s;
																																																																																																					transition-timing-function: easeOutElastic; }
																																																																																																					#header-1 #mainmenu .nawigacja-menu ul li {
																																																																																																						text-align: center; }
																																																																																																						#header-1 #mainmenu .nawigacja-menu ul li a {
																																																																																																							color: #fff;
																																																																																																							font-size: 2em; }
																																																																																																							#header-1 #mainmenu.active {
																																																																																																								z-index: 2;
																																																																																																								opacity: 1;
																																																																																																								transition-duration: .5s;
																																																																																																								transition-timing-function: easeOutElastic; }
																																																																																																								#header-1 #menu-button .button-toggle-navigation {
																																																																																																									background-color: transparent;
																																																																																																									border: 0;
																																																																																																									border-bottom: 0.25em solid #fafafa;
																																																																																																									border-top: 0.25em solid #fafafa;
																																																																																																									font-size: 32px;
																																																																																																									cursor: pointer;
																																																																																																									height: 1.5em;
																																																																																																									margin: .75em .375em;
																																																																																																									outline: 0;
																																																																																																									position: relative;
																																																																																																									transition: border-color 150ms ease-out, transform 150ms ease-out;
																																																																																																									width: 2.25em; }
																																																																																																									#header-1 #menu-button .button-toggle-navigation::after, #header-1 #menu-button .button-toggle-navigation::before {
																																																																																																										border-bottom: 0.25em solid #fafafa;
																																																																																																										bottom: .375em;
																																																																																																										content: '';
																																																																																																										height: 0;
																																																																																																										left: 0;
																																																																																																										position: absolute;
																																																																																																										right: 0;
																																																																																																										transition: transform 200ms ease-out; }
																																																																																																										#header-1 #menu-button .button-toggle-navigation span {
																																																																																																											color: transparent;
																																																																																																											height: 0;
																																																																																																											width: 0;
																																																																																																											overflow: hidden;
																																																																																																											position: absolute; }
																																																																																																											#header-1 #menu-button .isActive {
																																																																																																												border-color: transparent;
																																																																																																												transform: rotateZ(90deg); }
																																																																																																												#header-1 #menu-button .isActive::after, #header-1 #menu-button .isActive::before {
																																																																																																													transition: transform 200ms ease-out; }
																																																																																																													#header-1 #menu-button .isActive::after {
																																																																																																														transform: rotateZ(45deg); }
																																																																																																														#header-1 #menu-button .isActive::before {
																																																																																																															transform: rotateZ(-45deg); }
																																																																																																															#header-2 h1 {
																																																																																																																color: #fff;
																																																																																																																text-align: center;
																																																																																																															}
																																																																																																															#header-2 #menu-button {
																																																																																																																position: fixed;
																																																																																																																top: -9px;
																																																																																																																right: 0;
																																																																																																																transform: scale(0.5);
																																																																																																																z-index: 5; }
																																																																																																																#header-2 #mainmenu {
																																																																																																																	width: 30%;
																																																																																																																	position: fixed;
																																																																																																																	height: 100%;
																																																																																																																	right: -20%;
																																																																																																																	background: rgba(0, 0, 0, 0.9);
																																																																																																																	top: 0px;
																																																																																																																	opacity: 0;
																																																																																																																	display: flex;
																																																																																																																	justify-content: center;
																																																																																																																	align-items: center;
																																																																																																																	flex-direction: column;
																																																																																																																	transition-duration: 1s;
																																																																																																																	transition-timing-function: easeOutElastic; }
																																																																																																																	#header-2 #mainmenu img {
																																																																																																																		padding-bottom: 40px;
																																																																																																																	}
																																																																																																																	#header-2 #mainmenu .nawigacja-menu ul li {
																																																																																																																		text-align: center; }
																																																																																																																		#header-2 #mainmenu .nawigacja-menu ul li a {
																																																																																																																			color: #fff;
																																																																																																																			font-weight: 300;
																																																																																																																			font-size: 2em; }
																																																																																																																			#header-2 #mainmenu.active {
																																																																																																																				z-index: 2;
																																																																																																																				right: 0%;
																																																																																																																				opacity: 1;
																																																																																																																				transition-duration: 1s;
																																																																																																																				transition-timing-function: easeOutElastic; }
																																																																																																																				#header-2 #menu-button .button-toggle-navigation {
																																																																																																																					background-color: transparent;
																																																																																																																					border: 0;
																																																																																																																					border-bottom: 0.25em solid #000;
																																																																																																																					border-top: 0.25em solid #000;
																																																																																																																					font-size: 32px;
																																																																																																																					cursor: pointer;
																																																																																																																					height: 1.5em;
																																																																																																																					margin: .75em .375em;
																																																																																																																					outline: 0;
																																																																																																																					position: relative;
																																																																																																																					transition: border-color 150ms ease-out, transform 150ms ease-out;
																																																																																																																					width: 2.25em; }
																																																																																																																					#header-2 #menu-button .button-toggle-navigation::after, #header-2 #menu-button .button-toggle-navigation::before {
																																																																																																																						border-bottom: 0.25em solid #000;
																																																																																																																						bottom: .375em;
																																																																																																																						content: '';
																																																																																																																						height: 0;
																																																																																																																						left: 0;
																																																																																																																						position: absolute;
																																																																																																																						right: 0;
																																																																																																																						transition: transform 200ms ease-out; }
																																																																																																																						#header-2 #menu-button .button-toggle-navigation span {
																																																																																																																							color: transparent;
																																																																																																																							height: 0;
																																																																																																																							width: 0;
																																																																																																																							overflow: hidden;
																																																																																																																							position: absolute; }
																																																																																																																							#header-2 #menu-button .isActive {
																																																																																																																								border-color: transparent;
																																																																																																																								transform: rotateZ(90deg); }
																																																																																																																								#header-2 #menu-button .isActive::after, #header-2 #menu-button .isActive::before {
																																																																																																																									transition: transform 200ms ease-out; }
																																																																																																																									#header-2 #menu-button .isActive::after {
																																																																																																																										border-color: #fff !important;
																																																																																																																										transform: rotateZ(45deg); }
																																																																																																																										#header-2 #menu-button .isActive::before {
																																																																																																																											border-color: #fff !important;
																																																																																																																											transform: rotateZ(-45deg); }
																																																																																																																											#header-2 .top-contact{
																																																																																																																												list-style-type: none;
																																																																																																																												padding-left: 0;
																																																																																																																												display: flex;
																																																																																																																												margin-bottom: 0;
																																																																																																																												justify-content: flex-end;
																																																																																																																												position: relative;
																																																																																																																												right: 80px;
																																																																																																																												top: 15px;
																																																																																																																											}
																																																																																																																											#header-2 .top-contact li {
																																																																																																																												padding: 10px;
																																																																																																																											}
																																																																																																																											#header-2 .top-contact li img {
																																																																																																																												margin-right: 10px;
																																																																																																																											}
																																																																																																																											#header-2 .top-contact li a {
																																																																																																																												color: #000;
																																																																																																																											}
																																																																																																																											#header-3 nav {
																																																																																																																												background-color: transparent;
																																																																																																																												height: auto;
																																																																																																																												position: fixed;
																																																																																																																												top: 0;
																																																																																																																												z-index: 10;
																																																																																																																												padding: 0;
																																																																																																																												width: 100%;
																																																																																																																												flex-direction: column;

																																																																																																																											}
																																																																																																																											.main-nav {
																																																																																																																												height: 100px;
																																																																																																																											}
																																																																																																																											#header-3 #navbarSupportedContent-7 {
																																																																																																																												display: flex;
																																																																																																																												justify-content: flex-end;
																																																																																																																												font-size: 1.2em;
																																																																																																																											}
																																																																																																																											.nav-box {
																																																																																																																												background-color: rgba(0,0,0, .7);
																																																																																																																												height: 80px;
																																																																																																																											}
																																																																																																																											.subpage {
																																																																																																																												height: 35vh;
																																																																																																																												background-position: center;
																																																																																																																												background-repeat: no-repeat;
																																																																																																																												background-size: cover;
																																																																																																																											}
																																																																																																																											.subpage h1 {
																																																																																																																												color: #fff;
																																																																																																																												margin-top: 20vh;
																																																																																																																												font-size: 36px;
																																																																																																																												text-transform: uppercase;
																																																																																																																											}
																																																																																																																											select::-ms-expand { display: none; } /* hide default down arrow in IE10*/
																																																																																																																											/* hack to fall back in opera */
																																																																																																																											_:-o-prefocus, .selector {
																																																																																																																												.styled-select { background: none; }
																																																																																																																											}
																																																																																																																											svg path, svg line, svg polyline {
																																																																																																																												stroke: #fff;
																																																																																																																												stroke-width: 2px; }
																																																																																																																												svg path {
																																																																																																																													fill: transparent; }
																																																																																																																													.overlay {
																																																																																																																														margin: 0;
																																																																																																																														position: relative;
																																																																																																																													}
																																																																																																																													.top-header {
																																																																																																																														background-color: #333;
																																																																																																																														color: #000;
																																																																																																																														width: 100%;
																																																																																																																														border-bottom: 1px solid lightgray;
																																																																																																																														height: 50px;
																																																																																																																														padding-top: 5px;
																																																																																																																													}
																																																																																																																													.top-header .img-bg {
																																																																																																																														background-color: #333;
																																																																																																																														width: 35px;
																																																																																																																														height: 35px;
																																																																																																																														margin-right: 10px;
																																																																																																																													}
																																																																																																																													.top-header .img-bg img {
																																																																																																																														margin-left: 10px;
																																																																																																																														margin-top: 10px;
																																																																																																																													}
																																																																																																																													.top-header .img-f img {
																																																																																																																														margin-left: 8px;
																																																																																																																														margin-top: 5px;
																																																																																																																													}
																																																																																																																													.top-header ul {
																																																																																																																														width: 100%;
																																																																																																																														display: flex;
																																																																																																																														justify-content: flex-end;
																																																																																																																														align-items: center;
																																																																																																																														margin-bottom: 0;
																																																																																																																														height: 40px;
																																																																																																																													}
																																																																																																																													.top-header ul li {
																																																																																																																														padding-right: 20px;
																																																																																																																														height: 40px;
																																																																																																																														display: flex;
																																																																																																																														align-items: center;
																																																																																																																														flex-direction: row;
																																																																																																																														color: #fff;
																																																																																																																													}
																																																																																																																													.top-header ul li a {
																																																																																																																														color: #fff;
																																																																																																																													}
																																																																																																																													.top-header ul .header-icon {
																																																																																																																														width: 16px;
																																																																																																																														height: 16px;
																																																																																																																													}
																																																																																																																													/*===========================Slider===========================*/
																																																																																																																													#slider {
																																																																																																																														background-color: #000;
																																																																																																																													}
																																																																																																																													#slider-carousel {
																																																																																																																														width: 100%;
																																																																																																																														height: 98vh; }
																																																																																																																														#slider-carousel .carousel-inner, #slider-carousel .carousel-item {
																																																																																																																															height: 100%; }
																																																																																																																															#slider-carousel .carousel-item .carousel-caption {
																																																																																																																																position: absolute;
																																																																																																																																top: 0%;
																																																																																																																																left: 0%;
																																																																																																																																width: 100%;
																																																																																																																																height: 100%;
																																																																																																																																display: flex;
																																																																																																																																justify-content: center;
																																																																																																																																align-items:  flex-start;
																																																																																																																																padding: 10%;
																																																																																																																																flex-direction: column; }
																																																																																																																																#slider-carousel .carousel-item .carousel-caption h3 {
																																																																																																																																	font-size: 43px;
																																																																																																																																	color: #fff;
																																																																																																																																	text-shadow: 0 0 1px #000, 2px 4px 3px #444;
																																																																																																																																	font-weight: 400; }
																																																																																																																																	#slider-carousel .carousel-item .carousel-caption h4 {
																																																																																																																																		font-size: 70px;
																																																																																																																																		font-weight: 700;
																																																																																																																																		color: #fff;
																																																																																																																																		text-transform: uppercase;
																																																																																																																																		text-shadow: 0 0 1px #000, 2px 4px 3px #444;
																																																																																																																																	}
																																																																																																																																	.carousel-caption {
																																																																																																																																		position: relative;
																																																																																																																																		z-index: 2;
																																																																																																																																	}
																																																																																																																																	.gradient {
																																																																																																																																		position: absolute;
																																																																																																																																		display: block;
																																																																																																																																		width: 100%;
																																																																																																																																		height: 50%;
																																																																																																																																		z-index: 1;
																																																																																																																																		background-image: linear-gradient(rgba(0,0,0,.05), transparent);
																																																																																																																																	}
																																																																																																																																	.gradient2 {
																																																																																																																																		position: absolute;
																																																																																																																																		display: block;
																																																																																																																																		width: 100%;
																																																																																																																																		height: 100%;
																																																																																																																																		z-index: 1;
																																																																																																																																		background-image: linear-gradient(rgba(0,0,0,.65), transparent);
																																																																																																																																	}
																																																																																																																																	#slider-carousel .carousel-item .carousel-caption a button:empty {
																																																																																																																																		display: none; }
																																																																																																																																		#slider-carousel .carousel-item img {
																																																																																																																																			width: 100vw;
																																																																																																																																			height: 100vh;
																																																																																																																																			object-fit: cover; }
																																																																																																																																			.row.flex-center {
																																																																																																																																				display: flex;
																																																																																																																																				justify-content: center;
																																																																																																																																				align-items: center; }
																																																																																																																																				h2 {
																																																																																																																																					font-weight: bold;
																																																																																																																																					display: flex;
																																																																																																																																					flex-direction: column;
																																																																																																																																				}
																																																																																																																																				.slider-btn a {
																																																																																																																																					font-weight: bold;
																																																																																																																																					display: flex;
																																																																																																																																					background-color: transparent;
																																																																																																																																					border: 1px solid #fff;
																																																																																																																																					width: 180px;
																																																																																																																																					height: 50px;
																																																																																																																																					margin: 10px;
																																																																																																																																					color: #fff;
																																																																																																																																					justify-content: center;
																																																																																																																																					align-items: center;
																																																																																																																																					text-transform: uppercase;
																																																																																																																																				}
																																																																																																																																				.slider-btn a:hover {
																																																																																																																																					background-color: #BA040D;
																																																																																																																																					color: #fff;
																																																																																																																																					border:1px solid #BA040D;
																																																																																																																																					transition-duration: .5s;
																																																																																																																																				}
																																																																																																																																				.carousel-control-next {
																																																																																																																																					right: 20px;
																																																																																																																																				}
																																																																																																																																				.carousel-control-prev {
																																																																																																																																					left: 20px;
																																																																																																																																				}
																																																																																																																																				.gradient-img {
																																																																																																																																					position: absolute;
																																																																																																																																					display: block;
																																																																																																																																					top: 0;
																																																																																																																																					width: 100%;
																																																																																																																																					height: 100%;
																																																																																																																																					z-index: 1;
																																																																																																																																					background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 70%);
																																																																																																																																					background-image: -moz-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 70%);
																																																																																																																																					background-image: linear-gradient(-90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 70%);
																																																																																																																																				}
																																																																																																																																				.banner {
																																																																																																																																					margin-top: -60px;
																																																																																																																																				}
																																																																																																																																				.banner .container {
																																																																																																																																					color: #fff;
																																																																																																																																					padding-top: 35px;
																																																																																																																																					padding-bottom: 20px;
																																																																																																																																					background-color: #333;
																																																																																																																																				}
																																																																																																																																				.banner a img {
																																																																																																																																					margin-right: 10px;
																																																																																																																																				}
																																																																																																																																				.banner a {
																																																																																																																																					color: #fff;
																																																																																																																																					border: 2px solid #fff;
																																																																																																																																					padding: 12px 30px;
																																																																																																																																					display: inline-flex;
																																																																																																																																					margin-top: 5px;
																																																																																																																																				}
																																																																																																																																				/*===========================Textbox===========================*/
																																																																																																																																				.textbox {
																																																																																																																																					padding-top: 80px;
																																																																																																																																					padding-bottom: 80px;
																																																																																																																																				}
																																																																																																																																				.textbox tbody tr:nth-child(even) {
																																																																																																																																					background-color: #efefef;
																																																																																																																																				}
																																																																																																																																				.textbox tbody .row-1 {
																																																																																																																																					background-color: rgba(3, 124, 194, .1);
																																																																																																																																					font-weight: bold;
																																																																																																																																				}
																																																																																																																																				.textbox tbody .column-1 {
																																																																																																																																					width: 80%;
																																																																																																																																				}
																																																																																																																																				.textbox tbody .column-2 {
																																																																																																																																					width: 20%;
																																																																																																																																				}
																																																																																																																																				.textbox img {
																																																																																																																																					margin: auto;
																																																																																																																																					display: -webkit-flex;
																																																																																																																																					display: -moz-flex;
																																																																																																																																					display: -ms-flex;
																																																																																																																																					display: -o-flex;
																																																																																																																																					display: flex;
																																																																																																																																				}
																																																																																																																																				/*===========================Product Carousel===========================*/
																																																																																																																																				.product-carousel {
																																																																																																																																					padding-top: 80px;
																																																																																																																																					padding-bottom: 80px;
																																																																																																																																				}
																																																																																																																																				.product-carousel h3:after {
																																																																																																																																					content: "";
																																																																																																																																					width: 100px;
																																																																																																																																					height: 1px;
																																																																																																																																					background-color: #333;
																																																																																																																																					display: flex;
																																																																																																																																					margin-top: 10px;
																																																																																																																																					margin-bottom: 20px;
																																																																																																																																				}
																																																																																																																																				.product-carousel img{
																																																																																																																																					border-radius: 20px;
																																																																																																																																				}
																																																																																																																																				.product-carousel a {
																																																																																																																																					font-size: 18px;
																																																																																																																																					font-weight: bold;
																																																																																																																																					justify-content: center;
																																																																																																																																					display: flex;
																																																																																																																																					margin: 15px auto;
																																																																																																																																					color: #000;
																																																																																																																																				}
																																																																																																																																				/*===========================Timeline===========================*/
																																																																																																																																				.timeline {
																																																																																																																																					padding-top: 80px;
																																																																																																																																				}
																																																																																																																																				.timeline h2:after {
																																																																																																																																					content: "";
																																																																																																																																					display: block;
																																																																																																																																					width: 50px;
																																																																																																																																					height: 2px;
																																																																																																																																					background-color: rgba(3, 124, 194, .1);
																																																																																																																																					margin-top: 10px;
																																																																																																																																				}
																																																																																																																																				.timeline .text-success {
																																																																																																																																					color: rgba(3, 124, 194, .1) !important;
																																																																																																																																				}
																																																																																																																																				.timeline .bg-success {
																																																																																																																																					background-color: rgba(3, 124, 194, .1) !important;
																																																																																																																																				}
																																																																																																																																				.timeline .border-success {
																																																																																																																																					border-color: rgba(3, 124, 194, .1) !important;
																																																																																																																																				}
																																																																																																																																				/*===========================Step===========================*/
																																																																																																																																				.step {
																																																																																																																																					padding-bottom: 80px;
																																																																																																																																				}
																																																																																																																																				.step h2:after {
																																																																																																																																					content: "";
																																																																																																																																					display: block;
																																																																																																																																					width: 50px;
																																																																																																																																					height: 2px;
																																																																																																																																					background-color: rgba(3, 124, 194, .1);
																																																																																																																																					margin-top: 10px;
																																																																																																																																				}
																																																																																																																																				.step-wrapper {
																																																																																																																																					display: grid;
																																																																																																																																					grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
																																																																																																																																					margin-top: 100px;
																																																																																																																																				}
																																																																																																																																				.step-box {
																																																																																																																																					background-color: rgba(3, 124, 194, .1);
																																																																																																																																					color: #fff;
																																																																																																																																					border: 2px solid rgba(3, 124, 194, .1);
																																																																																																																																					margin: 30px;
																																																																																																																																					width: 250px;
																																																																																																																																					height: 250px;
																																																																																																																																					border-radius: 100%;
																																																																																																																																					box-shadow: 8px 17px 39px -2px rgba(0,0,0,0.4);
																																																																																																																																					position: relative;
																																																																																																																																					z-index: 9;
																																																																																																																																					transition-duration: .5s;
																																																																																																																																					margin: auto;
																																																																																																																																				}
																																																																																																																																				.step-box:hover {
																																																																																																																																					transform: translateY(-15px);
																																																																																																																																					transition-duration: .5s;
																																																																																																																																				}
																																																																																																																																				.step-box h4 {
																																																																																																																																					font-size: 17px;
																																																																																																																																					font-weight: bold;
																																																																																																																																					position: absolute;
																																																																																																																																					text-align: center;
																																																																																																																																					top: 50%;
																																																																																																																																					left: 10%;
																																																																																																																																					transform: translate(-5%, -50%);
																																																																																																																																				}
																																																																																																																																				.step-triangle {
																																																																																																																																					left: 50%;
																																																																																																																																					display: flex;
																																																																																																																																					border: solid transparent;
																																																																																																																																					content: " ";
																																																																																																																																					height: 0;
																																																																																																																																					width: 0;
																																																																																																																																					position: absolute;
																																																																																																																																					border-top-color: rgba(3, 124, 194, .1);
																																																																																																																																					border-width: 25px;
																																																																																																																																					margin-left: -25px;
																																																																																																																																					bottom: -50px;
																																																																																																																																					z-index: 10;
																																																																																																																																				}
																																																																																																																																				/*===========================About===========================*/
																																																																																																																																				.about-1 {
																																																																																																																																					padding-top: 80px;
																																																																																																																																					padding-bottom: 80px;
																																																																																																																																				}
																																																																																																																																				.about-1 h5 {
																																																																																																																																					font-weight: bold;
																																																																																																																																					font-size: 18px;
																																																																																																																																					color: #333;
																																																																																																																																					text-transform: uppercase;
																																																																																																																																				}
																																																																																																																																				.about-1 img {
																																																																																																																																					width: 100%;
																																																																																																																																					height: 300px;
																																																																																																																																					object-fit: cover;
																																																																																																																																				}
																																																																																																																																				.about-1 .separator {
																																																																																																																																					margin-bottom: 20px;
																																																																																																																																				}
																																																																																																																																				.about-1 .read-more {
																																																																																																																																					background: transparent;
																																																																																																																																					color: #333;
																																																																																																																																					display: flex;
																																																																																																																																					width: 140px;
																																																																																																																																					height: 40px;
																																																																																																																																					justify-content: center;
																																																																																																																																					margin-top: 30px;
																																																																																																																																					align-items: center;
																																																																																																																																					border: 1px solid #333 !important;
																																																																																																																																					cursor: pointer;
																																																																																																																																					text-decoration: none;
																																																																																																																																					border: none;
																																																																																																																																				}
																																																																																																																																				.about-1 .read-more:hover {
																																																																																																																																					background-color: #333;
																																																																																																																																					color: #fff;
																																																																																																																																					transition-duration: .5s;}
																																																																																																																																					.about-2 h2 {
																																																																																																																																						margin-bottom: 30px;
																																																																																																																																						display: inherit;
																																																																																																																																					}
																																																																																																																																					.about-2 ul {
																																																																																																																																						list-style-type: none;
																																																																																																																																						padding-left: 20px;
																																																																																																																																					}
																																																																																																																																					.about-2 li {
																																																																																																																																						padding-bottom: 10px;
																																																																																																																																					}
																																																																																																																																					.about-2 li:before {
																																																																																																																																						content: "";
																																																																																																																																						background: url(/wp-content/themes/ariesweb/img/star.png) no-repeat;
																																																																																																																																						width: 24px;
																																																																																																																																						height: 24px;
																																																																																																																																						float: left;
																																																																																																																																						display: block;
																																																																																																																																						transform: scale(.8);
																																																																																																																																						margin-right: 10px;
																																																																																																																																					}
																																																																																																																																					.about-2 .read-more {
																																																																																																																																						background: rgba(3, 124, 194, .1);
																																																																																																																																						font-weight: bold;
																																																																																																																																						display: flex;
																																																																																																																																						width: 180px;
																																																																																																																																						height: 50px;
																																																																																																																																						border-radius: 50px;
																																																																																																																																						color: #fff !important;
																																																																																																																																						justify-content: center;
																																																																																																																																						margin-top: 30px;
																																																																																																																																						align-items: center;
																																																																																																																																						box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
																																																																																																																																						cursor: pointer;
																																																																																																																																						transition: all ease-in-out 300ms;
																																																																																																																																						text-decoration: none;
																																																																																																																																						border: none;
																																																																																																																																					}
																																																																																																																																					.about-2 .read-more:hover {
																																																																																																																																						background-color: rgba(3, 124, 194, .1);
																																																																																																																																						box-shadow: 0px 37px 20px -15px rgba(0,0,0,0.2);
																																																																																																																																						transform: translate(0px, -10px);
																																																																																																																																						transition-duration: .5s;}
																																																																																																																																						.about-2 {
																																																																																																																																							padding-top: 80px;
																																																																																																																																							padding-bottom: 80px;
																																																																																																																																						}
																																																																																																																																						.about-2 h5 {
																																																																																																																																							font-weight: bold;
																																																																																																																																							font-size: 18px;
																																																																																																																																							color: rgba(3, 124, 194, .1);
																																																																																																																																							text-transform: uppercase;
																																																																																																																																						}
																																																																																																																																						.about-2 img {
																																																																																																																																							width: 100%;
																																																																																																																																						}
																																																																																																																																						.about-2 .gradient-img {
																																																																																																																																							position: absolute;
																																																																																																																																							display: block;
																																																																																																																																							top: 0;
																																																																																																																																							width: 100%;
																																																																																																																																							height: 100%;
																																																																																																																																							z-index: 1;
																																																																																																																																							background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
																																																																																																																																							background-image: -moz-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
																																																																																																																																							background-image: linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
																																																																																																																																						}
																																																																																																																																						.about-3 {
																																																																																																																																							padding-top: 80px;
																																																																																																																																							padding-bottom: 1200px;
																																																																																																																																						}
																																																																																																																																						.about-3 img {
																																																																																																																																							width: 370px;
																																																																																																																																							height: 550px;
																																																																																																																																							position: relative;
																																																																																																																																							z-index: 2;
																																																																																																																																							margin-bottom: 50px;
																																																																																																																																						}
																																																																																																																																						.about-3 .img-border:before {
																																																																																																																																							content: "";
																																																																																																																																							display: block;
																																																																																																																																							border: 10px solid #000;
																																																																																																																																							width: 370px;
																																																																																																																																							height: 550px;
																																																																																																																																							position: absolute;
																																																																																																																																							z-index: 1;
																																																																																																																																							left: -40px;
																																																																																																																																							bottom: -40px;
																																																																																																																																						}
																																																																																																																																						.about-3 .about-contact {
																																																																																																																																							display: flex;
																																																																																																																																							list-style-type: none;
																																																																																																																																							padding-left: 0;
																																																																																																																																						}
																																																																																																																																						.about-3 .about-contact a {
																																																																																																																																							display: flex;
																																																																																																																																							justify-content: center;
																																																																																																																																							align-items: center;
																																																																																																																																							width: 200px;
																																																																																																																																							height: 60px;
																																																																																																																																							border: 2px solid #000;
																																																																																																																																							color: #000;
																																																																																																																																							box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
																																																																																																																																							cursor: pointer;
																																																																																																																																							transition: all ease-in-out 300ms;
																																																																																																																																						}
																																																																																																																																						.about-3 .about-contact li:first-child {
																																																																																																																																							margin-right: 30px;
																																																																																																																																						}
																																																																																																																																						.about-3 .about-contact li:first-child a {
																																																																																																																																							background-color: #000;
																																																																																																																																							color: #fff;
																																																																																																																																						}
																																																																																																																																						.about-3 .about-contact li a:hover {
																																																																																																																																							box-shadow: 0px 37px 20px -15px rgba(0,0,0,0.2);
																																																																																																																																							transform: translate(0px, -10px);
																																																																																																																																							transition-duration: .5s;
																																																																																																																																							background-color: #000;
																																																																																																																																							color: #fff;
																																																																																																																																						}
																																																																																																																																						.about-3 .about-contact li:first-child a:hover {
																																																																																																																																							background-color: #fff;
																																																																																																																																							color: #000;
																																																																																																																																						}
																																																																																																																																						.about-1-v {
																																																																																																																																							padding-top: 0;
																																																																																																																																						}
																																																																																																																																						.about-1-v h2 {
																																																																																																																																							text-align: center;
																																																																																																																																						}
																																																																																																																																						.about-1-v h5 {
																																																																																																																																							text-align: center;
																																																																																																																																						}
																																																																																																																																						.about-1-v img{
																																																																																																																																							object-fit: contain;
																																																																																																																																						}
																																																																																																																																						/*===========================About slider===========================*/
																																																																																																																																						.about-slider {
																																																																																																																																							padding-top: 80px;
																																																																																																																																							padding-bottom: 80px;
																																																																																																																																						}
																																																																																																																																						.about-slider .owl-two img {
																																																																																																																																							height: 350px !important;
																																																																																																																																							object-fit: contain;
																																																																																																																																						}
																																																																																																																																						.map-about {
																																																																																																																																							margin-top: 80px;
																																																																																																																																						}
																																																																																																																																						/*===========================About two image===========================*/
																																																																																																																																						.about-two-image {
																																																																																																																																							padding-top: 80px;
																																																																																																																																							padding-bottom: 80px;
																																																																																																																																						}
																																																																																																																																						.about-two-image img{
																																																																																																																																							width: 300px;
																																																																																																																																							height: 300px;
																																																																																																																																							border-radius: 5px;
																																																																																																																																							-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
																																																																																																																																							-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
																																																																																																																																							box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
																																																																																																																																						}
																																																																																																																																						.about-two-image .img-1 {
																																																																																																																																							position: absolute;
																																																																																																																																							right: 0;
																																																																																																																																						}
																																																																																																																																						.about-two-image .img-2 {
																																																																																																																																							position: relative;
																																																																																																																																							right: -115px;
																																																																																																																																							margin-top: 150px;
																																																																																																																																						}
																																																																																																																																						.about-two-image .read-more {
																																																																																																																																							background-color: #333;
																																																																																																																																							font-weight: bold;
																																																																																																																																							display: flex;
																																																																																																																																							width: 180px;
																																																																																																																																							height: 50px;
																																																																																																																																							border-radius: 5px;
																																																																																																																																							color: #fff !important;
																																																																																																																																							justify-content: center;
																																																																																																																																							margin-top: 30px;
																																																																																																																																							align-items: center;
																																																																																																																																							box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
																																																																																																																																							cursor: pointer;
																																																																																																																																							transition: all ease-in-out 300ms;
																																																																																																																																							text-decoration: none;
																																																																																																																																							border: none;
																																																																																																																																						}
																																																																																																																																						.about-two-image .read-more:hover {
																																																																																																																																							background-color: #333;
																																																																																																																																							box-shadow: 0px 37px 20px -15px rgba(0,0,0,0.2);
																																																																																																																																							transform: translate(0px, -10px);
																																																																																																																																							transition-duration: .5s;}
																																																																																																																																							/*===========================Aboutgrid===========================*/
																																																																																																																																							.about-grid {
																																																																																																																																								padding-top: 80px;
																																																																																																																																								padding-bottom: 80px;
																																																																																																																																							}
																																																																																																																																							.about-grid h2 {
																																																																																																																																								border-bottom: 1px solid #fff;
																																																																																																																																								padding-bottom: 20px;
																																																																																																																																								margin-bottom: 20px;
																																																																																																																																							}
																																																																																																																																							.about-grid h2:after {
																																																																																																																																								content: "";
																																																																																																																																								width: 120px;
																																																																																																																																								height: 5px;
																																																																																																																																								position: relative;
																																																																																																																																								top: 21px;
																																																																																																																																								background-color: #333;
																																																																																																																																							}
																																																																																																																																							.about-grid .text-wrapper {
																																																																																																																																								background-color: #333;
																																																																																																																																								color: #fff;
																																																																																																																																								padding: 25px;
																																																																																																																																							}
																																																																																																																																							.about-grid .text-wrapper a{
																																																																																																																																								background-color: #343a40;
																																																																																																																																								color: #fff;
																																																																																																																																								display: flex;
																																																																																																																																								width: 200px;
																																																																																																																																								height: 50px;
																																																																																																																																								align-items: center;
																																																																																																																																								justify-content: center;
																																																																																																																																							}
																																																																																																																																							.about-grid-wrapper {
																																																																																																																																								background-color: #333;
																																																																																																																																								display: grid;
																																																																																																																																								grid-template-columns: 1fr 1fr 1fr;
																																																																																																																																								box-shadow: 0 10px 20px 0 rgba(0,0,0,.06);
																																																																																																																																								padding-left: 0;
																																																																																																																																								padding-right: 0;
																																																																																																																																								border-top: 1px solid #eee;
																																																																																																																																							}
																																																																																																																																							.about-grid-box {
																																																																																																																																								padding: 25px;
																																																																																																																																							}
																																																																																																																																							.about-grid-box h3 {
																																																																																																																																								font-size: 20px;
																																																																																																																																								color: #333;
																																																																																																																																								text-transform: uppercase;
																																																																																																																																								text-align: center;
																																																																																																																																								margin-top: 30px
																																																																																																																																							}
																																																																																																																																							.about-grid-wrapper .icon-box {
																																																																																																																																								display: flex;
																																																																																																																																								flex-direction: column;
																																																																																																																																								justify-content: center;
																																																																																																																																								align-items: center;
																																																																																																																																							}
																																																																																																																																							.about-grid-wrapper .icon-box img {
																																																																																																																																								width: 64px;
																																																																																																																																								height: 64px;
																																																																																																																																							}
																																																																																																																																							.about-grid-wrapper .icon-box p {
																																																																																																																																								font-size: 70px;
																																																																																																																																								font-weight: bold;
																																																																																																																																							}
																																																																																																																																							/*===========================Single Realizacje===========================*/
																																																																																																																																							#realization-single {
																																																																																																																																								padding-top: 80px;
																																																																																																																																								padding-bottom: 80px;
																																																																																																																																							}
																																																																																																																																							.realization-single-desc {
																																																																																																																																								padding-top: 50px;
																																																																																																																																							}
																																																																																																																																							#realization-single h1 {
																																																																																																																																								padding-top: 30px;
																																																																																																																																							}
																																																																																																																																							#realization-single img {
																																																																																																																																								width: 100%;
																																																																																																																																								object-fit: cover;
																																																																																																																																							}
																																																																																																																																							#realization-single a {
																																																																																																																																								background: rgba(3, 124, 194, .1);
																																																																																																																																								font-weight: bold;
																																																																																																																																								display: flex;
																																																																																																																																								width: 220px;
																																																																																																																																								height: 50px;
																																																																																																																																								border-radius: 50px;
																																																																																																																																								color: #fff !important;
																																																																																																																																								justify-content: center;
																																																																																																																																								margin-top: 30px;
																																																																																																																																								margin-bottom: 30px;
																																																																																																																																								align-items: center;
																																																																																																																																								box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
																																																																																																																																								cursor: pointer;
																																																																																																																																								transition: all ease-in-out 300ms;
																																																																																																																																								text-decoration: none;
																																																																																																																																								border: none;
																																																																																																																																							}
																																																																																																																																							#realization-single a:hover {
																																																																																																																																								background-color: rgba(3, 124, 194, .1);
																																																																																																																																								box-shadow: 0px 37px 20px -15px rgba(0,0,0,0.2);
																																																																																																																																								transform: translate(0px, -10px);
																																																																																																																																								transition-duration: .5s;}
																																																																																																																																								/*===========================Media===========================*/
																																																																																																																																								.media {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																									background-attachment: fixed;
																																																																																																																																									background-position: center;
																																																																																																																																									background-repeat: no-repeat;
																																																																																																																																									background-size: cover;
																																																																																																																																								}
																																																																																																																																								.media ul {
																																																																																																																																									list-style-type: none;
																																																																																																																																									padding-left: 0;
																																																																																																																																								}
																																																																																																																																								.media ul li {
																																																																																																																																									padding-bottom: 10px;
																																																																																																																																								}
																																																																																																																																								.media ul a{
																																																																																																																																									color: #000;
																																																																																																																																									padding-left: 10px;
																																																																																																																																									font-size: 18px;
																																																																																																																																									padding-bottom: 5px;
																																																																																																																																									border-bottom: 2px solid transparent;
																																																																																																																																								}
																																																																																																																																								.media ul a:hover {
																																																																																																																																									border-bottom: 2px solid rgba(3, 124, 194, .1);
																																																																																																																																								}
																																																																																																																																								.media p {
																																																																																																																																									color: #555;
																																																																																																																																									padding-left: 40px;
																																																																																																																																									font-size: 14px;
																																																																																																																																								}
																																																																																																																																								/*===========================Counter===========================*/
																																																																																																																																								.counter {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																									background-attachment: fixed;
																																																																																																																																									background-position: center;
																																																																																																																																									background-repeat: no-repeat;
																																																																																																																																									background-size: cover;
																																																																																																																																								}
																																																																																																																																								.counter h2 {
																																																																																																																																									font-size: 100px;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box {
																																																																																																																																									width: 250px;
																																																																																																																																									height: 250px;
																																																																																																																																									background-color: rgba(0,0,0,.9);
																																																																																																																																									color: #fff;
																																																																																																																																									padding: 15px 30px;
																																																																																																																																								}
																																																																																																																																								.counter .counter-wrapper {
																																																																																																																																									display: grid;
																																																																																																																																									width: 100%;
																																																																																																																																									grid-template-columns: repeat(3, 1fr);
																																																																																																																																									grid-auto-rows: minmax(200px, auto);
																																																																																																																																									height: auto;
																																																																																																																																									grid-template-areas: "one ."
																																																																																																																																									"two three"
																																																																																																																																									". four";
																																																																																																																																									grid-gap: 10px;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box:nth-child(1) {
																																																																																																																																									grid-area: one;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box:nth-child(2) {
																																																																																																																																									grid-area: two;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box:nth-child(3) {
																																																																																																																																									grid-area: three;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box:nth-child(4) {
																																																																																																																																									grid-area: four;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box h4 {
																																																																																																																																									font-weight: bold;
																																																																																																																																									font-size: 18px;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box h4:after {
																																																																																																																																									content: "";
																																																																																																																																									display: block;
																																																																																																																																									height: 2px;
																																																																																																																																									width: 30px;
																																																																																																																																									background-color: rgba(3, 124, 194, .1);
																																																																																																																																									margin-top: 10px;
																																																																																																																																								}
																																																																																																																																								.counter .counter-box p {
																																																																																																																																									font-weight: bold;
																																																																																																																																									font-size: 72px;
																																																																																																																																									margin-bottom: 0;
																																																																																																																																								}
																																																																																																																																								/*===========================Offer===========================*/
																																																																																																																																								.offer-1 {
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																									background-attachment: fixed;
																																																																																																																																									background-position: center;
																																																																																																																																									background-repeat: no-repeat;
																																																																																																																																									background-size: cover;
																																																																																																																																								}
																																																																																																																																								.offer-1 h2 {
																																																																																																																																									font-family: 'Roboto', sans-serif;
																																																																																																																																									font-size: 32px;
																																																																																																																																									display: flex;
																																																																																																																																									justify-content: center;
																																																																																																																																									text-align: center;
																																																																																																																																									margin-bottom: 30px;
																																																																																																																																								}
																																																																																																																																								.offer-1 h3 {
																																																																																																																																									font-family: 'Roboto', sans-serif;
																																																																																																																																									margin-bottom: 30px;
																																																																																																																																								}
																																																																																																																																								.offer-1 h4 {
																																																																																																																																									font-family: 'Roboto', sans-serif;
																																																																																																																																									font-size: 18px;
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								.offer-1 p {
																																																																																																																																									font-size: 20px;
																																																																																																																																									text-align: center;
																																																																																																																																								}
																																																																																																																																								.offer-box img {
																																																																																																																																									display: flex;
																																																																																																																																									margin: auto;
																																																																																																																																									height: 64px;
																																																																																																																																									width: 64px;
																																																																																																																																								}
																																																																																																																																								.offer-box h4 {
																																																																																																																																									padding-top: 12px;
																																																																																																																																									text-align: center;
																																																																																																																																									color: #fff;
																																																																																																																																								}
																																																																																																																																								.offer-1 .offer-box {
																																																																																																																																									background-color: #BA040D;
																																																																																																																																									height: 200px;
																																																																																																																																									margin-bottom: 4px;
																																																																																																																																									padding-top: 40px;
																																																																																																																																									margin-bottom: 30px;
																																																																																																																																								}
																																																																																																																																								/*===========================Employes===========================*/
																																																																																																																																								.employees {
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.employees-wrapper {
																																																																																																																																									margin-bottom: 50px;
																																																																																																																																								}
																																																																																																																																								.employees-box {
																																																																																																																																									height: 100px;
																																																																																																																																									position: relative;
																																																																																																																																									padding: 30px;
																																																																																																																																									-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																									box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																									border-bottom: 2px solid rgba(3, 124, 194, .1);
																																																																																																																																								}
																																																																																																																																								.employees-box h4 {
																																																																																																																																									text-align: center;
																																																																																																																																								}
																																																																																																																																								.employees-box a {
																																																																																																																																									display: flex;
																																																																																																																																									justify-content: center;
																																																																																																																																									color: #313131;
																																																																																																																																								}
																																																																																																																																								.hover-employees {
																																																																																																																																									margin-bottom: 100px;
																																																																																																																																									width: 92.5%;
																																																																																																																																									height: 0;
																																																																																																																																									padding: 0px;
																																																																																																																																									overflow:hidden;
																																																																																																																																									-webkit-transition: all 0.3s ease;
																																																																																																																																									-moz-transition: all 0.3s ease;
																																																																																																																																									-o-transition: all 0.3s ease;
																																																																																																																																									transition: all 0.3s ease;
																																																																																																																																									position:absolute;
																																																																																																																																									bottom: 0;
																																																																																																																																									background-color:#000;
																																																																																																																																									color: #fff;
																																																																																																																																								}
																																																																																																																																								.employees-wrapper:hover .hover-employees {
																																																																																																																																									height: 200px;
																																																																																																																																									position: absolute;
																																																																																																																																									bottom: 0;
																																																																																																																																									padding: 30px;
																																																																																																																																								}
																																																																																																																																								.employees-wrapper:hover .employees-box {
																																																																																																																																									background-color: rgba(3, 124, 194, .1);
																																																																																																																																								}
																																																																																																																																								.employees-wrapper:hover img {
																																																																																																																																									opacity: .6;
																																																																																																																																								}
																																																																																																																																								/*===========================Stage===========================*/
																																																																																																																																								.stage-1 {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																									background-color: #fff;
																																																																																																																																								}
																																																																																																																																								.stage-wrapper {
																																																																																																																																									background-color: #161616;
																																																																																																																																									padding: 70px 25px;
																																																																																																																																								}
																																																																																																																																								.stage-desc {
																																																																																																																																									padding-bottom: 30px;
																																																																																																																																								}
																																																																																																																																								.stage-box {
																																																																																																																																									margin-bottom: 50px;
																																																																																																																																									display: flex;
																																																																																																																																								}
																																																																																																																																								.stage-box h4 {
																																																																																																																																									font-weight: bold;
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																								}
																																																																																																																																								.stage-box:nth-child(odd) {
																																																																																																																																									border-right: 1px solid #fff;
																																																																																																																																								}
																																																																																																																																								.stage-number {
																																																																																																																																									font-size: 80px;
																																																																																																																																									font-weight: bold;
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																									margin-right: 20px;
																																																																																																																																									margin-top: -25px;
																																																																																																																																									opacity: .7;
																																																																																																																																								}
																																																																																																																																								/*===========================Subpage form===========================*/
																																																																																																																																								.subpage-form {
																																																																																																																																									padding-left: 50px;
																																																																																																																																								}
																																																																																																																																								.subpage-form h6{
																																																																																																																																									font-weight: bold;
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																								}
																																																																																																																																								.subpage-form label {
																																																																																																																																									display: block;
																																																																																																																																								}
																																																																																																																																								.subpage-form input {
																																																																																																																																									background-color: transparent;
																																																																																																																																									color: #fff;
																																																																																																																																									padding: 15px;
																																																																																																																																									-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																									-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																									box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																									width: 80%;
																																																																																																																																									border: 1px solid rgba(3, 124, 194, .1);
																																																																																																																																									outline: none;
																																																																																																																																								}
																																																																																																																																								.subpage-form input::placeholder {
																																																																																																																																									color: #fff;
																																																																																																																																								}
																																																																																																																																								.subpage-form .rodo span {
																																																																																																																																									font-size: 9px;
																																																																																																																																									text-align: justify;
																																																																																																																																								}
																																																																																																																																								.subpage-form .rodo label {
																																																																																																																																									display: flex;
																																																																																																																																									width: 80%;
																																																																																																																																								}
																																																																																																																																								.subpage-form .rodo input {
																																																																																																																																									width: 22px;
																																																																																																																																									margin-left: -15px;
																																																																																																																																									margin-right: 10px;
																																																																																																																																								}
																																																																																																																																								.subpage-form input[type=submit] {
																																																																																																																																									font-weight: bold;
																																																																																																																																									border-color: rgba(3, 124, 194, .1);
																																																																																																																																									background-color: rgba(3, 124, 194, .1);
																																																																																																																																									color: #fff;
																																																																																																																																									width: 100%;
																																																																																																																																									padding: 10px;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									display: flex;
																																																																																																																																									width: 120px;
																																																																																																																																									border-radius: 3px;
																																																																																																																																									justify-content: center;
																																																																																																																																								}
																																																																																																																																								/*===========================Contact===========================*/
																																																																																																																																								.contact-1 {
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.contact-box {
																																																																																																																																									background-color: #fff;
																																																																																																																																									color: #fff;
																																																																																																																																									padding: 50px;
																																																																																																																																								}
																																																																																																																																								.contact-box h2 {
																																																																																																																																									color: #000;
																																																																																																																																									text-align: center;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper {
																																																																																																																																									padding: 25px;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper h6 {
																																																																																																																																									font-size: 15px;
																																																																																																																																									font-weight: bold;
																																																																																																																																									color: #000;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									padding-top: 10px;
																																																																																																																																									border-top: 1px solid #e9ebec;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper p{
																																																																																																																																									color: #000;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper .img-r {
																																																																																																																																									background-color: #333;
																																																																																																																																									width: 60px;
																																																																																																																																									height: 60px;
																																																																																																																																									margin: 20px auto;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper .img-b {
																																																																																																																																									width: 36px;
																																																																																																																																									height: 36px;
																																																																																																																																									border: 1px solid lightgray;
																																																																																																																																									margin-right: 10px;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper img {
																																																																																																																																									margin-left: 10px;
																																																																																																																																									margin-top: 7px;
																																																																																																																																									width: 16px;
																																																																																																																																									height: 16px;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper .fb-icon {
																																																																																																																																									width: 24px;
																																																																																																																																									height: 24px;
																																																																																																																																									margin-top: auto;
																																																																																																																																									margin-left: 0;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper a {
																																																																																																																																									color: #000;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper ul{
																																																																																																																																									list-style-type: none;
																																																																																																																																									padding-left: 0px;
																																																																																																																																									display: flex;
																																																																																																																																									flex-direction: column;
																																																																																																																																								}
																																																																																																																																								.contact-wrapper li {
																																																																																																																																									display: flex;
																																																																																																																																									margin-bottom: 10px;
																																																																																																																																								}
																																																																																																																																								.contact-form label {
																																																																																																																																									display: block;
																																																																																																																																								}
																																																																																																																																								.contact-form input {
																																																																																																																																									background-color: transparent;
																																																																																																																																									color: #000;
																																																																																																																																									padding: 10px;
																																																																																																																																									width: 100%;
																																																																																																																																									border: 1px solid lightgray;
																																																																																																																																									outline: none;
																																																																																																																																								}
																																																																																																																																								.contact-form input::placeholder {
																																																																																																																																									color: #333;
																																																																																																																																								}
																																																																																																																																								.contact-form textarea::placeholder {
																																																																																																																																									color: #333;
																																																																																																																																								}
																																																																																																																																								.contact-form textarea {
																																																																																																																																									background-color: transparent;
																																																																																																																																									padding: 10px;
																																																																																																																																									height: 150px;
																																																																																																																																									width: 100%;
																																																																																																																																									border: 1px solid lightgray;
																																																																																																																																									color: #000;
																																																																																																																																									outline: none;
																																																																																																																																								}
																																																																																																																																								.contact-form .rodo span {
																																																																																																																																									font-size: 9px;
																																																																																																																																									text-align: justify;
																																																																																																																																								}
																																																																																																																																								.contact-form .rodo label {
																																																																																																																																									display: flex;
																																																																																																																																									width: 100%;
																																																																																																																																									color: #000;
																																																																																																																																								}
																																																																																																																																								.contact-form .rodo input {
																																																																																																																																									width: 22px;
																																																																																																																																									margin-left: -15px;
																																																																																																																																									margin-right: 10px;
																																																																																																																																								}
																																																																																																																																								.contact-form input[type=submit] {
																																																																																																																																									background: #BA040D;
																																																																																																																																									font-weight: 400;
																																																																																																																																									display: flex;
																																																																																																																																									width: 110px;
																																																																																																																																									height: 40px;
																																																																																																																																									margin-top: -20px;
																																																																																																																																									color: #fff;
																																																																																																																																									justify-content: center;
																																																																																																																																									align-items: center;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									cursor: pointer;
																																																																																																																																									text-decoration: none;
																																																																																																																																									border: none;
																																																																																																																																								}
																																																																																																																																								/*===========================Multi Place Contact===========================*/
																																																																																																																																								.contact-multi-place {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.multi-contact-wrapper {
																																																																																																																																									display: flex;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact {
																																																																																																																																									margin: 0 20px;
																																																																																																																																									height: 375px;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact img{
																																																																																																																																									width: 80%;
																																																																																																																																									height: 60px;
																																																																																																																																									object-fit: contain;
																																																																																																																																									margin-bottom: 15px;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact p {
																																																																																																																																									font-size: 14px;
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact ul {
																																																																																																																																									list-style-type: none;
																																																																																																																																									padding-left: 0;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact ul li {
																																																																																																																																									display: flex;
																																																																																																																																									padding-bottom: 15px;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact a {
																																																																																																																																									color: #000;
																																																																																																																																									padding-top: 10px;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact a:hover {
																																																																																																																																									color: #333;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact .img-r {
																																																																																																																																									background-color: #333;
																																																																																																																																									width: 48px;
																																																																																																																																									height: 48px;
																																																																																																																																									border-radius: 50%;
																																																																																																																																									margin-right: 10px;
																																																																																																																																								}
																																																																																																																																								.simple-multi-contact .img-r img {
																																																																																																																																									width: 24px;
																																																																																																																																									height: 24px;
																																																																																																																																									margin-top: 12px;
																																																																																																																																									margin-left: 12px;
																																																																																																																																								}
																																																																																																																																								/*===========================Parallex===========================*/
																																																																																																																																								.parallex {
																																																																																																																																									padding-top: 100px;
																																																																																																																																									padding-bottom: 100px;
																																																																																																																																									background-attachment: fixed;
																																																																																																																																									background-position: center;
																																																																																																																																									background-repeat: no-repeat;
																																																																																																																																									background-size: cover;
																																																																																																																																								}
																																																																																																																																								.parallex p {
																																																																																																																																									font-size: 30px;
																																																																																																																																									color: #fff;
																																																																																																																																									text-align: center;
																																																																																																																																									text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
																																																																																																																																									margin-bottom: 0;
																																																																																																																																								}
																																																																																																																																								.parallex a {
																																																																																																																																									font-size: 22px;
																																																																																																																																									color: #fff;
																																																																																																																																									background-color: transparent;
																																																																																																																																									padding: 10px 20px;
																																																																																																																																									border: 2px solid #fff;
																																																																																																																																									display: inline-flex;
																																																																																																																																									margin-top: 35px;
																																																																																																																																								}
																																																																																																																																								.parallex a:hover {
																																																																																																																																									opacity: .7;
																																																																																																																																									transition-duration: .5s;
																																																																																																																																								}
																																																																																																																																								/*===========================Infobox===========================*/
																																																																																																																																								.infobox {
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper {
																																																																																																																																									background-color: #BA040D;
																																																																																																																																									color: #fff;
																																																																																																																																									height: 100%;
																																																																																																																																									display: flex;
																																																																																																																																									align-items: center;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper h3 {
																																																																																																																																									text-align: center;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper2 {
																																																																																																																																									border: 1px solid lightgray;
																																																																																																																																									padding: 45px;
																																																																																																																																									height: 100%;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper2 h3 {
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									text-align: center;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper2 a {
																																																																																																																																									font-weight: bold;
																																																																																																																																									font-size: 26px;
																																																																																																																																									display: -webkit-flex;
																																																																																																																																									display: -moz-flex;
																																																																																																																																									display: -ms-flex;
																																																																																																																																									display: -o-flex;
																																																																																																																																									display: flex;
																																																																																																																																									justify-content: center;
																																																																																																																																									align-items: center;
																																																																																																																																									width: 100%;
																																																																																																																																									height: 85px;
																																																																																																																																									color: #333;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper2 .infobox-btn {
																																																																																																																																									color: #000;
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								.infobox-wrapper2 .infobox-btn:after {
																																																																																																																																									content: "";
																																																																																																																																									background: url(/wp-content/themes/ariesweb/img/right-bold.png) no-repeat;
																																																																																																																																									width: 32px;
																																																																																																																																									height: 32px;
																																																																																																																																									display: inline-flex;
																																																																																																																																									transform: scale(.8);
																																																																																																																																									margin-left: 10px;
																																																																																																																																									position: relative;
																																																																																																																																									top: 10px;
																																																																																																																																								}
																																																																																																																																								/*===========================Blog===========================*/
																																																																																																																																								#blog-page {
																																																																																																																																									background-color: #fff;
																																																																																																																																									color: #000;
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								#blog-page .card {
																																																																																																																																									margin-bottom: 50px;
																																																																																																																																									border: none;
																																																																																																																																									box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
																																																																																																																																									padding-right: 0;
																																																																																																																																									padding-left: 0;
																																																																																																																																									padding-bottom: 20px;
																																																																																																																																								}
																																																																																																																																								#blog-page .card button {
																																																																																																																																									background-color: rgba(3, 124, 194, .1);
																																																																																																																																									color: #fff;
																																																																																																																																									padding: 7px;
																																																																																																																																									border-radius: 3px;
																																																																																																																																									margin-left: 15px;
																																																																																																																																								}
																																																																																																																																								#blog-page img {
																																																																																																																																									width: 100%;
																																																																																																																																									height: 400px;
																																																																																																																																									object-fit: cover;
																																																																																																																																								}
																																																																																																																																								#blog-page .autor {
																																																																																																																																									padding-top: 14px;
																																																																																																																																									padding-left: 15px;
																																																																																																																																								}
																																																																																																																																								#blog-page .autor a {
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																								}
																																																																																																																																								#blog-page .sidebar{
																																																																																																																																									padding: 20px;
																																																																																																																																									box-sizing: border-box;
																																																																																																																																									width: 100%;
																																																																																																																																									border-radius: 0;
																																																																																																																																									box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
																																																																																																																																								}
																																																																																																																																								#blog-page .sidebar h4 {
																																																																																																																																									font-weight: 400;
																																																																																																																																									color: #222222;
																																																																																																																																									font-size: 20px;
																																																																																																																																									text-align: center;
																																																																																																																																									margin: 20px auto;
																																																																																																																																								}
																																																																																																																																								#blog-page .sidebar ul{
																																																																																																																																									padding-left: 0;
																																																																																																																																								}
																																																																																																																																								#blog-page .sidebar li{
																																																																																																																																									list-style-type: none;
																																																																																																																																									border-bottom: 1px solid #e1e1e1;
																																																																																																																																								}
																																																																																																																																								#blog-page .sidebar li a{
																																																																																																																																									color: #222222;
																																																																																																																																									padding-bottom: 10px;
																																																																																																																																									padding-top: 10px;
																																																																																																																																									font-size: 14px;
																																																																																																																																									display: inline-block;
																																																																																																																																								}
																																																																																																																																								#blog-page .post-date {
																																																																																																																																									padding: 15px;
																																																																																																																																								}
																																																																																																																																								#blog-page .max-word-height {
																																																																																																																																									padding: 15px;
																																																																																																																																								}
																																																																																																																																								#blog-post {
																																																																																																																																									background-color: #fff;
																																																																																																																																									color: #000;
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								#category {
																																																																																																																																									background-color: #fff;
																																																																																																																																									color: #000;
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								#category .sidebar{
																																																																																																																																									padding: 20px;
																																																																																																																																									box-sizing: border-box;
																																																																																																																																									width: 100%;
																																																																																																																																									border-radius: 0;
																																																																																																																																									box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
																																																																																																																																								}
																																																																																																																																								#category .sidebar h4 {
																																																																																																																																									font-weight: 400;
																																																																																																																																									color: #222222;
																																																																																																																																									font-size: 20px;
																																																																																																																																									text-align: center;
																																																																																																																																									margin: 20px auto;
																																																																																																																																								}
																																																																																																																																								#category .sidebar ul{
																																																																																																																																									padding-left: 0;
																																																																																																																																								}
																																																																																																																																								#category .sidebar li{
																																																																																																																																									list-style-type: none;
																																																																																																																																									border-bottom: 1px solid #e1e1e1;
																																																																																																																																								}
																																																																																																																																								#category .sidebar li a{
																																																																																																																																									color: #222222;
																																																																																																																																									padding-bottom: 10px;
																																																																																																																																									padding-top: 10px;
																																																																																																																																									font-size: 14px;
																																																																																																																																									display: inline-block;
																																																																																																																																								}
																																																																																																																																								#category a {
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								/*===========================Facebook===========================*/
																																																																																																																																								.fb-container {
																																																																																																																																									height: 940px;
																																																																																																																																								}
																																																																																																																																								.fb-container h3 {
																																																																																																																																									font-weight: bold;
																																																																																																																																									transform: rotate(90deg);
																																																																																																																																									font-size: 118px;
																																																																																																																																									margin-top: 120px;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																								}
																																																																																																																																								.news-fb {
																																																																																																																																									margin-bottom: 180px;
																																																																																																																																								}
																																																																																																																																								#face-slider {
																																																																																																																																									position: fixed;
																																																																																																																																									/* sprawia że slider jest widoczny w stałym miejscu przeglądarki, nie przewija się wraz ze stroną, a pozostaje w miejscu */
																																																																																																																																									right: -290px;
																																																																																																																																									/* pozycjonuje slider poza widoczny obszar okna przeglądarki, efekt schowania */
																																																																																																																																									top: 150px;
																																																																																																																																									/* pozycjonuje slider 190px od góry okna przegladarki */
																																																																																																																																									z-index: 1000;
																																																																																																																																									/* po wyjechaniu, otworzeniu się slidera, jego okno ma być ponad wszystkimi innymi warstwami - na samej górze */
																																																																																																																																								}
																																																																																																																																								#face-slider #tab {
																																																																																																																																									cursor: pointer;
																																																																																																																																									/* zmienia domyślny kursor na wskazującą rączkę - tylko efekt wizualny */
																																																																																																																																									height: 110px;
																																																																																																																																									/* wysokość diva, będącego zakładką, również wysokość grafiki */
																																																																																																																																									width: 45px;
																																																																																																																																									/* szerokość widocznej zakładki, również szerokość grafiki zakłądki */
																																																																																																																																									float: left;
																																																																																																																																									/* przyleganie do lewej krawędzi kontenera slidera */
																																																																																																																																								}
																																																																																																																																								div#tab img {
																																																																																																																																									width: 100%;
																																																																																																																																								}
																																																																																																																																								#face-code {
																																																																																																																																									padding: 5px;
																																																																																																																																									/* definiuje odstęp od krawędzi kontenera pluginu Facebooka */
																																																																																																																																									border: solid #0170cf 3px;
																																																																																																																																									/* ustawia ładną niebieską ramkę dookoła widgetu Facebooka */
																																																																																																																																									background: #fff;
																																																																																																																																									/* ustawia białe tło pod pluginem Facebook */
																																																																																																																																									float: left;
																																																																																																																																									/* przyleganie do lewej, czyli ma przylegać do kontenera zakładki */
																																																																																																																																									width: 286px;
																																																																																																																																									/* szerokość  */
																																																																																																																																									height: 100px;
																																																																																																																																									/* wysokość */
																																																																																																																																									-moz-border-radius: 0 0 0 8px;
																																																																																																																																									/* zaokrągla lewy dolny róg */
																																																																																																																																									-webkit-border-radius: 0 0 0 8px;
																																																																																																																																									/* zaokrągla lewy dolny róg*/
																																																																																																																																									border-radius: 0 0 0 8px;
																																																																																																																																									/* zaokrągla lewy dolny róg */
																																																																																																																																								}
																																																																																																																																								.fb-page.fb_iframe_widget {
																																																																																																																																									transform: scale(1);
																																																																																																																																								}
																																																																																																																																								/*===========================CPT Show===========================*/
																																																																																																																																								.cpt-1 {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.cpt-1 h2 {
																																																																																																																																									font-size: 2.5rem;
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								.cpt-1-subtitle p {
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								.cpt-wrapper {
																																																																																																																																									display: grid;
																																																																																																																																									width: 100%;
																																																																																																																																									grid-template-columns: repeat(3, 1fr);
																																																																																																																																									grid-auto-rows: minmax(200px, auto);
																																																																																																																																									height: auto;
																																																																																																																																									grid-template-areas: "one one two"
																																																																																																																																									". three four";
																																																																																																																																									grid-gap: 20px;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box {
																																																																																																																																									height: 300px;
																																																																																																																																									padding: 30px;
																																																																																																																																									justify-content: space-between;
																																																																																																																																									background: #fff;
																																																																																																																																									-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																									box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																									position: relative;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box:nth-child(1){
																																																																																																																																									grid-area: one;
																																																																																																																																									box-shadow: none;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box:nth-child(2) {
																																																																																																																																									grid-area: two;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box:nth-child(3) {
																																																																																																																																									grid-area: three;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box:nth-child(4) {
																																																																																																																																									grid-area: four;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box h3 {
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																									font-weight: bold;
																																																																																																																																									font-size: 18px;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									padding-top: 50px;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box p {
																																																																																																																																									color: #989898;
																																																																																																																																								}
																																																																																																																																								.hover-cpt {
																																																																																																																																									width: 100%;
																																																																																																																																									height: 0px;
																																																																																																																																									padding: 0px;
																																																																																																																																									overflow:hidden;
																																																																																																																																									-webkit-transition: all 0.3s ease;
																																																																																																																																									-moz-transition: all 0.3s ease;
																																																																																																																																									-o-transition: all 0.3s ease;
																																																																																																																																									transition: all 0.3s ease;
																																																																																																																																									margin-left: -30px;
																																																																																																																																									position:absolute;
																																																																																																																																									bottom: 0;
																																																																																																																																									background-color:#000;
																																																																																																																																									color: #fff;
																																																																																																																																								}
																																																																																																																																								.cpt-1-box:hover .hover-cpt {
																																																																																																																																									height: 300px;
																																																																																																																																									position: absolute;
																																																																																																																																									bottom: 0;
																																																																																																																																									padding: 30px;
																																																																																																																																								}
																																																																																																																																								.hover-cpt h5 {
																																																																																																																																									font-size: 40px;
																																																																																																																																								}
																																																																																																																																								.hover-cpt .read-more {
																																																																																																																																									color: #fff;
																																																																																																																																									padding-bottom: 5px;
																																																																																																																																									border-bottom: 2px solid #fff;
																																																																																																																																								}
																																																																																																																																								.cpt-2 {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																									background-attachment: fixed;
																																																																																																																																									background-position: center;
																																																																																																																																									background-repeat: no-repeat;
																																																																																																																																									background-size: cover;
																																																																																																																																								}
																																																																																																																																								.cpt-2 h2 {
																																																																																																																																									padding-bottom: 40px;
																																																																																																																																								}
																																																																																																																																								.cpt-2-box {
																																																																																																																																									height: 280px;
																																																																																																																																									border: 1px solid lightgray;
																																																																																																																																									margin-bottom: 30px;
																																																																																																																																									background-color: #fff;
																																																																																																																																								}
																																																																																																																																								.cpt-2-box img {
																																																																																																																																									width: 100%;
																																																																																																																																									height: 200px;
																																																																																																																																								}
																																																																																																																																								.cpt-2-box .read-more {
																																																																																																																																									font-weight: bold;
																																																																																																																																									display: flex;
																																																																																																																																									justify-content: center;
																																																																																																																																									align-items: center;
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																									text-align: center;
																																																																																																																																									height: 80px;
																																																																																																																																								}
																																																																																																																																								/*===========================Cpt page===========================*/
																																																																																																																																								#single-offer {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																									background-color: #fff;
																																																																																																																																									color: #000;
																																																																																																																																								}
																																																																																																																																								#single-offer .thumbnail {
																																																																																																																																									margin-bottom: 50px;
																																																																																																																																									display: flex;
																																																																																																																																									justify-content: center;
																																																																																																																																								}
																																																																																																																																								.offer-item {
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								#single-offer .cpt-phone {
																																																																																																																																									background-color: rgba(3, 124, 194, .1);
																																																																																																																																									color: #fff;
																																																																																																																																									padding-top: 30px;
																																																																																																																																									padding-bottom: 20px;
																																																																																																																																								}
																																																																																																																																								#single-offer .cpt-phone a {
																																																																																																																																									color: #fff;
																																																																																																																																									font-size: 22px;
																																																																																																																																									padding-left: 20px;
																																																																																																																																								}
																																																																																																																																								.offer-menu-box {
																																																																																																																																									padding: 20px 20px 50px 20px;
																																																																																																																																									box-sizing: border-box;
																																																																																																																																									width: 100%;
																																																																																																																																									border-radius: 0;
																																																																																																																																									box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
																																																																																																																																									background-color: #fff;
																																																																																																																																									margin-bottom: 50px;
																																																																																																																																								}
																																																																																																																																								.offer-menu-box h5 {
																																																																																																																																									font-weight: 400;
																																																																																																																																									color: #222222;
																																																																																																																																									font-size: 20px;
																																																																																																																																									text-align: center;
																																																																																																																																									margin: 20px auto;
																																																																																																																																								}
																																																																																																																																								#menu-offer-menu li {
																																																																																																																																									border-bottom: 1px solid #e1e1e1;
																																																																																																																																								}
																																																																																																																																								#menu-offer-menu a{
																																																																																																																																									color: #222222;
																																																																																																																																									padding-bottom: 10px;
																																																																																																																																									padding-top: 10px;
																																																																																																																																									font-size: 14px;
																																																																																																																																									display: inline-block;
																																																																																																																																								}
																																																																																																																																								#menu-offer-menu a.active {
																																																																																																																																									color: rgba(3, 124, 194, .1);
																																																																																																																																									font-weight: bold;
																																																																																																																																								}
																																																																																																																																								.offer-form  {
																																																																																																																																									background-color: #8AC126;
																																																																																																																																									padding: 15px 15px 70px 15px;
																																																																																																																																									color: #fff;
																																																																																																																																								}
																																																																																																																																								.offer-form  label {
																																																																																																																																									display: block;
																																																																																																																																								}
																																																																																																																																								.label-input {
																																																																																																																																									height: 85px;
																																																																																																																																								}
																																																																																																																																								.offer-form  input {
																																																																																																																																									padding: 10px;
																																																																																																																																								}
																																																																																																																																								.offer-form  input[type=text] {
																																																																																																																																									display: flex;
																																																																																																																																									margin: auto;
																																																																																																																																									width: 90%;
																																																																																																																																								}
																																																																																																																																								.offer-form  input[type=email] {
																																																																																																																																									display: flex;
																																																																																																																																									margin: auto;
																																																																																																																																									width: 90%;
																																																																																																																																								}
																																																																																																																																								.offer-form  input[type=tel] {
																																																																																																																																									display: flex;
																																																																																																																																									margin: auto;
																																																																																																																																									width: 90%;
																																																																																																																																								}
																																																																																																																																								.offer-form  input[type=submit] {
																																																																																																																																									font-weight: bold;
																																																																																																																																									font-size: 18px;
																																																																																																																																									background-color: #333;
																																																																																																																																									color: #fff;
																																																																																																																																									width: 120px;
																																																																																																																																									position: absolute;
																																																																																																																																									right: 10%;
																																																																																																																																									display: flex;
																																																																																																																																									justify-content: center;
																																																																																																																																									text-align: center;
																																																																																																																																									text-transform: uppercase;
																																																																																																																																									border: none;
																																																																																																																																									padding: 15px;
																																																																																																																																									margin-bottom: 50px;
																																																																																																																																								}
																																																																																																																																								.offer-form  textarea {
																																																																																																																																									display: flex;
																																																																																																																																									margin: auto;
																																																																																																																																									width: 90%;
																																																																																																																																									padding: 10px;
																																																																																																																																									height: 140px;
																																																																																																																																								}
																																																																																																																																								.wpcf7-list-item-label {
																																																																																																																																									display: block;
																																																																																																																																									font-size: 12px;
																																																																																																																																									color: #666;
																																																																																																																																									line-height: 18px;
																																																																																																																																									position: relative;
																																																																																																																																									top: -20px;
																																																																																																																																									width: 90%;
																																																																																																																																								}
																																																																																																																																								.offer-form span.wpcf7-list-item {
																																																																																																																																									display: inline-block;
																																																																																																																																									margin: 0 0 0 1em;
																																																																																																																																								}
																																																																																																																																								.offer-form .rodo label input {
																																																																																																																																									width: 20px;
																																																																																																																																								}
																																																																																																																																								.offer-form .input-title {
																																																																																																																																									padding-left: 5%;
																																																																																																																																									color: #fff;
																																																																																																																																									position: relative;
																																																																																																																																									bottom: 10px;
																																																																																																																																								}
																																																																																																																																								.offer-form  a {
																																																																																																																																									font-weight: bold;
																																																																																																																																									color: #ccc;
																																																																																																																																									font-size: 12px;
																																																																																																																																									border-bottom: 1px solid #ccc;
																																																																																																																																								}
																																																																																																																																								.furniture {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.furniture-simple {
																																																																																																																																									height: 300px;
																																																																																																																																									margin-bottom: 30px;
																																																																																																																																									-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																									box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																								}
																																																																																																																																								.furniture-simple .thumbnail {
																																																																																																																																									margin: auto;
																																																																																																																																								}
																																																																																																																																								.furniture-simple a{
																																																																																																																																									width: calc(100% - 30px);
																																																																																																																																									background-color: #8AC126;
																																																																																																																																									color: #fff;
																																																																																																																																									margin: auto;
																																																																																																																																									padding: 20px;
																																																																																																																																									text-align: center;
																																																																																																																																									position: relative;
																																																																																																																																									bottom: -33px;
																																																																																																																																								}
																																																																																																																																								/*===========================Table===========================*/
																																																																																																																																								.tablepress tfoot th, .tablepress thead th {
																																																																																																																																									background-color: #8AC126 !important;
																																																																																																																																									color: #fff !important;
																																																																																																																																								}
																																																																																																																																								/*===========================Img offer===========================*/
																																																																																																																																								.img-offer {
																																																																																																																																									padding-top: 80px;
																																																																																																																																									padding-bottom: 80px;
																																																																																																																																								}
																																																																																																																																								.img-offer h2 {
																																																																																																																																									margin-bottom: 30px;
																																																																																																																																								}
																																																																																																																																								.img-offer .offer-box2 {
																																																																																																																																									height: 500px;
																																																																																																																																									margin-bottom: 50px;}
																																																																																																																																									.img-offer .offer-box2 h4 {
																																																																																																																																										display: flex;
																																																																																																																																										position: relative;
																																																																																																																																										bottom: 240px;
																																																																																																																																										color: #fff;
																																																																																																																																										text-align: center;
																																																																																																																																										justify-content: center;
																																																																																																																																										text-shadow: 0 0 1px #000, 2px 4px 3px #444;
																																																																																																																																									}
																																																																																																																																									.img-offer .img-offer-simple {
																																																																																																																																										padding-right: 0;
																																																																																																																																										padding-left: 0;
																																																																																																																																									}
																																																																																																																																									.img-offer img {
																																																																																																																																										width: 100%;
																																																																																																																																										height: 500px;
																																																																																																																																										object-fit: cover;
																																																																																																																																										filter: brightness(65%);
																																																																																																																																										border: 1px solid transparent;
																																																																																																																																									}
																																																																																																																																									.img-offer .offer-box2:hover{
																																																																																																																																										height: 520px;
																																																																																																																																										filter: brightness(100%);
																																																																																																																																										border: 10px solid #000;
																																																																																																																																										margin-top: -10px;
																																																																																																																																										transition-duration: .5s;
																																																																																																																																										transform: scale(1.1);
																																																																																																																																										z-index: 10;
																																																																																																																																										position: relative;
																																																																																																																																									}
																																																																																																																																									.img-offer .offer-box2:hover img {
																																																																																																																																										border: 1px solid lightgray;
																																																																																																																																									}
																																																																																																																																									/*===========================Benefits===========================*/
																																																																																																																																									.benefits {
																																																																																																																																										padding-top: 80px;
																																																																																																																																										padding-bottom: 80px;
																																																																																																																																									}
																																																																																																																																									.benefits h2 {
																																																																																																																																										padding-bottom: 40px;
																																																																																																																																									}
																																																																																																																																									.box {
																																																																																																																																										position: relative;
																																																																																																																																										overflow: hidden;}
																																																																																																																																										.box img {
																																																																																																																																											width: 100%;
																																																																																																																																											height: 100%;
																																																																																																																																											object-fit: cover;
																																																																																																																																											max-width: 100%;
																																																																																																																																											-moz-transition: all 0.3s;
																																																																																																																																											-webkit-transition: all 0.3s;
																																																																																																																																											transition: all 0.3s;
																																																																																																																																										}
																																																																																																																																										.box:hover img{
																																																																																																																																											-moz-transform: scale(1.1);
																																																																																																																																											-webkit-transform: scale(1.1);
																																																																																																																																											transform: scale(1.1);
																																																																																																																																										}
																																																																																																																																										.box:nth-child(1){
																																																																																																																																											grid-area: first;
																																																																																																																																										}
																																																																																																																																										.box:nth-child(2) {
																																																																																																																																											grid-area: second;
																																																																																																																																										}
																																																																																																																																										.box:nth-child(3) {
																																																																																																																																											grid-area: third;
																																																																																																																																										}
																																																																																																																																										.box:nth-child(4) {
																																																																																																																																											grid-area: fourth;
																																																																																																																																										}
																																																																																																																																										.benefits-wrapper {
																																																																																																																																											display: grid;
																																																																																																																																											width: 100%;
																																																																																																																																											grid-template-columns: repeat(3, 1fr);
																																																																																																																																											grid-auto-rows: minmax(200px, auto);
																																																																																																																																											height: 600px;
																																																																																																																																											grid-template-areas: "first second third"
																																																																																																																																											"fourth  fourth third";
																																																																																																																																											grid-gap: 20px;
																																																																																																																																										}
																																																																																																																																										.box h4 {
																																																																																																																																											position: absolute;
																																																																																																																																											top: 50%;
																																																																																																																																											transform: translate(-50%, -50%);
																																																																																																																																											display: flex;
																																																																																																																																											left: 50%;
																																																																																																																																											text-align: center;
																																																																																																																																											text-transform: uppercase;
																																																																																																																																											color: #fff;
																																																																																																																																										}
																																																																																																																																										.box h4::after {
																																																																																																																																											background: none repeat scroll 0 0 transparent;
																																																																																																																																											bottom: 0;
																																																																																																																																											content: "";
																																																																																																																																											display: block;
																																																																																																																																											height: 2px;
																																																																																																																																											left: 50%;
																																																																																																																																											position: absolute;
																																																																																																																																											background: #333;
																																																																																																																																											transition: width 0.3s ease 0s, left 0.3s ease 0s;
																																																																																																																																											width: 0;
																																																																																																																																											top: 50px;
																																																																																																																																										}
																																																																																																																																										.box:hover h4:after {
																																																																																																																																											width: 70%;
																																																																																																																																											left: 15%;
																																																																																																																																											top: 50px;
																																																																																																																																										}
																																																																																																																																										/*===========================Gallery===========================*/
																																																																																																																																										#gallery {
																																																																																																																																											padding-top: 80px;
																																																																																																																																											padding-bottom: 80px;
																																																																																																																																										}
																																																																																																																																										.gallery {
																																																																																																																																											padding-top: 80px;
																																																																																																																																											padding-bottom: 80px;
																																																																																																																																										}
																																																																																																																																										.gallery h2 {
																																																																																																																																											text-align: center;
																																																																																																																																											padding-bottom: 20px;
																																																																																																																																											padding-top: 40px;
																																																																																																																																											font-weight: bold;
																																																																																																																																											font-size: 40px;}
																																																																																																																																											.gallery p {
																																																																																																																																												width: 80%;
																																																																																																																																												margin: auto;
																																																																																																																																												margin-bottom: 40px;
																																																																																																																																												text-align: center; }
																																																																																																																																												.gallery img {
																																																																																																																																													width: 100%;
																																																																																																																																													height: 220px;
																																																																																																																																													object-fit: cover;
																																																																																																																																													margin-bottom: 30px;
																																																																																																																																												}
																																																																																																																																												.gallery-3 img {
																																																																																																																																													height: 280px;
																																																																																																																																													width: 100%;
																																																																																																																																													object-fit: cover;
																																																																																																																																												}
																																																																																																																																												.gallery-3 figure {
																																																																																																																																													padding-left: 0;
																																																																																																																																													padding-right: 0;
																																																																																																																																												}
																																																																																																																																												#gallery-single {
																																																																																																																																													padding-top: 80px;
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																												}
																																																																																																																																												#gallery-single img {
																																																																																																																																													width: 100%;
																																																																																																																																													height: 180px;
																																																																																																																																													object-fit: cover;
																																																																																																																																													margin-bottom: 30px;
																																																																																																																																												}
																																																																																																																																												.gallery-box {
																																																																																																																																													height: 300px;
																																																																																																																																													margin-bottom: 50px;
																																																																																																																																													background-position: center;
																																																																																																																																													background-size: cover;
																																																																																																																																												}
																																																																																																																																												.gallery-box p {
																																																																																																																																													font-size: 18px;
																																																																																																																																													position: absolute;
																																																																																																																																													bottom: 0;
																																																																																																																																													margin-left: auto;
																																																																																																																																													margin-right: auto;
																																																																																																																																													left: 0;
																																																																																																																																													right: 0;
																																																																																																																																													text-align: center;
																																																																																																																																													color: #fff;
																																																																																																																																													background-color: rgba(0,0,0,.7);
																																																																																																																																													bottom: 100px;
																																																																																																																																													width: 92%;
																																																																																																																																													margin-bottom: 0;
																																																																																																																																													padding: 10px;
																																																																																																																																												}
																																																																																																																																												.gallery-wrapper:hover p{
																																																																																																																																													top: 0;
																																																																																																																																													bottom: 0;
																																																																																																																																													height: 300px;
																																																																																																																																													padding-top: 120px;
																																																																																																																																													transition-duration: .5s;
																																																																																																																																												}
																																																																																																																																												.gallery-wrapper:hover p:after{
																																																																																																																																													content: "";
																																																																																																																																													background: url(/wp-content/themes/ariesweb/img/magnifier.png) no-repeat;
																																																																																																																																													width: 32px;
																																																																																																																																													height: 32px;
																																																																																																																																													display: block;
																																																																																																																																													margin: 15px auto 0 auto;
																																																																																																																																												}
																																																																																																																																												/*===========================Featured===========================*/
																																																																																																																																												.featured {
																																																																																																																																													padding-top: 80px;
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																												}
																																																																																																																																												.featured-box {
																																																																																																																																													display: flex;
																																																																																																																																													flex-direction: column;
																																																																																																																																												}
																																																																																																																																												.featured-box img {
																																																																																																																																													height: 250px;
																																																																																																																																													object-fit: cover;
																																																																																																																																												}
																																																																																																																																												.featured-box .a-title {
																																																																																																																																													color: #000;
																																																																																																																																													display: flex;
																																																																																																																																													transform: rotate(-90deg);
																																																																																																																																													width: 100%;
																																																																																																																																													height: 61px;
																																																																																																																																													font-size: 24px;
																																																																																																																																													margin-left: -300px;
																																																																																																																																												}
																																																																																																																																												.featured-box .a-title:after{
																																																																																																																																													content: "";
																																																																																																																																													display: block;
																																																																																																																																													width: 50px;
																																																																																																																																													height: 2px;
																																																																																																																																													background-color: rgba(3, 124, 194, .1);
																																																																																																																																													position: absolute;
																																																																																																																																													bottom: 18px;
																																																																																																																																												}
																																																																																																																																												.featured-box .a-title:hover {
																																																																																																																																													opacity: 1;
																																																																																																																																													color: rgba(3, 124, 194, .1);
																																																																																																																																												}
																																																																																																																																												.featured-box a:hover {
																																																																																																																																													opacity: .7;
																																																																																																																																												}
																																																																																																																																												/*===========================collapse===========================*/
																																																																																																																																												.collapse-section {
																																																																																																																																													padding-top: 80px;
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																												}
																																																																																																																																												.collapse-section .card-header {
																																																																																																																																													background-color: #fff;
																																																																																																																																													border-radius: 0;
																																																																																																																																													border: none;
																																																																																																																																													padding: 10px 5px;
																																																																																																																																												}
																																																																																																																																												.collapse-section .card-header button {
																																																																																																																																													font-size: 14px;
																																																																																																																																													color: #000;
																																																																																																																																												}
																																																																																																																																												.collapse-section .card-header button:before {
																																																																																																																																													content: "";
																																																																																																																																													background: url(/wp-content/themes/ariesweb/img/check.png) no-repeat;
																																																																																																																																													width: 32px;
																																																																																																																																													height: 32px;
																																																																																																																																													float: left;
																																																																																																																																													margin: -4px 3px 0 0;
																																																																																																																																													display: block;
																																																																																																																																													transform: scale(0.6);
																																																																																																																																												}
																																																																																																																																												.collapse-section .card-body{
																																																																																																																																													font-size: 14px;
																																																																																																																																													background-color: black;
																																																																																																																																													color: #fff;
																																																																																																																																												}
																																																																																																																																												.collapse-section .card {
																																																																																																																																													margin-bottom: 15px;
																																																																																																																																												}
																																																																																																																																												/*===========================Partner logo===========================*/
																																																																																																																																												.partner {
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																												}
																																																																																																																																												.partner h3 {
																																																																																																																																													margin: 10px auto;
																																																																																																																																													font-weight: bold;
																																																																																																																																												}
																																																																																																																																												.partner .owl-nav {
																																																																																																																																													display: -webkit-flex;
																																																																																																																																													display: -moz-flex;
																																																																																																																																													display: -ms-flex;
																																																																																																																																													display: -o-flex;
																																																																																																																																													display: flex;
																																																																																																																																													justify-content: center;
																																																																																																																																												}
																																																																																																																																												.partner .owl-nav button {
																																																																																																																																													outline: none;
																																																																																																																																												}
																																																																																																																																												.owl-carousel .owl-stage {
																																																																																																																																													margin: auto;
																																																																																																																																												}
																																																																																																																																												/*===========================Strefa klienta===========================*/
																																																																																																																																												.post-password-form {
																																																																																																																																													padding-top: 80px;
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																												}
																																																																																																																																												#pwbox-225{
																																																																																																																																													color: #000;
																																																																																																																																													padding: 5px;
																																																																																																																																													-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																													-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																													box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																													border: 1px solid #606060;
																																																																																																																																													outline: none;
																																																																																																																																													margin-top: 2px;
																																																																																																																																												}
																																																																																																																																												.post-password-form input[type=submit]{
																																																																																																																																													color: #000000;
																																																																																																																																													background: rgba(3, 124, 194, .1);
																																																																																																																																													font-size: 12px;
																																																																																																																																													border: 1px solid rgba(255, 255, 255, 1);
																																																																																																																																													padding: 10px;
																																																																																																																																													text-transform: uppercase;
																																																																																																																																													margin-top: 10px;
																																																																																																																																													display: flex;
																																																																																																																																												}
																																																																																																																																												#single-customers {
																																																																																																																																													padding-top: 80px;
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																												}
																																																																																																																																												#single-customers h3 {
																																																																																																																																													padding-bottom: 50px;
																																																																																																																																												}
																																																																																																																																												.customers-wrapper {
																																																																																																																																													display: flex;
																																																																																																																																													flex-flow: wrap-reverse;
																																																																																																																																													flex-direction: row-reverse;
																																																																																																																																												}
																																																																																																																																												.customers-box{
																																																																																																																																													-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																													box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
																																																																																																																																													margin-bottom: 50px;
																																																																																																																																													padding: 25px;
																																																																																																																																													min-height: 420px;
																																																																																																																																												}
																																																																																																																																												.customers-box h4 {
																																																																																																																																													padding-bottom: 20px;
																																																																																																																																												}
																																																																																																																																												.customers-box .tax {
																																																																																																																																													display: grid;
																																																																																																																																													grid-template-columns: 1fr 1fr;
																																																																																																																																													border-bottom: 1px solid #e9ebec;
																																																																																																																																													padding-top: 5px;
																																																																																																																																												}
																																																																																																																																												.customers-box .tax p {
																																																																																																																																													margin-bottom: 5px;
																																																																																																																																												}
																																																																																																																																												/*===========================Footer===========================*/
																																																																																																																																												.line {
																																																																																																																																													width: 100%;
																																																																																																																																													height: 1px;
																																																																																																																																													background-color: #333;
																																																																																																																																												}
																																																																																																																																												.img-border-circle {
																																																																																																																																													width: 64px;
																																																																																																																																													height: 64px;
																																																																																																																																													background-color: #fff;
																																																																																																																																													border: 1px solid lightgray;
																																																																																																																																													border-radius: 100%;
																																																																																																																																													margin: -32px auto 50px auto;
																																																																																																																																												}
																																																																																																																																												.img-border-circle img {
																																																																																																																																													width: 46px;
																																																																																																																																													height: 36px;
																																																																																																																																													margin-top: 11px;
																																																																																																																																													margin-left: 9px;
																																																																																																																																												}
																																																																																																																																												.logo {
																																																																																																																																													padding-top: 80px;
																																																																																																																																													padding-bottom: 80px;
																																																																																																																																													background-color: #fff;
																																																																																																																																												}
																																																																																																																																												.logo img {
																																																																																																																																													display: flex;
																																																																																																																																													margin: auto;
																																																																																																																																													align-items: center;
																																																																																																																																													height: 140px;
																																																																																																																																												}
																																																																																																																																												.logo .col-md-4:nth-child(2) img {
																																																																																																																																													height: 100px;
																																																																																																																																													margin-top: 25px;
																																																																																																																																												}
																																																																																																																																												.map {
																																																																																																																																													margin-bottom: -10px;
																																																																																																																																												}
																																																																																																																																												.map iframe {
																																																																																																																																													width: 100%;
																																																																																																																																													height: 400px;
																																																																																																																																												}
																																																																																																																																												footer {
																																																																																																																																													background-color: #BA040D;
																																																																																																																																													color: #fff;
																																																																																																																																												}
																																																																																																																																												.foo-col {
																																																																																																																																													height: 240px;
																																																																																																																																												}
																																																																																																																																												.footer-bg {
																																																																																																																																													background-attachment: fixed;
																																																																																																																																													background-position: center;
																																																																																																																																													background-repeat: no-repeat;
																																																																																																																																													background-size: cover;
																																																																																																																																												}
																																																																																																																																												.footer-contact-box {
																																																																																																																																													padding-top: 80px;
																																																																																																																																												}
																																																																																																																																												.footer-contact-box h3 {
																																																																																																																																													text-align: center;
																																																																																																																																												}
																																																																																																																																												.footer-contact-box a{
																																																																																																																																													background-color: #333;
																																																																																																																																													color: #fff;
																																																																																																																																													display: flex;
																																																																																																																																													justify-content: center;
																																																																																																																																													align-items: center;
																																																																																																																																													width: 180px;
																																																																																																																																													height: 40px;
																																																																																																																																													border-radius: 10px;
																																																																																																																																													margin: 20px auto;
																																																																																																																																												}
																																																																																																																																												footer p {
																																																																																																																																													font-size: 14px;
																																																																																																																																												}
																																																																																																																																												footer .navbar-brand {
																																																																																																																																													display: flex;
																																																																																																																																												}
																																																																																																																																												footer .tags p {
																																																																																																																																													display: inline-flex;
																																																																																																																																													padding: 1px 3px;
																																																																																																																																													color: #333;
																																																																																																																																													border: 1px solid #333;
																																																																																																																																													margin-bottom: 5px;
																																																																																																																																												}
																																																																																																																																												footer h3 {
																																																																																																																																													font-size: 24px;
																																																																																																																																													padding-top: 20px;
																																																																																																																																												}
																																																																																																																																												footer h5 {
																																																																																																																																													font-size: 18px;
																																																																																																																																													font-weight: bold;
																																																																																																																																													text-transform: uppercase;
																																																																																																																																													letter-spacing: 1px;
																																																																																																																																													color: #fff;
																																																																																																																																													padding-top: 20px;
																																																																																																																																												}
																																																																																																																																												.footer-about {
																																																																																																																																													border-right: 1px solid #eee;
																																																																																																																																												}
																																																																																																																																												.footer-about p {
																																																																																																																																													font-size: 12px;
																																																																																																																																												}
																																																																																																																																												.footer-container {
																																																																																																																																													padding-top: 30px;
																																																																																																																																												}
																																																																																																																																												footer ul {
																																																																																																																																													list-style-type: none;
																																																																																																																																													padding-left: 0px;
																																																																																																																																												}
																																																																																																																																												.footer-contact p {
																																																																																																																																													line-height: 30px;
																																																																																																																																												}
																																																																																																																																												.footer-contact a {
																																																																																																																																													font-size: 14px;
																																																																																																																																													color: #fff;
																																																																																																																																													line-height: 30px;
																																																																																																																																												}
																																																																																																																																												.footer-contact li {
																																																																																																																																													display: flex;
																																																																																																																																												}
																																																																																																																																												.footer-contact li img {
																																																																																																																																													width: 20px;
																																																																																																																																													height: 20px;
																																																																																																																																													margin-right: 10px;
																																																																																																																																													margin-top: 7px;
																																																																																																																																												}
																																																																																																																																												.footer-contact .footer-mail {
																																																																																																																																													color: #fff;
																																																																																																																																												}
																																																																																																																																												footer .navbar-nav {
																																																																																																																																													margin-bottom: 15px;
																																																																																																																																												}
																																																																																																																																												footer .navbar-nav .nav-link {
																																																																																																																																													color: #fff;
																																																																																																																																												}
																																																																																																																																												.fb-icon {
																																																																																																																																													display: flex;
																																																																																																																																													width: 46px;
																																																																																																																																													height: 46px;
																																																																																																																																													background-color: #333;
																																																																																																																																													margin-bottom: 10px;
																																																																																																																																												}
																																																																																																																																												.fb-icon img {
																																																																																																																																													width: 20px;
																																																																																																																																													height: 20px;
																																																																																																																																													margin-top: 13px;
																																																																																																																																													margin-left: 13px;
																																																																																																																																												}
																																																																																																																																												.foo-realization a {
																																																																																																																																													font-size: 12px;
																																																																																																																																													display: inline-block;
																																																																																																																																													border-width: 1px;
																																																																																																																																													border-style: solid;
																																																																																																																																													line-height: 160%;
																																																																																																																																													margin-right: 5px;
																																																																																																																																													margin-bottom: 7px;
																																																																																																																																													padding: 0px 5px;
																																																																																																																																													text-transform: lowercase;
																																																																																																																																													border-color: #3f3f3f;
																																																																																																																																													color: #fff;
																																																																																																																																												}
																																																																																																																																												.footer-copyright  {
																																																																																																																																													padding-top: 20px;
																																																																																																																																													padding-bottom: 20px;
																																																																																																																																													position: relative;
																																																																																																																																													background-color: #BA040D;
																																																																																																																																													color: #fff;
																																																																																																																																												}
																																																																																																																																												.footer-copyright a {
																																																																																																																																													color: #fff;
																																																																																																																																													font-weight: bold;
																																																																																																																																												}
																																																																																																																																												.footer-copyright img {
																																																																																																																																													width: 75px;
																																																																																																																																													height: 22px;
																																																																																																																																												}
																																																																																																																																												.footer-copyright p {
																																																																																																																																													margin: auto;
																																																																																																																																												}
																																																																																																																																												/*===========================Media Queries===========================*/
																																																																																																																																												@media (max-width: 1024px) {
																																																																																																																																													.counter .counter-box {
																																																																																																																																														width: 230px;
																																																																																																																																														height: 230px;
																																																																																																																																													}
																																																																																																																																												}
																																																																																																																																												@media (max-width: 991px) {
																																																																																																																																													.top-header {
																																																																																																																																														display: none;
																																																																																																																																													}
																																																																																																																																													.dropdown-menu {
																																																																																																																																														overflow: scroll;
																																																																																																																																														height: 200px;
																																																																																																																																													}
																																																																																																																																													.main-nav {
																																																																																																																																														height: auto;
																																																																																																																																													}
																																																																																																																																													.top-header ul {
																																																																																																																																														justify-content: space-between;
																																																																																																																																													}
																																																																																																																																													.top-header ul li:nth-child(2) {
																																																																																																																																														display: none;
																																																																																																																																													}
																																																																																																																																													.top-header ul li:nth-child(3) {
																																																																																																																																														display: none;
																																																																																																																																													}
																																																																																																																																													.navbar-dark .navbar-nav .nav-link {
																																																																																																																																														border-right: 0;
																																																																																																																																													}
																																																																																																																																													#header-3 nav {
																																																																																																																																														background-color: #fff;
																																																																																																																																														padding: 10px;
																																																																																																																																													}
																																																																																																																																													.collapse:not(.show) {
																																																																																																																																														display: none !important;
																																																																																																																																													}
																																																																																																																																													.nav-box {
																																																																																																																																														height: auto;}
																																																																																																																																														#header-3 #navbarSupportedContent-7 {
																																																																																																																																															justify-content: flex-start;
																																																																																																																																														}
																																																																																																																																														.header-bg {
																																																																																																																																															margin: 50px 0 0 0;
																																																																																																																																														}
																																																																																																																																														.navbar {
																																																																																																																																															transition-duration: .5s;
																																																																																																																																															-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
																																																																																																																																															-moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
																																																																																																																																															box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
																																																																																																																																														}
																																																																																																																																														.affix {
																																																																																																																																															height: auto !important;
																																																																																																																																															margin-top: 0;
																																																																																																																																														}
																																																																																																																																														.navbar-dark .navbar-nav .nav-link {
																																																																																																																																															padding: 15px;
																																																																																																																																															text-align: center;
																																																																																																																																															height: 40px;
																																																																																																																																															color: #000;
																																																																																																																																															line-height: 0px;
																																																																																																																																															border: none;
																																																																																																																																														}
																																																																																																																																														.navbar-dark .navbar-nav .nav-item:first-child .nav-link {
																																																																																																																																															border-left-color: transparent !important;
																																																																																																																																														}
																																																																																																																																														.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
																																																																																																																																															background-color: transparent;
																																																																																																																																															color: #333;
																																																																																																																																														}
																																																																																																																																														.navbar-dark li:after {
																																																																																																																																															display: none;
																																																																																																																																														}
																																																																																																																																														.affix a {
																																																																																																																																															color: #000;
																																																																																																																																														}
																																																																																																																																														#slider-carousel {
																																																																																																																																															padding: 50px 0 0 0;
																																																																																																																																														}
																																																																																																																																														#header-2 #mainmenu {
																																																																																																																																															width: 100%;
																																																																																																																																														}
																																																																																																																																														.about-1 img {
																																																																																																																																															height: 305px;
																																																																																																																																														}
																																																																																																																																														.about-2 p {
																																																																																																																																															padding-left: 0;
																																																																																																																																														}
																																																																																																																																														.about-3 img {
																																																																																																																																															width: 100%;
																																																																																																																																															margin-bottom: 10px;
																																																																																																																																															margin-top: 30px;
																																																																																																																																														}
																																																																																																																																														.about-3 .img-border:before {
																																																																																																																																															width: 95%;
																																																																																																																																															left: -10px;
																																																																																																																																															bottom: -20px;
																																																																																																																																														}
																																																																																																																																														.about-3-row {
																																																																																																																																															flex-direction: column-reverse;
																																																																																																																																														}
																																																																																																																																														.about-two-image img {
																																																																																																																																															width: 100%;
																																																																																																																																															display: flex;
																																																																																																																																															margin: auto;
																																																																																																																																														}
																																																																																																																																														.about-two-image .img-1 {
																																																																																																																																															position: inherit;
																																																																																																																																															margin-top: 30px;
																																																																																																																																														}
																																																																																																																																														.about-two-image .img-2 {
																																																																																																																																															position: inherit;
																																																																																																																																															margin-top: 30px;
																																																																																																																																														}
																																																																																																																																														.contact-box {
																																																																																																																																															padding: 15px;
																																																																																																																																														}
																																																																																																																																														.contact-wrapper {
																																																																																																																																															margin-left: 0;
																																																																																																																																														}
																																																																																																																																														.contact-wrapper ul {
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.contact-form {
																																																																																																																																															padding: 15px;
																																																																																																																																															border: none;
																																																																																																																																														}
																																																																																																																																														.offer-box {
																																																																																																																																															margin-top: 20px;
																																																																																																																																															margin-bottom: 20px;
																																																																																																																																															transform: rotate(0deg);
																																																																																																																																														}
																																																																																																																																														.offer-box-inner {
																																																																																																																																															transform: rotate(0deg);
																																																																																																																																														}
																																																																																																																																														.about-grid-box {
																																																																																																																																															height: auto;
																																																																																																																																														}
																																																																																																																																														.fb-container {
																																																																																																																																															height: 700px;
																																																																																																																																														}
																																																																																																																																														#mainmenu img {
																																																																																																																																															width: 70% !important;
																																																																																																																																														}
																																																																																																																																														.counter h2 {
																																																																																																																																															font-size: 80px;
																																																																																																																																														}
																																																																																																																																														.counter .row {
																																																																																																																																															flex-direction: column-reverse;
																																																																																																																																														}
																																																																																																																																														.cpt-wrapper {
																																																																																																																																															display: flex;
																																																																																																																																														}
																																																																																																																																														.cpt-1-box {
																																																																																																																																															width: 100%;
																																																																																																																																															height: auto;
																																																																																																																																															margin-bottom: 10px;
																																																																																																																																														}
																																																																																																																																														.customers-wrapper {
																																																																																																																																															flex-direction: column-reverse;
																																																																																																																																														}
																																																																																																																																														.featured-box {
																																																																																																																																															margin-bottom: 30px;
																																																																																																																																														}
																																																																																																																																														.featured-box img {
																																																																																																																																															width: 100%;
																																																																																																																																														}
																																																																																																																																														.featured-box .a-title {
																																																																																																																																															color: #000;
																																																																																																																																															display: flex;
																																																																																																																																															transform: rotate(0);
																																																																																																																																															width: 100%;
																																																																																																																																															height: 61px;
																																																																																																																																															font-size: 24px;
																																																																																																																																															margin-left: 0;
																																																																																																																																														}
																																																																																																																																														.step-wrapper {
																																																																																																																																															display: flex;
																																																																																																																																														}
																																																																																																																																														.step-box {
																																																																																																																																															margin-bottom: 40px;
																																																																																																																																														}
																																																																																																																																														.foo-col {
																																																																																																																																															height: auto;
																																																																																																																																														}
																																																																																																																																														footer .navbar-nav {
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														footer .navbar-nav li:first-child .nav-link {
																																																																																																																																															padding-left: 10px;
																																																																																																																																														}
																																																																																																																																														footer .navbar-nav .nav-link {
																																																																																																																																															padding: 10px;
																																																																																																																																															border-right: none;
																																																																																																																																														}
																																																																																																																																													}
																																																																																																																																													@media (max-width: 767px) {
																																																																																																																																														.header-info {
																																																																																																																																															display: none;
																																																																																																																																														}
																																																																																																																																														.breadcrumbs a {
																																																																																																																																															font-size: 14px;
																																																																																																																																														}
																																																																																																																																														.affix {
																																																																																																																																															top: 0 !important;
																																																																																																																																														}
																																																																																																																																														.header-bg h2 {
																																																																																																																																															font-size: 26px;
																																																																																																																																														}
																																																																																																																																														#slider-carousel .carousel-item .carousel-caption h3 {
																																																																																																																																															font-size: 35px;
																																																																																																																																															padding-top: 30px;
																																																																																																																																														}
																																																																																																																																														#slider-carousel .carousel-item .carousel-caption h4 {
																																																																																																																																															font-size: 35px;
																																																																																																																																														}
																																																																																																																																														.slider-btn {
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.fb-container h3 {
																																																																																																																																															display: none;
																																																																																																																																														}
																																																																																																																																														.about-grid-wrapper {
																																																																																																																																															display: flex;
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.benefits-wrapper {
																																																																																																																																															display: flex;
																																																																																																																																															flex-direction: column;
																																																																																																																																															height: auto;
																																																																																																																																														}
																																																																																																																																														.benefits-wrapper .box {
																																																																																																																																															margin-bottom: 10px;
																																																																																																																																															height: 300px;
																																																																																																																																														}
																																																																																																																																														.offer-wrapper {
																																																																																																																																															margin-bottom: 50px;
																																																																																																																																														}
																																																																																																																																														.cpt-2 h2 {
																																																																																																																																															font-size: 25px;
																																																																																																																																														}
																																																																																																																																														.multi-contact-wrapper {
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.simple-multi-contact {
																																																																																																																																															padding: 0;
																																																																																																																																														}
																																																																																																																																														.footer-contact ul {
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.footer-contact ul li{
																																																																																																																																															display: flex;
																																																																																																																																															justify-content: center;
																																																																																																																																														}
																																																																																																																																													}
																																																																																																																																													@media (max-width: 576px) {
																																																																																																																																														#slider-carousel .carousel-item .carousel-caption {
																																																																																																																																															align-items: center;
																																																																																																																																														}
																																																																																																																																														#header-2 .top-contact li:nth-child(2) {
																																																																																																																																															display: none;
																																																																																																																																														}
																																																																																																																																														.about-1 .read-more {
																																																																																																																																															margin-bottom: 30px;
																																																																																																																																														}
																																																																																																																																														.counter .counter-wrapper {
																																																																																																																																															display: flex;
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.counter .counter-box {
																																																																																																																																															width: 100%;
																																																																																																																																															margin-bottom: 10px;
																																																																																																																																														}
																																																																																																																																														.about-grid .text-wrapper h1 {
																																																																																																																																															font-size: 20px;
																																																																																																																																														}
																																																																																																																																														.about-3 .img-border {
																																																																																																																																															display: none;
																																																																																																																																														}
																																																																																																																																														.about-3 .about-contact {
																																																																																																																																															flex-direction: column;
																																																																																																																																														}
																																																																																																																																														.about-3 .about-contact li {
																																																																																																																																															margin-bottom: 15px;
																																																																																																																																														}
																																																																																																																																														.about-3 img {
																																																																																																																																															height: 400px;
																																																																																																																																														}
																																																																																																																																														.benefits {
																																																																																																																																															padding-top: 0;
																																																																																																																																														}
																																																																																																																																														.stage-box {
																																																																																																																																															border: none;
																																																																																																																																														}
																																																																																																																																														.footer-social h5 {
																																																																																																																																															font-size: 33px;
																																																																																																																																														}
																																																																																																																																													}
																																																																																																																																													/*===========================Smartphoto===========================*/
																																																																																																																																													@keyframes smartphoto {
																																																																																																																																														from {
																																																																																																																																															opacity: 0; }
																																																																																																																																															to {
																																																																																																																																																opacity: 1; } }
																																																																																																																																																@keyframes smartphoto-img-wrap {
																																																																																																																																																	from {
																																																																																																																																																		opacity: 0; }
																																																																																																																																																		to {
																																																																																																																																																			opacity: 1; } }
																																																																																																																																																			@keyframes smartphoto-inner {
																																																																																																																																																				from {
																																																																																																																																																					transform: translate(0, 100px); }
																																																																																																																																																					to {
																																																																																																																																																						transform: translate(0, 0); } }
																																																																																																																																																						@keyframes smartphoto-loader {
																																																																																																																																																							0% {
																																																																																																																																																								opacity: .4;
																																																																																																																																																								transform: rotate(0deg); }
																																																																																																																																																								50% {
																																																																																																																																																									opacity: 1;
																																																																																																																																																									transform: rotate(180deg); }
																																																																																																																																																									100% {
																																																																																																																																																										opacity: .4;
																																																																																																																																																										transform: rotate(360deg); } }
																																																																																																																																																										@keyframes smartphoto-appear {
																																																																																																																																																											0% {
																																																																																																																																																												display: none;
																																																																																																																																																												opacity: 0; }
																																																																																																																																																												1% {
																																																																																																																																																													display: block;
																																																																																																																																																													opacity: 0; }
																																																																																																																																																													100% {
																																																																																																																																																														display: block;
																																																																																																																																																														opacity: 1; } }
																																																																																																																																																														@keyframes smartphoto-hide {
																																																																																																																																																															0% {
																																																																																																																																																																display: block;
																																																																																																																																																																opacity: 1; }
																																																																																																																																																																99% {
																																																																																																																																																																	display: block;
																																																																																																																																																																	opacity: 0; }
																																																																																																																																																																	100% {
																																																																																																																																																																		display: none;
																																																																																																																																																																		opacity: 0; } }
																																																																																																																																																																		.smartphoto {
																																																																																																																																																																			position: fixed;
																																																																																																																																																																			z-index: 100;
																																																																																																																																																																			top: 0;
																																																																																																																																																																			left: 0;
																																																																																																																																																																			width: 100%;
																																																																																																																																																																			height: 100%;
																																																																																																																																																																			background-color: #000;
																																																																																																																																																																			opacity: 1;
																																																																																																																																																																			font-family: sans-serif;
																																																																																																																																																																			cursor: pointer;
																																																																																																																																																																			-webkit-transition: opacity .3s ease-out;
																																																																																																																																																																			-moz-transition: opacity .3s ease-out;
																																																																																																																																																																			-ms-transition: opacity .3s ease-out;
																																																																																																																																																																			-o-transition: opacity .3s ease-out;
																																																																																																																																																																			transition: opacity .3s ease-out;
																																																																																																																																																																			transition: all 0.3s ease-out;
																																																																																																																																																																			animation-name: smartphoto;
																																																																																																																																																																			animation-duration: .3s;
																																																																																																																																																																			animation-timing-function: ease-out; }
																																																																																																																																																																			.smartphoto[aria-hidden="true"] {
																																																																																																																																																																				display: none; }
																																																																																																																																																																				.smartphoto-close {
																																																																																																																																																																					opacity: 0; }
																																																																																																																																																																					.smartphoto-count {
																																																																																																																																																																						display: inline-block;
																																																																																																																																																																						color: #FFF;
																																																																																																																																																																						font-size: 16px; }
																																																																																																																																																																						.smartphoto-header {
																																																																																																																																																																							display: block;
																																																																																																																																																																							box-sizing: border-box;
																																																																																																																																																																							position: fixed;
																																																																																																																																																																							z-index: 102;
																																																																																																																																																																							top: 0;
																																																																																																																																																																							left: 0;
																																																																																																																																																																							width: 100%;
																																																																																																																																																																							height: 50px;
																																																																																																																																																																							padding: 15px;
																																																																																																																																																																							background-color: rgba(0, 0, 0, 0.2); }
																																																																																																																																																																							.smartphoto-content {
																																																																																																																																																																								display: block;
																																																																																																																																																																								position: absolute;
																																																																																																																																																																								top: 0;
																																																																																																																																																																								left: 0;
																																																																																																																																																																								width: 100%;
																																																																																																																																																																								height: 100%; }
																																																																																																																																																																								.smartphoto-dismiss {
																																																																																																																																																																									display: block;
																																																																																																																																																																									position: absolute;
																																																																																																																																																																									top: 15px;
																																																																																																																																																																									right: 10px;
																																																																																																																																																																									width: 20px;
																																																																																																																																																																									height: 20px;
																																																																																																																																																																									padding: 0;
																																																																																																																																																																									border: none;
																																																																																																																																																																									background-color: transparent;
																																																																																																																																																																									background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
																																																																																																																																																																									text-shadow: 0 1px 0 #FFF;
																																																																																																																																																																									color: #FFF;
																																																																																																																																																																									font-size: 30px;
																																																																																																																																																																									text-decoration: none;
																																																																																																																																																																									cursor: pointer;
																																																																																																																																																																									line-height: 1; }
																																																																																																																																																																									.smartphoto-body {
																																																																																																																																																																										position: relative;
																																																																																																																																																																										z-index: 102;
																																																																																																																																																																										width: 100%;
																																																																																																																																																																										height: 100%;
																																																																																																																																																																										margin: 0 auto; }
																																																																																																																																																																										.smartphoto-inner {
																																																																																																																																																																											position: relative;
																																																																																																																																																																											width: 100%;
																																																																																																																																																																											height: 100%;
																																																																																																																																																																											vertical-align: top; }
																																																																																																																																																																											.smartphoto-img {
																																																																																																																																																																												display: none;
																																																																																																																																																																												max-width: none;
																																																																																																																																																																												width: auto;
																																																																																																																																																																												height: auto;
																																																																																																																																																																												cursor: zoom-in;
																																																																																																																																																																												-webkit-user-select: none;
																																																																																																																																																																												-moz-user-select: none;
																																																																																																																																																																												-ms-user-select: none;
																																																																																																																																																																												user-select: none;
																																																																																																																																																																												transition: transform 0.3s ease-out;
																																																																																																																																																																												-webkit-user-drag: none; }
																																																																																																																																																																												.smartphoto-img.active {
																																																																																																																																																																													display: block; }
																																																																																																																																																																													.smartphoto-img-onmove {
																																																																																																																																																																														cursor: grab;
																																																																																																																																																																														cursor: -webkit-grab;
																																																																																																																																																																														transition: none; }
																																																																																																																																																																														.smartphoto-img-elasticmove {
																																																																																																																																																																															transition: transform 0.3s ease-out; }
																																																																																																																																																																															.smartphoto-img-wrap {
																																																																																																																																																																																display: inline-block;
																																																																																																																																																																																opacity: 1;
																																																																																																																																																																																-webkit-transition: opacity .3s ease-out;
																																																																																																																																																																																-moz-transition: opacity .3s ease-out;
																																																																																																																																																																																-ms-transition: opacity .3s ease-out;
																																																																																																																																																																																-o-transition: opacity .3s ease-out;
																																																																																																																																																																																transition: opacity .3s ease-out;
																																																																																																																																																																																animation-name: smartphoto-img-wrap;
																																																																																																																																																																																animation-duration: .3s;
																																																																																																																																																																																animation-timing-function: ease-out; }
																																																																																																																																																																																.smartphoto-img-left {
																																																																																																																																																																																	transform: translateX(150%) !important; }
																																																																																																																																																																																	.smartphoto-img-right {
																																																																																																																																																																																		transform: translateX(-150%) !important; }
																																																																																																																																																																																		.smartphoto-arrows {
																																																																																																																																																																																			list-style-type: none;
																																																																																																																																																																																			margin: 0;
																																																																																																																																																																																			padding: 0;
																																																																																																																																																																																			position: relative;
																																																																																																																																																																																			z-index: 1002;
																																																																																																																																																																																			top: 50%;
																																																																																																																																																																																			left: 0;
																																																																																																																																																																																			opacity: 1;
																																																																																																																																																																																			animation-name: smartphoto-appear;
																																																																																																																																																																																			animation-duration: .3s;
																																																																																																																																																																																			animation-timing-function: ease-out; }
																																																																																																																																																																																			.smartphoto-arrows[aria-hidden="true"] {
																																																																																																																																																																																				animation-name: smartphoto-hide;
																																																																																																																																																																																				display: none; }
																																																																																																																																																																																				.smartphoto-arrows li {
																																																																																																																																																																																					display: block;
																																																																																																																																																																																					position: absolute;
																																																																																																																																																																																					top: 50%;
																																																																																																																																																																																					width: 30px;
																																																																																																																																																																																					height: 30px;
																																																																																																																																																																																					animation-duration: .3s;
																																																																																																																																																																																					animation-timing-function: ease-out;
																																																																																																																																																																																					animation-name: smartphoto-appear; }
																																																																																																																																																																																					.smartphoto-arrows li:focus {
																																																																																																																																																																																						outline: none; }
																																																																																																																																																																																						.smartphoto-arrows [aria-hidden="true"] {
																																																																																																																																																																																							animation-name: smartphoto-hide;
																																																																																																																																																																																							display: none; }
																																																																																																																																																																																							.smartphoto-arrows a {
																																																																																																																																																																																								display: block;
																																																																																																																																																																																								width: 100%;
																																																																																																																																																																																								height: 100%;
																																																																																																																																																																																								text-decoration: none; }
																																																																																																																																																																																								.smartphoto-arrow-right {
																																																																																																																																																																																									right: 0;
																																																																																																																																																																																									background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==); }
																																																																																																																																																																																									.smartphoto-arrow-left {
																																																																																																																																																																																										left: 0;
																																																																																																																																																																																										background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+); }
																																																																																																																																																																																										.smartphoto-nav {
																																																																																																																																																																																											position: absolute;
																																																																																																																																																																																											bottom: 0;
																																																																																																																																																																																											left: 0;
																																																																																																																																																																																											width: 100%;
																																																																																																																																																																																											opacity: 1;
																																																																																																																																																																																											animation-name: smartphoto-appear;
																																																																																																																																																																																											animation-duration: .3s;
																																																																																																																																																																																											animation-timing-function: ease-out; }
																																																																																																																																																																																											.smartphoto-nav[aria-hidden="true"] {
																																																																																																																																																																																												animation-name: smartphoto-hide;
																																																																																																																																																																																												display: none; }
																																																																																																																																																																																												.smartphoto-nav ul {
																																																																																																																																																																																													display: block;
																																																																																																																																																																																													overflow-x: scroll;
																																																																																																																																																																																													list-style: none;
																																																																																																																																																																																													margin: 0;
																																																																																																																																																																																													padding: 0;
																																																																																																																																																																																													text-align: center;
																																																																																																																																																																																													white-space: nowrap;
																																																																																																																																																																																													-webkit-overflow-scrolling: touch; }
																																																																																																																																																																																													.smartphoto-nav li {
																																																																																																																																																																																														display: inline-block;
																																																																																																																																																																																														overflow: hidden;
																																																																																																																																																																																														width: 50px;
																																																																																																																																																																																														height: 50px; }
																																																																																																																																																																																														.smartphoto-nav a {
																																																																																																																																																																																															display: block;
																																																																																																																																																																																															width: 100%;
																																																																																																																																																																																															height: 100%;
																																																																																																																																																																																															background-color: #FFF;
																																																																																																																																																																																															background-position: center center;
																																																																																																																																																																																															background-size: cover;
																																																																																																																																																																																															opacity: .5; }
																																																																																																																																																																																															.smartphoto-nav a:focus {
																																																																																																																																																																																																opacity: .8; }
																																																																																																																																																																																																.smartphoto-nav a.current {
																																																																																																																																																																																																	opacity: 1; }
																																																																																																																																																																																																	.smartphoto-nav img {
																																																																																																																																																																																																		width: auto;
																																																																																																																																																																																																		height: 100%; }
																																																																																																																																																																																																		.smartphoto-list {
																																																																																																																																																																																																			list-style-type: none;
																																																																																																																																																																																																			position: absolute;
																																																																																																																																																																																																			z-index: 101;
																																																																																																																																																																																																			top: 0;
																																																																																																																																																																																																			left: 0;
																																																																																																																																																																																																			margin: 0;
																																																																																																																																																																																																			padding: 0;
																																																																																																																																																																																																			white-space: nowrap; }
																																																																																																																																																																																																			.smartphoto-list li {
																																																																																																																																																																																																				display: block;
																																																																																																																																																																																																				position: absolute;
																																																																																																																																																																																																				top: 0;
																																																																																																																																																																																																				left: 0;
																																																																																																																																																																																																				width: 100%;
																																																																																																																																																																																																				height: 100%;
																																																																																																																																																																																																				transition: all 0.3s ease-out; }
																																																																																																																																																																																																				.smartphoto-list li:focus {
																																																																																																																																																																																																					outline: none; }
																																																																																																																																																																																																					.smartphoto-list-onmove {
																																																																																																																																																																																																						transition: all 0.3s ease-out; }
																																																																																																																																																																																																						.smartphoto-caption {
																																																																																																																																																																																																							overflow: hidden;
																																																																																																																																																																																																							box-sizing: border-box;
																																																																																																																																																																																																							position: absolute;
																																																																																																																																																																																																							top: 0;
																																																																																																																																																																																																							left: 0;
																																																																																																																																																																																																							width: 100%;
																																																																																																																																																																																																							height: 50px;
																																																																																																																																																																																																							padding: 0 50px;
																																																																																																																																																																																																							color: #FFF;
																																																																																																																																																																																																							font-size: 12px;
																																																																																																																																																																																																							text-align: center;
																																																																																																																																																																																																							line-height: 50px;
																																																																																																																																																																																																							white-space: nowrap;
																																																																																																																																																																																																							text-overflow: ellipsis; }
																																																																																																																																																																																																							.smartphoto-caption:focus {
																																																																																																																																																																																																								outline: none; }
																																																																																																																																																																																																								.smartphoto-loader-wrap {
																																																																																																																																																																																																									display: block;
																																																																																																																																																																																																									position: relative;
																																																																																																																																																																																																									z-index: 103;
																																																																																																																																																																																																									width: 0;
																																																																																																																																																																																																									height: 0;
																																																																																																																																																																																																									transform: translate(50vw, 50vh); }
																																																																																																																																																																																																									.smartphoto-loader {
																																																																																																																																																																																																										position: absolute;
																																																																																																																																																																																																										z-index: 101;
																																																																																																																																																																																																										top: 0;
																																																																																																																																																																																																										left: 0;
																																																																																																																																																																																																										width: 30px;
																																																																																																																																																																																																										height: 30px;
																																																																																																																																																																																																										margin-top: -25px;
																																																																																																																																																																																																										margin-left: -25px;
																																																																																																																																																																																																										border: 8px solid #17CDDD;
																																																																																																																																																																																																										border-right-color: transparent;
																																																																																																																																																																																																										border-radius: 50%;
																																																																																																																																																																																																										animation: smartphoto-loader .5s infinite linear; }
																																																																																																																																																																																																										.smartphoto-img-clone {
																																																																																																																																																																																																											position: fixed;
																																																																																																																																																																																																											z-index: 100;
																																																																																																																																																																																																											top: 0;
																																																																																																																																																																																																											left: 0;
																																																																																																																																																																																																											transition: all .3s ease-out; }
																																																																																																																																																																																																											.smartphoto-sr-only {
																																																																																																																																																																																																												overflow: hidden;
																																																																																																																																																																																																												position: absolute;
																																																																																																																																																																																																												width: 1px;
																																																																																																																																																																																																												height: 1px;
																																																																																																																																																																																																												margin: -1px;
																																																																																																																																																																																																												padding: 0;
																																																																																																																																																																																																												border: 0;
																																																																																																																																																																																																												clip: rect(0, 0, 0, 0); }