/* ITHUB IT solution & Technology Services HTML-5 Template */

/*** 

====================================================================
	Attachment Css Files
====================================================================

***/


/* Imported from: global.css */
/* iThub MultiPurpose Business HTML-5 Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three
5. Slider One / Two / Three / Four
6. About One / Two / Three
7. Clients One / Two
8. Marketing One
9. Achieve One
10. Video One
11. Process One
12. Offer One / Two
13. Testimonial One / Two
14. Team One / Two
15. Increadible One
16. Experiance One
17. News One / Two / Three
18. Main Footer / Two / Three
19. Services One
20. Gallery One / Two
21. Faq One
22. Price One
23. Main Footer / Two
24. Empower One
25. Inspire One
26. Business One
27. Contact One
28. CTA One
29. Privacy Policy
30. Terms & Conditions
31. Sidebar Widgets
32. Shops
33. Cart
34. CheckOut
35. Register / Login
36. Coming Soon
37. Blog Classic
38. Blog Detail
39. Comments Form
40. Comments Box
41. Not Found / 404
42. Contact Form
43. Map
44. Info Box

**********************************************/

/* 

	font-family: "Outfit", serif;
	font-family: 'Manrope', sans-serif;

*/

/*** 

====================================================================
	Root Code Variables
====================================================================

 ***/

.theme_color {
	color: var(--main-color);
}

/* Theme Color */

:root {

	/* #549998 in decimal RGB */
	--main-color: #549998;
	--main-color-rgb: 84, 153, 152;

	/* #8fe2e1 in decimal RGB */
	--color-two: #8fe2e1;
	--color-two-rgb: 143, 226, 225;

	/* #DDDDDD in decimal RGB */
	--color-three: rgb(221, 221, 221);
	--color-three-rgb: 221, 221, 221;

	/* #F2F2F2 in decimal RGB */
	--color-four: rgb(242, 242, 242);
	--color-four-rgb: 242, 242, 242;




	/* #ffffff in decimal RGB */
	--white-color: rgb(255, 255, 255);
	--white-color-rgb: 255, 255, 255;

	/* #000000 in decimal RGB */
	--black-color: rgb(0, 0, 0);
	--black-color-rgb: 0, 0, 0;

}

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/


/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: var(--color-three);
}

body {
	font-family: 'Manrope', sans-serif;
	line-height: 1.6em;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

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

.dark-layout {
	position: relative;
	background-color: var(--black-color);
}

/* Preloader - Professional Theme */

.preloader {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.preloader-content {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 40px;
	text-align: center;
	animation: fadeInUp 0.6s ease-out;
}

/* Logo Animation */
.loader-logo {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(135deg, #549998 0%, #8fe2e1 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	animation: logoPulse 2s ease-in-out infinite;
	box-shadow: 0 10px 30px rgba(84, 153, 152, 0.3);
	padding: 15px;
}

.logo-circle::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #549998;
	border-right-color: #8fe2e1;
	animation: logoRotate 1.5s linear infinite;
}

.logo-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	position: relative;
	z-index: 1;
	animation: logoFadeIn 0.8s ease-out;
}

/* Text Content */
.loader-text {
	margin-bottom: 40px;
}

.company-name {
	font-size: 32px;
	font-weight: 700;
	color: #2d3748;
	margin: 0 0 8px 0;
	letter-spacing: 1px;
	animation: fadeIn 0.8s ease-out 0.3s both;
}

.tagline {
	font-size: 14px;
	color: #718096;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
	animation: fadeIn 0.8s ease-out 0.5s both;
}

/* Progress Bar */
.loader-progress {
	width: 100%;
	height: 3px;
	background: #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	animation: fadeIn 0.8s ease-out 0.7s both;
}

.progress-bar {
	width: 100%;
	height: 100%;
	position: relative;
}

.progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #549998 0%, #8fe2e1 100%);
	border-radius: 10px;
	width: 0%;
	animation: progressLoad 2s ease-in-out infinite;
	box-shadow: 0 0 10px rgba(84, 153, 152, 0.5);
}

/* Loading Dots */
.loader-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	animation: fadeIn 0.8s ease-out 0.9s both;
}

.loader-dots span {
	width: 8px;
	height: 8px;
	background: #cbd5e0;
	border-radius: 50%;
	animation: dotPulse 1.4s ease-in-out infinite;
}

.loader-dots span:nth-child(1) { 
	animation-delay: 0s; 
	background: #549998;
}

.loader-dots span:nth-child(2) { 
	animation-delay: 0.2s; 
	background: #8fe2e1;
}

.loader-dots span:nth-child(3) { 
	animation-delay: 0.4s; 
	background: #549998;
}

/* Keyframe Animations */

@keyframes bounce {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 0.8;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.4;
	}
}

/* Preloader Animations - Professional Theme */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes logoPulse {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 10px 30px rgba(84, 153, 152, 0.3);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 15px 40px rgba(84, 153, 152, 0.4);
	}
}

@keyframes logoFadeIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes logoRotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes progressLoad {
	0% {
		width: 0%;
	}
	50% {
		width: 70%;
	}
	100% {
		width: 100%;
	}
}

@keyframes dotPulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.3);
		opacity: 1;
	}
}
}

}

@keyframes small-bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}


i {
	font-style: normal;
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: var(--main-color);
}

button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0px;
	background: none;
	font-weight: 700;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

input,
button,
select,
textarea {}

textarea {
	overflow: hidden;
}

.text,
p {
	position: relative;
	line-height: 1.7em;
	color: #666666;
	font-size: 16px;
}

/* Typography */

h1 {
	line-height: 110px;
	font-size: 96px;
}

h2 {
	line-height: 70px;
	font-size: 60px;
}

h3 {
	line-height: 42px;
	font-size: 32px;
}

h4 {
	line-height: 34px;
	font-size: 26px;
}

h5 {
	line-height: 30px;
	font-size: 20px;
}

h6 {
	line-height: 28px;
	font-size: 18px;
}

.auto-container {
	position: static;
	max-width: 1320px;
	padding: 0px 15px;
	margin: 0 auto;
}

.auto-container_two {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
}

.theme-btn {
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

::-webkit-input-placeholder {
	color: inherit;
}

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

::-ms-input-placeholder {
	color: inherit;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

/* backtoup */
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 40px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.20);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
}

.progress-wrap::after {
	position: absolute;
	content: '\f176';
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: var(--main-color);
	left: 0;
	top: 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	font-weight: 700;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-size: 13px;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--main-color);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap.style2::after {
	color: var(--thm-color-2);
}

.progress-wrap.style2 svg.progress-circle path {
	stroke: var(--thm-color-2);
}

.progress-wrap.style3::after {
	color: var(--thm-color-3);
}

.progress-wrap.style3 svg.progress-circle path {
	stroke: var(--thm-color-3);
}

/* List Style One */

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding-left: 30px;
}

.list-style-one li a {
	position: relative;
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-one li a:hover {
	color: var(--main-color);
}

.list-style-one li .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	color: var(--main-color);
	font-size: 18px;
	line-height: 1em;
	font-weight: 300;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Btn Style One */

.btn-style-one {
	position: relative;
	font-weight: 700;
	font-size: 15px;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	padding: 16px 34px;
	display: inline-block;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: 'Manrope', sans-serif;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.btn-style-one:before {
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-image: linear-gradient(90deg, #549998 0%, #8fe2e1 100%);
}

.btn-style-one:hover:before {
	top: 0%;
}

.btn-style-one .btn-wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	display: inline-block;
}

.btn-style-one .btn-wrap .text-one {
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two {
	position: absolute;
	top: 100%;
	display: block;
	color: var(--white-color);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two {
	color: var(--white-color);
}

.btn-style-one:hover {}

.btn-style-one:hover:before {
	top: -40%;
}

/* Btn Style Two */

.btn-style-two {
	position: relative;
	font-weight: 700;
	font-size: 15px;
	overflow: hidden;
	text-align: center;
	padding: 20px 48px;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: 'Manrope', sans-serif;
	background-color: var(--white-color);
}

.btn-style-two:before {
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-image: linear-gradient(90deg, #549998 0%, #8fe2e1 100%);
}

.btn-style-two:hover:before {
	top: 0%;
}

.btn-style-two .btn-wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	display: inline-block;
}

.btn-style-two .btn-wrap .text-one {
	position: relative;
	display: block;
	color: var(--black-color);
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two {
	position: absolute;
	top: 100%;
	display: block;
	color: var(--white-color);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two {
	color: var(--white-color);
}

.btn-style-two:hover {}

.btn-style-two:hover:before {
	top: -40%;
}

/* Btn Style Three */

.btn-style-three {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	padding: 20px 50px;
	display: inline-block;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--black-color);
}

.btn-style-three:before {
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.btn-style-three:hover:before {
	top: 0%;
}

.btn-style-three .btn-wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	display: inline-block;
}

.btn-style-three .btn-wrap .text-one {
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two {
	position: absolute;
	top: 100%;
	display: block;
	color: var(--white-color);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two {
	color: var(--white-color);
}

.btn-style-three:hover {}

.btn-style-three:hover:before {
	top: -40%;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.sec-title_title {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	gap: 15px;
	align-items: center;
	color: var(--main-color);
	text-transform: uppercase;
}

.sec-title_dots {
	position: relative;
}

.sec-title_dots span:nth-child(1) {
	animation-delay: 0s;
}

.sec-title_dots span:nth-child(2) {
	animation-delay: 0.5s;
}

.sec-title_dots span:nth-child(3) {
	animation-delay: 1s;
}

@keyframes zoom-in-out {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	20% {
		transform: scale(1.2);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	80% {
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.sec-title_dots span {
	position: relative;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	border-radius: 50px;
	display: inline-block;
	animation: zoom-in-out 3s infinite;
	opacity: 0;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
}

.sec-title_heading {
	margin-top: 15px;
	color: var(--black-color);
	text-transform: capitalize;
}

.sec-title_text {
	line-height: 30px;
	font-size: 16px;
	margin-top: 20px;
	color: #666666;
}

.sec-title.light .sec-title_title {
	color: var(--white-color);
}

.sec-title.light .sec-title_title span {
	background-color: rgba(255, 255, 255, 0);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.sec-title.light .sec-title_big-title {
	-webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.30);
}

.sec-title.light .sec-title_text {
	opacity: 1;
	color: var(--white-color);
}

.sec-title.light .sec-title_heading {
	color: var(--white-color);
}

.sec-title.centered {
	text-align: center !important;
}

.sec-title.centered .sec-title_title {
	justify-content: center;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
	top: -2px;
	width: 100%;
	border: 0px;
	padding: 15px 25px;
	font-weight: 500;
	line-height: 28px;
	font-size: 16px;
	color: var(--color-four);
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #a5a5a5;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 10px;
	height: 22px;
	display: block;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	color: var(--color-three);
}

.ui-menu .ui-menu-item {
	font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: var(--main-color) !important;
	border-color: var(--main-color) !important;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	line-height: 24px;
	font-size: 14px;
}

.ui-menu-item:hover {
	background-color: var(--color-two);
}

/* Cursor */

.cursor {
	position: fixed;
	background-color: var(--main-color);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor.active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.menu-active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 1;
}

.cursor-follower {
	position: fixed;
	border: 0.5px solid var(--main-color);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
}

.cursor-follower.active {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor-follower.menu-active {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor-follower.hovered {
	opacity: 1;
}

/* Cursor End */

.xs-sidebar-group .close-button {
	font-family: "Flaticon";
}

.newsletter-popup-area-section {
	display: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center !important;
}

/* Shop Sidebar */

.xs-sidebar-group .xs-overlay {
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 999999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	cursor: url(../images/cross-out.webp), pointer;
}

.xs-sidebar-group .close-button {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	font-size: var(--font-18);
}

.xs-sidebar-group .close-button .mdi {
	color: var(--color-four);
	font-size: var(--font-14);
	font-family: "Material Design Icons";
}

.xs-sidebar-group .close-button .mdi:hover {
	color: var(--black-color);
}

.xs-sidebar-widget:nth-child(2) {
	right: -380px;
}

.xs-sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 370px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #ffffff;
	-webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
	-o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
	transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
}

.xs-sidebar-group.isActive .xs-overlay {
	opacity: 0.7;
	visibility: visible;
	-webkit-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
	left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0px;
	-webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	-o-transition: all 0.7s cubic-bezier(0.8, 0.03, 0, 0.96) 0.4s;
	transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
	padding: 0px;
}

.close-side-widget {
	font-size: rem(15px);
	display: block;
}

.sidebar-widget-container {
	position: relative;
	top: 0px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
	-webkit-transition: all 1s ease-out 1.2s;
	-o-transition: all 1s ease-out 1.2s;
	transition: all 1s ease-out 1.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 0;
}

.xs-bg-black {
	background-color: #000000;
}

.xs-menu-tools>li {
	display: inline-block;
	margin-right: 15px;
}

.xs-menu-tools>li:last-child {
	margin-right: 0;
}

.xs-menu-tools>li>a {
	color: #000000;
	text-decoration: none;
}

.nav-alignment-dynamic,
.nav-alignment-flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
/* End of: global.css */


/* Imported from: header.css */
/* ITHUB IT solution & Technology Services HTML-5 Template */

/*** 

====================================================================
	Header style One
====================================================================

***/

.main-header {
	position: absolute;
	left: 0px;
	top: 70px;
	right: 0px;
	z-index: 1001;
	width: 100%;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.header-style-one {
	min-height: 92px;
}

.main-header.header-style-one .header-lower .inner-container {
	position: relative;
	padding: 0px 20px;
	border-radius: 50px;
	background-color: var(--white-color);
}

.main-header.header-style-one.fixed-header .header-lower .inner-container,
.main-header.header-style-two.fixed-header .header-lower .inner-container,
.main-header.header-style-three.fixed-header .header-lower .inner-container {
	padding: 0px 0px;
}

.header-top {
	position: relative;
	z-index: 2;
	top: 1px;
}

.header-top .inner-container {
	position: relative;
}

/* .header-top .inner-container::before{
	position: absolute;
	content: '';
	left: -30px;
	top: 0px;
	right: -40px;
	bottom: 0px;
	transform: skewX(-25deg);
	background-color: var(--color-ten);
} */

.header-top .left-box {
	position: relative;
}

.header-top .info-list_outer {
	position: relative;
	margin-left: 70px;
	border-radius: 50px;
	border: 4px solid var(--white-color);
}

.header-top .info-list_outer:before {
	position: absolute;
	content: '';
	left: -42px;
	bottom: -5px;
	width: 80px;
	height: 34px;
	background: url(../images/icons/shape-1.webp)
}

.header-top .info-list_outer:after {
	position: absolute;
	content: '';
	right: -52px;
	bottom: -5px;
	width: 80px;
	height: 46px;
	z-index: -1;
	background: url(../images/icons/shape-2.webp)
}

/* Top List */

.header-top_list {
	position: relative;
	padding: 13px 20px;
	border-radius: 50px;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.header-top_list li {
	position: relative;
	line-height: 14px;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	gap: 10px;
	margin-right: 20px;
	align-items: center;
	color: var(--white-color);
}

.header-top_list li .icon {
	position: relative;
	left: 0px;
	font-weight: 700;
	line-height: 1em;
	font-family: 'Font Awesome 6 Free';
}

.header-top_list li a {
	position: relative;
	color: var(--white-color);
}

.header-top_list li:last-child {
	margin-right: 0px;
}

/* Top List */

.header-top_list-two {
	position: relative;
	padding: 13px 20px;
	margin-left: 60px;
}

.header-top_list-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 12px;
	transform: skewX(15deg);
	background-color: #8fe2e1;
	background-image: linear-gradient(-90deg, #8fe2e1 0%, #549998 100%);
}

.header-top_list-two li {
	position: relative;
	line-height: 14px;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	gap: 10px;
	margin-right: 20px;
	align-items: center;
	color: var(--white-color);
}

.header-top_list-two li .icon {
	position: relative;
	left: 0px;
	font-weight: 700;
	line-height: 1em;
	font-family: 'Font Awesome 6 Free';
}

.header-top_list-two li a {
	position: relative;
	color: var(--white-color);
}

.header-top_list-two li:last-child {
	margin-right: 0px;
}


.header-top .right-box {
	position: relative;
}

.header-top_socials {
	position: relative;
	border-radius: 50px;
	margin-right: 70px;
	border: 4px solid var(--white-color);
	background-color: var(--white-color);
}

.header-top_socials:before {
	position: absolute;
	content: '';
	left: -43px;
	bottom: -5px;
	width: 80px;
	height: 34px;
	background: url(../images/icons/shape-1.webp)
}

.header-top_socials:after {
	position: absolute;
	content: '';
	right: -52px;
	bottom: -5px;
	width: 80px;
	height: 46px;
	z-index: -1;
	background: url(../images/icons/shape-2.webp)
}

.header-top_socials .social-inner {
	position: relative;
	border-radius: 50px;
	border: 1px solid var(--color-three);
}

.header-top_socials a {
	position: relative;
	font-size: 14px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
}

.header-top_socials a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

/* Language Dropdown */

.language-dropdown {
	position: relative;
	line-height: 1em;
}

.language-dropdown button {
	position: relative;
	background: none;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	z-index: 1;
	border: none;
	cursor: pointer;
	padding: 0px 0px;
	color: var(--white-color);
	text-transform: capitalize;
}

.language-dropdown button:focus,
.language-dropdown button:hover {
	color: var(--white-color);
}

.language-dropdown button .flag {
	position: relative;
	margin-right: 5px;
}

.language-dropdown button:after {
	display: none;
}

.language-dropdown button .fa {
	font-size: 12px;
}

.language-dropdown button .flag-icon {
	position: relative;
	margin-right: 10px;
}

.language-dropdown .dropdown-menu {
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	margin-top: 8px !important;
	border-top: 4px solid var(--color-two);
}

.language-dropdown .dropdown-menu li {
	position: relative;
	border: none !important;
}

.language-dropdown .dropdown-menu .dropdown-item {
	font-weight: 400;
	font-size: 14px;
	padding: 16px 15px;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--main-color);
	border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.language-dropdown .dropdown-menu li:last-child a {
	border: none;
}

.language-dropdown .dropdown-menu .dropdown-item:hover {
	color: var(--white-color);
	background-color: var(--color-two);
}

/* Login Dropdown */

.login-dropdown {
	position: relative;
	line-height: 1em;
	margin-left: 25px;
}

.login-dropdown button {
	position: relative;
	background: none;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	z-index: 1;
	border: none;
	cursor: pointer;
	padding: 0px 0px;
	border-radius: 0px;
	color: var(--white-color);
	text-transform: capitalize;
}

.login-dropdown button:focus,
.login-dropdown button:hover {
	color: var(--white-color);
}

.login-dropdown button .flag {
	position: relative;
	margin-right: 5px;
}

.login-dropdown button:after {
	display: none;
}

.login-dropdown button .fa {
	font-size: 12px;
}

.login-dropdown button .flag-icon {
	position: relative;
	margin-right: 10px;
}

.login-dropdown .dropdown-menu {
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	margin-top: 10px !important;
	border-top: 4px solid var(--color-two);
}

.login-dropdown .dropdown-menu li {
	position: relative;
	border: none !important;
}

.login-dropdown .dropdown-menu .dropdown-item {
	font-weight: 400;
	font-size: 14px;
	padding: 16px 15px;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--main-color);
	border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.login-dropdown .dropdown-menu li:last-child a {
	border: none;
}

.login-dropdown .dropdown-menu .dropdown-item:hover {
	color: var(--white-color);
	background-color: var(--color-two);
}

/* Header Upper */

.main-header .header-lower {
	position: relative;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

/* Login Box */

.header-login_box {
	position: relative;
	width: 64px;
	height: 64px;
	font-size: 22px;
	line-height: 62px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-two);
	border: 1px solid rgba(var(--color-two-rgb), 0.15);
}

.header-login_box:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/* NavSidebar Button */

.navSidebar-button {
	position: relative;
	width: 64px;
	height: 64px;
	cursor: pointer;
	font-size: 20px;
	margin-left: 20px;
	line-height: 62px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-two);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border: 1px solid rgba(var(--color-two-rgb), 0.15);
}

.navSidebar-button span {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--main-color);
}

.navSidebar-button:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.navSidebar-button:hover span {
	color: var(--white-color);
	background-color: var(--color-two);
}

/* Header Info Outer */

.header-info_outer {
	position: relative;
}

.header-info_box {
	position: relative;
	display: inline-block;
	padding: 33px 30px 33px 22px;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.header-info_box:last-child {
	border: none;
	padding-right: 0px;
}

.header-info_box-inner {
	position: relative;
	padding-left: 60px;
}

.header-info_box-icon {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 40px;
	line-height: 1em;
	color: var(--main-color);
	font-family: "flaticon_anqix-flat";
}

.header-info_box-inner strong {
	position: relative;
	display: block;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-two);
}

/* Search Widget */

.header-search_box {
	position: relative;
	width: 310px;
}

.header-search_box .form-group {
	position: relative;
	margin: 0px;
}

.header-search_box .form-group input:focus+button {
	color: var(--white-color);
	background-color: var(--main-color);
}

.header-search_box .form-group input[type="text"],
.header-search_box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	padding: 10px 50px 10px 25px;
	background: none;
	display: block;
	width: 100%;
	height: 64px;
	border-radius: 50px;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.header-search_box .form-group input::placeholder,
.header-search_box .form-group textarea::placeholder {
	color: var(--color-two);
	font-size: 18px;
}

.header-search_box .form-group button {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	width: 60px;
	display: block;
	cursor: pointer;
	line-height: 50px;
	font-weight: normal;
	border-radius: 50px;
	font-size: 16px;
	color: var(--color-two);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-six);
}

.header-search_box .form-group button:hover {
	background-color: var(--main-color);
	color: var(--white-color);
}

/* Header Two Socials */

.header-two_socials {
	position: relative;
	padding-left: 30px;
	border-left: 1px solid rgba(var(--color-two-rgb), 0.40);
}

.header-two_socials a {
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 20px;
	margin-left: 6px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	color: var(--color-two);
	display: inline-block;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.header-two_socials a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/* Header Top Nav */

.header-top_navs {
	position: relative;
	display: flex;
	gap: 25px;
}

.header-top_navs a {
	position: relative;
	font-size: 16px;
	color: var(--white-color);
}

.header-top_navs a:hover {
	color: var(--main-color);
}

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-box .outer-container {
	position: relative;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	z-index: 10;
	padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-lower .nav-outer {
	position: static;
}

.main-header .header-lower .logo-box {
	position: relative;
	z-index: 1;
}

.main-header .header-lower .logo-box .logo {
	position: relative;
	padding: 15px 0px;
}

.main-header .main-menu .navigation>li:nth-child(7)>ul,
.main-header .main-menu .navigation>li:nth-child(8)>ul {
	left: 0px;
	right: auto !important;
}

/* Main Menu */

.main-header .main-menu {
	position: static;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
	padding: 0px;
	display: block;
}

.main-header .header-lower .main-menu .navigation {
	position: static;
}

.main-header .main-menu .navigation>li {
	position: relative;
	margin-right: 20px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li.current a::after,
.main-header .main-menu .navigation>li:hover a::after {
	opacity: 1;
}

.main-header.fixed-header .header-lower {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 9999999;
	opacity: 1;
	visibility: visible;
	background-color: var(--white-color);
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

/* .main-header.fixed-header .main-menu .navigation > li > a{
	padding: 34px 0px;
} */

.main-header .main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 30.5px 0px;
	text-align: center;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	text-transform: capitalize;
	font-family: "Outfit", serif;
}

.main-header .main-menu .navigation>li.dropdown a {
	padding-right: 17px !important;
}

.main-header .main-menu .navigation>li.dropdown>a:after {
	position: absolute;
	content: "\f107";
	right: 0px;
	line-height: 22px;
	font-weight: 700;
	font-size: 13px;
	font-family: 'Font Awesome 6 Free';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-header .main-menu .navigation>li.dropdown:hover>a::after {
	transform: rotate(180deg);
}

.main-header .main-menu .navigation>li:hover>a::before {
	color: var(--main-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li>a .menu-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	text-shadow: 0 17px 0 var(--main-color);
}

.main-header .sticky-header .main-menu .navigation>li>a .menu-text {
	text-shadow: 0 16px 0 var(--black-color);
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(1) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.main-header .main-menu .navigation>li:hover>a span {
	--m: calc(17px * -1);
}

.main-menu>li>a .menu-text span:nth-child(1),
.main-menu-4>li>a .menu-text span:nth-child(1) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(6) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(7) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(8) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(9) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(10) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.main-header .main-menu .navigation>li>a .menu-text span {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-style: normal;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: translateY(var(--m)) translateZ(0);
	transform: translateY(var(--m)) translateZ(0);
}

.main-header .main-menu .navigation>li>a>span {
	position: absolute;
	right: -25px;
	top: 20px;
	width: 42px;
	height: 16px;
	font-weight: 600;
	line-height: 1.6em;
	border-radius: 50px;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--black-color);
	background-color: var(--main-color);
}

.main-header .main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
	position: relative;
}

.main-header .sticky-header .main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-header .main-menu .navigation>li:last-child ul {
	right: 0px;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
	opacity: 1;
	color: var(--main-color);
}

.main-header .main-menu .navigation>li>ul {
	position: absolute;
	width: 17rem;
	top: 100%;
	padding: 15px 15px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-radius: 0px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-header .main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-header .main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	opacity: 0;
	text-align: left;
	margin-bottom: 2px;
	transform: translateY(11px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-header .main-menu .navigation>li:hover>ul>li {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-ms-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(2) {
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-ms-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(3) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(4) {
	-webkit-transition-delay: 280ms;
	-moz-transition-delay: 280ms;
	-ms-transition-delay: 280ms;
	-o-transition-delay: 280ms;
	transition-delay: 280ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(5) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(6) {
	-webkit-transition-delay: 420ms;
	-moz-transition-delay: 420ms;
	-ms-transition-delay: 420ms;
	-o-transition-delay: 420ms;
	transition-delay: 420ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(7) {
	-webkit-transition-delay: 490ms;
	-moz-transition-delay: 490ms;
	-ms-transition-delay: 490ms;
	-o-transition-delay: 490ms;
	transition-delay: 490ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(8) {
	-webkit-transition-delay: 560ms;
	-moz-transition-delay: 560ms;
	-ms-transition-delay: 560ms;
	-o-transition-delay: 560ms;
	transition-delay: 560ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(9) {
	-webkit-transition-delay: 630ms;
	-moz-transition-delay: 630ms;
	-ms-transition-delay: 630ms;
	-o-transition-delay: 630ms;
	transition-delay: 630ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(10) {
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(11) {
	-webkit-transition-delay: 770ms;
	-moz-transition-delay: 770ms;
	-ms-transition-delay: 770ms;
	-o-transition-delay: 770ms;
	transition-delay: 770ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(12) {
	-webkit-transition-delay: 840ms;
	-moz-transition-delay: 840ms;
	-ms-transition-delay: 840ms;
	-o-transition-delay: 840ms;
	transition-delay: 840ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(13) {
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-header .main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 15px;
	text-transform: uppercase;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(var(--black-color-rgb), 0.06);
}

.main-header .main-menu .navigation>li>ul>li>a:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.main-header .main-menu .navigation>li>ul>li.dropdown>a:after {
	position: absolute;
	content: "\f105";
	right: 15px;
	top: 12px;
	z-index: 5;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	font-weight: 800;
	font-size: 14px;
	color: var(--black-color);
	font-family: 'Font Awesome 6 Free';
}

.main-header .main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 16rem;
	padding: 15px 15px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-radius: 0px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-header .main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-header .main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	text-align: left;
	opacity: 0;
	margin-bottom: 2px;
	transform: translateY(-8px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-ms-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(2) {
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-ms-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(3) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(4) {
	-webkit-transition-delay: 280ms;
	-moz-transition-delay: 280ms;
	-ms-transition-delay: 280ms;
	-o-transition-delay: 280ms;
	transition-delay: 280ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(5) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(6) {
	-webkit-transition-delay: 420ms;
	-moz-transition-delay: 420ms;
	-ms-transition-delay: 420ms;
	-o-transition-delay: 420ms;
	transition-delay: 420ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(7) {
	-webkit-transition-delay: 490ms;
	-moz-transition-delay: 490ms;
	-ms-transition-delay: 490ms;
	-o-transition-delay: 490ms;
	transition-delay: 490ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(8) {
	-webkit-transition-delay: 560ms;
	-moz-transition-delay: 560ms;
	-ms-transition-delay: 560ms;
	-o-transition-delay: 560ms;
	transition-delay: 560ms;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 15px;
	text-transform: uppercase;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(var(--black-color-rgb), 0.06);
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.main-header .main-menu .navigation>li.dropdown:hover>ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navigation li>ul>li.dropdown:hover>ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: var(--white-color);
	line-height: 28px;
	border: 1px solid var(--white-color);
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

/* Header Style Two */

.header-style-two {
	top: 50px;
	min-height: 81px;
}

.main-header.header-style-two .header-lower .inner-container {
	position: relative;
	padding: 0px 20px;
	border-radius: 50px;
	background-color: var(--white-color);
}

.main-header.header-style-two .main-menu .navigation>li>a {
	color: var(--white-color);
}

.main-header.header-style-two .header-lower .nav-outer {
	border-radius: 50px;
	padding: 0px 50px;
	background-color: rgba(143, 226, 225, 0);
	border-left: 8px solid var(--black-color);
	background-image: linear-gradient(-90deg, #8fe2e1 0%, #549998 100%);
}

/* Header Style Three */

.header-style-three {
	top: 50px;
	min-height: 81px;
}

.main-header.header-style-three .header-lower .inner-container {
	position: relative;
	padding: 0px 30px;
}

.main-header.header-style-three .header-lower .inner-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 20px;
	transform: skewX(18deg);
	background: rgba(var(--black-color-rgb), 0.50);
	border: 2px solid rgba(var(--white-color-rgb), 0.20);
}

.main-header.header-style-three .main-menu .navigation>li {
	margin-right: 5px;
}

.main-header.header-style-three .main-menu .navigation>li.dropdown>a {
	border-radius: 50px;
	color: var(--white-color);
	padding: 8px 30px 8px 15px !important;
}

.main-header.header-style-three .main-menu .navigation>li>a {
	border-radius: 50px;
	color: var(--white-color);
	padding: 8px 15px 8px 15px;
}

.main-header.header-style-three .main-menu .navigation>li.dropdown>a:after {
	right: 14px;
	font-size: 12px;
}

.main-header.header-style-three .main-menu .navigation>li>a:hover,
.main-header.header-style-three .main-menu .navigation>li.current>a {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.header-style-three.fixed-header .header-lower {
	background-color: var(--black-color);
}

.header-style-three.fixed-header .header-lower .inner-container:before {
	display: none;
}

.main-header.header-style-three.alternate .header-lower .inner-container:before {
	border: none;
	background-color: var(--white-color);
}

.main-header.header-style-three.alternate .main-menu .navigation>li>a:hover,
.main-header.header-style-three.alternate .main-menu .navigation>li.current>a {
	color: var(--white-color);
}

.main-header.header-style-three.alternate .main-menu .navigation>li>a {
	color: var(--black-color);
}

.main-header.header-style-three.alternate.fixed-header .header-lower {
	background-color: var(--white-color);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 25px;
	line-height: 44px;
	cursor: pointer;
	display: none;
	color: var(--black-color);
	font-family: 'Font Awesome 6 Free';
}

.main-header .sticky-header .mobile-nav-toggler {
	color: var(--black-color);
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 99999999;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-width: 200px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;

	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	width: 100%;
	visibility: visible;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
	right: 0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 20px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	font-family: 'Font Awesome 6 Free';
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #404040;
	cursor: pointer;
	z-index: 5;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .navigation li>ul>li>a {
	padding-left: 30px;
}

.mobile-menu .navigation li>ul>li>ul {
	padding-left: 0px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
	padding-left: 40px;
}

.main-header .mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.main-header .mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none;
}

.main-header .mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 12px 20px;
	font-size: 16px;
	color: var(--black-color);
	text-transform: capitalize;
}

.main-header .mobile-menu .navigation li:hover>a,
.main-header .mobile-menu .navigation li.current>a {}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	color: var(--dark-color);
	font-size: 16px;
	line-height: 44px;
	cursor: pointer;
	z-index: 5;
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li>ul,
.main-header .mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.main-header .sticky-header .navbar-header {
	display: none;
}

.main-header .outer-box {
	position: relative;
	gap: 15px;
}

.main-header_button {
	position: relative;
	height: 58px;
}

/* Search Box Outer */

.main-header .search-box-outer {
	position: relative;
}

.main-header .search-box-btn {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	background: none;
	line-height: 38px;
	text-align: center;
	border-radius: 50px;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid var(--color-three);
}

.main-header .search-box-btn:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999999999;
	margin-top: -540px;
	transform: translateY(-100%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.search-popup .color-layer {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 120px;
	width: 100%;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
	background-color: rgba(255, 255, 255, 1);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidenav-bar-visible .search-popup {
	width: 80%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0px;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
	background: none;
	font-family: 'Font Awesome 6 Free';
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
}

.search-popup .close-search span {
	position: relative;
	display: block;
	z-index: 2;
	font-weight: 800;
	font-size: 22px;
	color: var(--black-color);
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.search-popup form {
	position: absolute;
	max-width: 1300px;
	top: 25px;
	left: 15px;
	right: 15px;
	z-index: 999;
	margin: 0px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: var(--dark-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.search-popup .form-group {
	position: relative;
	margin: var(--margin-zero);
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	height: 70px;
	width: 100%;
	line-height: 50px;
	font-size: 16px;
	color: var(--black-color);
	padding: 10px 30px 10px 60px;
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 400;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	left: 10px;
	top: 0px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: var(--black-color);
	cursor: pointer;
	font-weight: 800;
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: var(--black-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: var(--black-color);
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: var(--white-color);
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
	font-size: 18px;
	color: var(--white-color);
}

.main-header .sticky-header .search-box-btn {
	color: var(--color-two);
}

.main-header .sticky-header .outer-box .nav-btn {
	color: var(--color-two);
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
	width: 3px;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents {
	position: relative;
	height: 100%;
}

.sidebar-textwidget,
.sidebar-widget-container {
	height: 100%;
}

.sidebar-info-contents .content-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sidebar-info-contents .content-inner h5 {
	margin: 15px 20px;
	font-weight: 400;
	color: var(--black-color);
	text-transform: capitalize;
}

.sidebar-info-contents .content-inner h5 span {
	position: relative;
	font-weight: 600;
}

.sidebar-info-contents .price {
	position: relative;
	padding: 14px 10px;
	text-align: center;
	font-size: 14px;
	color: var(--black-color);
	background-color: rgba(var(--main-color-rgb), 0.20);
}

.sidebar-info-contents .empty-cart-box {
	position: relative;
	margin: 15px 0px;
}

.sidebar-info-contents .no-cart {
	position: relative;
	text-align: center;
	font-size: 16px;
	color: var(--black-color);
}

.sidebar-info-contents .no-cart .icon {
	position: relative;
	width: 55px;
	height: 55px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	line-height: 57px;
	text-align: center;
	border-radius: 50px;
	margin-bottom: 20px;
	color: var(--white-color);
	background-color: var(--main-color);
}

.sidebar-info-contents .lower-box h5 {
	padding: 25px 20px;
	margin: 0px;
}

.sidebar-info-contents .lower-box {
	position: relative;
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.sidebar-info-contents .lower-box:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 10px;
	bottom: 0px;
	z-index: 100;
	background-color: var(--white-color);
}

/* Post Block */

.post-block {
	position: relative;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.post-block .inner-box {
	position: relative;
	min-height: 144px;
	padding-right: 10px;
	padding-left: 120px;
}

.post-block .rating {
	position: relative;
	font-size: 12px;
	color: var(--black-color);
}

.post-block .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 106px;
	height: 144px;
}

.post-block .inner-box h6 {}

.post-block .inner-box h6 a {
	position: relative;
	color: var(--black-color);
}

.post-block .inner-box h6 a:hover {
	color: var(--main-color);
}

.post-block .inner-box .price-box {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	margin-top: 5px;
	color: var(--black-color);
}

.post-block .inner-box .bag-btn {
	position: relative;
	display: block;
	padding: 10px 10px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	letter-spacing: 1px;
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
}

.post-block .inner-box .bag-btn:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.xs-sidebar-widget::-webkit-scrollbar,
.xs-sidebar-widget-two::-webkit-scrollbar,
.about-sidebar .sidebar-inner::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.xs-sidebar-widget::-webkit-scrollbar-track,
.xs-sidebar-widget-two::-webkit-scrollbar-track,
.about-sidebar .sidebar-inner::-webkit-scrollbar-track {
	background: #dddddd;
}

/* Handle */
.xs-sidebar-widget::-webkit-scrollbar-thumb,
.xs-sidebar-widget-two::-webkit-scrollbar-thumb,
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
	background-color: var(--color-three);
}

/* Handle on hover */
.xs-sidebar-widget::-webkit-scrollbar-thumb:hover,
.xs-sidebar-widget-two::-webkit-scrollbar-thumb:hover,
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.about-widget {
	position: relative;
	cursor: pointer;
}

/* About Sidebar */

.about-sidebar {
	position: fixed;
	left: -500px;
	top: 0px;
	bottom: 0px;
	width: 450px;
	z-index: 999999;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	transition: all 900ms ease;
	background-color: var(--white-color);
}

.about-sidebar .gradient-layer {
	position: absolute;
	left: 0%;
	top: 0px;
	bottom: 0px;
	width: 0%;
	opacity: 0.60;
	z-index: -1;
	background-color: var(--black-color);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: url(../images/cross-out.webp), pointer;
}

.about-sidebar.active .gradient-layer {
	width: 500%;
	left: 100%;
}

.about-sidebar.active {
	left: 0px;
}

.about-sidebar .close-button span {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: var(--black-color);
	background-color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-sidebar .close-button span:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.about-sidebar .sidebar-inner {
	position: relative;
	overflow-y: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-sidebar .content-box {
	position: relative;
	padding: 30px 50px;
}

.about-sidebar h3 {
	margin-bottom: 15px;
	color: var(--black-color);
}

.about-sidebar h3 span {
	font-weight: 700;
}

.about-sidebar .text {
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: var(--color-five);
}

.about-sidebar .social-box {
	position: relative;
	margin-left: 50px;
	margin-bottom: 35px;
}

.about-sidebar .social-box a {
	position: relative;
	margin-right: 15px;
	font-size: 18px;
	color: var(--black-color);
	font-family: 'Font Awesome 5 Brands';
}

.about-sidebar .social-box a:hover {
	color: var(--main-color);
}

.about-sidebar .sidebar-inner::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.about-sidebar .sidebar-inner::-webkit-scrollbar-track {
	background: #dddddd;
}

/* Handle */
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}

/* Handle on hover */
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* About One List */

.about-sidebar_list {
	position: relative;
}

.about-sidebar_list li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 20px;
	color: var(--black-color);
	text-transform: capitalize;
}

.about-sidebar_list li:before {
	position: absolute;
	content: '\f058';
	left: 0px;
	top: 0px;
	font-size: 18px;
	font-weight: 800;
	color: var(--black-color);
	font-family: 'Font Awesome 6 Free';
}

/* Hamburger */

.hamburger {
	width: 30px;
	height: 38px;
	display: flex;
	padding: 12px 4px;
	align-self: center;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--white-color);
}

.hamburger span {
	height: 2px;
	width: 83.33333333%;
	background: var(--main-color);
	transition: all 400ms ease-in-out;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.hamburger:hover span {
	background-color: var(--black-color);
}

.hamburger .meat {
	width: 100%;
	transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
	width: 58.33333333%;
	transition: all 100ms ease-in-out;
}

.hamburger:hover span {
	width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
	0% {
		width: 100%;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

@keyframes burger-hover {
	0% {
		width: 100%;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

.body-menu-opened .hamburger .top-bun {
	transform: rotate(-45deg) translate(-4.5px, 4px);
	width: 100%;
}

.body-menu-opened .hamburger .bottom-bun {
	transform: rotate(45deg) translate(-4.5px, -4px);
	width: 100%;
}

.body-menu-opened .hamburger .meat {
	width: 0;
}






/************************ Mega Menu ***************************/

.main-menu .navigation>li.has-mega-menu {
	position: static;
}

.main-menu .navigation>li>.mega-menu {
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1170px;
	background-color: #ffffff;
	padding: 25px 40px 30px 35px;
	top: 100%;
	z-index: 100;
	opacity: 0;
	border-radius: 0px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li:hover>.mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
	position: relative;
}

.main-menu .navigation>li .mega-menu-bar h6 {
	position: relative;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--black-color);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.main-menu .navigation>li .mega-menu-bar>ul {
	position: relative;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
	position: relative;
	width: 100%;
	padding: 4px 0px;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column {
	position: relative;
	margin-bottom: 12px;
}

.main-menu .navigation>li .mega-menu-bar .column ul {
	position: relative;
	margin-bottom: 10px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
	border: none;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
	position: relative;
	display: block;
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	color: var(--black-color);
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
	color: var(--main-color);
}

.mobile-menu.active-mobile-menu {
	visibility: visible;
	right: auto;
	left: 0px;
}

.mobile-menu.active-mobile-menu .menu-box {
	left: 0px;
	right: auto;
}

.mobile-menu.active-mobile-menu #navbarSupportedContent {
	display: block;
}

.mobile-menu.active-mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

.mobile-menu.active-mobile-menu .mega-menu-bar .column {
	width: 100%;
}

.mobile-menu.active-mobile-menu .mega-menu-bar .column h6 {
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}

.mobile-menu.active-mobile-menu .navigation li.has-mega-menu>.mega-menu {
	display: none;
	overflow: hidden;
}

.sidebar-menu_active {
	position: relative;
	padding-left: 300px;
}

.sidebar-menu_active .header-style-three {
	padding-left: 300px;
}

.sidebar-menu_active .header-style-three .nav-outer {
	display: none;
}

.want-sticky-header .fixed-header {
	position: relative;
	display: none;
}
/* End of: header.css */


/* Imported from: footer.css */
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	padding-top: 130px;
}

.main-footer_bg-color {
	position: absolute;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 15px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 1);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(34, 34, 34, 1) 100%);
}

.main-footer_vector {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 306px;
	height: 306px;
	background-repeat: no-repeat;
}

.main-footer .inner-container {
	position: relative;
	padding-left: 110px;
	padding-bottom: 120px;
}

.footer-logo {
	position: absolute;
	left: -50px;
	top: 70px;
	transform: rotate(-90deg);
}

.main-footer_image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.footer-text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: var(--white-color);
	text-transform: uppercase;
}

.footer-discuss {
	position: relative;
	font-size: 150px;
	left: -10px;
	z-index: 10;
	font-weight: 700;
	line-height: 1em;
	color: var(--white-color);
	text-transform: uppercase;
	font-family: "Outfit", serif;
}

.footer-social_box {
	position: relative;
	z-index: 10;
}

.footer-social_box a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-left: 8px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
}

.footer-social_box a:hover {
	color: var(--white-color);
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.footer-contact_list {
	position: relative;
	gap: 30px;
	z-index: 10;
	margin-top: 20px;
}

.footer-contact_list li {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

.footer-contact_list li a {
	position: relative;
	color: var(--white-color);
}

.footer-contact_list li a:hover {
	color: var(--main-color);
}

.footer-type_title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	font-size: 300px;
	text-align: center;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	color: rgba(var(--white-color-rgb), 0.15);
}

/*** 

====================================================================
	Instagram Gallery
====================================================================

***/

.instagram-gallery {
	position: relative;
}

.instagram-gallery:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 15px;
	bottom: 0px;
	z-index: 10;
	background-color: var(--white-color);
}

.instagram-gallery:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 15px;
	bottom: 0px;
	z-index: 10;
	background-color: var(--white-color);
}

.instagram-block_one {
	position: relative;
}

.instagram-block_one-inner {
	position: relative;
}

.instagram-block_one-image {
	position: relative;
}

.instagram-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
}

.instagram-block_one-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;

	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.instagram-block_one-overlay:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.50;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.instagram-block_one-inner:hover .instagram-block_one-overlay {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.instagram-block_one-icon {
	position: relative;
	font-size: 40px;
}

/* Footer Bottom */

.footer-bottom {
	position: relative;
	padding: 40px 0px 50px;
	text-align: center;
}

.main-footer_copyright {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
}

/* Footer Two */

.footer-two {
	position: relative;
	margin: 20px;

}

.footer-two_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 40px;
	background-color: rgba(13, 25, 67, 1);
	background-image: linear-gradient(180deg, rgba(8, 10, 49, 1) 0%, rgba(130, 0, 176, 1) 100%);
}

.footer-two_shape-one {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 126px;
	background-position: right top;
	background-repeat: no-repeat;
}

.footer-two_shape-two {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 82px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.footer-two_shape-three {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 82px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.footer-two_widgets {
	position: relative;
	padding: 160px 0px 70px;
}

.footer-two_column {
	position: relative;
	margin-bottom: 30px;
}

.footer-logo_two {
	position: relative;
	margin-bottom: 35px;
}

.footer-two_appointment {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 10px;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

.footer-two_text {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	max-width: 500px;
	margin-top: 10px;
	color: var(--white-color);
}

.footer-two_socials {
	position: relative;
	margin-top: 30px;
	z-index: 10;
	display: inline-block;
}

.footer-two_socials a {
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
}

.footer-two_socials a:hover {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.footer-two_vector {
	position: absolute;
	left: 40%;
	top: 15%;
	width: 366px;
	height: 355px;
	background-repeat: no-repeat;
}

.footer-two_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

/* Newsletter Box */

.newsletter-box {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}

.newsletter-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	display: block;
	height: 64px;
	width: 100%;
	border-radius: 50px;
	box-shadow: inherit;
	font-size: 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding: 10px 30px;
	color: var(--white-color);
	background: rgba(var(--white-color-rgb), 0.05);
}

.newsletter-box .form-group button {
	position: absolute;
	right: 20px;
	top: 5px;
	bottom: 5px;
	font-weight: 500;
	padding: 14px 30px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	background: none;
	color: var(--white-color);
}

.footer-two_list {
	position: relative;
	margin-top: 25px;
}

.footer-two_list li {
	position: relative;
	margin-bottom: 12px;
}

.footer-two_list li a {
	position: relative;
	font-size: 16px;
	color: var(--white-color);
}

.footer-two_instagram {
	position: relative;
	margin-top: 50px;
	margin-right: 80px;
	margin-left: -180px;
}

.footer-two_instagram .instagram-block_one-icon img {
	width: 24px;
	height: 24px;
}

.footer-two_instagram .instagram-two_carousel-pagination {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 99;
	bottom: auto !important;
	text-align: right;
}

.footer-two_instagram .instagram-two_carousel-pagination .swiper-pagination-bullet {
	position: relative;
	width: 12px;
	height: 12px;
	opacity: 1;
	padding: 0px;
	margin-left: 15px;
	border-radius: 50px;
	background: none;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid var(--white-color);
}

.footer-two_instagram .instagram-two_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.footer-two_instagram .instagram-two_carousel-pagination .swiper-pagination-bullet:hover {
	border-color: var(--color-two);
	background-color: var(--color-two);
}

.footer-two_instagram .swiper-container {
	padding-top: 110px;
	margin-top: -90px;
}

.footer-two_bottom {
	position: relative;
	text-align: center;
}

.footer-two_copyright {
	position: relative;
	font-size: 16px;
	padding: 20px 80px;
	display: inline-block;
	color: var(--white-color);
	border-top: 1px solid rgba(var(--white-color-rgb), 0.20);
}

/* Footer Three */

.footer-style_three {
	position: relative;
	margin-top: -88.5px;
	padding-bottom: 70px;
	margin-left: 20px;
	margin-right: 20px;
}

.footer-style_three-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 30px;
	border-radius: 50px;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.footer-style_three-bg_image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 30px;
	border-radius: 50px;
	background-size: cover;
}

.footer-style_three .widgets-section {
	position: relative;
	padding: 170px 0px 60px;
}

.footer-three_column {
	position: relative;
	margin-bottom: 30px;
}

.footer-three_logo {
	position: relative;
	margin-bottom: 45px;
}

.footer-three_text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: var(--white-color);
}

.footer-three_location-title {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

.footer-three_location-text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	color: var(--white-color);
}

.footer-three_title {
	font-weight: 600;
	margin-bottom: 30px;
	color: var(--white-color);
}

.footer-style_three .gallery-widget .instagram-block_one {
	width: 33.333%;
	display: flex;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.footer-style_three .gallery-widget .instagram-block_one i img {
	width: 24px;
}

.footer-style_three .gallery-outer {
	position: relative;
	margin-bottom: 15px;
}

.footer-three_widget.links-widget {
	padding-left: 50px;
}

.footer-three_list {
	position: relative;
	margin-top: 25px;
}

.footer-three_list li {
	position: relative;
	margin-bottom: 18px;
}

.footer-three_list li a:hover {
	color: #15C1EC;
}

.footer-three_list li a {
	position: relative;
	font-size: 16px;
	color: var(--white-color);
}

.footer-three_appointment-title {
	position: relative;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	color: var(--white-color);
}

.footer-three_appointment-subtitle {
	position: relative;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-two);
	font-family: "Outfit", serif;
}

.footer-three_appointment-text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	color: var(--white-color);
}


.footer-three_socials {
	position: relative;
}

.footer-three_socials a {
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
}

.footer-three_socials a:hover {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.footer-three_bottom {
	position: relative;
	padding: 20px 10px;
	border-radius: 50px;
	text-align: center;
	background-color: rgba(var(--white-color-rgb), 0.07);
}

.footer-three_copyright {
	position: relative;
	font-size: 16px;
	color: var(--white-color);
}
/* End of: footer.css */


/* Imported from: animate.css */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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


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

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

/* End of: animate.css */


/* Imported from: rtl.css */
/* GymFit Gym Business HTML-5 Template */

/* RTL Style CSS Code */

.rtl .row,
.rtl .d-flex{
	flex-direction: row-reverse;
}

.rtl .contact-one .row,
.rtl .header-top .inner-container .d-flex{
	flex-direction: row;
}

.rtl .main-menu .navigation > li{
	float:right;
}

.rtl .sticky-header .logo{
	float:right;
	padding-left:25px;
}

.rtl .page-title_big-title{
	left:auto;
	right:60px;
}

.rtl .footer-three_widget.links-widget{
	padding-left:0px;
}

.rtl .privacy-section .privacy-list li{
	padding-left:0px;
	padding-right:30px;
}

.rtl .team-detail_content{
	text-align:right;
	padding-left:0px;
}

.rtl .privacy-section .privacy-list li:before{
	right:0px;
	left:auto;
}

.rtl .service-detail_list-two li{
	padding-left:0px;
	padding-right:20px;
}

.rtl .service-detail_list-two li:before,
.rtl .service-detail_list li:before{
	right:0px;
	left:auto;
}

.rtl .service-detail_list li{
	text-align:right;
	padding-left:0px;
	padding-right:45px;
}

.rtl .project-detail_lists li:before{
	right:0px;
	left:auto;
}

.rtl .project-detail_lists li{
	padding-left:0px;
	padding-right:50px;
}

.rtl .sidebar-title,
.rtl .shop-section,
.rtl .project-detail,
.rtl .service-detail,
.rtl .category-list,
.rtl .contact-form .form-group input[type="text"],
.rtl .contact-form .form-group input[type="password"],
.rtl .contact-form .form-group input[type="tel"],
.rtl .contact-form .form-group input[type="email"],
.rtl .contact-form .form-group textarea,
.rtl .team-detail .lower-box,
.rtl .privacy-section,
.rtl .footer-style_three,
.rtl .cta-one_content,
.rtl .news-block_two-inner,
.rtl .main-menu{
	text-align:right;
}

.rtl .contact-one_info li{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .contact-one_info li br{
	display:none;
}

.rtl .contact-one_info li span{
	right:0px;
	left:auto;
}

.rtl .default-form .form-group input[type="text"],
.rtl .default-form .form-group input[type="password"],
.rtl .default-form .form-group input[type="tel"],
.rtl .default-form .form-group input[type="email"],
.rtl .default-form .form-group select,
.rtl .contact-one_form-outer,
.rtl .main-header .main-menu .navigation > li > ul > li > ul > li,
.rtl .main-header .main-menu .navigation > li > ul > li,
.rtl .main-menu .navigation > li > ul > li{
	text-align:right;
}

.rtl .main-header .main-menu .navigation > li > ul{
	padding:20px 25px 20px 25px;
}

.rtl .main-header .main-menu .navigation > li > ul > li > a:before{
	right:0px;
	left:auto;
	opacity: 0;
}

.rtl .main-menu .navigation > li > ul > li:hover > a{
	padding-left:0px !important;
	padding-right:30px;
}

.rtl .main-menu .navigation > li > ul > li > a:before{
	left:auto;
	right:8px;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	right:auto;
	left:10px;
	transform:rotate(180deg);
}

.rtl .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;
}

.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul{
	
}

.rtl .main-header .main-menu .navigation > li > ul > li > ul{
	right:100%;
	left:auto;
}

.rtl .main-menu .navigation > li > ul{
	left:auto;
	right:0px;
}

.rtl .main-menu .navigation > li.dropdown:hover > ul{
	left:auto;
	right:0px;
}

.rtl .main-menu .navigation > li > ul > li > ul > li:hover > a{
	padding-left:0px;
	padding-right:30px;
}

.rtl .main-menu .navigation > li > ul > li > ul > li > a:before{
	left:auto;
	right:8px;
	opacity: 0;
}

.rtl .main-header .main-menu .navigation > li:first-child{
	margin-right: 0px;
}

.rtl .main-header .main-menu .navigation > li:last-child{
	margin-right: 25px;
}

.rtl .main-header.header-style-three.alternate .main-menu .navigation > li:last-child{
	margin-right: 0px;
}

.rtl .search-popup .form-group input[type="text"],
.rtl .search-popup .form-group input[type="search"]{
	text-align: right;
}

.rtl .about-sidebar .content-box,
.rtl .search-popup .form-group input[type="submit"],
.rtl .search-popup .form-group button{
	text-align: right;
}

.rtl .search-popup .form-group input[type="submit"],
.rtl .search-popup .form-group button{
	right: 0px;
	left: auto;
}

.rtl .main-header .header-lower .logo-box .logo{
	padding: 25px 0px 20px;
}

.rtl .about-widget{
	margin-left: 0px;
}

.rtl .main-header_button{
	margin-left: 15px;
}

.rtl .slider-one_content-inner{
	margin-right: 0px;
	text-align: right;
	padding-left: 0px;
}

.rtl .about-sidebar_list li{
	text-align: right;
	padding-left: 0px;
	padding-right: 30px;
}

.rtl .about-sidebar_list li::before{
	right: 0px;
	left: auto;
}

.rtl .about-sidebar .social-box{
	margin-left: 0px;
	text-align: right;
	margin-right: 40px;
}

.rtl .about-one_content-outer,
.rtl .about-one_image-outer{
	text-align: right;
}







.rtl .slider-one .slider-one_button .slider-one_video:before{
	left:auto;
	right:-18px;
}

.rtl .slider-one_arrow{
	display:none;
}

.rtl .slider-one_content{
	max-width:100%;
}

.rtl .clients-one_title{
	text-align:right;
}

.rtl .offer-one_title{
	padding-left:0px;
	padding-right:120px;
	text-align:right;
}

.rtl .offer-one_icon-outer{
	right:0px;
	left:auto;
}

.rtl .offer-one_arrow{
	left:0px;
	right:auto;
}

.rtl .offer-one_content-outer{
	padding-left:0px;
	max-width: 100%;
}

.rtl .testimonial-block_one-author{
	text-align:right;
	padding-left:0px;
	padding-right:145px;
}

.rtl .testimonial-block_one-author_image{
	right:0px;
	left:auto;
}

.rtl .team-one_info .team-one_info-button{
	margin-left:0px;
	margin-right:30px;
}

.rtl .team-one_info{
	padding-left:0px;
	padding-right:30px;
}

.rtl .news-block_one-arrow{
	opacity:1;
}

.rtl .news-block_one-content{
	padding-top:10px;
}

.rtl .news-block_one-meta:before{
	display:none;
}

.rtl .footer-contact_list{
	justify-content:end !important;
}

.rtl .news-block_one-meta{
	padding-right:0px;
}

.rtl .slider-two_touch{
	right:auto;
	left:80px;
}

.rtl .default-count-box{
	left:0px;
	right:auto;
}

.rtl .accordion-box .block .icon-outer{
	left:12px;
	right:auto;
}

.rtl .accordion-box .block .acc-btn{
	padding:20px 20px 20px 55px;
}

.rtl .price-block_one-icon{
	left:35px;
	right:auto;
}

.rtl .footer-two_text{
	max-width:100%;
}

.rtl .footer-two_instagram{
	margin-left:0px;
	margin-right:0px;
}

.rtl .footer-two_instagram .instagram-two_carousel-pagination{
	position:relative;
	top:0px;
	margin-top:15px;
}

.rtl .faq-one_images-outer{
	padding-right:0px;
}

.rtl .footer-two_instagram .swiper-container{
	margin-top:0px;
	padding-top:0px;
}

.rtl .business-one_content{
	margin-left:0px;
	padding-left:0px;
	text-align:right;
	padding-right:160px;
}

.rtl .business-one_certified{
	right:0px;
	left:auto;
}

.rtl .team-block_two-content{
	text-align:right;
}

.rtl .contact-one_side-image,
.rtl .team-two_border-layer,
.rtl .business-one_video-content,
.rtl .business-one_video-bg,
.rtl .about-three_experiance{
	display:none;
}

.rtl .business-one_video-outer{
	margin:0px;
}

.rtl .about-three_content,
.rtl .testimonial-block_two-text,
.rtl .empower-block_one-content,
.rtl .slider-three_content-inner,
.rtl .newsletter-box .form-group input[type="text"],
.rtl .newsletter-box .form-group input[type="email"]{
	text-align:right;
}

.rtl .newsletter-box .form-group button{
	left:0px;
	right:auto;
}

.rtl .footer-two,
.rtl .accordion-box,
.rtl .about-two,
.rtl .slider-two_content,
.rtl .main-footer,
.rtl .price-block_one-inner,
.rtl .service-block_one-heading,
.rtl .counter-block_two-inner,
.rtl .experiance-one_years-inner,
.rtl .incredible-one_title,
.rtl .news-block_one-content,
.rtl .news-two_images-outer,
.rtl .team-one_one .content-box,
.rtl .testimonial-block_one-text{
	text-align:right;
}

.rtl .gallery-one_triangle{
	left:80px;
	right:auto;
}

.rtl .offer-one_color{
	left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.rtl .process-one_content{
	text-align:left;
}

.rtl .sec-title,
.rtl .achieve-one,
.rtl .about-one{
	text-align:right;
}

.rtl .sec-title_title{
	justify-content: end;
}

.rtl .about-one_image-two{
	display:none;
}

.rtl .about-one_carousel{
	margin-left:0px;
}

.rtl .about-one_text{
	max-width:100%;
}

.rtl .sidebar .related-posts .post{
	text-align:right;
	padding-left:0px;
	padding-right:150px;
}

.rtl .sidebar .related-posts .post .post-thumb{
	left:auto;
	right:0px;
}

.rtl .shop-detail_content-column .inner-column{
	padding-left:0px;
	text-align:right;
}

.rtl .item-quantity{
	margin-left:15px;
	margin-right:0px;
}

.rtl .shop-item .inner-box .lower-content,
.rtl .shop-detail .prod-tabs{
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment-box .reply-btn{
	right:auto;
	left:0px;
}

.rtl .sidebar-page-container .comments-area .comment,
.rtl .comment-box .comment{
	padding-left:0px;
	padding-right:80px;
}

.rtl .comment-box .author-thumb{
	left:auto;
	right:0px;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb{
	right:0px;
	left:auto;
	width: 70px;
    height: 70px;
}

.rtl .comment-form,
.rtl .cart-total-box,
.rtl .shipping-list li,
.rtl .contact-info_box,
.rtl .contact-info_block-inner,
.rtl .shipping-outer .buttons-box,
.rtl .checkout-section .order-column .inner-column,
.rtl .comment-form .form-group input[type="text"],
.rtl .comment-form .form-group input[type="password"],
.rtl .comment-form .form-group input[type="tel"],
.rtl .comment-form .form-group input[type="email"],
.rtl .comment-form .form-group textarea{
	text-align: right;
}

.rtl .comment-form-outer .rating strong{
	margin-left:0px;
}

.rtl .comment-form-outer .rating{
	margin-right:15px;
}

.rtl .cart-totals li span{
	left: 0px;
	right: auto;
}

.rtl .order-totals li span{
	left: 25px;
	right: auto;
}

.rtl .voucher-box .form-group{
	padding-right: 0px;
}

.rtl .category-list_two li a:before{
	left:25px;
	right:auto;
}

.rtl .blog-author-post_inner{
	padding-left:0px;
	padding-right:300px;
}

.rtl .blog-detail_author-image{
	right:0px;
	left:auto;
}

.rtl .blog-detail,
.rtl .sidebar-widget,
.rtl .review-box,
.rtl .register-one,
.rtl .post-widget .post,
.rtl .category-list_two li a,
.rtl .news-block_three-content,
.rtl .shipping-form .form-group input[type="text"],
.rtl .shipping-form .form-group input[type="password"],
.rtl .shipping-form .form-group input[type="tel"],
.rtl .shipping-form .form-group input[type="email"],
.rtl .shipping-form .form-group select,
.rtl .shipping-form .form-group textarea,
.rtl .shipping-form .form-group .ui-selectmenu-button.ui-button,
.rtl .checkout-section .form-column .inner-column,
.rtl .voucher-box .form-group input[type="text"],
.rtl .voucher-box .form-group input[type="email"]{
	text-align: right;
}

.rtl .voucher-box .form-group button{
	left: 0px;
	right: auto;
}

.rtl .order-box .order-total span{
	left: 0px;
	right: auto;
}

.rtl .coming-soon .emailed-form .form-group input[type="text"],
.rtl .coming-soon .emailed-form .form-group input[type="tel"],
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .coming-soon .emailed-form .form-group textarea{
	text-align:right;
	padding-right:25px;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button{
	left:0px;
	right:auto;
}

.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"]{
	text-align:right;
	padding-right:20px;
}

.rtl .shop-cat li a span,
.rtl .sidebar .search-box .form-group button{
	left:0px;
	right:auto;
}

/* Responsive Layout */

@media only screen and (max-width: 2000px){
	
}

@media only screen and (max-width: 1750px){
	
}

@media only screen and (max-width: 1600px){
	
}

@media only screen and (max-width: 1650px){
	
}

@media only screen and (max-width: 1550px){
	
	.rtl .slider-one .slider-one_pagination {
		right: auto !important;
		left: 40px !important;
	}
	
}

@media only screen and (max-width: 1500px){
	
	.rtl .achieve-one_bg{
		border-radius:0px;
		right:0px;
		left:0px;
		top:0px;
		bottom:0px;
	}
	
}

@media only screen and (max-width: 1400px){

	.rtl .step-block_one-inner::before{
		display:none;
	}
	
	.rtl .testimonial-one_carousel-content{
		margin-left:0px;
	}
	
	.rtl .offer-one{
		padding-top:120px;
	}

}

@media only screen and (max-width: 1300px){

}

@media only screen and (max-width: 1240px){

}

@media only screen and (max-width: 1140px){
	
}

@media only screen and (min-width: 768px){
	
}
	
@media only screen and (max-width: 1023px){

}

@media only screen and (max-width: 991px){
	
	.rtl .about-three_image-outer{
		padding-right:0px;
	}
	
	.rtl .testimonial-two .sec-title .left-box{
		margin-bottom:25px;
	}
	
	.rtl .testimonial-two_arrows,
	.rtl .gallery-one_triangle,
	.rtl .slider-two .slider-one_pagination,
	.rtl .slider-one .slider-one_pagination{
		display:none;
	}
	
	.rtl .about-two_title-outer{
		padding-right:0px;
	}
	
	.rtl .mobile-menu .menu-box{
		text-align: right;
	}
	
	.rtl .main-header .mobile-menu .navigation li.dropdown .dropdown-btn{
		left: 0px;
		right: auto;
	}

	.rtl .main-header .mobile-menu .navigation li.dropdown .dropdown-btn::after{
		right: 0px;
		left: auto;
	}
	
}

@media only screen and (max-width: 820px){
	
	.rtl .cta-one_content{
		text-align:center;
	}
	
}

@media only screen and (max-width: 767px){
	
	
	
}

@media only screen and (max-width: 599px){
	
	.rtl .business-one_content,
	.rtl .testimonial-block_one-author{
		padding-right:0px;
	}
	
	.rtl .sidebar-page-container .comments-area .comment,
	.rtl .comment-box .comment{
		padding-right:0px;
	}
	
	.rtl .blog-author-post_inner{
		padding-right:0px;
	}
	
	.rtl .post-options{
		position:relative;
		display:block;
		top:0px;
	}
	
	.rtl .sidebar-page-container .comments-area .comment-box .reply-btn{
		position:relative;
	}
	
	.rtl .comment-form-outer .rating{
		margin-right:0px;
		margin-top:25px;
	}
	
}

@media only screen and (max-width: 479px) {
	
	
	
}
/* End of: rtl.css */


/* Imported from: dark-body.css */
/* ITHUB IT solution & Technology Services HTML-5 Template */

/* Want Sticky Header */

.want-sticky-header .main-header .sticky-header{
	position:relative;
	display:none;
}

/* Dark Version Style CSS Code */

.dark-body .mobile-menu .menu-box,
.dark-body .instagram-gallery:before,
.dark-body .instagram-gallery:after,
.dark-body{
	background-color: #000000;
}

.dark-body .about-one_vector{
	opacity:0.10
}

.dark-body p{
	color:var(--white-color);
}

.dark-body .slider-one{
	border-color: #000000;
}

.dark-body .step-block_one-inner:before{
	display:none;
}

.dark-body .faq-one_bg,
.dark-body .offer-one_color{
	opacity:0.10;
}

.dark-body .page-title_shape-one,
.dark-body .page-title_shape-two,
.dark-body .testimonial-one_carousel-content:before,
.dark-body .testimonial-one_carousel-content:after{
	display:none;
}

.dark-body .offer-one_tags li a{
	border-color:var(--white-color);
}

.dark-body .experiance-one h1.light{
	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.dark-body .mobile-menu .nav-logo img,
.dark-body .error-one_image img,
.dark-body .team-two_phone img,
.dark-body .news-block_three-content:before,
.dark-body .shop-item .inner-box .lower-content .cart img,
.dark-body .clients-two .client-image img,
.dark-body .news-block_one-meta:before{
	filter: invert(100%);
}

.dark-body .faq-one:before{
	background-color: #2d3049;
}

.dark-body .cart-totals li,
.dark-body .cart-total-box,
.dark-body .item-quantity,
.dark-body .shipping-list li,
.dark-body .cart-table tbody tr,
.dark-body .shop-detail_gallery-column .thumb,
.dark-body .shop-detail_socials li a,
.dark-body .cart-table tbody tr .prod-column .column-box .prod-thumb,
.dark-body .shop-detail .prod-tabs .tab-btns::before,
.dark-body .shop-section .lower-text .products,
.dark-body .project-detail_info,
.dark-body .order-box,
.dark-body .order-totals li,
.dark-body .post-widget .post,
.dark-body .popular-tags a,
.dark-body .blog-more_posts,
.dark-body .post-share-options a,
.dark-body .blog-detail_content:before,
.dark-body .contact-info_block-icon,
.dark-body .main-header .mobile-menu .navigation,
.dark-body .main-header .mobile-menu .navigation li,
.dark-body .main-header .mobile-menu .navigation li > ul > li:first-child,
.dark-body .news-block_two:last-child .news-block_two-inner,
.dark-body .register-one .form-column .inner-column,
.dark-body .shipping-outer .cart-shipping-box,
.dark-body .news-block_two-inner{
	border-color:rgba(255,255,255,0.10);
}

.dark-body .comments-area,
.dark-body .contact-two .inner-container,
.dark-body .shop-detail_gallery-column .thumb,
.dark-body .shop-detail_gallery-column .image,
.dark-body .sidebar .related-posts .post .post-thumb,
.dark-body .about-three{
	background-color:rgba(255,255,255,0.10);
}

.dark-body .news-block_two-inner:hover::before{
	width:auto;
}

.dark-body .error-one_text,
.dark-body .error-one h2,
.dark-body .blog-more_posts h6,
.dark-body .blog-more_posts .date,
.dark-body .blog-author-post .text,
.dark-body .blog-detail .social-links a,
.dark-body .blog-author-post h5,
.dark-body .social-links_title,
.dark-body .post-share-options a,
.dark-body .post-share-options strong,
.dark-body .blog-detail h4,
.dark-body .blog-detail_title,
.dark-body .blog-detail_text,
.dark-body .blog-detail_meta li,
.dark-body .news-block_three-text,
.dark-body .news-block_three-meta li .icon,
.dark-body .news-block_three-title a,
.dark-body .news-block_three-meta li,
.dark-body .popular-tags a,
.dark-body .post-widget .post h4 a,
.dark-body .sidebar-title h4,
.dark-body .coming-soon .emailed-form .text,
.dark-body .coming-soon .emailed-form h3,
.dark-body .main-header .mobile-menu .navigation li > a,
.dark-body .contact-form .form-group .check-box,
.dark-body .contact-form .form-group .text,
.dark-body .register-one h3,
.dark-body .checkout-section h4,
.dark-body .order-totals li,
.dark-body .order-totals li span,
.dark-body .shipping-list li,
.dark-body .cart-totals li,
.dark-body .contact-info_box h3,
.dark-body .contact-info_block-icon,
.dark-body .contact-info_block-inner h4,
.dark-body .contact-info_box .contact-info_text,
.dark-body .shipping-form .check-box label,
.dark-body .order-box .order-total,
.dark-body .shoping-cart-section .check-box label,
.dark-body .shoping-cart-section .total-column .title-box h6,
.dark-body .cart-table tbody tr td.sub-total,
.dark-body .cart-table tbody tr td.price,
.dark-body .cart-table .prod-text,
.dark-body .cart-table .prod-title,
.dark-body .cart-table thead tr th,
.dark-body .related-products h3,
.dark-body .comment-box .text,
.dark-body .comment-box .comment-info,
.dark-body .prod-tabs .tabs-content .tab .title,
.dark-body .prod-tabs .tabs-content p,
.dark-body .quantity-box .item-quantity input.qty-spinner,
.dark-body .sidebar-page-container .group-title h4,
.dark-body .comment-form-outer .rating strong,
.dark-body .sidebar-page-container .comments-area .comment-box .text,
.dark-body .sidebar-page-container .comments-area .comment-box strong,
.dark-body .quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before,
.dark-body .quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before,
.dark-body .shop-detail_rating .fa-star,
.dark-body .shop-detail_price,
.dark-body .shop-detail_socials li a,
.dark-body .shop-detail_list li span,
.dark-body .shop-detail_socials .share,
.dark-body .shop-detail_list li,
.dark-body .shop-detail_text,
.dark-body .shop-detail_rating .fa-star.light,
.dark-body .shop-detail_rating i,
.dark-body .shop-detail_title,
.dark-body .shop-section .lower-text .products,
.dark-body .shop-section .items-sorting .total-items,
.dark-body .shop-item .inner-box .lower-content h3 a,
.dark-body .shop-item .inner-box .lower-content .price,
.dark-body .sidebar .related-posts .post h4 a,
.dark-body .shop-cat li a,
.dark-body .sidebar-title h5,
.dark-body .project-detail_lists li,
.dark-body .project-detail_info li,
.dark-body .project-detail_info li span,
.dark-body .service-detail_list-two li,
.dark-body .service-detail_list li,
.dark-body .service-detail_subtitle,
.dark-body .service-detail_subtitle,
.dark-body .service-detail_text,
.dark-body .service-detail_title,
.dark-body .team-detail_subtext,
.dark-body .team-detail .lower-box h3,
.dark-body .team-detail_info li span,
.dark-body .team-detail_info li,
.dark-body .team-detail_text,
.dark-body .team-detail_title,
.dark-body .team-detail_designation,
.dark-body .team-block_three-designation,
.dark-body .team-block_three-title a,
.dark-body .privacy-section .privacy-list li,
.dark-body .privacy-section h4,
.dark-body .privacy-section h3,
.dark-body .news-block_two-title a,
.dark-body .news-block_two-meta li a,
.dark-body .team-two_phone,
.dark-body .about-three_reviews,
.dark-body .about-three_text,
.dark-body .empower-block_one-text,
.dark-body .empower-block_one-title a,
.dark-body .default-count-box,
.dark-body .default-skill-title,
.dark-body .about-two_text,
.dark-body .about-two_title,
.dark-body .news-block_one-title a,
.dark-body .news-block_one-meta li,
.dark-body .experiance-one h1,
.dark-body .team-one_info-text,
.dark-body .sec-title_text,
.dark-body .offer-one_tags li a,
.dark-body .offer-one_heading a,
.dark-body .news-block_one-meta li .icon,
.dark-body .step-block_one-inner:hover .step-block_one-number span,
.dark-body .process-one_content-text,
.dark-body .step-block_one-heading,
.dark-body .step-block_one-text,
.dark-body .review-block_one-info strong,
.dark-body .review-block_one-text,
.dark-body .mobile-menu .close-btn,
.dark-body .about-one_text span,
.dark-body .about-one_text,
.dark-body .sec-title_heading{
	color:var(--white-color);
}

.dark-body-color-two{
	color: #ffffff;
	background-color: #222222;
}
/* End of: dark-body.css */


/* Imported from: jquery-ui.css */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding:8px 1em 8px 15px;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	/*background-image: url("images/ui-icons_555555_256x240.png");*/
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	/*background-image: url("images/ui-icons_ffffff_256x240.png");*/
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* End of: jquery-ui.css */


/* Imported from: swiper.min.css */
/**
 * Swiper 6.6.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 11, 2021
 */
 @font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --swiper-theme-color: #007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-container-pointer-events {
    touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}
.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/* End of: swiper.min.css */


/* Imported from: font-awesome.css */
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }

/* End of: font-awesome.css */


/* Imported from: custom-animate.css */
.empty-animation{
    animation-name: zoomInStable; 
    animation-duration: 3s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoomInStable; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoomInStable; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoomInStable; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoomInStable; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.empty-animation{
    animation-name: zoomInStable; 
    animation-duration: 3s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoomInStable; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoomInStable; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoomInStable; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoomInStable; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.empty-animation{
    animation-name: slideInUp; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInUp; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInUp; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInUp; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInRight; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInRight; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInRight; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInRight; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInLeft; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInLeft; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInLeft; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInLeft; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInUp; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInUp; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInUp; 
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInUp; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}


.main-footer_vector,
.slider-one_pattern,
.slider-two_touch span,
.counter-block_one-icon::before{
    animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



@keyframes rotateme2 {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(-180deg);
      }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
      }
}

.empty-animation{
    animation-name: rotateme2;
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme2; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme2; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme2; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme2; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.news-two_vector,
.achieve-one_vector-two{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-name: float_left_right; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob */
@-webkit-keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

@keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

.empty-animation{
    animation-name: float_left_right; 
    animation-duration: 30s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right; 
    -webkit-animation-duration: 30s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right; 
    -moz-animation-duration: 30s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right; 
    -ms-animation-duration: 30s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right; 
    -o-animation-duration: 30s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }
}

@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}

.empty-animation{
    animation-name: float_left_right_two; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right_two; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right_two; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right_two; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right_two; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.slider-three_elements{
    animation-name: zoom-fade; 
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 6s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: zoom-fade; 
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: zoom-fade; 
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: zoom-fade; 
    -o-animation-duration: 6s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



@-webkit-keyframes border-transform {
	0%, to {
	  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
	  border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
	  border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
	  border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
	  border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
	  border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
	  border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
  }
  @keyframes border-transform {
	0%, to {
	  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
	  border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
	  border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
	  border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
	  border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
	  border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
	  border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}



@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/* End of: custom-animate.css */


/* Imported from: magnific-popup.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End of: magnific-popup.css */


/* Imported from: odometer-theme-default.css */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0px;
  bottom: 0;
  overflow: hidden;
  font-style:normal;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/* End of: odometer-theme-default.css */


/* Imported from: jquery.bootstrap-touchspin.css */

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

/* End of: jquery.bootstrap-touchspin.css */


/*** 

====================================================================
	Main Slider
====================================================================

***/

.slider-one {
	position: relative;
	border: 25px solid var(--white-color);
}

.slider-one .slider-one_pagination {
	position: absolute;
	top: 40%;
	z-index: 999;
	left: 40px !important;
	right: auto !important;
	width: 60px !important;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	width: auto;
	height: auto;
	display: block;
	background: none;
	font-weight: 600;
	line-height: 36px;
	text-align: right;
	font-size: 26px;
	opacity: 0.60;
	padding-right: 0px;
	color: var(--white-color);
	margin: 35px 0px !important;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: "Outfit", serif;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 20px;
	width: 1px;
	height: 65px;
	background-color: var(--white-color);
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	left: -5px;
	top: 14px;
	width: 10px;
	height: 10px;
	outline-offset: 1px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--white-color);
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:last-child::before {
	display: none;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-one .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	font-size: 26px;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-one .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 1;
}

.slider-one .swiper-slide {
	position: relative;
	overflow: hidden;
	padding: 350px 0px 170px;
}

.slider-one_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
	border-radius: 40px;
	background-size: cover;
	background-position: center center;
	clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.slider-one_image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.20;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(90deg, #8fe2e1 0%, rgba(84, 153, 152, 0) 100%);
}

.slider-one .swiper-slide-active .slider-one_image-layer {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-one_pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 306px;
	height: 306px;
	background-repeat: no-repeat;
}

.slider-one_content {
	position: relative;
	z-index: 2;
	max-width: 820px;
}

.slider-one_content-inner {
	position: relative;
}

.slider-one_title {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 25px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	text-transform: capitalize;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.slider-one .swiper-slide-active .slider-one_title {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.slider-one_heading {
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 35px;
	color: var(--white-color);
	text-transform: capitalize;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_heading span {
	color: transparent;
	font-weight: 800;
	font-family: "Raleway", serif;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-one .swiper-slide-active .slider-one_heading {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_arrow {
	position: absolute;
	content: '';
	right: 35%;
	bottom: -30px;
	width: 227px;
	height: 202px;
	background-repeat: no-repeat;
}

.slider-one .slider-one_button {
	position: relative;
	gap: 5px;
	display: inline-block;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_video {
	position: relative;
}

.slider-one .slider-one_button .slider-one_video:before {
	position: absolute;
	content: '';
	left: -18px;
	top: 50%;
	height: 20px;
	width: 20px;
	transform: translateY(-50%);
	background-color: var(--white-color);
}

.slider-one .swiper-slide-active .slider-one_button {
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Play Box */

.slider-one .play-box {
	position: relative;
}

.slider-one .play-box:hover .fa {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.slider-one .play-box .fa {
	position: relative;
	width: 62px;
	height: 62px;
	margin-top: 3px;
	font-size: 18px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	text-align: center !important;
	border: 6px solid var(--white-color);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

/* Slider Socials Box */

.slider-one_socials {
	position: absolute;
	left: 5px;
	bottom: -15px;
	z-index: 1;
	padding: 25px 30px;
	transform-origin: 8% 45%;
	transform: rotate(-90deg);
	border-radius: 0px 50px 50px 0px;
	background-color: rgba(var(--white-color-rgb), 0.05);
}

.slider-one_socials a {
	position: relative;
	font-size: 14px;
	margin: 0px 15px;
	text-transform: capitalize;
	color: var(--white-color);
}

.slider-one_socials a::before {
	position: absolute;
	content: '-';
	right: -20px;
	font-size: 24px;
	color: var(--white-color);
}

.slider-one_socials a:hover {
	color: var(--main-color);
}

.slider-one_socials a:last-child::before {
	display: none;
}

.slider-one_options {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

.slider-one_options .button {
	position: relative;
	border-radius: 40px 0px 0px 0px;
	background-color: var(--color-four);
	border: 10px solid var(--white-color);
	border-bottom: none;
	border-right: none;
}

.slider-one_options .button a {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	gap: 55px;
	padding: 15px 30px;
	color: var(--black-color);
}

.slider-one_options .button i {
	position: relative;
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
}

.slider-one_options .button a:hover {
	color: var(--main-color);
}

.slider-one_authors {
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	background-color: var(--color-four);
	border-left: 10px solid var(--white-color);
	border-right: 25px solid var(--color-four);
	border-radius: 0px 0px 30px;
	padding: 5px 0px 20px;
}

.slider-one_authors ul {
	position: relative;
	display: flex;
	margin-left: 40px;
}

.slider-one_authors ul li {
	position: relative;
	width: 54px;
	height: 54px;
	margin-left: -20px;
	border-radius: 50px;
	display: inline-block;
	border: 3px solid var(--white-color);
}

.slider-one_reviews {
	position: relative;
	font-weight: 800;
	font-size: 26px;
	color: var(--main-color);
	font-family: "Outfit", serif;
}

.slider-one_reviews span {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: var(--black-color);
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.clients-one {
	position: relative;
}

.clients-one .auto-container {
	position: relative;
	max-width: 1910px;
}

.clients-one .inner-container {
	position: relative;
	padding: 40px 80px;
	border-radius: 100px 100px;
	background-color: #EEEEEE;
}

.clients-one_title {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin-top: 6px;
	color: var(--black-color);
}

.clients-one .client-image {
	position: relative;
	text-align: center;
}

.clients-one .client-image img {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.clients-one .client-image img:hover {
	opacity: 0.50;
}

/*** 

====================================================================
	About One
====================================================================

***/

.about-one {
	position: relative;
	padding: 140px 0px 60px;
}

.about-one_vector {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 459px;
	height: 447px;
	background-repeat: no-repeat;
}

.about-one_pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 1510px;
	background-position: right top;
	background-repeat: no-repeat;
}

.about-one_pattern-two {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 1622px;
	background-position: right center;
	background-repeat: no-repeat;
}

.about-one_years {
	position: relative;
	margin-top: 60px;
	margin-left: 45px;
}

.about-one_text {
	position: relative;
	font-size: 20px;
	line-height: 34px;
	color: #666666;
	max-width: 440px;
	margin-top: 40px;
}

.about-one_text span {
	position: relative;
	font-weight: 600;
	color: var(--black-color);
}

.about-one_image-outer {
	position: relative;
	text-align: right;
}

.about-one_image {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.about-one_image.now-in-view {
	opacity: 1;
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.about-one_image-two {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-left: -172px;
	margin-top: -45px;
	display: inline-block;
}

/* About One Carousel */

.about-one_carousel {
	position: relative;
	margin-left: 60px;
	margin-top: 10px;
	max-width: 301px;
}

.review-block_one {
	position: relative;
}

.review-block_one-quote {
	position: relative;
}

.review-block_one-text {
	position: relative;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 28px;
	max-width: 301px;
	margin-bottom: 25px;
}

.review-block_one-info {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	padding-left: 90px;
	color: var(--main-color);
}

.review-block_one-info i {
	position: absolute;
	left: 0px;
	top: 18px;
}

.review-block_one-info strong {
	position: relative;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	padding-left: 30px;
	display: block;
	color: var(--black-color);
	border-left: 3px solid var(--white-color);
}

.review-block_one-info span {
	position: relative;
	font-size: 16px;
	display: block;
}

/*** 

====================================================================
	Marketing One
====================================================================

***/

.marketing-one {
	position: relative;
	overflow: hidden;
	padding: 40px 0px 100px;
}

.marketing-one .animation_mode {
	position: relative;
	min-height: 112px;
}

.marketing-one h1 {
	font-size: 156px;
	line-height: 1em;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	color: rgba(var(--color-three-rgb), 1);
	font-family: 'Manrope', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.marketing-one h1:hover {
	background: linear-gradient(to right, #549998, #8fe2e1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.marketing-one.style-two {
	padding-top: 0px;
}

/*** 

====================================================================
	Achieve One
====================================================================

***/

.achieve-one {
	position: relative;
	padding: 125px 0px 400px;
}

.achieve-one .sec-title {
	margin-left: 300px;
}

.achieve-one_vector {
	position: absolute;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 0px;
	background-position: left center;
	background-repeat: no-repeat;
}

.achieve-one_vector-two {
	position: absolute;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 20px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.achieve-one_bg {
	position: absolute;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 0px;
	border-radius: 50px;
	background-size: cover;
}

.achieve-one_counter {
	position: relative;
	margin-left: 250px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: none;
	border-right: none;
}

.counter-one_column {
	position: relative;
}

.counter-one_column:last-child {
	border-right: none;
}

.counter-one_inner {
	position: relative;
	padding: 40px 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.counter-one_inner:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	height: 0%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.counter-one_inner:hover::before {
	top: 0px;
	opacity: 1;
	height: 100%;
}

.counter-one_text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	min-height: 52px;
	margin-bottom: 10px;
}

.counter-one_count {
	position: relative;
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	line-height: 1em;
}

/*** 

====================================================================
	Video One
====================================================================

***/

.video-one {
	position: relative;
}

.video-one.style-two {
	margin-top: 100px;
}

.video-one.style-two .video-box {
	margin-top: 0px;
}

.video-one_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.video-one .video-box {
	margin-top: -315px;
}

.video-box {
	position: relative;
}

.video-box .video-image {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-radius: 60px;
	border: 20px solid var(--white-color);
}

.video-box .video-image img {
	position: relative;
	width: 100%;
	z-index: 3;
	overflow: hidden;
	border-radius: 40px;
}

.video-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 45px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.video-box .overlay-box span {
	position: absolute;
	width: 230px;
	height: 230px;
	left: 150px;
	bottom: -100px;
	z-index: 10;
	color: #ffffff;
	font-weight: 400;
	font-size: 50px;
	text-align: center;
	border-radius: 50%;
	padding-left: 4px;
	display: inline-block;
	line-height: 190px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	border: 20px solid var(--white-color);
	background-color: #8fe2e1;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 230px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

/*** 

====================================================================
	Process One
====================================================================

***/

.process-one {
	position: relative;
	padding: 200px 0px 120px;
}

.process-one.style-two {
	padding-bottom: 0px;
}

.process-one .step-block_one:nth-child(2) {

	top: 30px;
}

.process-one .step-block_one:nth-child(2) .step-block_one-inner:before {
	bottom: auto;
	top: 20%;
}

.process-one .step-block_one:nth-child(3) {

	top: -160px;
}

.process-one .step-block_one:nth-child(3) .step-block_one-inner:before {
	bottom: auto;
	top: 30%;
}

.process-one .step-block_one:nth-child(4) {
	top: -325px;

}

.step-block_one:last-child .step-block_one-inner:before {
	display: none;
}

.step-block_one {
	position: relative;
}

.step-block_one-inner {
	position: relative;
	padding: 65px 50px;
	border-radius: 20px;
	border: 2px solid #D9D9D9;
}

.step-block_one-inner:before {
	position: absolute;
	content: '';
	right: -29px;
	bottom: 60px;
	width: 30px;
	height: 90px;
	z-index: 1;
	background: url(../images/icons/curve.webp);
	background-size: contain;
	background-repeat: no-repeat;
}

.step-block_one:last-child .step-block_one-inner::before {
	display: none;
}

.step-block_one-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	background-size: cover;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.step-block_one-inner:hover .step-block_one-bg {
	opacity: 1;
}

.step-block_one-number {
	position: relative;
	font-size: 16px;
}

.step-block_one-number span {
	position: relative;
	line-height: 1em;
	font-weight: 800;
	font-size: 96px;
	background: linear-gradient(to bottom, #549998, #8fe2e1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.step-block_one-inner:hover .step-block_one-number span {
	color: var(--black-color);
	-webkit-text-fill-color: inherit;
}

.step-block_one-inner:hover .step-block_one-heading {
	color: var(--main-color);
}

.step-block_one-heading {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	margin-top: 100px;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.step-block_one-text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}

.process-one_content {
	position: relative;
	text-align: right;
	margin-top: -140px;
}

.process-one_button {
	position: relative;
}

.process-one_content-text {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 20px;
}

/*** 

====================================================================
	Offer One
====================================================================

***/

.offer-one {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 220px;
}

.offer-one.style-two {
	padding-top: 120px;
}

.offer-one_color {
	position: absolute;
	left: -40px;
	bottom: 0px;
	width: 830px;
	height: 900px;
	border-radius: 45px;
	background-color: #EEEEEE;
}

.offer-one_bg-color {
	position: absolute;
	right: -40px;
	width: 80px;
	height: 1100px;
	border-radius: 50px;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.offer-one .auto-container {
	position: relative;
	max-width: 1700px;
}

.step-award_box {
	position: absolute;
	right: 115px;
	top: 100%;
	width: 345px;
	padding: 25px 25px;
	border-radius: 20px;
	border: 10px solid var(--white-color);
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.step-award_box:before {
	position: absolute;
	content: '';
	right: 25px;
	top: 25px;
	width: 76px;
	height: 72px;
	background: url(../images/icons/award-vector.webp) no-repeat;
}

.step-award_count {
	position: relative;
	font-size: 64px;
	line-height: 36px;
	font-weight: 700;
	color: var(--white-color);
}

.step-award_subtitle {
	position: relative;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: var(--white-color);
	text-transform: uppercase;
}

.offer-one_title {
	position: relative;
	padding-left: 120px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #DDDDDD;
}

.offer-one_arrow {
	position: absolute;
	right: 30px;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	background-color: #EEEEEE;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.offer-one_title:hover .offer-one_arrow {
	color: var(--white-color);
	background-color: #8fe2e1;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.offer-one_title.active .offer-one_arrow img,
.offer-one_title:hover .offer-one_arrow img {
	fill: #ffffff;
	filter: brightness(200%);
	color: var(--white-color);
}

.offer-one_title:last-child {
	margin-bottom: 0px;
}

.offer-one_icon-outer {
	position: absolute;
	left: 0px;
	top: 10px;
}

.offer-one_icon {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 66px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #999999;
}

.offer-one_icon:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 5px;
	bottom: 5px;
	border-radius: 50px;
	border: 1px solid #DDDDDD;
}

.offer-one_number {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 23px;
	z-index: 1;
	font-size: 12px;
	line-height: 23px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #D9D9D9;
}

.offer-one_title.active .offer-one_number,
.offer-one_title:hover .offer-one_number {
	color: var(--white-color);
	background-color: #8fe2e1;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.offer-one_heading {
	margin-top: 10px;
	color: var(--black-color);
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Manrope', sans-serif;
}

.offer-one_heading a {
	position: relative;
	color: var(--black-color);
}

.offer-one_title.active .offer-one_arrow,
.offer-one_title:hover .offer-one_arrow {
	color: var(--white-color);
	background-color: #8fe2e1;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.offer-one_title.active .offer-one_heading a,
.offer-one_title:hover .offer-one_heading a {
	color: var(--main-color);
}

.offer-one_tags {
	position: relative;
	margin-top: 15px;
}

.offer-one_tags li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
}

.offer-one_tags li a {
	position: relative;
	font-size: 12px;
	color: #666666;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #999999;
}

.offer-one_tags li a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.offer-one_image-column {
	position: relative;
}

.offer-one_image-outer {
	position: relative;
	height: 100%;
}

.offer-one_images_outer {
	position: relative;
	height: 100%;
}

.offer-one_title.active .offer-one_subtitle,
.offer-one_title:hover .offer-one_subtitle {
	background-color: var(--color-two);
}

.offer-one_image {
	position: absolute;
	right: 15px;
	top: 0px;
	opacity: 0;
	overflow: hidden;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-transform: rotate(-5deg) translateX(0px);
	transform: rotate(-5deg) translateX(0px);
}

.offer-one_image.active {
	opacity: 1;
	-webkit-transform: rotate(0deg) translateX(0px);
	transform: rotate(0deg) translateX(0px);
}

.offer-one_content-column {
	position: relative;
}

.offer-one_content-outer {
	position: relative;
	padding-top: 70px;
	max-width: 720px;
	padding-left: 70px;
}

/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one {
	position: relative;
	padding: 145px 0px 120px;
}

.testimonial-one_pattern-layer {
	position: absolute;
	left: 0px;
	top: -300px;
	bottom: 0px;
	width: 732px;
	height: 1376px;
	background-repeat: no-repeat;
}

.testimonial-one .sec-title {
	margin-bottom: 30px;
}

.testimonial-one_talk {
	position: relative;
	font-size: 32px;
	gap: 25px;
	font-weight: 700;
	color: var(--color-two);
}

.about-one_arrows {
	position: relative;
	width: 275px;
	height: 130px;
	margin-left: 40px;
	margin-top: -40px;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-one_content-column {
	position: relative;
}

.testimonial-one_carousel-column {
	position: relative;
}

.testimonial-one_carousel-content {
	position: relative;
	margin-left: 30px;
	border-radius: 30px;
	padding: 60px 70px 15px;
	background-color: #f5f5f5;
}

.testimonial-one_carousel-content:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 126px;
	height: 126px;
	background: url(../images/icons/vector-1.webp);
}

.testimonial-one_carousel-content:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 199px;
	height: 125px;
	background: url(../images/icons/vector-2.webp);
}

.testimonial-one_carousel-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 389px;
	height: 238px;
	background: url(../images/icons/vector-2.webp);
}

.testimonial-one_carousel-content .swiper-container {
	padding-bottom: 60px;
	margin-left: -55px;
}

.testimonial-block_one {
	position: relative;
}

.testimonial-block_one-inner {
	position: relative;
	padding-left: 50px;
}

.testimonial-block_one-author {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	padding-left: 145px;
	padding-top: 35px;
	min-height: 120px;
	color: var(--main-color);
	font-family: "Outfit", serif;
}

.testimonial-block_one-author span {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	color: var(--black-color);
	font-family: 'Manrope', sans-serif;
}

.testimonial-block_one-author_image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 150px;
}

.testimonial-block_one-text {
	position: relative;
	font-size: 24px;
	line-height: 44px;
	margin-top: 30px;
	color: var(--black-color);
}

.testimonial-block_one-rating {
	position: relative;
	display: flex;
	gap: 4px;
	justify-content: end;
	align-items: center;
	margin-top: 70px;
	font-size: 32px;
	font-weight: 700;
	text-align: right;
	line-height: 1em;
	color: var(--black-color);
}

.testimonial-block_one-rating span {
	position: relative;
	font-size: 22px;
	color: var(--color-two);
}

.testimonial-one_arrow {
	position: absolute;
	left: 0px;
	z-index: 99999;
	bottom: 0px;
}

.testimonial-one_carousel-prev,
.testimonial-one_carousel-next {
	position: relative;
	width: 70px;
	height: 70px;
	font-size: 20px;
	margin: 0px 1px;
	border-radius: 50px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	background-image: linear-gradient(180deg, #549998, #8fe2e1);

}

.testimonial-one_carousel-prev:hover,
.testimonial-one_carousel-next:hover {
	color: var(--white-color);
	background-image: linear-gradient(180deg, var(--black-color), var(--black-color));
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one {
	position: relative;
	padding-bottom: 130px;
}

.team-one.style-two {
	padding-top: 100px;
}

.team-one_layer {
	position: absolute;
	left: 0px;
	top: -200px;
	right: 0px;
	bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
}

.team-one .team-one_one {
	min-height: 470px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	will-change: flex;
}

.team-one .team-one_one:hover,
.team-one .team-one_one.active {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

@media (max-width: 991.98px) {
	.team-one .team-one_one {
		width: 50%;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		padding: 0 15px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	.team-one .team-one_one {
		width: 100%;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
}

.team-one_one {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
	transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}

.team-one_one .active .image-box .image:before {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.team-one_one .active .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
}

.team-one_one .active .content-box .cat {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.team-one_one .active .content-box .title {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.team-one_one .active .content-box .read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.team-one_one .inner-box {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.team-one_one .inner-box:hover .image-box .image:before {
	opacity: 0.1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.team-one_one .inner-box:hover .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
}

.team-one_one .inner-box:hover .content-box .cat {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.team-one_one .inner-box:hover .content-box .title {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.team-one_one .inner-box:hover .content-box .read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.team-one_one .image-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-one_one .image-box .image {
	position: relative;
	margin-bottom: 0;
}

.team-one_one .image-box .image::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #1d1d29;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 2;
}

.team-one_one .image-box .image img {
	width: 100%;
	height: 470px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-one_one .content-box {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	opacity: 0;
	padding: 15px 20px;
	border-radius: 12px;
	background-color: #FAFAFA;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.20);
}

.team-one_one .inner-box:hover .content-box {
	opacity: 1;
}

.team-one_one .content-box .cat {
	position: relative;
	font-weight: 400;
	color: #777777;
	display: inline-block;
	opacity: 0;
	font-size: 12px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: capitalize;
}

.team-one_one .content-box .title {
	position: relative;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
	color: var(--black-color);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-one_one .content-box .title a {
	position: relative;
	color: var(--black-color);
}

.team-one_one:hover .team-one_socials {
	opacity: 1;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-one_socials {
	position: relative;
	margin-top: 10px;
	opacity: 0;
}

.team-one_socials a {
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.25);
}

.team-one_socials a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

@media (max-width: 991.98px) {
	.team-one_one .content-box .title {
		font-size: 30px;
	}
}

.team-one_one .content-box .read-more {
	position: relative;
	width: 51px;
	height: 51px;
	line-height: 53px;
	opacity: 0;
	margin-bottom: 18px;
	border-radius: 0%;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--main-color);
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-one_one .content-box .read-more i {
	font-size: 20px;
}

.team-one_info {
	position: relative;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #e4e0e0;
	padding: 0px 0px 0px 30px;
}

.team-one_info .team-one_info-button {
	height: 54px;
	margin-left: 30px;
}

/*** 

====================================================================
	Incredible One
====================================================================

***/

.incredible-one {
	position: relative;
	padding: 140px 0px 140px;
}

.incredible-one .sec-title {
	margin-bottom: 25px;
}

.incredible-one_vector {
	position: absolute;
	right: 40px;
	top: -80px;
	width: 578px;
	height: 519px;
	z-index: 1;
	background-repeat: no-repeat;
}

.incredible-one_bg {
	position: absolute;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 0px;
	border-radius: 50px;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.incredible-one_pattern {
	position: absolute;
	left: 15px;
	top: 0px;
	bottom: 0px;
	width: 551px;
	background-repeat: no-repeat;
}

.incredible-one_title {
	position: relative;
	font-size: 120px;
	line-height: 110px;
	font-weight: 800;
	opacity: 0.8;
	text-transform: uppercase;
	color: transparent;
	font-family: "Raleway", serif;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

/*** 

====================================================================
	Experiance One
====================================================================

***/

.experiance-one {
	position: relative;
	padding: 50px 0px 100px;
}

.experiance-one .marque-outer {
	position: relative;
	overflow: hidden;
}

.experiance-one .animation_mode {
	position: relative;
	min-height: 150px;
}

.experiance-one h1 {
	font-size: 158px;
	line-height: 1em;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
	color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h1.light {
	margin: 0px 15px;
	font-family: "Raleway", serif;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h2 {
	position: relative;
	font-size: 158px;
	line-height: 1em;
	font-weight: 800;
	color: #000000;
	margin: 30px 25px 0px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #15C1EC;
	font-family: "Raleway", serif;
	transition: -webkit-text-fill-color 0.4s ease-in-out;
}

.experiance-one h2:hover {
	-webkit-text-fill-color: #15C1EC;
	/* Fills the text with the color on hover */
	transition: all 0.3s ease-in-out;
	/* Smooth transition effect */
}

.experiance-one .animation_mode-two {
	position: relative;
	min-height: 150px;
	z-index: 1;
}

.experiance-one_years {
	position: relative;
	width: 100%;
}

.experiance-one_years-inner {
	position: relative;
	padding: 80px 70px;
	margin-top: -700px;
	border-radius: 20px;
	background-color: var(--black-color);
}

.experiance-one_text {
	position: relative;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	max-width: 400px;
	margin-bottom: 70px;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

.experiance-one_years-inner .experiance-one_button {
	z-index: 9;
}

/*** 

====================================================================
	News One
====================================================================

***/

.news-one {
	position: relative;
	padding-bottom: 90px;
}

.news-block_one {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.news-block_one-inner {
	position: relative;
}

.news-block_one-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.news-block_one-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_one-inner:hover .news-block_one-image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-block_one-inner:hover .news-block_one-image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block_one-content {
	position: relative;
	padding-top: 25px;
}

.news-block_one-date_outer {
	position: absolute;
	left: 60px;
	top: 0px;
	z-index: 9;
	display: inline-block;
}

.news-block_one-date {
	position: relative;
	z-index: 10;
	font-size: 32px;
	font-weight: 700;
	padding: 15px 22px 9px;
	border-radius: 50px;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
	outline: 5px solid var(--white-color);
	outline-offset: 0px;
}

.news-block_one-date span {
	position: relative;
	font-size: 14px;
}

.news-block_one-date_outer:before {
	position: absolute;
	content: '';
	left: -37px;
	top: 0px;
	width: 60px;
	z-index: 1;
	height: 38px;
	background: url(../images/icons/shape-3.webp);
	background-position: right top;
}

.news-block_one-date_outer:after {
	position: absolute;
	content: '';
	right: -37px;
	top: 0px;
	width: 60px;
	height: 38px;
	z-index: 1;
	background: url(../images/icons/shape-4.webp);
}

.news-block_one-meta {
	position: relative;
	padding: 24px 30px;
}

.news-block_one-meta:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -30px;
	width: 410px;
	height: 106px;
	background: url(../images/icons/news-one_arrows.webp);
}

.news-block_one-meta li {
	position: relative;
	display: inline-block;
	color: #666666;
	font-size: 18px;
	padding-left: 30px;
	margin-right: 15px;
}

.news-block_one-meta li .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 1em;
	color: var(--black-color);
}

.news-block_one-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.news-block_one-arrow {
	position: relative;
	width: 54px;
	height: 54px;
	opacity: 0;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	transform: rotate(90deg);
	background-color: #8fe2e1;
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block_one-inner:hover .news-block_one-arrow {
	transform: rotate(0deg);
	opacity: 1;
}

.news-block_one-title {
	position: relative;
	text-transform: capitalize;
}

.news-block_one-title a {
	position: relative;
	color: var(--black-color);
}

.news-block_one-title a:hover {
	color: var(--main-color);
}

.news-block_one-text {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
}

.news-block_one-more {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	color: var(--color-three);
	text-transform: capitalize;
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
}

/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two {
	position: relative;
	background-color: #F5F5F5;
}

.slider-two_bg-color {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 240px;
	background-color: rgba(0, 1, 3, 1);
	background-image: linear-gradient(180deg, rgba(0, 1, 3, 1) 0%, rgba(2, 4, 72, 1) 100%);
}

.slider-two .slider-one_pagination {
	position: absolute;
	z-index: 999;
	right: 40px !important;
	left: auto !important;
	width: 60px !important;
	bottom: 300px;
}

.slider-two .slider-one_pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	width: 50px;
	height: 50px;
	display: block;
	background: none;
	font-weight: 600;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	color: var(--white-color);
	margin: 25px 0px !important;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: "Outfit", serif;
	border: 1px solid var(--white-color);
}

.slider-two .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-two .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.slider-two .swiper-slide {
	position: relative;
	overflow: hidden;
	padding: 320px 0px 0px;
}

.slider-two_title {
	position: relative;
	font-size: 16px;
	opacity: 0;
	font-weight: 600;
	padding: 11px 25px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	text-transform: capitalize;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_title {
	opacity: 1;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_heading {
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 35px;
	color: var(--white-color);
	text-transform: capitalize;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two_heading span {
	color: transparent;
	font-weight: 800;
	font-family: "Raleway", serif;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-two .swiper-slide-active .slider-two_heading {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_content {
	position: relative;
	padding: 0px 50px;
}

.slider-two_image {
	position: relative;
	margin-top: 50px;
}

.slider-two_image img {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.slider-two_socials {
	position: absolute;
	left: 40px;
	bottom: 530px;
	width: 50px;
	height: 50px;
	z-index: 10;
}

.slider-two_socials a {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 8px 0px;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.slider-two_socials a:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.slider-two_shadow {
	position: absolute;
	left: 0px;
	top: -50px;
	right: 0px;
	bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
}

.slider-two_vector {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 459px;
	height: 459px;
	background-position: right top;
	background-repeat: no-repeat;
}

.slider-two_circle {
	position: absolute;
	top: 30%;
	right: 90px;
	width: 628px;
	height: 628px;
	background-position: right top;
	background-repeat: no-repeat;
}

.slider-two_touch {
	position: absolute;
	right: 80px;
	top: -100px;
	width: 236px;
	height: 236px;
	z-index: 10;
}

.slider-two_touch:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: url(../images/main-slider/slider-two_arrow.webp) no-repeat;
}

.slider-two_touch span {
	position: relative;
	display: inline-block;
}

/*** 

====================================================================
	Counter Two
====================================================================

***/

.counter-two {
	position: relative;
	padding: 80px 0px 70px;
	background-color: #F5F5F5;
}

.counter-two_vector {
	position: absolute;
	left: 0px;
	top: -150px;
	width: 459px;
	height: 447px;
	background-repeat: no-repeat;
}

.counter-two_vector-two {
	position: absolute;
	right: 0px;
	top: -150px;
	width: 459px;
	height: 459px;
	background-repeat: no-repeat;
}

.counter-block_two {
	position: relative;
	margin-bottom: 30px;
}

.counter-block_two-inner {
	position: relative;
}

.counter-block_two-count {
	position: relative;
	font-size: 96px;
	line-height: 1em;
	font-weight: 800;
	color: var(--black-color);
}

.counter-block_two-count sup {
	position: relative;
	font-size: 50px;
	margin-left: 5px;
	color: var(--color-two);
}

.counter-block_two-text {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
	font-weight: 700;
	color: var(--black-color);
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.counter-block_two-inner:hover .counter-block_two-text {
	color: var(--main-color);
}

/*** 

====================================================================
	About Two
====================================================================

***/

.about-two {
	position: relative;
	overflow: hidden;
	padding: 130px 0px 100px;
}

.about-two_shadow {
	position: absolute;
	right: -60px;
	top: -160px;
	left: 0px;
	bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
}

.about-two_title-column {
	position: relative;
	margin-bottom: 30px;
}

.about-two_title-outer {
	position: relative;
	padding-right: 30px;
}

.about-two_title {
	position: relative;
	margin-top: 25px;
	color: var(--black-color);
	text-transform: capitalize;
}

.about-two_title i {
	position: relative;
	color: #666666;
}

.about-two_title span {
	position: relative;
	color: var(--color-two);
}

.about-two_title strong {
	position: relative;
	font-weight: 700;
	color: var(--main-color);
}

.about-two_image-outer {
	position: relative;
	margin-top: 80px;
}

.about-two_image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	display: inline-block;
}

.about-two_image:before {
	position: absolute;
	content: '';
	right: -1px;
	top: -1px;
	width: 162px;
	height: 151px;
	z-index: 1;
	background: url(../images/icons/vector-4.webp);
}

.about-two_video {
	position: absolute;
	right: 0px;
	top: -60px;
	z-index: 10;
	width: 147px;
	height: 147px;
	text-align: center;
	border-radius: 100px;
	line-height: 147px;
	display: inline-block;
	color: var(--white-color);
	background-color: #8fe2e1;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.about-two_video .ripple,
.about-two_video .ripple:before,
.about-two_video .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 147px;
	height: 147px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-moz-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-ms-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-o-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.about-two_video .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.about-two_video .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.about-two_image-column {
	position: relative;
	margin-bottom: 30px;
}

.about-two_image-two {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	opacity: 0;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.about-two_image-two.now-in-view {
	opacity: 1;
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.about-two_image-two img {
	position: relative;
	width: 100%;
	display: block;
}

.about-two_image-column_outer {
	position: relative;
	padding-left: 30px;
}

.about-two_text {
	position: relative;
	font-size: 20px;
	color: #444444;
	line-height: 36px;
	margin-top: 35px;
	margin-bottom: 35px;
}

/* Skills Section */

.default-skills {
	position: relative;
}

.default-skill-item {
	position: relative;
	margin-bottom: 40px;
}

.default-skill-item:last-child {
	margin-bottom: 0px;
}

.default-skill-title {
	position: relative;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
}

.default-skill-bar {
	position: relative;
	width: 100%;
	height: 16px;
	border-radius: 50px;
}

.default-skill-bar:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -8px;
	right: 0px;
	height: 16px;
	border-radius: 50px;
	background-color: #D9D9D9;
}

.default-bar-inner {
	position: relative;
	width: 100%;
	height: 16px;
	overflow: hidden;
	border-radius: 50px;
}

.default-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 16px;
	width: 0px;
	border-radius: 50px;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.default-count-box {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 700;
	font-size: 18px;
	color: var(--black-color);
}

.about-two_button {
	position: relative;
	margin-top: 60px;
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one {
	position: relative;
	overflow: hidden;
	padding: 130px 0px 100px;
}

.services-one .sec-title {
	z-index: 99;
	display: inline-block;
}

.services-one .services-carousel_pagination {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 99;
	bottom: auto;
	text-align: right;
}

.services-one .services-carousel_pagination .swiper-pagination-bullet {
	position: relative;
	width: 20px;
	height: 20px;
	opacity: 1;
	margin: 0px 8px;
	border-radius: 50px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--white-color);
}

.services-one .services-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.services-one .services-carousel_pagination .swiper-pagination-bullet:hover {
	background-color: var(--color-two);
}

.services-one .swiper-container {
	overflow: visible;
	padding-top: 110px;
	margin-top: -100px;
}

.services-one .inner-container {
	position: relative;
}

.services-one .inner-container:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0px;
	bottom: 0px;
	width: 200%;
	z-index: 10;
	background-color: #001e53;
}

.services-one_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 50px;
	overflow: hidden;
	background-size: cover;
}

.services-one_pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	width: 459px;
	height: 446px;
	background-repeat: no-repeat;
}

.service-block_one {
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
}

.service-block_one-inner {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	padding: 25px 30px 45px;
	background-color: #002361;
}

.service-block_one-inner:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	opacity: 0;
	width: 162px;
	height: 151px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: url(../images/icons/vector-5.webp);
}

.service-block_one-icon {
	position: relative;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 105px;
	border-radius: 50px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.service-block_one-inner:hover .service-block_one-icon {
	transform: rotateY(180deg);
}

.service-block_one-heading {
	position: relative;
	margin-top: 45px;
	text-transform: capitalize;
}

.service-block_one-heading a {
	position: relative;
	color: var(--white-color);
}

.service-block_one-shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.service-block_one-arrow {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 88px;
	height: 88px;
	z-index: 1;
	opacity: 0;
	text-align: center;
	line-height: 88px;
	border-radius: 50px;
	display: inline-block;
	transform: rotate(90deg);
	background-color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_one-inner:hover .service-block_one-arrow {
	opacity: 1;
	transform: rotate(0deg);
}

.service-block_one-inner:hover::before {
	opacity: 1;
}

.services-one .services-one_animate-outer {
	position: relative;
	overflow: hidden;
}

.services-one .animation_mode {
	position: relative;
	min-height: 150px;
	margin-top: 20px;
	overflow: hidden;
}

.services-one .animation_mode h1 {
	position: relative;
	font-size: 158px;
	line-height: 1em;
	font-weight: 800;
	color: #000000;
	margin: 30px 25px 0px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #15C1EC;
	font-family: "Raleway", serif;
}

.gallery-one_triangle {
	position: absolute;
	right: 100px;
	top: -280px;
	width: 511px;
	height: 511px;
	z-index: 10;
	background-repeat: no-repeat;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one {
	position: relative;
	padding: 130px 0px 130px;
}

.gallery-one.style-two {
	padding-bottom: 0px;
}

.gallery-one_shadow {
	position: absolute;
	right: 0px;
	top: -200px;
	left: 0px;
	bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
}

.gallery-block-one {
	position: relative;
	margin-bottom: 30px;
}

.gallery-block-one_inner {
	position: relative;
	overflow: hidden;
}

.gallery-block-one_inner:before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 115px;
	height: 114px;
	z-index: 20;
	background: url(../images/icons/project-vector.webp);
}

.gallery-block_one-image {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	background-color: var(--black-color);
}

.gallery-block-one_inner.blank {
	background: none;
	visibility: hidden;
}

.gallery-block_one-image img {
	position: relative;
	width: 100%;
	display: block;

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.gallery-block-one_inner:hover .gallery-block_one-image img {
	opacity: 0.80;
	transform: scale(1.05, 1.05);
}

.gallery-block-one_inner:hover .gallery-block_one-overlay {
	opacity: 1;
}

.gallery-block_one-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.gallery-block_one-designation {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: inline-block;
	color: var(--main-color);
	text-transform: uppercase;
	padding: 10px 20px 5px 20px;
	border-radius: 15px 15px 0px 0px;
	background-color: var(--white-color);
}

.gallery-block-one_title {
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
}

.gallery-block-one_title a {
	position: relative;
	padding: 8px 20px 15px 20px;
	display: inline-block;
	color: var(--black-color);
	border-radius: 0px 15px 15px 15px;
	background-color: var(--white-color);
}

.gallery-block-one_title a:hover {
	color: var(--main-color);
}

.gallery-block_one-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	z-index: 30;
	border-radius: 50px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	background-color: var(--black-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-block_one-arrow img {
	width: 20px;
}

.gallery-block-one_inner:hover .gallery-block_one-arrow {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.gallery-block_one-hand {
	position: absolute;
	right: 0px;
	top: 100px;
}

.gallery-one_button {
	position: relative;
	padding-top: 30px;
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one {
	position: relative;
	z-index: 1;
	padding: 130px 0px 100px;
}

.faq-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 40px;
	background-color: #F8DBFF;
}

.faq-one_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.faq-one_image-column {
	position: relative;
	margin-bottom: 30px;
}

.faq-one_images-outer {
	position: relative;
	text-align: right;
	padding-right: 50px;
}

.faq-one_carousel-column {
	position: relative;
	margin-bottom: 30px;
}

.faq-one_image {
	position: relative;
	border-radius: 350px;
	display: inline-block;
}

.faq-one_image img {
	position: relative;
	overflow: hidden;
	border-radius: 350px;
}

.faq-one_image::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: linear-gradient(to bottom, #ffffff, #8fe2e1);
	border-radius: 360px;
	/* Slightly larger for a smooth effect */
}

.faq-one_image-two {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	border-radius: 350px;
	display: inline-block;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.faq-one_image-two img {
	position: relative;
	overflow: hidden;
	border-radius: 350px;
}

.faq-one_image-two::before {
	position: absolute;
	content: "";
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: linear-gradient(to bottom, #030fff, #ffffff);
	border-radius: 360px;
	/* Slightly larger for a smooth effect */
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
	z-index: 1;
}

.accordion-box .block {
	position: relative;
	border-radius: 50px;
	margin-bottom: 20px;
	background-color: var(--white-color);
}

.accordion-box .block.active-block {
	border-radius: 35px;
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	cursor: pointer;
	line-height: 30px;
	font-weight: 700;
	font-size: 20px;
	padding: 20px 55px 20px 30px;
	color: var(--black-color);
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: "Outfit", serif;
}

.accordion-box .block .acc-btn.active {
	color: var(--main-color);
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 12px;
	top: 8px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
	transform: rotate(-90deg);
}

.accordion-box .block.active-block .icon {
	opacity: 1;
	color: var(--white-color);
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	padding: 0px 30px 30px;
}

.accordion-box .block .content .text {
	line-height: 34px;
	font-size: 18px;
	color: #444444;
}

.accordion-box.style-two .block {
	background-color: #feefff;
}

/*** 

====================================================================
	Offer Two
====================================================================

***/

.offer-two {
	position: relative;
	margin-top: -40px;
	padding: 160px 0px 130px;
	background-color: #00022B;
}

.offer-two.alternate {
	margin-top: 0px;
}

.offer-two_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.offer-two .inner-container {
	position: relative;
	gap: 30px;
	text-align: center;
	justify-content: center;
}

.offer-two .offer-block_one {
	position: relative;
	width: 18%;
}

.offer-block_one {
	position: relative;
}

.offer-block_one-inner {
	position: relative;
	padding: 75px 30px;
	border-radius: 150px;
	text-align: center;
	display: block;
	overflow: hidden;
	background-color: var(--black-color);
}

.offer-block_one-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	transform: scale(0.1, 1);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.offer-block_one-inner:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.offer-block_one-link {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	display: block;
}

.offer-block_one-icon {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	line-height: 100px;
	border-radius: 50px;
	background-color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.offer-block_one-inner:hover .offer-block_one-icon {
	transform: rotate(360deg);
}

.offer-block_one-arrow {
	position: relative;
	margin: 35px 0px;
}

.offer-block_one-title {
	position: relative;
	color: var(--white-color);
	font-family: 'Manrope', sans-serif;
}

.step-two_button {
	position: relative;
	margin-top: 30px;
}

/*** 

====================================================================
	Price One
====================================================================

***/

.price-one {
	position: relative;
	padding: 130px 0px 130px;
}

.price-one_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.price-one .pricing-tabs .price-block_one {
	transform: rotateY(90deg);
}

.price-one .pricing-tabs .tabs-content .tab.active-tab .price-block_one {
	transform: rotateY(0deg);
}

.pricing-tabs {
	position: relative;
	z-index: 2;
}

.pricing-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
	display: block;
}

.pricing-tabs .buttons-outer {
	text-align: center;
}

.pricing-tabs .tab-buttons {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	margin-top: 20px;
	display: inline-block;
	border: 3px solid var(--color-two);
	background-color: var(--white-color);
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #111111;
	font-size: 20px;
	font-weight: 700;
	float: left;
	cursor: pointer;
	padding: 17px 48px;
	border-radius: 0px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #ffffff;
	background-color: var(--color-two);
}

.price-block_one {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	transition: all 900ms ease;
}

.price-block_one-inner {
	position: relative;
	padding: 50px 40px;
	overflow: hidden;
	border-radius: 45px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 3px solid var(--color-two);
	background-color: var(--white-color);
}

.price-block_one-inner:hover {
	border-color: #00022A;
}

.price-block_one.active .price-block_one-icon img,
.price-block_one-inner:hover .price-block_one-icon img {
	fill: #ffffff;
	filter: invert(100%);
}

.price-block_one-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #00022A;
}

.price-block_one-inner:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.price-block_one.active .price-block_one-inner {
	border-color: #00022A;
}

.price-block_one.active .price-block_one-inner::before {
	opacity: 1;
	transform: scale(1, 1);
}

.price-block_one-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
}

.price-block_one.active .price-block_one-bg {
	opacity: 1;
}

.price-block_one-inner:hover .price-block_one-bg {
	opacity: 1;
}

.price-block_one-icon {
	position: absolute;
	right: 35px;
	top: 35px;
}

.price-block_one-subtitle {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-subtitle,
.price-block_one-inner:hover .price-block_one-title,
.price-block_one-inner:hover .price-block_one-text,
.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-list li {
	color: var(--white-color);
}

.price-block_one.active .price-block_one-subtitle,
.price-block_one.active .price-block_one-title,
.price-block_one.active .price-block_one-text,
.price-block_one.active .price-block_one-price,
.price-block_one.active .price-block_one-list li {
	color: var(--white-color);
}

.price-block_one-title {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	margin-top: 30px;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-text {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-price {
	position: relative;
	font-weight: 700;
	margin-top: 20px;
	font-size: 68px;
	line-height: 1em;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-list {
	position: relative;
	margin-top: 30px;
}

.price-block_one-list li {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	color: #666666;
	padding-top: 5px;
	margin-bottom: 20px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-list li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: url(../images/icons/check.webp);
}

.price-block_one-list li:last-child {
	margin-bottom: 0px;
}

.price-block_one-btn {
	position: relative;
	margin-top: 40px;
	font-weight: 700;
	font-size: 15px;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	padding: 18px 40px;
	display: inline-block;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: 'Manrope', sans-serif;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.price-block_one-btn:hover {
	color: var(--white-color);
	background-color: #8fe2e1;
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
}

/*** 

====================================================================
	News Two
====================================================================

***/

.news-two {
	position: relative;
	padding-bottom: 70px;
}

.news-two_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: -150px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.news-two_vector {
	position: absolute;
	left: 10%;
	bottom: 18%;
	width: 388px;
	height: 376px;
	background-repeat: no-repeat;
}

.news-two_image-column {
	position: relative;
	margin-bottom: 30px;
}

.news-two_images-outer {}

.sticky-top {
	z-index: 1;
	top: 110px;
}

.news-two_blocks-column {
	position: relative;
	margin-bottom: 30px;
}

.news-two_blocks-outer {
	position: relative;
}

/*** 

====================================================================
	Slider Three
====================================================================

***/

.slider-three {
	position: relative;
}

.slider-three .slider-one_pagination {
	position: absolute;
	top: 40%;
	z-index: 999;
	left: 40px !important;
	right: auto !important;
	width: 60px !important;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	width: auto;
	height: auto;
	display: block;
	background: none;
	font-weight: 600;
	line-height: 36px;
	text-align: right;
	font-size: 26px;
	opacity: 0.60;
	padding-right: 0px;
	color: var(--white-color);
	margin: 35px 0px !important;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: "Outfit", serif;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 20px;
	width: 1px;
	height: 65px;
	background-color: var(--white-color);
}

.slider-three .slider-one_pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	left: -5px;
	top: 14px;
	width: 10px;
	height: 10px;
	outline-offset: 1px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--white-color);
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:last-child::before {
	display: none;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-three .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	font-size: 26px;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-three .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 1;
}

.slider-three .auto-container {
	position: relative;
}

.slider-three .swiper-slide {
	position: relative;
	overflow: hidden;
	padding: 300px 0px 230px;
}

.slider-three_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
	border-radius: 0px 0px 40px 40px;
	background-size: cover;
	background-position: center center;
	clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.slider-three_image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.10;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
}

.slider-three .swiper-slide-active .slider-three_image-layer {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-three_content {
	position: relative;
	z-index: 2;
}

.slider-three_content-inner {
	position: relative;
}

.slider-three_title {
	position: relative;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 40px;
	color: var(--white-color);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	text-transform: capitalize;
	font-family: "Outfit", serif;
}

.slider-three .swiper-slide-active .slider-three_title {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.slider-three_heading {
	font-size: 93px;
	margin-top: 20px;
	font-weight: 800;
	margin-bottom: 20px;
	color: var(--white-color);
	text-transform: uppercase;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three_heading span {
	color: transparent;
	font-weight: 800;
	text-transform: capitalize;
	font-family: "Raleway", serif;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-three .swiper-slide-active .slider-three_heading {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_subtitle {
	font-size: 27px;
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 30px;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_subtitle {
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 30px;
	max-width: 660px;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three .slider-three_button {
	position: relative;
	gap: 25px;
	display: inline-block;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .slider-three_button .theme-btn {
	padding: 16px 34px;
}

.slider-three .swiper-slide-active .slider-three_button {
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_options {
	position: absolute;
	left: 0px;
	bottom: -47px;
	z-index: 10;
	border-radius: 150px;
	border: 2px solid var(--color-two);
}

.slider-three_authors {
	position: relative;
	display: flex;
	gap: 25px;
	border-radius: 100px;
	padding: 20px 20px;
	align-items: center;
	background-color: var(--color-four);
}

.slider-three_authors ul {
	position: relative;
	display: flex;
	margin-left: 20px;
}

.slider-three_authors ul li {
	position: relative;
	width: 54px;
	height: 54px;
	margin-left: -20px;
	border-radius: 50px;
	display: inline-block;
	border: 3px solid var(--white-color);
}

.slider-three_reviews {
	position: relative;
	font-weight: 800;
	font-size: 26px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.slider-three_reviews span {
	position: relative;
	font-weight: 600;
	font-size: 16px;
}

/*** 

====================================================================
	Employer One
====================================================================

***/

.empower-one {
	position: relative;
	padding: 160px 0px 100px;
}

.empower-shape-image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.empower-one.style-two {
	padding-top: 110px;
}

.empower-one .sec-title {
	margin-bottom: 0px;
}

.empower-one .auto-container {
	max-width: 1500px;
}

.empower-one .empower-block_one {
	position: relative;
	width: 19.8%;
	padding: 0px 10px;
	display: inline-block;
}

.empower-one .empower-block_one:nth-child(2),
.empower-one .empower-block_one:nth-child(4) {
	transform: translateY(70px);
}

.empower-one .empower-block_one:nth-child(3) {
	transform: translateY(140px);
}

/* Empower Block One */

.empower-block_one {
	position: relative;
}

.empower-block_one-inner {
	position: relative;
	padding: 10px 10px;
	border-radius: 30px;
	border: 3px solid var(--color-two);
	background-color: #fff;
}

.empower-block_one .empower-block_one-inner:hover {
	background-color: var(--black-color);
}

.empower-block_one-image {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}

.empower-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
}

.empower-block_one-image:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 78px;
	height: 76px;
	z-index: 1;
	background: url(../images/icons/vector-6.webp);
}

.empower-block_one-inner:hover .empower-block_one-image:before {
	background: url(../images/icons/vector-6-1.png);
}

.empower-block_one-icon {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	z-index: 2;
	padding: 12px 12px;
	border-radius: 50px;
	display: inline-block;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.empower-block_one-content {
	position: relative;
	padding: 25px 10px 20px;
}

.empower-block_one-title {
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
}

.empower-block_one-title a {
	position: relative;
	color: var(--black-color);
}

.empower-block_one-title a:hover {
	color: var(--main-color);
}

.empower-block_bg {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 119px;
}

.empower-one .lower-box {
	position: relative;
	margin-top: 180px;
}

.empower-block_one-text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: var(--black-color);
}

.empower-block_one-inner:hover .empower-block_one-title a,
.empower-block_one-inner:hover .empower-block_one-text {
	color: var(--white-color);
}

.empower-one_button {
	position: relative;
	margin-top: 30px;
}

/*** 

====================================================================
	About Three
====================================================================

***/

.about-three {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 120px 0px 50px;
	background-color: #e6e9f1;
	margin: 0px 20px;
}

.about-three_shadow {
	position: absolute;
	left: 0px;
	top: -220px;
	right: 0px;
	bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
}

.about-three_title-column {
	position: relative;
}

.about-three_title-outer {
	position: relative;
	padding-right: 90px;
}

.about-three_content {
	position: relative;
	padding-left: 140px;
}

.about-three_experiance {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 260px;
	border-radius: 50px;
	text-align: center;
	padding: 40px 10px;
	color: var(--white-color);
}

.about-three_experiance strong {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 48px;
	font-family: "Outfit", serif;
}

.about-three_experiance span {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	transform: rotate(90deg);
	display: block;
	width: 135px;
	text-align: left;
	font-weight: 700;
	transform-origin: 20% 72%;
}

.about-three_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: var(--main-color);
	font-family: "Outfit", serif;
}

.about-three_text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #666666;
	margin-top: 15px;
}

.about-three_button {
	position: relative;
	margin-top: 35px;
}

.about-three_image-column {
	position: relative;
}

.about-three_image-outer {
	position: relative;
	padding-right: 20px;
	margin-left: -50px;
}

.about-three_image {
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}

.about-three_image img {
	position: relative;
	width: 100%;
	display: block;
}

.about-three_image-two {
	position: absolute;
	right: -80px;
	bottom: 0px;
	overflow: hidden;
	border-radius: 26px;
}

.about-three_authors {
	position: relative;
	display: flex;
	gap: 25px;
	margin-top: 50px;
	margin-left: 30px;
}

.about-three_authors ul {
	position: relative;
	display: flex;
	margin-left: 20px;
}

.about-three_authors ul li {
	position: relative;
	width: 54px;
	height: 54px;
	margin-left: -20px;
	border-radius: 50px;
	display: inline-block;
	border: 3px solid var(--white-color);
}

.about-three_reviews {
	position: relative;
	font-weight: 800;
	font-size: 30px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.about-three_reviews span {
	position: relative;
	font-weight: 600;
	font-size: 16px;
}

.about-three .animation_mode {
	position: relative;
	min-height: 150px;
	margin-top: 0px;
}

.about-three .animation_mode h1 {
	position: relative;
	font-size: 158px;
	line-height: 1em;
	font-weight: 800;
	color: #000000;
	margin: 30px 25px 0px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #15C1EC;
	font-family: "Raleway", serif;
}

/*** 

====================================================================
	Gallery Two
====================================================================

***/

.gallery-two {
	position: relative;
	overflow: hidden;
	padding: 130px 0px 130px;
}

.gallery-two .swiper-container {
	overflow: visible;
}

/*** 

====================================================================
	Inspire One
====================================================================

***/

.inspire-one {
	position: relative;
	overflow: hidden;
	padding: 25px 0px;
}

.inspire-one.alternate {
	padding-bottom: 120px;
}

.inspire-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 22px;
	right: 0px;
	height: 100px;
	background-color: #8fe2e1;
	background-image: linear-gradient(-90deg, #8fe2e1 0%, #549998 100%);
}

.inspire-one .animation_mode {
	position: relative;
	min-height: 100px;
	transform: rotate(2deg);
	background-color: var(--black-color);
}

.inspire-one .animation_mode h1 {
	position: relative;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	margin: 35px 25px 0px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

.inspire-one .animation_mode h1:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two {
	position: relative;
	padding: 120px 0px 120px;
}

.clients-two.style-two {
	padding-top: 40px;
}

.clients-two .inner-container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
}

.clients-two .column {
	position: relative;
	width: 20%;
	height: 90px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.clients-two .column:nth-child(5n + 0) {
	border-right: none;
}

.clients-two .column:last-child {
	border-right: none;
}

.clients-two .client-image {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 15px;
}

.clients-two .client-image img {
	position: relative;
	max-height: 80px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.clients-two .client-image:hover img {
	opacity: 0.50;
}

/*** 

====================================================================
	Business One
====================================================================

***/

.business-one {
	position: relative;
	overflow: hidden;
	padding: 130px 0px 85px;
	background-color: #8fe2e1;
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
}

.business-one_vector {
	position: absolute;
	right: 1%;
	top: 4%;
	width: 406px;
	height: 365px;
	background-repeat: no-repeat;
}

.business-one_vector-two {
	position: absolute;
	right: 1%;
	bottom: 4%;
	width: 438px;
	height: 406px;
	background-repeat: no-repeat;
}

.business-one_video-column {
	position: relative;
	margin-bottom: 30px;
}

.business-one_video-outer {
	position: relative;
	margin-left: -180px;
	margin-right: 180px;
}

.business-one_video {
	height: 624px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 12px solid var(--white-color);
	display: flex;
	justify-content: center;
}

.business-one_video img {
	position: relative;
	width: 100%;
}

.business-one_play {
	position: absolute;
	right: -80px;
	top: 100px;
	z-index: 10;
	width: 160px;
	height: 160px;
	text-align: center;
	border-radius: 100px;
	line-height: 140px;
	display: inline-block;
	color: var(--white-color);
	border: 12px solid var(--white-color);
	background-color: #8fe2e1;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.business-one_play .ripple,
.business-one_play .ripple:before,
.business-one_play .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 160px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-moz-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-ms-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-o-box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	box-shadow: 0 0 0 0 rgba(143, 226, 225, 0.3);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.business-one_play .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.business-one_play .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.business-one_video-bg {
	position: absolute;
	right: -305px;
	top: -162px;
	bottom: -120px;
	width: 200%;
	background: url(../images/background/video-shape.webp);
	background-position: right top;
	background-repeat: no-repeat;
}


.business-one_content {
	position: relative;
	padding-left: 165px;
	margin-left: 100px;
}

.business-one_content-outer .news-one_button {
	margin-left: 140px;
	margin-top: 80px;
}

.business-one_certified {
	position: absolute;
	left: 0px;
	top: 0px;
}

.business-one_list {
	position: relative;
}

.business-one_list li {
	position: relative;
	display: block;
	font-size: 16px;
	list-style: disc;
	margin-bottom: 12px;
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.business-one_content .business-one_list li:hover {
	font-weight: 700;
}

.business-one_video-content {
	position: relative;
	font-size: 15px;
	text-align: right;
	margin-top: -80px;
	margin-right: -180px;
	color: var(--white-color);
}

.business-one_video-content div {
	position: relative;
	text-align: left;
	display: inline-block;
}

.business-one_video-content span {
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 32px;
}

.business-one_content-column {
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two {
	position: relative;
	padding: 145px 0px 120px;
}

.testimonial-two_shadow {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-position: right center;
	background-repeat: no-repeat;
}

.testimonial-two .swiper-container {
	padding-bottom: 70px;
}

.testimonial-two_pattern-layer {
	position: absolute;
	left: 0px;
	top: -300px;
	bottom: 0px;
	width: 732px;
	height: 1376px;
	background-repeat: no-repeat;
}

.testimonial-two_arrows {
	position: absolute;
	left: 120px;
	top: -70px;
	width: 168px;
	height: 75px;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-two .sec-title .right-box {
	position: relative;
}

.testimonial-two_rating-column {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-two_rating-outer {
	position: relative;
	border-radius: 30px;
	padding: 35px 50px 50px;
	background-color: #8fe2e136;
}

.testimonial-two_rating {
	position: relative;
	font-size: 128px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

/* Testimonial Two Authors */

.testimonial-two_authors {
	position: relative;
	display: flex;
	gap: 20px;
	margin-top: 25px;
	align-items: center;
}

.testimonial-two_authors ul {
	position: relative;
	display: flex;
	margin-left: 20px;
}

.testimonial-two_authors ul li {
	position: relative;
	width: 54px;
	height: 54px;
	margin-left: -20px;
	border-radius: 50px;
	display: inline-block;
	border: 3px solid var(--white-color);
}

.testimonial-two_reviews {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.testimonial-two_title {
	position: relative;
	text-align: center;
	margin-top: 30px;
	color: var(--black-color);
}

.testimonial-two_button {
	position: relative;
}

.testimonial-two_title-button {
	position: relative;
	text-align: center;
	margin-top: 35px;
}

.testimonial-two_carousel-column {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-two_carousel-outer {
	position: relative;
	border-radius: 30px;
	padding: 40px 50px 0px;
	background-color: #F5F5F5;
	background-position: center top;
	background-repeat: repeat-x;
}

.testimonial-two_carousel-outer:before {
	position: absolute;
	content: '';
	left: 49%;
	top: 40px;
	bottom: 0px;
	width: 12px;
	height: 317px;
	background: url(../images/icons/testimonial-two_devider.webp) no-repeat;
}

.testimonial-two_carousel-outer:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 234px;
	height: 80px;
	transform: translateX(-50%);
	background: url(../images/background/pattern-24.webp) no-repeat;
}

/* Arrows */

.testimonial-two_arrow {
	position: absolute;
	left: 50%;
	width: 150px;
	z-index: 99999;
	bottom: 0px;
	transform: translateX(-50%);
}

.testimonial-two_carousel-prev,
.testimonial-two_carousel-next {
	position: relative;
	width: 70px;
	height: 70px;
	font-size: 20px;
	margin: 0px 1px;
	border-radius: 50px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--black-color);
}

.testimonial-two_carousel-prev:hover,
.testimonial-two_carousel-next:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

/* Testimonial Block Two */

.testimonial-block_two {
	position: relative;
}

.testimonial-block_two-inner {
	position: relative;
	padding-right: 40px;
}

.testimonial-block_two-author {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	padding-left: 120px;
	padding-top: 25px;
	min-height: 120px;
	margin-top: 25px;
	text-align: right;
	color: var(--main-color);
	font-family: "Outfit", serif;
}

.testimonial-block_two-author span {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	color: var(--black-color);
	font-family: 'Manrope', sans-serif;
}

.testimonial-block_two-author_image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 150px;
}

.testimonial-block_two-text {
	position: relative;
	font-size: 19px;
	line-height: 36px;
	color: var(--black-color);
}

.testimonial-block_two-rating {
	position: relative;
	display: flex;
	gap: 4px;
	margin-top: 20px;
	font-size: 32px;
	font-weight: 700;
	text-align: right;
	line-height: 1em;
	align-items: center;
	color: var(--black-color);
}

.testimonial-block_two-rating span {
	position: relative;
	font-size: 22px;
	color: var(--color-two);
}

.testimonial-block_two.alternate .testimonial-block_two-inner {
	padding-left: 30px;
}

.testimonial-block_two.alternate .testimonial-block_two-author_image {
	left: auto;
	right: 0px;
}

.testimonial-block_two.alternate .testimonial-block_two-author {
	text-align: left;
	padding-left: 0px;
	padding-right: 120px;
}

.testimonial-block_two.alternate .testimonial-block_two-inner {
	padding-right: 0px;
}

.testimonial-block_two.alternate .testimonial-block_two-rating {
	display: flex;
	justify-content: end;
}

/*** 

====================================================================
	Team Two
====================================================================

***/

.team-two {
	position: relative;
	padding: 100px 0px 120px;
}

.team-two.style-two {
	padding-top: 200px;
}

.team-two_shadow {
	position: absolute;
	left: 0px;
	top: -180px;
	right: 0px;
	bottom: 0px;
	background-position: right center;
	background-repeat: no-repeat;
}

.team-two .inner-container {
	position: relative;
}

.team-two .inner-container:before {
	position: absolute;
	content: '';
	left: -40px;
	top: -55px;
	width: 227px;
	height: 484px;
	background: url(../images/background/arrow.webp) no-repeat;
}

.team-two_border-layer {
	position: absolute;
	right: 200px;
	top: -190px;
	width: 160px;
	height: 750px;
	border-radius: 100px;
	transform: rotate(-45deg);
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

/* Team Block Three */

.team-block_two {
	position: relative;
}

.team-block_two-inner {
	position: relative;
	min-height: 391px;
	padding-left: 430px;
}

.team-block_two-inner:before {
	position: absolute;
	content: '';
	left: 120px;
	top: 30px;
	right: 120px;
	bottom: 30px;
	border-radius: 300px;
	background-color: #00022A;
}

.team-block_two-image {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	padding: 15px 15px;
	border-radius: 50%;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.team-block_two-image img {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.team-block_two-content {
	position: relative;
	padding-top: 65px;
	max-width: 300px;
}

.team-block_two-designation {
	position: relative;
	font-size: 16px;
	color: var(--color-two);
}

.team-block_two-title {
	position: relative;
	font-weight: 600;
	margin-top: 10px;
	color: var(--white-color);
}

.team-block_two-text {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	color: var(--white-color);
}

.team-block_two-socials {
	position: relative;
	margin-top: 30px;
	z-index: 10;
	display: inline-block;
}

.team-block_two-socials a {
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
}

.team-block_two-socials a:hover {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.team-two .thumbs-column {
	position: absolute;
	right: 0px;
	top: -50px;
	max-width: 500px;
	width: 100%;
}

.team-two .thumbs-column .testimonial__nav-thumb {
	position: relative;
	max-width: 240px;
	/* Keep fixed width */
	height: auto;
	overflow: hidden;
	cursor: pointer;
	border-radius: 250px;
	border: 20px solid var(--white-color);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30);
}

.team-two .thumbs-column .testimonial__nav-thumb.swiper-slide-thumb-active {
	z-index: 10;
	border-color: var(--color-two);
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(3),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4) {
	margin-top: -40px;
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(2),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4) {
	margin-left: -40px;
}

.testimonial__nav .swiper-wrapper {
	padding: 20px 0px;
	transform: none !important;
	/* Stop unwanted movement */
	display: grid !important;
	/* Force 2x2 grid */
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 0px;
	/* Adjust spacing */
	justify-content: center;
	align-items: center;
}

.team-two_title {
	position: absolute;
	font-size: 24px;
	left: 220px;
	top: -50px;
	font-weight: 700;
	color: var(--color-two);
}

.team-two_lower-box {
	position: relative;
	gap: 30px;
	margin-top: 20px;
	margin-left: 170px;
}

.team-two_phone {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
	position: relative;
	padding-top: 110px;
}

.contact-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 50px;
	background-color: #549998;
	margin: 0px 20px;
}

.contact-one_shadow {
	position: absolute;
	left: 20px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	border-radius: 50px;
	background-position: left top;
	background-repeat: no-repeat;
}

.contact-one_form-column {
	position: relative;
}

.contact-one_form-outer {
	position: relative;
	padding: 40px 80px 150px 40px;
	border-radius: 30px 30px 0px 0px;
	background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_form-outer:before {
	position: absolute;
	content: '';
	left: -35px;
	top: -45px;
	right: 35px;
	bottom: 0px;
	border-radius: 30px 30px 0px 0px;
	background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_vector {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 467px;
	height: 466px;
	background-repeat: no-repeat;
}

.contact-one_form-title-box {
	position: relative;
	margin-bottom: 35px;
}

.contact-one_form-title {
	position: relative;
	font-size: 48px;
	line-height: 58px;
	color: var(--white-color);
}

.contact-one_form-text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	color: var(--white-color);
}

/* Default Form */

.default-form {
	position: relative;
}

.default-form .form-group {
	margin-bottom: 35px;
}

.default-form .form-group label {
	position: relative;
	font-size: 16px;
	display: block;
	font-weight: 600;
	margin-bottom: 0px;
	padding-left: 25px;
	color: var(--white-color);
}

.default-form .form-group:last-child {
	margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	font-weight: 400;
	font-size: 16px;
	border-radius: 0px;
	background: none;
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: var(--white-color);
}

.default-form .form-group .theme-btn {
	padding: 20px 48px;
	margin-top: 15px;
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	resize: none;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 20px;
	border-radius: 0px;
	color: var(--color-two);
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
	border-color: var(--white-color);
}

.contact-one_info-column {
	position: relative;
}

.contact-one_info-outer {
	position: relative;
	padding-left: 30px;
}

.contact-one_info {
	position: relative;
	z-index: 1;
	margin-top: 60px;
}

.contact-one_info li {
	position: relative;
	padding-left: 80px;
	font-size: 16px;
	margin-bottom: 60px;
	color: var(--white-color);
}

.contact-one_info li span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.contact-one_info li strong {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--white-color);
	font-family: "Outfit", serif;
}

.contact-one_info li a {
	position: relative;
	font-size: 16px;
	margin: 2px 0px;
	display: inline-block;
	color: var(--white-color);
}

.contact-one_side-image {
	position: absolute;
	right: 40px;
	bottom: 0px;
}

/*** 

====================================================================
	News Three
====================================================================

***/

.news-three {
	position: relative;
	padding-top: 110px;
}

.news-three.alternate {
	padding-bottom: 110px;
}

.news-three_shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: -80px;
	z-index: -1;
	overflow: hidden;
	background-position: left center;
	background-repeat: no-repeat;
}

.news-block_two {
	position: relative;
	z-index: 1;
}

.news-block_two:last-child .news-block_two-inner {
	border-bottom: 2px solid rgba(var(--black-color-rgb), 0.20);
}

.news-block_two-inner {
	position: relative;
	padding: 40px 30px 40px 100px;
	border-top: 2px solid rgba(var(--black-color-rgb), 0.20);
}

.news-block_two-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	transition: all 1200ms ease;
	background-color: var(--white-color);
	border-left: 10px solid var(--color-two);
}

.news-block_two-inner:hover::before {
	width: 100%;
	opacity: 1;
}

.news-block_two-content {
	position: relative;
	z-index: 2;
}

.news-block_two-meta {
	position: relative;
}

.news-block_two-meta li {
	position: relative;
	font-weight: 700;
	margin-right: 20px;
	display: inline-block;
}

.news-block_two-meta li:last-child {
	margin-right: 0px;
}

.news-block_two-meta li a {
	position: relative;
	font-size: 16px;
	color: var(--black-color);
}

.news-block_two-meta li:last-child a {
	color: var(--color-two);
}

.news-block_two-title {
	position: relative;
	margin-top: 20px;
}

.news-block_two-title a {
	position: relative;
	color: var(--black-color);
}

.news-block_two-inner:hover .news-block_two-title a {
	color: var(--color-two);
}

.news-block_two-arrow {
	position: relative;
}

.news-block_two-arrow a {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	background-color: var(--black-color);
}

.news-block_two-inner:hover .news-block_two-arrow a {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.news-block_two-hover {
	width: 328px;
	height: 456px;
	position: absolute;
	top: -155px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 75%;
	opacity: 0;
	border-radius: 30px;
	border: 5px solid var(--color-two);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	margin: -100px 0 0 -150px;
	pointer-events: none;
}

.news-block_two-inner:hover .news-block_two-hover {
	opacity: 1;
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one {
	position: relative;
	padding-top: 120px;
	z-index: 10;
}

.cta-one.style-two {
	padding-top: 0px;
}

.cta-one .inner-container {
	position: relative;
	padding: 50px 95px;
	border-radius: 150px;
	border: 2px solid var(--color-two);
	background-color: rgba(255, 255, 255, 1);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(223, 248, 255, 1) 100%);
}

.cta-one_title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: var(--black-color);
}

.cta-one_heading {
	position: relative;
	margin-top: 10px;
}

.cta-one .theme-btn {
	padding: 20px 50px;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 280px 0px 25px;
}

.page-title_big-title {
	position: absolute;
	left: 70px;
	bottom: 90px;
	z-index: 10;
	color: transparent;
	font-weight: 800;
	font-size: 100px;
	text-transform: uppercase;
	font-family: "Raleway", serif;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.40);
}

.page-title_bg-image {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 0px;
	overflow: hidden;
	border-radius: 50px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.page-title_bg-image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.70;
	background-color: #549998;
}

.page-title h1 {
	color: var(--white-color);
	text-transform: capitalize;
}

.page-title .bread-crumb {
	position: relative;
	margin-top: 110px;
}

.page-title .bread-crumb li {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
	color: var(--white-color);
	text-transform: uppercase;
}

.page-title .bread-crumb li:first-child::before {
	position: absolute;
	right: -6px;
	top: -2px;
	content: ":";
	font-size: 22px;
	font-family: 'Font Awesome 6 Free';
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
	color: var(--main-color);
}

/***

====================================================================
	Error One
====================================================================

***/

.error-one {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 0px;
}

.error-one_heading {
	position: relative;
	font-weight: 800;
	font-size: 400px;
	line-height: 1em;
	display: inline-block;
	font-family: "Outfit", serif;
	background: linear-gradient(to top, #549998, #8fe2e1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.error-one_heading span {
	position: relative;
	font-size: 120px;
	line-height: 1em;
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: 36% -15%;
	font-family: "Outfit", serif;
	background: linear-gradient(to top, #549998, #8fe2e1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.error-one_image {
	position: relative;
	margin-top: 0px;
}

.error-one_content {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.error-one h2 {
	line-height: 1em;
}

.error-one_text {
	position: relative;
	margin-top: 30px;
	color: #666666;
	font-size: 18px;
}

.error-one_button {
	position: relative;
	margin-top: 30px;
}

/*** 

====================================================================
	Project Detail
====================================================================

***/

.project-detail {
	position: relative;
	padding: 130px 0px 0px;
}

.project-detail_image {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	margin-bottom: 30px;
}

.project-detail_image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-detail_info {
	position: relative;
	margin-top: 80px;
	display: flex;
	margin-bottom: 80px;
	border-radius: 25px;
	border: 1px solid rgba(var(--black-color-rgb), 0.20);
}

.project-detail_info li {
	position: relative;
	padding: 25px 25px;
	width: 20%;
	font-size: 16px;
	flex-wrap: wrap;
	color: #666666;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.20);
}

.project-detail_info li span {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.project-detail_info li:last-child {
	border: none;
}

/* Project Detail Lists */

.project-detail_lists {
	position: relative;
}

.project-detail_lists li {
	position: relative;
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 40px;
	padding-left: 50px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.project-detail_lists li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -3px;
	width: 32px;
	height: 32px;
	background: url(../images/icons/check-1.webp);
}

.project-detail_gallery {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}

.project-detail .no-marging {
	margin-bottom: 0px;
}

/***

====================================================================
	Coming Soon
====================================================================

***/

.coming-soon {
	position: relative;
	display: block;
	text-align: center;
}

.coming-soon .content {
	position: relative;
}

.coming-soon .content .content-inner {
	position: relative;
	padding: 110px 15px 0px;
}

.coming-soon .content .content-inner .logo {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
	margin-bottom: 150px;
}

.time-counter .time-countdown .counter-column {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	line-height: 1em;
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
	background-color: #00022A;
	margin: 0 15px 20px;
	font-family: "Outfit", serif;
}

.time-counter .time-countdown .counter-column:nth-child(2) {
	background-color: #8fe2e1;
}

.time-counter .time-countdown .counter-column:nth-child(3) {
	background-color: #000000;
}

.time-counter .time-countdown .counter-column:nth-child(4) {
	background-color: #8fe2e1;
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 30px;
	padding: 60px 0px 30px;
	color: var(--white-color);
	font-weight: 600;
}

.coming-soon .emailed-form {
	position: relative;
}

.coming-soon .emailed-form h3 {
	color: var(--black-color);
	margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
	display: block;
	color: var(--black-color);
	font-size: 18px;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	height: 60px;
	color: var(--black-color);
	font-size: 16px;
	overflow: hidden;
	border-radius: 50px;
	padding: 15px 50px 15px 25px;
	background: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.15);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 40px;
	font-size: 18px;
	color: var(--main-color);
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
	color: var(--color-two);
}

.coming-soon .copyright-text {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: var(--white-color);
	font-weight: 400;
}

.coming-soon .copyright-text a {
	color: var(--main-color);
}

.coming-soon .copyright-text a:hover {
	text-decoration: underline;
}

.clock-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 250px;
	height: 250px;
	margin: auto;
	margin-top: -145px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	background-color: rgba(var(--black-color-rgb), 0.20);
	transform: scale(2);
}

.clock-base {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

.click-indicator {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 230px;
	height: 230px;
}

.click-indicator div {
	position: absolute;
	width: 2px;
	height: 4px;
	margin: 113px 114px;
}

.click-indicator div>span {
	height: 5px;
	width: 5px;
	background-color: #00022A;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
	transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
	transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
	transform: rotate(90deg) translateY(-120px);
	background-color: var(--main-color);
}

.click-indicator div:nth-child(4) {
	transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
	transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
	transform: rotate(180deg) translateY(-120px);
	background-color: var(--main-color);
}

.click-indicator div:nth-child(7) {
	transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
	transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
	transform: rotate(270deg) translateY(-120px);
	background-color: var(--main-color);
}

.click-indicator div:nth-child(10) {
	transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
	transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
	transform: rotate(360deg) translateY(-120px);
	background-color: var(--main-color);
}

.clock-hour {
	position: absolute;
	z-index: 2;
	top: 75px;
	left: 123px;
	width: 4px;
	height: 65px;
	background-color: var(--main-color);
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 2px 50px;
	transition: .5s;
	-webkit-animation: rotate-hour 43200s linear infinite;
	-moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
	position: absolute;
	z-index: 3;
	top: 55px;
	left: 123px;
	width: 4px;
	height: 85px;
	background-color: var(--main-color);
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 2px 70px;
	transition: .5s;
	-webkit-animation: rotate-minute 3600s linear infinite;
	-moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
	position: absolute;
	z-index: 4;
	top: 15px;
	left: 124px;
	width: 2px;
	height: 130px;
	background-color: var(--black-color);
	opacity: .9;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 1px 110px;
	transition: .5s;
	-webkit-animation: rotate-second 60s linear infinite;
	-moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	background-color: var(--black-color);
	border: solid 2px var(--black-color);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 150px;
	top: 50px;
	left: 50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	border-radius: 50%;
}

.clock-center:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 65px;
	/* background-color: var(--black-color); */
	border-radius: 50%;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 120px 0px 0px;
}

.sidebar-page-container.alternate {
	padding-bottom: 100px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 0px;
}

/* Sidebar Title */

.sidebar-widget {
	position: relative;
	margin-bottom: 60px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 15px;
}

/* Category List */

.category-list {
	position: relative;
	z-index: 1;
}

.category-list li {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.category-list li a {
	position: relative;
	display: block;
	font-size: 22px;
	z-index: 1;
	padding: 24px 25px 24px 75px;
	font-weight: 700;
	border-radius: 50px;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(-90deg, #8fe2e1 0%, #549998 100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list li a:hover::before {
	opacity: 0;
}

.category-list li a:before {
	position: absolute;
	content: '';
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	z-index: -1;
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--white-color);
}

.category-list li span {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	padding: 12px 12px;
	border-radius: 50px;
	display: inline-block;
	background-color: rgba(143, 226, 225, 0);
	background-image: linear-gradient(-90deg, #8fe2e1 0%, #549998 100%);
}

.category-list li a:hover span {
	background-image: none;
	background-color: var(--black-color);
}

.category-list li a:hover {
	color: var(--white-color);
	transform: rotate(2deg);
}

.category-list li:last-child {
	margin-bottom: 0px;
}

.rating-widget .widget-content {
	position: relative;
	border-radius: 50px;
	padding: 35px 50px 50px;
	background-color: #8fe2e136;
}

.rating-widget_rating {
	position: relative;
	font-size: 128px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

/* Rating Widget Authors */

.rating-widget_authors {
	position: relative;
	display: flex;
	gap: 20px;
	margin-top: 25px;
	align-items: center;
}

.rating-widget_authors ul {
	position: relative;
	display: flex;
	margin-left: 20px;
}

.rating-widget_authors ul li {
	position: relative;
	width: 54px;
	height: 54px;
	margin-left: -20px;
	border-radius: 50px;
	display: inline-block;
	border: 3px solid var(--white-color);
}

.rating-widget_reviews {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.rating-widget_title {
	position: relative;
	text-align: center;
	margin-top: 30px;
	color: var(--black-color);
}

.rating-widget_button {
	position: relative;
}

.rating-widget_title-button {
	position: relative;
	text-align: center;
	margin-top: 35px;
}

.service-detail {
	position: relative;
}

.service-detail_inner {
	position: relative;
}

.service-detail_image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.service-detail_image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-detail_tag {
	position: absolute;
	left: 80px;
	bottom: 0px;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 35px;
	border-radius: 20px 20px 0px 0px;
	font-family: "Outfit", serif;
	background-color: var(--white-color);
}

.service-detail_tag span {
	position: relative;
	background: linear-gradient(to right, #549998, #8fe2e1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-detail_title {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	color: var(--black-color);
}

.service-detail_text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 25px;
}

.service-detail_subtitle {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	color: var(--black-color);
}

.service-detail_list {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.service-detail_list li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 45px;
}

.service-detail_list li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 26px;
	height: 26px;
	background: url(../images/icons/service-arrow-2.svg);
}

.service-detail_list-two {
	position: relative;
	margin-bottom: 20px;
}

.service-detail_list-two li {
	position: relative;
	color: #666666;
	font-size: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.service-detail_list-two li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #666666;
}

.service-detail_list-two li:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Team Three
====================================================================

***/

.team-three {
	position: relative;
	padding: 0px 0px 80px;
}

/* Team Block Three */

.team-block_three {
	position: relative;
	margin-bottom: 40px;
}

.team-block_three-inner {
	position: relative;
}

.team-block_three-image {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	padding: 25px 25px;
	outline: 8px solid var(--white-color);
	outline-offset: -26px;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.team-block_three-image img {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
}

.team-block_three-content {
	position: relative;
	padding-top: 25px;
	text-align: center;
}

.team-block_three-designation {
	position: relative;
	font-size: 16px;
	color: var(--color-two);
}

.team-block_three-title {
	position: relative;
	font-weight: 700;
	color: var(--black-color);
}

.team-block_three-title a {
	position: relative;
	color: var(--black-color);
}

.team-block_three-title a:hover {
	position: relative;
	color: var(--color-two);
}

.team-block_three-designation {
	position: relative;
	font-size: 16px;
	opacity: 0.60;
	margin-top: 10px;
	color: var(--black-color);
}

.team-block_three-socials {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -25px;
	z-index: 10;
	opacity: 0;
	text-align: center;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-socials {
	opacity: 1;
	bottom: 50px;
}

.team-block_three-socials a {
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
}

.team-block_three-socials a:hover {
	background-color: #8fe2e1;
	background-image: linear-gradient(180deg, #8fe2e1 0%, #549998 100%);
}

.team-block_three-layer {
	position: absolute;
	left: 25px;
	top: 25px;
	right: 25px;
	bottom: 25px;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
	border-radius: 50%;
	background-position: center bottom;
	background-repeat: repeat-x;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-layer {
	opacity: 1;
}

/*** 

====================================================================
	Team Detail
====================================================================

***/

.team-detail {
	position: relative;
	padding: 120px 0px 100px;
}

.team-detail_image-column {
	position: relative;
}

.team-detail_image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: 4px solid var(--color-two);
}

.team-detail_image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-detail_content-column {
	position: relative;
}

.team-detail_content {
	position: relative;
	padding-left: 30px;
}

.team-detail_designation {
	position: relative;
	font-size: 20px;
	color: #777777;
	text-transform: capitalize;
}

.team-detail_title {
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	color: var(--black-color);
}

.team-detail_text {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}

.team-detail_info {
	position: relative;
}

.team-detail_info li {
	position: relative;
	display: block;
	font-size: 16px;
	color: #666666;
	margin-bottom: 35px;
}

.team-detail_info li span {
	position: relative;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.team-detail .lower-box {
	position: relative;
	margin-top: 80px;
}

.team-detail .lower-box h3 {
	position: relative;
	margin-bottom: 25px;
}

/*** 

====================================================================
	Team Tabs Style
====================================================================

***/

.team-tabs {
	position: relative;
	margin-top: 30px;
}

.team-tabs .tab-btns {
	position: relative;
}

.team-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	color: #151515;
	line-height: 24px;
	cursor: pointer;
	font-weight: 500;
	padding: 13px 36px;
	font-size: 16px;
	margin-right: 10px;
	transition: all 500ms ease;
	text-transform: capitalize;
	background-color: #F5F5F5;
	border-radius: 50px;
}

.team-tabs .tab-btns .tab-btn:last-child {
	margin-right: 0px;
}

.team-tabs .tab-btns .tab-btn:hover,
.team-tabs .tab-btns .tab-btn.active-btn {
	color: var(--white-color);
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.team-tabs .tabs-content {
	position: relative;
	padding: 30px 0px 0px;
}

.team-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.team-tabs .tabs-content .tab.active-tab {
	display: block;
}

.team-detail_contact {
	position: relative;
	margin-top: 60px;
	border-radius: 30px;
	padding: 35px 35px 50px;
	border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.team-detail_subtext {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	margin-top: -15px;
	margin-bottom: 25px;
}

/* Contact Form */

.contact-form {
	position: relative;
}

.contact-form .form-group {
	margin-bottom: 15px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 28px;
	padding: 10px 30px;
	font-weight: 400;
	font-size: 16px;
	background: none;
	color: #666666;
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #F5F5F5;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {}

.contact-form .form-group .theme-btn {
	padding: 20px 48px;
	margin-top: 10px;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 130px;
	resize: none;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 20px;
	border-radius: 25px;
	background-color: #F5F5F5;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {}

/*** 

====================================================================
	News Four
====================================================================

***/

.news-four {
	position: relative;
	padding: 110px 0px 110px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.news-four .styled-pagination {
	margin-top: 40px;
}

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 10px 0px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	width: 60px;
	font-size: 16px;
	min-width: 50px;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	color: var(--white-color);
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	height: 60px;
	width: 60px;
	background-image: none;
	background-color: var(--black-color);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/* News Block Three */

.news-block_three {
	position: relative;
	z-index: 2;
	margin-bottom: 80px;
}

.news-block_three-inner {
	position: relative;
}

.news-block_three-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.news-block_three-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_three-inner:hover .news-block_three-image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-block_three-inner:hover .news-block_three-image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_three-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block_three-content {
	position: relative;
	padding-top: 30px;
	padding-left: 35px;
}

.news-block_three-date_outer {
	position: absolute;
	right: 60px;
	top: 0px;
	z-index: 9;
	display: inline-block;
}

.news-block_three-date {
	position: relative;
	z-index: 10;
	font-size: 32px;
	font-weight: 700;
	padding: 15px 22px 9px;
	border-radius: 50px;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
	outline: 5px solid var(--white-color);
	outline-offset: 0px;
}

.news-block_three-date span {
	position: relative;
	font-size: 14px;
}

.news-block_three-date_outer:before {
	position: absolute;
	content: '';
	left: -37px;
	top: 0px;
	width: 60px;
	z-index: 1;
	height: 38px;
	background: url(../images/icons/shape-3.webp);
	background-position: right top;
}

.news-block_three-date_outer:after {
	position: absolute;
	content: '';
	right: -37px;
	top: 0px;
	width: 60px;
	height: 38px;
	z-index: 1;
	background: url(../images/icons/shape-4.webp);
}

.news-block_three-meta {
	position: relative;
}

.news-block_three-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -50px;
	right: 0px;
	height: 266px;
	background: url(../images/icons/news-three_arrows.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.news-block_three-meta li {
	position: relative;
	display: inline-block;
	color: #666666;
	font-size: 18px;
	padding-left: 30px;
	margin-right: 15px;
}

.news-block_three-meta li .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 1em;
	color: var(--black-color);
}

.news-block_three-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.news-block_three-arrow {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 54px;
	height: 54px;
	opacity: 0;
	z-index: 10;
	padding: 15px 0px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transform: rotate(90deg);
	background-color: #8fe2e1;
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block_three-arrow img {
	width: auto;
	margin: 0 auto;
	padding: 17px 0px;
}

.news-block_three-inner:hover .news-block_three-arrow {
	transform: rotate(0deg);
	opacity: 1;
}

.news-block_three-title {
	position: relative;
	margin-top: 10px;
	text-transform: capitalize;
}

.news-block_three-title a {
	position: relative;
	color: var(--black-color);
}

.news-block_three-title a:hover {
	color: var(--main-color);
}

.news-block_three-text {
	position: relative;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
	color: #666666;
}

/* Search Widget */

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input:focus+button {
	background-color: var(--main-color);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: 14px;
	padding: 10px 50px 10px 25px;
	background: none;
	display: block;
	width: 100%;
	height: 64px;
	border-radius: 50px;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #F5F5F5;
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
	color: #666666;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 64px;
	width: 64px;
	display: block;
	cursor: pointer;
	line-height: 50px;
	font-weight: normal;
	border-radius: 50px;
	font-size: 16px;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #8fe2e1;
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
}

.sidebar .search-box .form-group button:hover {
	background-color: var(--main-color);
	color: var(--white-color);
}

/* Post Widget */

.post-widget .widget-content {
	position: relative;
}

.post-widget .post {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.post-widget .post:last-child {
	margin-bottom: 0px;
}

.post-widget .post .thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.post-widget .post .thumb a {
	display: block;
}

.post-widget .post .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.post-widget .post h4 {
	position: relative;
	margin-top: 15px;
	text-transform: capitalize;
}

.post-widget .post h4 a {
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h4 a:hover {
	color: var(--main-color);
}

.post-widget .post .post-date {
	position: absolute;
	left: 25px;
	top: 0px;
	display: block;
	font-weight: 400;
	font-size: 12px;
	padding: 5px 20px;
	display: inline-block;
	color: var(--black-color);
	text-transform: capitalize;
	border-radius: 0px 0px 10px 10px;
	background-color: var(--white-color);
}

/* Category List */

.category-list_two {
	position: relative;
	z-index: 1;
}

.category-list_two li {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.category-list_two li a {
	position: relative;
	display: block;
	font-size: 18px;
	z-index: 1;
	padding: 24px 25px 24px 40px;
	font-weight: 700;
	border-radius: 50px;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	background-color: #F5F5F5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list_two li a:hover::before {
	color: var(--white-color);
}

.category-list_two li a:before {
	position: absolute;
	content: '\f105';
	right: 35px;
	top: 22px;
	z-index: 98;
	color: var(--black-color);
	font-family: 'Font Awesome 6 Free';
}

.category-list_two li a:hover {
	background-color: #8fe2e1;
	background-image: linear-gradient(0deg, #8fe2e1 0%, #549998 100%);
	color: var(--white-color);
}

.category-list_two li:last-child {
	margin-bottom: 0px;
}

/* Tags */

.popular-tags a {
	position: relative;
	padding: 10px 25px;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	border-radius: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: capitalize;
	border: 1px solid rgba(var(--black-color-rgb), 0.20);
}

.popular-tags a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/* Blog Detail */

.blog-detail {
	position: relative;
	z-index: 1;
}

.news-detail_inner {
	position: relative;
}

.news-detail_content {
	position: relative;
}

.blog-detail_image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.blog-detail_image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-detail_inner:hover .blog-detail_image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-detail_inner:hover .blog-detail_image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.blog-detail_image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-detail_content {
	position: relative;
	padding: 30px 30px;
	margin-bottom: 30px;
}


.blog-detail_content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -50px;
	right: 0px;
	bottom: 0px;
	border-radius: 0px 0px 15px 15px;
	border: 2px solid rgba(var(--black-color-rgb), 0.20);
	border-top: none;
}

.blog-detail_date_outer {
	position: absolute;
	right: 60px;
	top: 0px;
	z-index: 9;
	display: inline-block;
}

.blog-detail_date {
	position: relative;
	z-index: 10;
	font-size: 32px;
	font-weight: 700;
	padding: 15px 22px 9px;
	border-radius: 50px;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
	outline: 5px solid var(--white-color);
	outline-offset: 0px;
}

.blog-detail_date span {
	position: relative;
	font-size: 14px;
}

.blog-detail_date_outer:before {
	position: absolute;
	content: '';
	left: -37px;
	top: 0px;
	width: 60px;
	z-index: 1;
	height: 38px;
	background: url(../images/icons/shape-3.webp);
	background-position: right top;
}

.blog-detail_date_outer:after {
	position: absolute;
	content: '';
	right: -37px;
	top: 0px;
	width: 60px;
	height: 38px;
	z-index: 1;
	background: url(../images/icons/shape-4.webp);
}

.blog-detail_meta {
	position: relative;
}

.blog-detail_meta li {
	position: relative;
	display: inline-block;
	color: #666666;
	font-size: 18px;
	padding-left: 30px;
	margin-right: 15px;
}

.blog-detail_meta li .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 1em;
	color: var(--main-color);
}

.blog-detail_meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.blog-detail_title {
	position: relative;
	margin-top: 10px;
	text-transform: capitalize;
}

.blog-detail_title a {
	position: relative;
	color: var(--black-color);
}

.blog-detail_title a:hover {
	color: var(--main-color);
}

.blog-detail_text {
	position: relative;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
	color: #666666;
}

.blog-detail blockquote {
	position: relative;
	padding: 34px 30px;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #E6E9F1;
}

.blog-detail blockquote .blockquote-inner {
	position: relative;
	padding-left: 95px;
	font-size: 20px;
	line-height: 30px;
	padding-top: 5px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.blog-detail blockquote:before {
	position: absolute;
	content: '';
	left: -6px;
	top: -6px;
	bottom: 40px;
	width: 60%;
	z-index: -1;
	border-radius: 20px;
	background-color: var(--color-two);
}

.blog-detail blockquote .quote {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-color: #8fe2e1;
	background-image: linear-gradient(90deg, #8fe2e1 0%, #549998 100%);
}

.blog-detail blockquote i {
	position: relative;
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: var(--main-color);
}

.blog-detail_gallery {
	position: relative;
	margin-top: 30px;
}

.blog-detail_image-two {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 25px;
}

.blog-detail_image-two img {
	position: relative;
	width: 100%;
	display: block;
}

.post-share-options {
	position: relative;
	margin-top: 40px;
}

.post-share-options strong {
	position: relative;
	font-size: 24px;
	margin-right: 20px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.post-share-options a {
	position: relative;
	padding: 8px 20px;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	border-radius: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: capitalize;
	border: 1px solid rgba(var(--black-color-rgb), 0.20);
}

.post-share-options a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.social-links_title {
	position: relative;
	font-size: 24px;
	margin-right: 20px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.blog-detail .social-links {
	position: relative;
}

.blog-detail .social-links a {
	position: relative;
	font-size: 16px;
	margin-left: 5px;
	color: var(--black-color);
}

.blog-detail .social-links a:hover {
	color: var(--color-two);
}



.blog-author-post {
	position: relative;
	margin-top: 30px;
}

.blog-author-post_inner {
	position: relative;
	padding-left: 300px;
}

.blog-detail_author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 266px;
	overflow: hidden;
	border-radius: 5px;
}

.blog-author-post h5 {
	font-weight: 700;
	color: var(--black-color);
}

.blog-author-post .text {
	position: relative;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
	color: #666666;
}

.blog-author-post_socials {
	position: relative;
	margin-top: 15px;
}

.blog-author-post_socials li {
	position: relative;
	margin-right: 5px;
	display: inline-block;
}

.blog-author-post_socials li a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-two);
}

.blog-author-post_socials li a:hover {
	color: var(--main-color);
}

/* More Posts */

.blog-more_posts {
	position: relative;
	margin-top: 60px;
	padding: 25px 0px;
	margin-bottom: 30px;
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.blog-more_posts .more-posts {
	position: relative;
}

.blog-more_posts .prev-posts {
	position: relative;
	min-height: 120px;
	padding-left: 160px;
}

.blog-more_posts .prev-posts .post-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	overflow: hidden;
}

.blog-more_posts h6 {
	font-weight: 700;
	color: var(--black-color);
}

.blog-more_posts .title {
	position: relative;
	color: var(--black-color);
	text-transform: capitalize;
}

.blog-more_posts .prev-posts .text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.blog-more_posts .next-posts {
	position: relative;
	text-align: right;
	min-height: 120px;
	padding-right: 160px;
}

.blog-more_posts .next-posts .post-image {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 140px;
	overflow: hidden;
}

.blog-more_posts .date {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 10px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 50px;
	border-radius: 20px
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .group-title h4 {
	font-weight: 700;
	color: var(--black-color);
}

.sidebar-page-container .group-title .text {
	position: relative;
	font-size: 16px;
	color: var(--color-five);
	margin-top: 5px;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
	border-radius: 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 120px;
}

.sidebar-page-container .comments-area .reply-comment {
	margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	gap: 15px;
	margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
	position: relative;
	font-weight: 700;
	display: block;
	font-size: 18px;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: "Outfit", serif;
}

.sidebar-page-container .comments-area .comment-box .text {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	position: relative;
	font-weight: 500;
	display: block;
	font-size: 14px;
	color: var(--main-color);
	text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0px;
	top: -20px;
	padding: 7px 20px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 50px;
	text-transform: uppercase;
	color: var(--white-color);
	background-color: var(--color-two);
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form-outer {
	position: relative;
}

.comment-form-outer .rating {
	position: relative;
}

.comment-form-outer .rating strong {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	margin-left: 25px;
	color: var(--black-color);
	font-family: "Outfit", serif;
}

.comment-form-outer .rating span {
	position: relative;
	color: #FECE50;
}

.comment-form .form-group {
	margin-bottom: 25px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 54px;
	border-radius: 50px;
	font-size: 14px;
	color: var(--color-six);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
	color: var(--color-five);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: 14ox;
	color: var(--color-six);
	height: 120px;
	resize: none;
	border-radius: 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .theme-btn {
	padding: 17px 40px;
}

/*** 

====================================================================
	Contact Two
====================================================================

***/

.contact-two {
	position: relative;
	padding: 120px 0px 120px;
}

.contact-two_shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-two .inner-container {
	position: relative;
	border-radius: 20px;
	padding: 100px 100px 50px;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.contact-info_box {
	position: relative;
	margin-top: 80px;
}

.contact-info_box .contact-info_text {
	position: relative;
	margin-top: 15px;
}

.contact-info_block {
	position: relative;
}

.contact-info_block-inner {
	position: relative;
}

.contact-info_block-icon {
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 52px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--main-color);
	font-family: 'Font Awesome 6 Free';
	border: 2px solid var(--main-color);
}

.contact-info_block-inner h4 {
	margin: 15px 0px 10px;
	color: var(--black-color);
}

/*** 

====================================================================
	Map One
====================================================================

***/

.map-one {
	position: relative;
	padding: 110px 0px 110px;
}

.map-one iframe {
	width: 100%;
	height: 450px;
	border-radius: 20px;
}

/*** 

====================================================================
	Privacy Section
====================================================================

***/

.privacy-section {
	position: relative;
	padding: 100px 0px 100px;
}

.privacy-section .privacy-content {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}

.privacy-section .privacy-content:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}

.privacy-section h3 {
	color: var(--black-color);
	margin-bottom: 20px;
}

.privacy-section p {
	margin-bottom: 20px;
}

.privacy-section .date {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	color: var(--main-color);
}

.privacy-section h4 {
	color: var(--black-color);
	margin-bottom: 20px;
}

.privacy-section .privacy-list {
	position: relative;
	margin-left: 20px;
}

.privacy-section .privacy-list li {
	position: relative;
	font-weight: 400;
	padding-left: 26px;
	line-height: 1.7em;
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--black-color);
}

.privacy-section .privacy-list li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--main-color);
}

/*** 

====================================================================
	Contact Three
====================================================================

***/

.contact-three {
	position: relative;
	padding: 120px 0px 0px;
}

/* Shop Cat */

.shop-cat {
	position: relative;
}

.shop-cat li {
	position: relative;
	margin-bottom: 15px;
}

.shop-cat li a {
	position: relative;
	font-size: 17px;
	display: block;
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 15px 50px 15px 20px;
	margin-bottom: 2px;
	border: 1px solid #eee;
	display: block;
	border-radius: 8px;
}

.shop-cat li a span {
	position: absolute;
	right: 20px;
}

.shop-cat li a:hover {
	color: var(--main-color);
}

/*Sidebar Range slider */

.range-slider-one {
	position: relative;
	min-height: 48px;
}

.range-slider-one .title {
	position: relative;
	float: left;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}

.range-slider-one .title:before {
	position: absolute;
	content: '$';
	right: -14px;
	top: 0px;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
}

.range-slider-one .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 10px;
	position: relative;
}

.range-slider-one .input input {
	background: none;
	color: var(--black-color);
	font-size: 16px;
	font-weight: 400;
	width: auto;
	text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 5px;
	border: none;
	margin-bottom: 35px;
	background-color: #cccccc;
	border-radius: 0px;
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 5px;
	background: var(--black-color);
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -9px;
	width: 22px;
	height: 22px;
	border: 4px solid var(--white-color);
	background: var(--main-color);
	border-radius: 0px;
	cursor: pointer;
}

.range-slider-one .theme-btn {
	padding: 10px 24px;
	border-radius: 0px;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
	position: relative;
	padding-top: 40px;
	padding-left: 150px;
	min-height: 155px;
	margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
	margin-bottom: 0px;
	min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	background-color: rgba(0, 0, 0, 0.05);
}

.sidebar .related-posts .post .post-thumb img {
	display: block;
	width: 100%;
}

.sidebar .related-posts .post h4 {
	top: -2px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3em;
	color: var(--black-color);
	text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
	color: var(--black-color);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .related-posts .post h4 a:hover {
	opacity: 1;
	color: var(--main-color);
	text-decoration: underline;
}

.sidebar .related-posts .post .price {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 5px;
	color: var(--color-two);
}

/* Shop Section */

.shop-section {
	position: relative;
}

.shop-section .items-sorting {
	position: relative;
	margin-bottom: 30px;
}

.shop-section .items-sorting .total-items {
	position: relative;
	font-size: 18px;
	color: var(--black-color);
}

.shop-section .items-sorting .total-items span {
	color: var(--main-color);
}

/* Shop Item */

.shop-item {
	position: relative;
	margin-bottom: 40px;
}

.shop-item .inner-box {
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.shop-item .inner-box .image {
	position: relative;
	text-align: center;
	background-color: var(--color-three);
}

.shop-item .inner-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	z-index: 1;
}

.shop-item .inner-box .image .sale {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	padding: 8px 20px;
	display: inline-block;
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--black-color);
}

.shop-item .inner-box .image .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.50);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option {
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li {
	position: relative;
	margin: 0px 3px;
	color: var(--black-color);
	display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a {
	position: relative;
	color: var(--black-color);
	font-size: 56px;
	font-weight: 700;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option li a .fa {
	margin-bottom: 8px;
	display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
	color: var(--main-color);
}

.shop-item .inner-box .image img {
	width: 100%;
	display: inline-block;
}

.shop-item .inner-box .lower-content {
	position: relative;
	padding: 20px 0px 0px;
}

.shop-item .inner-box .lower-content h3 {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 6px;
}

.shop-item .inner-box .lower-content h3 a {
	color: var(--black-color);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
	color: var(--main-color);
}

.shop-item .inner-box .lower-content .price {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	opacity: 0.9;
	color: var(--black-color);
}

.shop-item .inner-box .lower-content .cart {
	position: relative;
	display: inline-block;
	font-size: 28px;
	width: 40px;
	color: var(--black-color);
}

.shop-section .lower-text {
	position: relative;
	margin-top: 30px;
}

.shop-section .lower-text .products {
	position: relative;
	color: var(--black-color);
	font-size: 16px;
	font-weight: 600;
	z-index: 1;
	padding-bottom: 4px;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid var(--black-color);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.shop-section .lower-text .products:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	background-color: var(--black-color);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.shop-section .lower-text .products:hover::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.shop-section .lower-text .products:hover {
	color: var(--white-color);
}

/*** 

====================================================================
	Shop Detail
====================================================================

***/

.shop-detail {
	position: relative;
	padding: 100px 0px 70px;
}

.shop-detail_gallery-column {
	position: relative;
	margin-bottom: 30px;
}

.shop-detail_gallery-column .image {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 30px;
	background-color: rgba(var(--color-two-rgb), 0.03);
}

.shop-detail_gallery-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-detail_gallery-column .thumb {
	position: relative;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_gallery-column .thumb img {
	width: 100%;
	display: block;
}

.shop-detail_gallery-column .thumb:hover {
	border-color: rgba(var(--black-color-rgb), 0.01);
	background-color: rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_content-column {
	position: relative;
	margin-bottom: 30px;
}

.shop-detail_content-column .inner-column {
	position: relative;
	padding-left: 20px;
}

.shop-detail_title {
	font-weight: 700;
	line-height: 1em;
	font-size: 40px;
	color: var(--black-color);
	text-transform: uppercase;
}

.shop-detail_rating {
	position: relative;
	margin-top: 20px;
}

.shop-detail_rating .fa-star {
	position: relative;
	font-size: 14px;
	color: var(--black-color);
}

.shop-detail_rating .fa-star.light {
	opacity: 0.40;
	color: var(--black-color);
}

.shop-detail_rating i {
	position: relative;
	font-size: 18px;
	margin-left: 10px;
	color: var(--black-color);
}

.shop-detail_price {
	position: relative;
	font-weight: 600;
	font-size: 24px;
	margin-top: 20px;
	color: var(--black-color);
}

.shop-detail_text {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	opacity: 0.80;
	margin-top: 20px;
	margin-bottom: 30px;
	color: var(--black-color);
}

/* Item Quantity */

.item-quantity {
	position: relative;
	width: 100%;
	max-width: 115px;
	padding: 0px 45px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 30px;
	border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.quantity-box .item-quantity .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	max-width: 144px;
	width: 100%;
	height: 42px;
}

.quantity-box .item-quantity input.qty-spinner {
	line-height: 40px;
	height: 40px;
	width: 20px !important;
	padding: 0px !important;
	box-shadow: none !important;
	border: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: var(--black-color);
	border: none;
	border-radius: 0;
	background: none;
	margin-right: 0px;
}

.quantity-box .item-quantity input.qty-spinner:focus {
	background: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
	position: absolute;
	height: 44px;
	width: 44px;
	background: none;
	padding: 6px 0px !important;
	line-height: 30px;
	left: -40px;
	top: -40px;
	border: none !important;
	border-radius: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
	position: absolute;
	height: 44px;
	width: 44px;
	background: none;
	padding: 6px 0px !important;
	line-height: 30px;
	right: -25px;
	top: -40px;
	border: none !important;
	border-radius: 0px;
	margin-top: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:hover,
.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:hover {}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\2b";
	color: var(--black-color);
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	font-family: 'Font Awesome 6 Free';
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f068";
	color: var(--black-color);
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	font-family: 'Font Awesome 6 Free';
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
	left: 14px;
	font-size: inherit !important;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: 0px;
}

.shop-detail .button-box .theme-btn {
	padding: 14px 30px;
	letter-spacing: 0px;
	font-size: 14px;
}

.shop-detail_list {
	position: relative;
	margin-top: 25px;
}

.shop-detail_list li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	color: var(--black-color);
}

.shop-detail_list li span {
	position: relative;
	font-weight: 500;
	color: var(--black-color);
	text-transform: uppercase;
	margin-right: 10px;
}

.shop-detail_socials {
	position: relative;
}

.shop-detail_socials .share {
	position: relative;
	font-weight: 600;
	display: inline-block;
	color: var(--black-color);
	font-size: 16px;
}

.shop-detail_socials {
	position: relative;
	margin-top: 30px;
}

.shop-detail_socials li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.shop-detail_socials li a {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--black-color);
	font-size: 16px;
	font-family: 'Font Awesome 5 Brands';
	border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_socials li a:hover {
	color: var(--white-color);
	border-color: var(--color-two);
	background-color: var(--color-two);
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail .prod-tabs {
	position: relative;
	margin-top: 30px;
}

.shop-detail .prod-tabs .tab-btns {
	position: relative;
}

.shop-detail .prod-tabs .tab-btns::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 30px;
	right: 0px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shop-detail .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	line-height: 24px;
	cursor: pointer;
	font-weight: 500;
	padding: 16px 30px;
	font-size: 20px;
	margin-right: 20px;
	transition: all 500ms ease;
	text-transform: capitalize;
	background: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shop-detail .prod-tabs .tab-btns .tab-btn:last-child {
	margin-right: 0px;
}

.shop-detail .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail .prod-tabs .tab-btns .tab-btn.active-btn {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-detail .prod-tabs .tabs-content {
	position: relative;
	padding: 40px 0px 0px;
}

.shop-detail .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.shop-detail .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-content p {
	line-height: 28px;
	font-size: 16px;
	color: var(--black-color);
	margin-bottom: 20px;
}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	font-weight: 400;
	margin-bottom: 25px;
	color: var(--black-color);
}

/* Comments Area */

.comments-area {
	position: relative;
	padding: 40px 40px;
	background-color: rgba(var(--black-color-rgb), 0.03);
}

.comments-area .group-title {
	position: relative;
	margin-bottom: 25px;
}

.comments-area .group-title h4 {
	position: relative;
	font-weight: 700;
	color: var(--color-two);
}

.comments-content {
	position: relative;
	padding: 45px 40px;
	margin-bottom: 30px;
	background-color: var(--black-color);
}

.comment-box {
	position: relative;
	margin-bottom: 25px;
}

.comment-box:last-child {
	margin-bottom: 0px;
}

.comment-box .comment {
	position: relative;
	padding-left: 80px;
}

.comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.comment-options {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.comment-options li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.comment-options li a {
	position: relative;
	font-size: 14px;
	color: var(--color-two);
}

.comment-options li a:hover {
	color: var(--black-color);
}

.comment-box .comment-info {
	position: relative;
	font-size: 18px;
	padding-bottom: 5px;
	color: var(--black-color);
}

.comment-box .comment-time {
	position: relative;
	font-size: 14px;
	margin-top: 5px;
	color: var(--black-color);
}

.comment-box .text {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	opacity: 0.70;
	color: var(--black-color);
	margin-top: 15px;
	margin-bottom: 15px;
}

.likes-option {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.likes-option li {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	margin-left: 15px;
	padding-left: 25px;
}

.likes-option li span {
	position: absolute;
	left: 0px;
	font-family: 'Font Awesome 5 Pro';
}

.comment-reply {
	position: relative;
	font-size: 14px;
	color: var(--black-color);
}

.comment-reply span {
	position: relative;
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}

.reply-comment {
	position: relative;
	margin-left: 40px;
	padding: 30px 30px;
	background-color: var(--white-color);
}

.related-products {
	position: relative;
	margin-top: 40px;
}

.related-products h3 {
	position: relative;
	margin-bottom: 25px;
	color: var(--black-color);
	text-transform: uppercase;
}

/*** 

====================================================================
	Cart Section
====================================================================

***/

.shoping-cart-section {
	position: relative;
	padding: 110px 0px 50px;
}

.shoping-cart-section .cart-column {
	position: relative;
	margin-bottom: 30px;
}

.shoping-cart-section .cart-column .inner-column {
	position: relative;
}

.shoping-cart-section .cart-table {
	width: 100%;
	min-width: 740px;
}

.cart-total-outer {
	position: relative;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	border-radius: 0px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--color-two);
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 0px 15px 20px;
	min-width: 120px;
	font-weight: 500;
	font-size: 18px;
	color: var(--black-color);
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	min-width: 100px;
	vertical-align: middle;
	padding: 20px 10px 5px;
}

.cart-table .prod-title {
	font-weight: 500;
	font-size: 16px;
	color: var(--black-color);
}

.cart-table .prod-text {
	font-weight: 400;
	font-size: 16px;
	color: rgba(var(--black-color-rgb), 0.80);
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 90px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 70px;
	left: 0px;
	top: 0px;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
}

.cart-table .cross-icon {
	position: absolute;
	right: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
	font-size: 6px;
	font-weight: 700;
	cursor: pointer;
	line-height: 16px;
	text-align: center;
	border-radius: 50px;
	color: var(--white-color);
	font-family: 'Font Awesome 6 Free';
	background-color: var(--main-color);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
	margin-bottom: 10px;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 18px;
	color: var(--color-two);
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border: 2px solid #ececec;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	font-size: 14px;
	line-height: 14px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: #f0f0f0;
	color: var(--white-color);
	text-align: center;
	overflow: hidden;
	text-indent: 100px;
}

.cart-table tbody tr .remove {
	text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.cart-table tbody tr .remove-btn:hover .fa {
	text-indent: 0px;
	background: var(--main-color);
}

.cart-table tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td.price {
	font-weight: 500;
	font-size: 15px;
	color: var(--black-color);
}

.cart-table tbody tr td.sub-total {
	font-weight: 500;
	font-size: 15px;
	color: var(--black-color);
}

.shoping-cart-section .total-column {
	position: relative;
	margin-bottom: 25px;
}

.shoping-cart-section .total-column .inner-column {
	position: relative;

}

.shoping-cart-section .total-column .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	color: var(--black-color);
}

.shoping-cart-section .total-column .title-box h6 {
	color: var(--black-color);
}

.cart-total-box {
	position: relative;
	padding: 30px 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.cart-totals {
	position: relative;
}

.cart-totals li {
	position: relative;
	padding: 15px 0px;
	font-size: 18px;
	color: var(--black-color);
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.cart-totals li span {
	position: absolute;
	right: 0px;
}

.shoping-cart-section .check-box {
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
}

.shoping-cart-section .check-box label {
	color: #2b2b2b;
}

.shoping-cart-section .check-box label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size: 16px;
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked+label {
	border-color: 0px;
}

.shoping-cart-section .form-group .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.shoping-cart-section .check-box label:before {
	position: absolute;
	left: 0;
	top: 6px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shoping-cart-section .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"] {
	display: none;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked+label:before {
	border: 8px solid var(--main-color);
	background-color: var(--white-color);
}

.shoping-cart-section .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

/* Shipping Outer */

.shipping-outer {
	position: relative;
}

.shipping-outer .cart-shipping-box {
	position: relative;
	padding: 20px 30px 20px;
	margin-bottom: 30px;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.shipping-list {
	position: relative;
}

.shipping-list li {
	position: relative;
	padding: 15px 0px;
	font-size: 16px;
	margin-bottom: 5px;
	color: var(--black-color);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-outer .buttons-box {
	position: relative;
	margin-top: 25px;
}

/* Checkout Section */

.checkout-section {
	position: relative;
	padding: 100px 0px 80px;
}

.checkout-section h4 {
	margin-bottom: 25px;
	color: var(--black-color);
}

.checkout-section .form-column {
	position: relative;
	margin-bottom: 30px;
}

.checkout-section .form-column .inner-column {
	position: relative;
}

.checkout-section .order-column {
	position: relative;
	margin-bottom: 30px;
}

.checkout-section .order-column .inner-column {
	position: relative;
}

/*** 

====================================================================
	Shipping Form
====================================================================

***/

.shipping-form .form-group {
	margin-bottom: 30px;
}

.shipping-form .form-group:last-child {
	margin-bottom: 0px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select,
.shipping-form .form-group .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	width: 100%;
	line-height: 45px;
	padding: 10px 25px;
	height: 70px;
	border-radius: 0px;
	font-size: 16px;
	color: var(--black-color);
	background: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .form-group .ui-button .ui-icon {
	top: 11px;
}

.shipping-form .form-group textarea::-webkit-input-placeholder,
.shipping-form .form-group input::-webkit-input-placeholder {
	color: var(--black-color);
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.shipping-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	height: 200px;
	resize: none;
	font-size: 16px;
	border-radius: 0px;
	padding: 20px 25px 25px;
	color: var(--black-color);
	background: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .check-box {
	position: relative;
}

.shipping-form .check-box label {
	color: var(--black-color);
}

.shipping-form .check-box label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size: 18px;
	display: inline;
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shipping-form .check-box input[type="checkbox"]:checked+label {
	border-color: var(--main-color);
}

.shipping-form .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.shipping-form .check-box label:before {
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shipping-form .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.shipping-form .check-box input[type="checkbox"] {
	display: none;
}

.shipping-form .check-box input[type="checkbox"]:checked+label:before {
	border: 8px solid var(--main-color);
	background-color: var(--white-color);
}

.shipping-form .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.shipping-form .theme-btn {
	cursor: pointer;
	padding: 20px 44px;
}

.order-box {
	position: relative;
	padding: 25px 25px;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.order-totals {
	position: relative;
}

.order-totals li {
	position: relative;
	font-weight: 600;
	padding: 18px 25px;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.order-totals li span {
	position: absolute;
	right: 25px;
	font-weight: 500;
	color: var(--black-color);
}

.order-totals li:last-child {
	color: var(--white-color);
	background-color: var(--black-color);
}

.order-totals li:last-child span {
	color: var(--white-color);
}

/* Voucher Box */

.voucher-box {
	position: relative;
}

.voucher-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	padding-right: 100px;
}

.voucher-box .form-group input[type="text"],
.voucher-box .form-group input[type="email"] {
	position: relative;
	line-height: 38px;
	display: block;
	height: 54px;
	width: 100%;
	font-weight: 500;
	border-radius: 0px;
	box-shadow: inherit;
	font-size: 14px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding: 10px 15px 10px 25px;
	color: var(--black-color);
	background-color: rgba(var(--white-color-rgb), 1);
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.voucher-box .form-group input::placeholder,
.voucher-box .form-group textarea::placeholder {
	color: var(--black-color);
}

.voucher-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 500;
	padding: 16px 24px;
	font-size: 14px;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--black-color);
}

.order-box .order-total {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	color: var(--black-color);
	margin-top: 30px;
}

.order-box .order-total span {
	position: absolute;
	right: 0px;
}

.order-box .button-box {
	position: relative;
	margin-top: 30px;
}

.order-box .pay-btn {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 17px 15px;
	border-radius: 6px;
	font-weight: 600;
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--black-color);
}

.order-box .pay-btn:hover {
	letter-spacing: 2px;
	background-color: var(--black-color);
}

/*** 

====================================================================
	Register One
====================================================================

***/

.register-one {
	position: relative;
	padding: 100px 0px 80px;
}

.register-one .form-column {
	position: relative;
	margin-bottom: 30px;
}

.register-one .form-column .inner-column {
	position: relative;
	padding: 30px 30px;
	border-radius: 5px;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.register-one h3 {
	position: relative;
	margin-bottom: 20px;
	color: var(--black-color);
}

.faq-two {
	position: relative;
	padding-top: 110px;
}

.color-palate {
	display: none;
}

.scroll-to-top.scroll-to-target {
	position: fixed;
	right: 15px;
	bottom: 15px;
	background: white;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 10px;
}