

/* @import url('https://fonts.googleapis.com/css?family=Londrina+Outline|Muli|Oswald:400,500,600,700&amp;display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
/*
font-family: 'Oswald', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Londrina Outline', cursive;
*/

@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');
@import url('swiper.min.css');
@import url('animated-headline.css');
@import url('jquery.background-video.css');
@import url('vegas.min.css');
@import url('custom-animate.css');


* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

:root {
	--theme-color: #008435;
	--dark-color: #1c1f26;
	--font-family-oswald: 'Open Sans', sans-serif;
	/* --font-family-muli: 'Muli', sans-serif;
	--font-family-londrina: 'Londrina Outline', cursive; */
	--anim-menu-btn-size: 38px;
	--anim-menu-btn-icon-size: 28px;
	--anim-menu-btn-icon-stroke: 1.5px;
	--fs-search-btn-size: 3em;
	--fs-search-border-bottom-width: 2px;
}



body {
	font-size: 14px;
	line-height: 24px;
	color: #1c1f26;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: var(--font-family-oswald);
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--theme-color);
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	font-family: var(--font-family-oswald);
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

.text {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.auto-container {
	position: static;
	max-width: 1210px;
	padding: 0px 20px;
	margin: 0 auto;
}

.small-container {
	position: relative;
	max-width: 1050px;
	padding: 0px 15px;
	margin: 0 auto;
}

.small-container-two {
	position: relative;
	max-width: 100%;
	padding: 0px 15px;
	margin: 0 auto;
}

.content-container {
	position: relative;
	margin-right: 100px;
	margin-left: 500px;
}

.content-container-two {
	position: relative;
	margin-right: 100px;
	margin-left: 100px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
}

.page-wrapper-two {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
	background: #1c1e25;
}

.page-wrapper-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/pattern.png);
	background-repeat: repeat;
	background-position: center;
	content: "";
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.mx-90 {
	margin: 0 90px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

@media only screen and (min-width:1200px) {
	.pl-lg-50 {
		padding-left: 50px;
	}
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #1c1f26;
	background-color: #ffffff;
	padding: 13px 30px;
	padding-left: 60px;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
}

.btn-style-one:hover {
	color: #fff;
}

.btn-style-one:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 1px;
	width: 20px;
	top: 24.5px;
	left: 30px;
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #1c1f26;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-one:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-one span {
	position: relative;
	z-index: 2;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: #1c1f26;
	padding: 13px 30px;
	padding-left: 60px;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
}

.btn-style-two:hover {
	color: #fff;
}

.btn-style-two:after {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 20px;
	top: 24.5px;
	left: 30px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.btn-style-two:hover:after {
	background: #fff;
}

.btn-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-two:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-two span {
	position: relative;
	z-index: 2;
}

/*Btn Style three*/

.btn-style-three {
	position: relative;
	padding: 25px 40px;
	padding-left: 115px;
	line-height: 24px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
}

.btn-style-three .icon {
	margin-right: 3px;
}

.btn-style-three:hover {
	color: var(--theme-color);
}

.btn-style-three:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	/* ff3.6+ */
	/* safari4+,chrome */
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 3%, rgba(196, 152, 81, 1) 48%, rgba(195, 150, 78, 1) 49%);
	/* opera 11.10+ */
	/* ie10+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(255, 255, 255, 1)), color-stop(48%, rgba(196, 152, 81, 1)), color-stop(49%, rgba(195, 150, 78, 1)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 3%, rgba(196, 152, 81, 1) 48%, rgba(195, 150, 78, 1) 49%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 3%, rgba(196, 152, 81, 1) 48%, rgba(195, 150, 78, 1) 49%);
}

.btn-style-three:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	background: #ffffff;
}

.btn-style-three:hover:before {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.btn-style-three:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-style-three span {
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-three .shape {
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 9;
	height: 1px;
	width: 99px;
}

.btn-style-three .shape:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 1px;
	width: 99px;
	left: 0;
	top: 0;
}

.btn-style-three .shape:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 9px;
	width: 9px;
	right: 0;
	top: -4px;
	border-radius: 50%;
}

/* Btn Style Four */

.btn-style-four {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	padding-left: 20px;
	color: #1c1f26;
}

.btn-style-four span {
	font-size: 12px;
	color: var(--theme-color);
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.btn-style-four:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 1px;
	width: 20px;
	left: 0;
	top: 11px;
}

.btn-style-four:hover {
	color: var(--theme-color);
}

/*Btn Style Five*/

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
	color: #ffffff;
    background-color: #008435;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 12px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
}

.btn-style-five:hover {
	color: #fff;
}

.btn-style-five span {
	position: relative;
	z-index: 2;
}

.btn-style-five:before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	border-top: 1px solid var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.btn-style-five:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-five:after {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	border-left: 1px solid var(--theme-color);
	border-right: 1px solid var(--theme-color);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.btn-style-five:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*Btn Style Six*/

.btn-style-six {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: var(--theme-color);
	padding: 22.5px 30px;
	font-weight: 500;
	overflow: hidden;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
}

.btn-style-six:hover {
	color: #fff;
}

.btn-style-six:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #262931;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-six:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-six span {
	position: relative;
	z-index: 2;
}

.btn-style-six .icon {
	margin-left: 10px;
}

/*Btn Style Seven*/

.btn-style-seven {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: var(--theme-color);
	padding: 21px 35px;
	padding-right: 75px;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
}

.btn-style-seven:hover {
	color: #fff;
}

.btn-style-seven:after {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 20px;
	top: 32.5px;
	right: 46px;
}

.btn-style-seven:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #1c1f26;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-seven:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-seven span {
	position: relative;
	z-index: 2;
}

.btn-style-seven span:before {
	position: absolute;
	content: "\f10a";
	font-size: 10px;
	font-family: Flaticon;
	color: #fff;
	top: -1.5px;
	right: -38px;
}

/*Btn Style Eight*/

.btn-style-eight {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	background-color: #f0f2f6;
	letter-spacing: 2px;
	padding: 27.5px 30px;
	padding-left: 110px;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
}

.btn-style-eight:hover {
	color: #fff;
}

.btn-style-eight:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 1px;
	width: 40px;
	top: 38px;
	left: 65px;
}

.btn-style-eight:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #1c1f26;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-eight:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-eight span {
	position: relative;
	z-index: 2;
}

.btn-style-eight span:before {
	position: absolute;
	content: "\f10a";
	font-size: 10px;
	font-family: Flaticon;
	color: var(--theme-color);
	top: -3.5px;
	left: -24px;
}

.btn-style-eight i {
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(90deg) translate(0px, 70px);
	-ms-transform: rotate(90deg) translate(0px, 70px);
	transform: rotate(90deg) translate(0px, 70px);
	color: var(--theme-color);
	font-size: 16px;
}

/* Cursor Style */

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	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;
	-o-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;
	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);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 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.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-o-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;
	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;
	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.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;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*=== List Style One ===*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	color: #919191;
	line-height: 26px;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 15px;
}

.list-style-one li a {
	color: #919191;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-one li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 26px;
	color: #e1e6e3;
	content: "\f06c";
	font-family: "Fontawesome";
}

.list-style-one li a:hover {
	color: var(--theme-color);
	text-shadow: 0 0 1px var(--theme-color);
}

/*=== List Style Two ===*/

.list-style-two {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li {
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
	padding-left: 20px;
}

.list-style-two li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #4ee0b0;
	font-weight: 400;
	font-family: "Fontawesome";
	content: "\f138";
}

/*=== List Style Three ===*/

.list-style-three {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-three li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 10px;
}

.list-style-three li a {
	color: #333333;
}

.list-style-three li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #fe6699;
	font-weight: 300;
	font-family: "Fontawesome";
	content: "\f18e";
}

.theme-color {
	color: var(--theme-color);
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.loader-wrap .layer-one {
	position: absolute;
	left: 0%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* owl controll */

.owl-dots-none .owl-dots {
	display: none;
}

/* style one */

.owl-dot-style-one .owl-dots {
	position: relative;
	text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	background: #d7d7d7;
	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;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
	background: var(--theme-color);
}

/* style two */

.owl-dot-style-two .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	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;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: #e8e8e8;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
	background: var(--theme-color);
	border-color: var(--theme-color);
}

/* style three */

.owl-dot-style-three .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-three .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 7px;
}

.owl-dot-style-three .owl-dots .owl-dot span {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px;
	display: inline-block;
	border: 2px solid #d7d6d4;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.owl-dot-style-three .owl-dots .owl-dot.active span {
	border-color: var(--theme-color);
	width: 36px;
}

/* owl nav */

.owl-nav-none .owl-nav {
	display: none;
}

.owl-nav-style-one .owl-nav {
	margin: 0px;
	margin-top: 80px;
	padding: 0px;
	text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
	position: relative;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-one .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
	background-color: var(--theme-color);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

/* nav style tow */

.owl-nav-style-two .owl-nav {
	padding: 0px;
	text-align: center;
	bottom: 100%;
	top: inherit;
	position: absolute;
	left: inherit;
	right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 5px 30px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #949494;
	background: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
	color: var(--theme-color);
}

/* nav style three */

.owl-nav-style-three .owl-nav {
	padding: 0px;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	left: 0;
	right: 0;
}

.owl-nav-style-three .owl-nav .owl-next,
.owl-nav-style-three .owl-nav .owl-prev {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #2a2e37;
	text-align: center;
	font-size: 24px;
	color: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-three .owl-nav .owl-prev {
	left: -25px;
	float: left;
}

.owl-nav-style-three .owl-nav .owl-next {
	right: -25px;
	float: right;
}

.owl-nav-style-three .owl-nav .owl-next:hover,
.owl-nav-style-three .owl-nav .owl-prev:hover {
	background: var(--theme-color);
}

/* nav style four */

.owl-nav-style-four .owl-nav {
	padding: 0px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
}

.owl-nav-style-four .owl-nav .owl-next,
.owl-nav-style-four .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #b2b2b2;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-four .owl-nav .owl-prev {
	left: 45px;
	top: 13px;
	float: left;
}

.owl-nav-style-four .owl-nav .owl-next {
	right: 45px;
	top: 13px;
	float: right;
}

.owl-nav-style-four .owl-nav .owl-next:hover,
.owl-nav-style-four .owl-nav .owl-prev:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
}

/* nav style five */

.owl-nav-style-five .owl-nav {
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	text-align: center;
}

.owl-nav-style-five .owl-nav .owl-next,
.owl-nav-style-five .owl-nav .owl-prev {
	position: relative;
	color: #222;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	margin: 0 15px;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-five .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-five .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-five .owl-nav .owl-next:before {
	position: absolute;
	content: '';
	height: 26px;
	width: 2px;
	background: #9cacd8;
	top: 0;
	right: 26px;
}

.owl-nav-style-five .owl-nav .owl-next:hover,
.owl-nav-style-five .owl-nav .owl-prev:hover {
	color: var(--theme-color);
}

/*** Scroll To Top style ***/

.scroll-to-top {
	width: 50px;
    height: 50px;
	position: absolute;
	bottom: 80px;
    right: 30px;
	line-height: 50px;
	font-size: 16px;
	z-index: 99;
	display: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: var(--theme-color);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.scroll-to-top span:before {}

.scroll-to-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* Style Two */

.scroll-to-top-two {
	width: 60px;
	height: 120px;
	position: absolute;
	bottom: 170px;
	right: 90px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font-family-oswald);
	z-index: 99;
	color: #1c1f26;
	text-align: center;
	padding-top: 85px;
	cursor: pointer;
}

.scroll-to-top-two:before {
	position: absolute;
	content: '';
	background: #d6d6d6;
	width: 2px;
	height: 70px;
	left: 50%;
	margin-left: -1px;
	top: 0;
}

.scroll-to-top-two:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 2px;
	height: 35px;
	left: 50%;
	margin-left: -1px;
	top: 35px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

.header-span {
	position: relative;
	display: block;
	height: 70px;
	width: 100%;
}

.main-header .hor-line-1 {
	position: absolute;
	left: 230px;
	right: 130px;
	top: 50%;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .hor-line-2 {
	position: absolute;
	left: -50px;
	right: -50px;
	top: 50%;
	display: block;
	border-bottom: 10px solid #222222;
}

/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
	z-index: 9999;
	background: #fff;
}

.main-header .outer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-header .header-upper .logo-box {
	position: relative;
	background: #f4f4f4;

}

.main-header .logo {
	position: relative;
	text-align: center;
	padding: 15px 0;
}

.main-header .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 220px;
}

.main-header .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 80px;
}

/*=== Header Lower ===*/

.main-header .nav-outer {
	position: relative;
	padding: 0;
	min-height: 70px;
	margin: 0;
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	color: #008000;
	padding: 25px 30px;
	right: 0;
	background-color: #1c1f26;
}

.main-header .nav-outer .nav-inner {
	position: relative;
	background-color: #fff;
}

.main-header .nav-outer .nav-inner.close-menu {
	pointer-events: none;
}

.main-header .main-box {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu {
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 10px;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding-top: 28px;
}

.main-menu .navigation>li.current:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	left: 50%;
	bottom: 25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-left: -8px;
}

.main-menu .navigation>li.current:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	left: 50%;
	bottom: 25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.sticky-header .main-menu .navigation>li.current:after,
.sticky-header .main-menu .navigation>li.current:before {
	bottom: 18px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #1c1f26;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-oswald);
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: var(--theme-color);
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 110%;
	width: 225px;
	z-index: 100;
	opacity: 1;
	padding: 20px 0 20px;
	background: #fff;
	border-top: 1px solid #fff;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 30px;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	color: #888887;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-oswald);
}

.main-menu .navigation>li>ul>li:hover>a {
	color: var(--theme-color);
	text-decoration: underline;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 9px;
	width: 10px;
	display: block;
	line-height: 19px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 110%;
	top: 0;
	width: 225px;
	z-index: 100;
	opacity: 1;
	padding: 20px 0 30px;
	background: #fff;
	border-top: 1px solid #fff;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 25px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	color: #888;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-color);
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.main-menu .navigation>li.dropdown:hover>ul {
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	visibility: visible;
	opacity: 1;
	top: 92%;
	margin-top: 5px;
}

.main-menu .navigation>li>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	margin-left: 5px;
	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>ul>li.dropdown>ul.from-right {
	left: auto;
	right: 110%;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul.from-right {
	left: auto;
	right: 100%;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: absolute;
	right: 0;
	top: 0;
}

/* Nav Toggler */

.main-header .nav-toggler {
	position: relative;
	text-align: center;
}

.main-header .nav-toggler .nav-btn {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	line-height: 39px;
	padding: 15px 0;
	width: 80px;
	font-weight: normal;
	background: none;
	background-color: var(--theme-color);
}

.main-header .nav-toggler .nav-btn .icon {
	display: inline-block;
}

.main-header .social-links {
	position: relative;
	float: right;
	margin-left: 70px;
	padding: 15px 0;
}

/* Contact Info One */

.contact-info-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-info-one li+li {
	margin-left: 10px;
}

.contact-info-one li a {
	position: relative;
	/* color: #fff; */
	font-family: var(--font-family-oswald);
	font-size: 14px;
	text-transform: uppercase;
}

.contact-info-one li a span {
	margin-right: 5px;
	font-size: 18px;
}

/* Header Upper Style Two */

.main-header .header-upper.style-two {
	/* position: absolute; */
	width: 100%;
	background: transparent;

}
.navigation li:last-of-type{
	margin-right: 0;
}

.main-header .header-upper.style-two .logo-box {
	background: transparent;
}

.main-header .header-upper.style-two .nav-outer .nav-inner {
	background: transparent;
}

.header-upper.style-two .main-menu .navigation>li>a {
	/* color: #fff; */
}

/* Social Icon One */

.social-icon-one {
	position: relative;
	float: left;
}

.social-icon-one li {
	position: relative;
	float: left;
	margin-left: 5px;
}

.social-icon-one li:first-child {
	margin-left: 0;
}

.social-icon-one li a {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 0.70);
	background-color: #161616;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #ffffff;
	background-color: var(--theme-color);
}

.social-icon-one li:first-child {
	margin-left: 0;
}

/* social icon two */

.social-icon-two {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}

.social-icon-two li {
	position: relative;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

.social-icon-two li a {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: var(--theme-color);
	background-color: #ffffff;
}

.social-icon-two li:first-child {
	margin-left: 0;
}

/**/

.social-icon-three {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}

.social-icon-three li {
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
	display: block;
	text-align: center;
}

.social-icon-three li a {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	text-align: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: #fff;
	background-color: var(--theme-color);
}

.social-icon-three li:first-child {
	margin-left: 0;
}

.main-header .dropdown-toggle::after {
	display: none;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu {
	position: fixed;
	left: -350px;
	top: 0;
	width: 320px;
	/* padding-right: 30px; */
	max-width: 100%;
	height: 100%;
	z-index: 999;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	background-color: #1c1f26;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	/* position: absolute; */
	left: 0;
	top: 100px;
	bottom: 80px;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #1c1f26;
	padding: 0px 0px;
	border-radius: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mobile-menu .menu-box.style-two {
	bottom: 0px;
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-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);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	width: 100%;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid #2c2f37;
}

.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);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 13px 55px;
	font-size: 14px;
	color: #eee;
	text-transform: uppercase;
	font-weight: 500;
	font-family: var(--font-family-oswald);
}

.mobile-menu .navigation li>a:before {
	position: absolute;
	content: '';
	background: #2f333b;
	height: 6px;
	width: 6px;
	left: 30px;
	top: 23px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #6a6d73;
	cursor: pointer;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 103;
	width: 100%;
	display: none;
	background: rgba(20, 20, 20, 0.70);
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	cursor: none;
}

/* ========== Left Panel ============= */

.left-panel {
	position: absolute;
	left: 0;
	width: 90px;
	bottom: 0;
	z-index: 999;
	background: #ffffff;
	padding: 40px 0;
}

.left-panel .content-wrap {
	position: relative;
}

/* ========== Left Panel Two ============= */

.left-panel-two {
	position: fixed;
	width: 320px;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	background: #1c1f26;
	padding: 0 30px;
}

.left-panel-two .logo {
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 55px;
}

.left-panel-two .main-header {
	background: transparent;
}

.left-panel-two .mobile-menu.sidemenu {
	pointer-events: auto;
	padding-right: 0;
	top: 330px;
	bottom: 0;
	height: auto;
}

.left-panel-two .mobile-menu.sidemenu ::-webkit-scrollbar {
	width: 6px;
}

.left-panel-two .mobile-menu.sidemenu ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #292121;
	background: #292121;
}

.left-panel-two .mobile-menu.sidemenu ::-webkit-scrollbar-thumb {
	background: rgb(66, 66, 66);
	-webkit-box-shadow: inset 0 0 6px rgb(66, 66, 66);
}

.left-panel-two .mobile-menu.sidemenu ::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(66, 66, 66);
}

.left-panel-two .mobile-menu.sidemenu .menu-box {
	display: block;
	top: 0;
	bottom: 0;
	position: relative;
	max-height: 400px;
	border-top: 1px solid #2c2f37;
}

.left-panel-two .navbar-btn-wrap {
	background-image: url(../images/icons/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 130px;
	width: 130px;
	margin: 0 auto;
	line-height: 160px;
}

.left-panel-two .anim-menu-btn {
	left: 5px;
}

.left-panel-two .anim-menu-btn__icon {
	color: var(--theme-color);
}

.left-panel-two .anim-menu-btn:before {
	content: '';
}

.left-panel-two .about-block {
	margin-top: 50px;
	margin-bottom: 20px;
}

.left-panel-two .about-block .about-image {
	margin-bottom: 20px;
}

.left-panel-two .about-block .text {
	margin-bottom: 25px;
}

.left-panel-two .language-switcher li a {
	color: #6a6d73;
}

.left-panel-two .language-switcher span {
	font-size: 18px;
	color: #6a6d73;
}

.left-panel-two .language-switcher {
	border: 0px;
	margin-bottom: 10px;
}

.left-panel-two .copy-right-text {
	font-size: 14px;
	font-family: var(--font-family-oswald);
	color: #6a6d73;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.page-outer-box .shape-bottom {
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 260px;
	height: 70px;
	z-index: 99999;
}

.page-outer-box .shape-bottom:before {
	position: absolute;
	content: '';
	left: -5px;
	right: 0px;
	bottom: 0;
	height: 70px;
	background-image: url(../images/icons/pattern-3.jpg);
	background-repeat: no-repeat;
}

/* ========== Left Panel Three ============= */

.left-panel-three {
	position: fixed;
	width: 100px;
	top: 100px;
	left: 0;
	bottom: 200px;
	z-index: 99999;
	background: #1c1f26;
	padding: 0 30px;
	overflow: hidden;
}

.left-panel-three .top-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: #16191f;
}

.left-panel-three .top-content h5 {
	color: #6a6d73;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 40px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	left: 40px;
	font-weight: 500;
	letter-spacing: 2px;
}

.left-panel-three .bottom-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.left-panel-three .video-box a {
	position: relative;
	color: #fff;
	font-size: 24px;
	display: block;
}

.left-panel-three .video-box a:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.1);
	height: 60px;
	width: 1px;
	top: -80px;
	left: 50%;
	margin-left: -.5px;
}

.left-panel-three .video-box a:after {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.1);
	height: 60px;
	width: 1px;
	bottom: -80px;
	left: 50%;
	margin-left: -.5px;
}

.left-panel-three .video-box {
	position: relative;
	width: 66px;
	height: 66px;
	line-height: 56px;
	border: 5px solid #463d30;
	border-radius: 50%;
	text-align: center;
	background: var(--theme-color);
}

/* ========== Left Panel Four ============= */

.left-panel-four {
	position: fixed;
	width: 80px;
	top: 00px;
	left: 0;
	bottom: 0;
	z-index: 99999;
	background: #fff;
	padding: 0 30px;
}

.left-panel-four .top-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.left-panel-four .navbar-btn-wrap {
	background: transparent;
}

.left-panel-four .anim-menu-btn {
	color: var(--theme-color);
	left: -4px;
	margin-top: 40px;
}

.left-panel-four .anim-menu-btn:before {
	color: #999;
	left: -6px;
	top: 37px;
	letter-spacing: 1px;
}

.left-panel-four .mobile-menu.sidemenu {
	pointer-events: auto;
	padding-right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #1c1f26;
}

.left-panel-four .mobile-menu.sidemenu ::-webkit-scrollbar {
	width: 6px;
}

.left-panel-four .mobile-menu.sidemenu ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #292121;
	background: #292121;
}

.left-panel-four .mobile-menu.sidemenu ::-webkit-scrollbar-thumb {
	background: rgb(66, 66, 66);
	-webkit-box-shadow: inset 0 0 6px rgb(66, 66, 66);
}

.left-panel-four .mobile-menu.sidemenu ::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(66, 66, 66);
}

.left-panel-four .mobile-menu.sidemenu .outer-box-two {
	position: relative;
	width: 100%;
}

.left-panel-four .mobile-menu.sidemenu .outer-box-two .logo {
	margin-bottom: 30px;
}

.left-panel-four .mobile-menu.sidemenu .menu-box {
	display: block;
	top: 0;
	bottom: 0;
	position: relative;
	max-height: 400px;
	border-top: 1px solid rgba(67, 69, 72, 0);
	/* background: #1f2125; */
}

.left-panel-four .top-content ul.link-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: 340px;
	left: -2px;
}

.left-panel-four .top-content ul.link-menu:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 2px;
	width: 20px;
	top: 10px;
	left: -30px;
}

.left-panel-four .top-content ul.link-menu li {
	margin-right: 25px;
}

.left-panel-four .top-content ul.link-menu li a {
	color: #999;
	font-size: 14px;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.left-panel-four .bottom-content {
	position: absolute;
	left: 0;
	bottom: -87px;
}

.left-panel-four .link-btn {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

/* ========== Right Panel ============= */

.right-panel {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	bottom: 0;
	z-index: 9999;
	background: #f4f4f4;
}

.right-panel:before {
	position: absolute;
	content: '';
	background: #fff;
	left: 0;
	bottom: 0;
	height: 190px;
	width: 100%;
}

.right-panel .content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.right-panel h5 {
	position: absolute;
	-webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
	transform: rotate(-90deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	left: 50%;
	top: 50%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 60px;
	padding-left: 60px;
	color: #1c1f26;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: -95px;
}

.right-panel h5:before {
	position: absolute;
	content: '';
	right: 0;
	top: 7px;
	width: 45px;
	height: 1px;
	background: var(--theme-color);
}

.right-panel h5:after {
	position: absolute;
	content: '';
	left: 0;
	top: 7px;
	width: 45px;
	height: 1px;
	background: var(--theme-color);
}

/* ========== Right Panel Two ============= */

.right-panel-two {
	position: absolute;
	right: 0;
	top: 80px;
	width: 70px;
	bottom: 70px;
	z-index: 9999;
	background: #1c1f26;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.right-panel-two .social-media {
	position: relative;
	margin-left: 13px;
	margin-top: 30px;
	padding-top: 80px;
}

.right-panel-two .social-media:before {
	position: absolute;
	content: "\f127";
	font-family: Flaticon;
	font-size: 25px;
	color: var(--theme-color);
	top: 0;
	left: 9px;
}

.right-panel-two .social-media li {
	position: relative;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	height: 157px;
}

.right-panel-two .social-media li a:after {
	position: absolute;
	content: '';
	background: #2c2f37;
	height: 1px;
	width: 30px;
	top: 21px;
	right: -29px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.right-panel-two .social-media li a:hover:after {
	background: var(--theme-color);
}

.right-panel-two .social-media li a {
	position: relative;
	color: #6a6d73;
	font-size: 14px;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	padding: 8px 20px;
	border: 1px solid #2c2f37;
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	letter-spacing: 1px;
	min-width: 125px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.right-panel-two .social-media li a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.right-panel-two .social-media li a:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.right-panel-two .social-media li a:hover {
	color: #fff;
}

.right-panel-two .social-media li a .icon {
	color: var(--theme-color);
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 5px;
}

.right-panel-two .social-media li a:hover .icon {
	color: #fff;
}

.right-panel-two .social-media li a span {
	position: relative;
}

/* ========== Right Panel Three ============= */

.right-panel-three {
	position: absolute;
	right: 0;
	top: 100px;
	width: 100px;
	bottom: 100px;
	z-index: 9999;
	background: #1c1f26;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ========= Top Panel =========== */

.top-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 9999;
}

.top-panel .dark-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: #1c1f26;
}

.top-panel .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: right;
	background: var(--theme-color);
}

.top-panel .search-box-two .outer-search-box {
	margin: 0;
	padding: 20px 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	margin-right: 30px;
}

.top-panel .contact-info-one li {
	padding: 26.5px 0;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.top-panel .search-box-two .outer-search-box .seach-toggle:hover,
.top-panel .search-box-two .outer-search-box .seach-toggle.active {
	color: #fff;
}

/* ========= Top Panel Two =========== */

.top-panel-two {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #1c1f26;
}

.top-panel-two .logo {
	position: relative;
	padding: 26.5px 50px;
	padding-right: 120px;
	background: #16191f;
}

.top-panel-two .nav-outer {
	position: absolute;
	right: 325px;
}

.top-panel-two .right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-panel-two .main-menu .navigation>li>a {
	color: #6a6d73;
}

.top-panel-two .main-menu .navigation>li:hover>a,
.top-panel-two .main-menu .navigation>li.current>a {
	color: var(--theme-color);
}

.top-panel-two .main-menu .navigation>li.dropdown:before {
	position: absolute;
	content: "";
	right: -6px;
	left: auto;
	top: 50%;
	background: #6a6d73;
	width: 9px;
	height: 1px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.top-panel-two .main-menu .navigation>li.dropdown:after {
	position: absolute;
	content: "";
	right: -2px;
	top: 50%;
	background: #6a6d73;
	width: 1px;
	height: 9px;
	margin-top: -4px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.top-panel-two .main-menu .navigation>li:hover:before,
.top-panel-two .main-menu .navigation>li.current:before {
	background: var(--theme-color);
}

.top-panel-two .main-menu .navigation>li:hover:after,
.top-panel-two .main-menu .navigation>li.current:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.top-panel-two .main-menu .navigation>li {
	margin-right: 35px;
}

.top-panel-two .language-switcher {
	margin-right: 0;
	padding-right: 0;
	border-right: 0px;
	border-left: 1px solid rgba(209, 209, 209, 0.15);
	padding-left: 20px;
}

.top-panel-two .language-switcher li a {
	color: #6a6d73;
}

.top-panel-two .language-switcher li:last-child a {
	padding-right: 0px;
}

.top-panel-two .anim-menu-btn {
	margin-right: 80px;
	top: 3px;
	color: var(--theme-color);
}

.top-panel-two .anim-menu-btn:before {
	right: -158px;
}

.top-panel-two .nav-inner {
	opacity: 0;
}

/* ========= Top Panel Three =========== */

.top-panel-three {
	position: absolute;
	top: 20px;
	left: 80px;
	right: 0;
	height: 100px;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-panel-three .left-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-panel-three .logo {
	position: relative;
	padding: 20px 0px;
	margin-left: 60px;
	margin-right: 40px;
}

.top-panel-three .language-switcher {
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	padding-right: 0;
	margin-right: 0;
	padding-left: 30px;
}

.top-panel-three .language-switcher li a {
	color: #fff;
}

.top-panel-three .right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 100px;
}

.top-panel-three .right-content .hint {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
}

.top-panel-three .social-media {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 20px;
	margin-right: 45px;
	z-index: 9;
}

.top-panel-three .social-media li {
	position: relative;
	margin-right: 20px;
}

.top-panel-three .social-media li a:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 25px;
	width: 25px;
	border-radius: 50%;
	left: 50%;
	margin-left: -12.5px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.top-panel-three .social-media li a:hover:before {
	opacity: 1;
	visibility: visible;
}

.top-panel-three .social-media li:last-child {
	margin-right: 0px;
}

.top-panel-three .social-media li a {
	position: relative;
	font-size: 14px;
	color: #ffffff4f;
	text-transform: capitalize;
	font-family: var(--font-family-oswald);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.top-panel-three .social-media li a:hover {
	color: #fff;
}

/* ========= Bottom Panel =========== */

.bottom-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	background: #1c1f26;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99;
}

.bottom-panel .text {
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
	padding-left: 16px;
	border-left: 2px solid var(--theme-color);
}

.bottom-panel .right-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 70px;
}

.bottom-panel .swiper-counter {
	position: relative;
	right: 0;
	bottom: 0;
	margin-left: 70px;
	margin-right: 10px;
	line-height: 30px;
}

.bottom-panel .slide-progress-container {
	position: relative;
	width: 360px;
	bottom: 0;
}

.bottom-panel .swiper-counter div#current {
	font-size: 24px;
	font-weight: 400;
	color: var(--theme-color);
}

.bottom-panel .swiper-counter div#total {
	font-weight: 400;
	color: #6a6d73;
}

.bottom-panel .swiper-counter div {
	font-family: var(--font-family-oswald);
}

.banner-slider-nav.style-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px;
}

.banner-slider-nav.style-two .banner-slider-control {
	position: relative;
	font-size: 14px;
	color: #6a6d73;
	border: 2px solid #2c2f37;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	margin: 0 5px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	cursor: pointer;
}

.banner-slider-nav.style-two .banner-slider-control:hover {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

/* Style Three */

.banner-slider-nav.style-three {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.banner-slider-nav.style-three .banner-slider-control {
	position: relative;
	font-size: 14px;
	color: #6a6d73;
	background: #1c1f26;
	height: 215px;
	width: 100px;
	line-height: 36px;
	text-align: center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	cursor: pointer;
	transition: .5s ease;
}

.banner-slider-nav.style-three .banner-slider-control:hover {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.banner-slider-nav.style-three .banner-slider-control:before {
	position: absolute;
	content: '';
	background: #16191f;
	width: 100px;
	height: 100px;
	left: 0;
	bottom: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.banner-slider-nav.style-three .banner-slider-control:hover:before {
	background: var(--theme-color)
}

.banner-slider-nav.style-three .banner-slider-control span {
	position: absolute;
	display: inline-block;
	-webkit-transform: rotate(-90deg) translateX(-16%) translateY(-50%);
	-ms-transform: rotate(-90deg) translateX(-16%) translateY(-50%);
	transform: rotate(-90deg) translateX(-16%) translateY(-50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	padding: 0 40px;
	left: 50%;
	bottom: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}

.banner-slider-nav.style-three .banner-slider-control span:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 20px;
	width: 2px;
	right: 28px;
	top: 9px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.banner-slider-nav.style-three .banner-slider-control:hover span:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff;
}

/* ========= Bottom Panel Two =========== */

.bottom-panel-two {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 99999;
}

.bottom-panel-two .panel-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
	background: #1c1f26;
}

.bottom-panel-two .left-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 180px;
	background: #1c1f26;
	/* z-index: 9; */
}

.bottom-panel-two .right-content {
	padding-right: 150px;
}

.bottom-panel-two .copy-right-text {
	position: relative;
	font-size: 14px;
	color: #6a6d73;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	margin: 11px 0;
	padding-left: 25px;
	z-index: 9;
}

.bottom-panel-two .copy-right-text:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 2px;
	width: 20px;
	left: 0;
	top: 11px;
}

/* Contact Info One */

.contact-info-three {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 9;
}

.contact-info-three li {
	padding: 36.5px 0;
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-three li+li {
	margin-left: 50px;
}

.contact-info-three li a {
	position: relative;
	color: #fff;
	font-family: var(--font-family-oswald);
	font-size: 14px;
	text-transform: uppercase;
}

.contact-info-three li a i {
	margin-right: 5px;
	font-size: 18px;
	color: var(--theme-color);
}

.contact-info-three li a span {
	position: relative;
	color: #6a6d73;
}

.bottom-panel-two .social-media {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 50px;
	margin-right: 45px;
	z-index: 9;
}

.bottom-panel-two .social-media li {
	position: relative;
	padding-right: 24px;
	margin-right: 20px;
}

.bottom-panel-two .social-media li:before {
	position: absolute;
	content: '';
	background: #373b43;
	height: 6px;
	width: 6px;
	right: 0;
	top: 9px;
}

.bottom-panel-two .social-media li:last-child:before {
	display: none;
}

.bottom-panel-two .social-media li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.bottom-panel-two .social-media li a {
	font-size: 14px;
	color: #6a6d73;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.bottom-panel-two .social-media li a:hover {
	color: var(--theme-color);
}

.bottom-panel-two .search-box-two {
	position: relative;
	margin-right: 0px;
	background: var(--theme-color);
	z-index: 9;
}

.bottom-panel-two .search-box-two .outer-search-box {
	padding: 30px 16px;
	margin-left: 0px;
}

.bottom-panel-two .search-box-two .outer-search-box .seach-toggle:hover,
.bottom-panel-two .search-box-two .outer-search-box .seach-toggle.active {
	color: #fff;
}

.bottom-panel-two .search-box-two .search-box.now-visible {
	bottom: 100%;
	top: auto;
}

.bottom-panel-two .search-box-two .search-box {
	top: auto;
	bottom: 120%;
}

/* ========= Bottom Panel Three =========== */

.bottom-panel-three {
	position: absolute;
	bottom: 0;
	left: 80px;
	right: 0;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid var(--theme-color);
	z-index: 9999;
}

.bottom-panel-three .left-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*==== Search Box ====*/

.bottom-panel-three .search-box {
	margin-left: 80px;
}

.bottom-panel-three .search-box .main-search-form {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bottom-panel-three .search-box input {
	width: 215px;
	height: 35px;
	background: #fff0;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #ffffff80;
}

.bottom-panel-three .search-box .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
}

.bottom-panel-three .search-box .search-btn:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 64px;
	right: -20px;
	bottom: -25px;
}

.bottom-panel-three .copy-right-text {
	position: relative;
	font-size: 14px;
	color: #fff;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	margin: 15px 0;
	margin-right: 60px;
	padding-left: 25px;
	z-index: 9;
}

.bottom-panel-three .copy-right-text:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 2px;
	width: 20px;
	left: 0;
	top: 11px;
}

/* ========= Menu Bar Style =========== */

/* -------------------------------- 
 Title: Animated Menu Button
 Descr: A menu button w/ a morphing icon
 -------------------------------- */

.navbar-btn-wrap {
	position: relative;
	background: #1c1e25;
	text-align: center;
}

.anim-menu-btn {
	width: var(--anim-menu-btn-size);
	height: var(--anim-menu-btn-size);
	background: transparent;
	color: #fff;
	position: relative;
}

.anim-menu-btn:before {
	position: absolute;
	content: 'MENU';
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	top: 8px;
	left: -60px;
	letter-spacing: 5px;
}

.anim-menu-btn__icon {
	position: relative;
	display: block;
	font-size: var(--anim-menu-btn-icon-size);
	width: 1em;
	height: var(--anim-menu-btn-icon-stroke);
	color: var(--color-contrast-high);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.anim-menu-btn__icon::before,
.anim-menu-btn__icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: inherit;
	border-radius: inherit;
}

.anim-menu-btn__icon--close {
	background-size: 100% 100%;
	will-change: transform, background-size;
	-webkit-transition: background-size 0.2s, -webkit-transform 0.2s;
	transition: background-size 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, background-size 0.2s;
	transition: transform 0.2s, background-size 0.2s;
	transition: transform 0.2s, background-size 0.2s, -webkit-transform 0.2s;
}

.anim-menu-btn:active .anim-menu-btn__icon--close {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.anim-menu-btn__icon--close::before,
.anim-menu-btn__icon--close::after {
	will-change: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.anim-menu-btn__icon--close::before {
	-webkit-transform: translateY(-0.25em) rotate(0);
	-ms-transform: translateY(-0.25em) rotate(0);
	transform: translateY(-0.25em) rotate(0);
}

.anim-menu-btn__icon--close::after {
	-webkit-transform: translateY(0.25em) rotate(0);
	-ms-transform: translateY(0.25em) rotate(0);
	transform: translateY(0.25em) rotate(0);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close {
	background-size: 0% 100%;
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.main-header .header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*==== Search Box ====*/

.main-header .search-box {
	margin-left: 80px;
}

.main-header .search-box .main-search-form {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-header .search-box input {
	width: 215px;
	height: 35px;
	background: #fff;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #e0e0e0;
}

.main-header .search-box .search-btn {
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 9999;
	background: transparent;
	color: #999999;
	font-size: 16px;
}

.main-header .search-box .search-btn:before {
	position: absolute;
	content: '';
	background: #e0e0e0;
	width: 1px;
	height: 64px;
	right: -20px;
	bottom: -25px;
}


/*================================================
			Sticky Header
==================================================*/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 0;
	background: #ffffff;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .logo {
	padding: 10px 0px;
}

.fixed-header .sticky-header {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
}

.main-header .sticky-header .main-menu .navigation>li {
	margin-right: 0px;
	margin: 0px;
	padding: 0;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #1c1f26;
	padding: 20px 15px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	min-height: 0px;
	background: none;
	border: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
	color: var(--theme-color);
}

.wrapper-box {
	position: absolute;
	top: 0px;
	left: 360px;
	right: 100px;
	bottom: 80px;
	background: #1c1e25;
}

.wrapper-box.style-two {
	left: 100px;
}

/* Main Header Link BTN */

.main-header .link-btn {
	position: relative;
}

.main-header .link-btn .theme-btn {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 0;
	padding-left: 40px;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 80px;
	color: #1c1f26;
}

.main-header .link-btn .theme-btn:hover {
	color: var(--theme-color);
}

.main-header .link-btn .theme-btn:before {
	position: absolute;
	content: '';
	background: #e0e0e0;
	width: 1px;
	height: 64px;
	left: 20px;
	bottom: -15px;
}

.main-header .link-btn .theme-btn span {
	position: relative;
	font-size: 12px;
	color: #999;
	padding-left: 18px;
	margin-right: 10px;
}

.main-header .link-btn .theme-btn span:after {
	position: absolute;
	content: '';
	background: #e0e0e0;
	width: 20px;
	height: 1px;
	left: 0px;
	bottom: 7px;
}

/* Nav Right Option */

.nav-right-option {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f4f4f4;
	padding: 20px 50px;
}

.language-switcher {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
	padding-right: 5px;
	margin-right: 20px;
	border-right: 1px solid #dcdcdc;
}

.language-switcher span {
	font-size: 30px;
	color: var(--theme-color);
	margin-right: 8px;
}

.language-switcher li {
	position: relative;
}

.language-switcher li a {
	font-size: 14px;
}

.language-switcher li a {
	position: relative;
	font-size: 14px;
	color: #1c1f26;
	font-family: var(--font-family-oswald);
	padding-right: 12px;
}

.language-switcher li.active a {
	font-size: 18px;
	color: var(--theme-color);
}

.language-switcher li a::before {
	position: absolute;
	content: '/';
	font-size: 18px;
	color: var(--theme-color);
	bottom: 0px;
	right: 2px;
}

.language-switcher li:last-child a:before {
	display: none;
}

.cart-btn {
	position: relative;
	font-size: 30px;
	color: #222;
}

span.input-group-btn-vertical {
	display: none;
}

input.quantity-spinner.form-control {
	width: 90px;
	line-height: 2.3em;
	text-align: center;
	font-family: var(--font-family-oswald);
	font-weight: 500;
}

.cart-middle .update-cart .btn-style-one:after {
	background: #fff;
}

.cart-btn .cart-icon {
	position: relative;
}

.cart-btn .item-count {
	position: absolute;
	right: -13px;
	top: -4px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	background: var(--theme-color);
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.three-item-carousel,
.banner-slider {
	position: relative;
	height: 100% !important;
	z-index: 9;
}

.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
    height: 85vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center;
	background-size: cover; */
}

.banner-section .swiper-slide:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	
	opacity: 0.55;
	content: "";
}

.banner-section .content-outer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.banner-section .content-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 240px 0 300px;
}

.banner-section .content-box .inner {
	position: relative;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .content-box .inner:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	content: "";
}

.banner-section .content-box h1 {
	position: relative;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	font-family: var(--font-family-oswald);
	margin-bottom: 30px;
}

.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	font-family: var(--font-family-oswald);
	padding-bottom: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4:before {
	position: absolute;
	content: '';
	bottom: 1px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #fff;
}

.banner-section h4:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 3px;
	width: 60px;
	background: var(--theme-color);
}

.banner-section h4.style-two {
	padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
	display: none;
}

.banner-section .content-box .text {
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.02em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .link-box {
	padding-top: 40px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

/* Content Outer Two */

.banner-section .content-outer-two {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-block-two {
	position: relative;
	padding-left: 60px;
	margin-left: 160px;
	margin-bottom: 180px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1100ms ease;
	-o-transition: all 1100ms ease;
	transition: all 1100ms ease;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	font-family: var(--font-family-oswald);
}

.banner-section .swiper-slide-active .banner-block-two {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-block-two {
	position: relative;
	border: 1px solid #fff;
	width: 100%;
	max-width: 660px;
}

.banner-block-two .date {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	font-family: var(--font-family-oswald);
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg) translateX(-50%) translateY(-0%);
	-ms-transform: rotate(-90deg) translateX(-50%) translateY(-0%);
	transform: rotate(-90deg) translateX(-50%) translateY(-0%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	top: 50%;
	left: 0;
	padding: 18px 0px;
}

.banner-block-two h1 {
	position: relative;
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	padding: 30px 35px;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.banner-block-two .link-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-block-two .theme-btn {
	position: relative;
	font-size: 16px;
	font-family: var(--font-family-oswald);
	font-weight: 500;
	color: #fff;
	padding: 15px 35px;
	padding-left: 95px;
	border-left: 1px solid #fff;
}

.banner-block-two .theme-btn:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 1px;
	width: 50px;
	left: 30px;
	top: 26px;
}

/* Banner Slider Option */

.banner-section .slide-option {
	position: absolute;
	right: 120px;
	bottom: 10px;
	min-width: 440px;
}

.slide-progress-container {
	position: absolute;
	height: 3px;
	z-index: 3;
	bottom: 30px;
	right: 0;
	left: 0;
}

.slide-progress-warp {
	float: left;
	position: relative;
	height: 1px;
	background: rgba(255, 255, 255, 0.41);
	z-index: 10;
	bottom: 0;
	width: 100%;
}

.slide-progress {
	position: absolute;
	top: 50%;
	left: 0;
	height: 3px;
	border-radius: 6px;
	margin-top: -2px;
	width: 0%;
	max-width: 100%;
	background: var(--theme-color);
}

.banner-slider-nav.style-one {
	position: absolute;
	left: 50%;
	bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-slider-nav.style-one:after {
	position: absolute;
	content: "\f11a";
	font-family: Flaticon;
	font-size: 80px;
	color: #c4c4c4;
}

.banner-slider-nav.style-one:before {
	position: absolute;
	content: '';
	background: #f4f4f4;
	height: 50px;
	width: 50px;
	left: -5px;
	top: 6px;
	border-radius: 50%;
}

.banner-slider-control-wrap {
	position: absolute;
	bottom: 0px;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
}

.banner-slider-control-wrap.style-two {
	position: relative;
	width: auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-slider-nav.style-one .banner-slider-control {
	font-weight: 700;
	font-size: 11px;
	color: transparent;
	cursor: pointer;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	z-index: 5;
}

.banner-slider-nav.style-one .banner-slider-control.banner-slider-button-next {
	top: 12px;
}

.banner-slider-nav.style-one .banner-slider-control.banner-slider-button-prev {
	top: -12px;
}

.banner-slider-nav.style-one .banner-slider-control:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.banner-slider-control-wrap .left-side {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 60px;
}

.banner-slider-nav.style-one .banner-slider-control span {
	position: relative;
	z-index: 2;
}

.banner-slider-nav.style-one .banner-slider-control i {
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	padding: 0 0 0 1px;
}

.banner-slider-nav.style-one .banner-slider-control.banner-slider-button-prev i {
	padding: 0 0px 0 0;
}

.banner-slider-pagination {
	position: absolute;
	right: 60px;
	top: 50%;
	margin-right: 0;
	z-index: 999;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: block;
	margin-bottom: 20px;
	border-radius: 0;
	background: none;
	position: relative;
	opacity: 1;
	background: #fff;
}

.banner-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--theme-color);
}

.banner-slider-pagination.style-two {
	right: 100px;
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:after {
	content: '01';
	position: absolute;
	left: -60px;
	right: 0;
	top: -5px;
	line-height: 20px;
	color: var(--theme-color);
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	font-family: var(--font-family-oswald);
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.banner-slider-pagination.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.banner-slider-pagination.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1;
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(6):after {
	content: '06';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(7):after {
	content: '07';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:nth-child(8):after {
	content: '08';
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 30px;
	height: 1px;
	right: 18px;
	top: 5px;
	opacity: 0;
}

/* Style Three */

.banner-slider-pagination.style-three {
	right: 0;
	width: 100px;
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:after {
	content: '01';
	position: absolute;
	right: 20px;
	top: -7px;
	line-height: 20px;
	color: var(--theme-color);
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	font-family: var(--font-family-oswald);
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.banner-slider-pagination.style-three .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.banner-slider-pagination.style-three .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1;
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(6):after {
	content: '06';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(7):after {
	content: '07';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:nth-child(8):after {
	content: '08';
}

.banner-slider-pagination.style-three .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	background: #2f333b;
	width: 6px;
	height: 6px;
	right: 50%;
	top: 0;
	margin-right: -3px;
}

.banner-slider-pagination.style-three .swiper-pagination-bullet {
	width: 70px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #2f333b;
	background: transparent;
	padding-bottom: 25px;
}

.banner-slider-pagination.style-three .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: var(--theme-color);
	margin-right: 8px;
}

/* Swiper Counter */

.swiper-counter {
	position: absolute;
	font-weight: 700;
	font-size: 12px;
	color: #999;
	right: -20px;
	bottom: 32px;
	z-index: 9;
	line-height: 50px;
	display: inline-block;
}

.swiper-counter div {
	position: relative;
	top: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	font-family: var(--font-family-oswald);
}

.swiper-counter div#current {
	margin-right: 16px;
	font-size: 30px;
}

.swiper-counter div#total {
	right: 6px;
}

.swiper-counter div#total:before {
	content: '/';
	position: absolute;
	left: -12px;
	width: 6px;
	height: 2px;
	top: -4px;
	font-size: 24px;
}

.banner-section .mouse-btn-down {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 120px;
	color: #fff;
	font-size: 14px;
	height: 104px;
	cursor: pointer;
	background: url(../images/icons/arrow-down.png) center top no-repeat;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding-top: 65px;
}

.banner-section .mouse-btn-down:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	top: 5px;
	left: 50%;
	margin-left: -2px;
}

/*======= Contentbox Two =======*/

.banner-section .content-box-two {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 80px;
	width: 100%;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 60px;
}

.banner-section .content-box-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 1px;
	width: 100%;
	height: 100%;
	background-image: -ms-linear-gradient( 90deg, rgba(21, 23, 28, 0.90) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-section .content-box-two h3 {
	color: #fff;
	font-size: 26px;
	font-family: var(--font-family-oswald);
	width: 100%;
}

.banner-section .content-box-two h3 a {
	color: #fff;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.banner-section .content-box-two h3 a:hover {
	color: var(--theme-color);
}

.banner-section .content-box-two h3 .shape {
	position: absolute;
	right: 0;
	top: 5px;
	height: 21px;
	width: 20px;
	border: 1px solid var(--theme-color);
}

.banner-section .content-box-two h3 .shape:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 20px;
	height: 1px;
	right: 10px;
	top: 9px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.banner-section .content-box-two:hover h3 .shape:before {
	right: -10px;
}


/*** 

====================================================================
		Section Banner
====================================================================

***/

.section-banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 1080px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section-banner:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #000000;
	opacity: 0.20;
}

.section-banner .title {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -100px;
	font-size: 120px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translateX(50%);
	-ms-transform: rotate(-90deg) translateX(50%);
	transform: rotate(-90deg) translateX(50%);
}

/***

==================================================================
		Testimonial Section 
==================================================================

***/

.testimonial-section {
	position: relative;
	padding-bottom: 110px;
	padding-top: 120px;
}

.testimonial-section .testimonial-outer {
	position: relative;
}

.testimonial-section .testimonial-outer:before {
	position: absolute;
	content: '';
	border: 1px solid #e0e0e0;
	left: 0;
	top: 50px;
	width: 100%;
	bottom: -70px;
}

.testimonial-block .inner-box {
	text-align: center;
}

.testimonial-block .quote {
	position: relative;
	font-size: 40px;
	background: var(--theme-color);
	color: #fff;
	display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 65px;
}

.testimonial-block .quote:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 1px;
    height: 35px;
    bottom: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-block .quote:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	bottom: -52px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-block .text {
	font-size: 16px;
    line-height: 26px;
	font-weight: 400;
	color: #1c1f26;
	margin: 0 auto;
	margin-bottom: 35px;
	max-width: 780px;
	font-family: var(--font-family-oswald);
}

.testimonial-block .author-title {
	position: relative;
	font-size: 20px;
	color: var(--theme-color);
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	font-family: var(--font-family-oswald);
	padding-bottom: 70px;
}

.testimonial-block .author-title:before {
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 1px;
	height: 30px;
	left: 50%;
	top: 42px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-section .testimonial-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.testimonial-section .author-thumb {
	position: relative;
	cursor: pointer;
	height: 81px;
	width: 81px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.testimonial-section .author-thumb img {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.testimonial-section .testimonial-thumbs {
	max-width: 485px;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 70px;
	
}

.testimonial-section .swiper-nav-button {
	display: none;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
	background: transparent;
	text-indent: 0;
	background-image: none;
	color: #fff;
	font-size: 24px;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	text-align: center;
	background: rgba(120, 120, 135, 0.1);
	margin: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
	background: #fff;
	color: #f57f4b;
}

.testimonial-section .left-title {
	position: absolute;
	font-family: var(--font-family-oswald);
	-webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
	transform: rotate(-90deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	top: 62%;
	left: 40px;
}

.testimonial-section .left-title h5 {
	font-size: 14px;
	color: #c2c2c2;
	font-weight: 600;
	letter-spacing: 5px;
}

/* Style Two */

.testimonial-section.style-two {
	position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
	background-repeat: no-repeat;
	background-position: right center;

}



.testimonial-section.style-two .testimonial-outer:before {
	display: none;
}

.testimonial-section.style-two .testimonial-block .quote {
	border: 2px solid var(--theme-color);
	color: var(--theme-color);
	background: transparent;
	font-size: 25px;
}

/***

==================================================================
		Testimonial Section Two
==================================================================

***/

.testimonial-section-two {
	position: relative;
	padding-bottom: 110px;
	padding-top: 110px;
	background: #1c1f26;
}

.testimonial-section-two .auto-container {
	max-width: 1230px;
}

/* Testimonial Block Two */

.testimonial-block-two .inner-box {
	position: relative;
	padding: 60px 20px;
	text-align: center;
	margin: 0 15px;
	overflow: hidden;
}

.testimonial-block-two .author img {
	width: auto;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.testimonial-block-two .quote {
	font-size: 65px;
	color: var(--theme-color);
	margin-bottom: 23px;
	line-height: 60px;
}

.testimonial-block-two .text {
	font-size: 16px;
	color: #6a6d73;
	margin-bottom: 20px;
	position: relative;
}

.testimonial-block-two .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5px;
}

.testimonial-block-two .rating a {
	font-size: 16px;
	color: var(--theme-color);
	margin-right: 5px;
}

.testimonial-block-two .author-title {
	font-family: var(--font-family-oswald);
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.testimonial-block-two .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #22252d;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transform: translate(0px, 30px);
	-ms-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
}

.testimonial-block-two .inner-box:hover .overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.testimonial-block-two .overlay .quote {
	position: absolute;
	color: #2e3037;
	font-size: 126px;
	top: 50%;
	left: 50%;
	margin-bottom: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 11px;
}
.top-bar {
    background-color: var(--theme-color);
}
.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar .top-left li:not(:last-of-type) {
    padding-right: 20px;
}
.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.top-bar .top-left li a {
    color: #fff;
    text-decoration: none;
}
.top-right a {
    color: #fff;
}
.sec-title h4 {
	position: relative;
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.intro-section {
    position: relative;
	padding: 50px 0;
}

.sec-title h1 {
    position: relative;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.sec-title h1 span{
	color: var(--theme-color);
}
.darkbg{
	/*background: #243836;*/
	background-color: var(--theme-color);
}
.lightbg{
	background: lightgray;
}
.inner-box img {
    width: 100%;
	border-radius: 1px;
}
.inner-box {
    background: #fff;
	padding: 15px;
    border-radius: 1px;
}
.inner-box h5 {
    font-weight: 600;
    margin: 8px 0;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form select,.contact-form textarea{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #f4f4f4;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.contact-form textarea {
	height: auto;
	background-color: #f4f4f4;
}
#dvPassport{
	display: none;
}
.contact-info-section {
    position: relative;
    padding: 110px 0 80px;
}
.contact-info-block .inner-box {
    position: relative;
    padding: 50px 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    text-align: center;
}
.contact-info-block h5 {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.contact-info-block h5:before {
    position: absolute;
    content: '';
    right: -70px;
    top: 7px;
    width: 60px;
    height: 1px;
    background: var(--theme-color);
}
.contact-info-block .icon-box {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    color: var(--theme-color);
}
.contact-info-block h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 5px;
}
.text {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.contact-info-block .overlay {
    left: 0;
    top: 0;
    width: 100%;
    bottom: -50px;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    padding-bottom: 0;
}
.contact-info-block .bottom-content {
    background: #f4f4f4;
    padding: 35px 0;
}
.contact-info-block ul {
    margin-bottom: 15px;
}
.contact-info-block ul li, .contact-info-block ul li a {
    font-size: 16px;
    color: #828282;
}
.contact-info-block .theme-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color);
    font-family: var(--font-family-oswald);
    text-transform: uppercase;
}

.page-title {
    position: relative;
    padding: 110px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c1f26;
    background-position: center;
}
ul.contact-details li a {
    color: #1c1f26;
    font-size: 15px;
}
ul.contact-details{
	margin-bottom: 15px;
}
.contact-form-section {
	padding: 30px 0;
}
.homeOwner h3 {
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 8px;
}
.homeOwner p span {
    font-weight: 500;
    text-decoration: underline;
}
h5.tit {
    margin-bottom: 25px;
}
.card{
	height: 100px;
}
.preferredtxt h5{
    font-size: 15px;
	text-align: center;
}
.preferredtxt .inner-box{
	margin-bottom: 15px;
}
.main-footer-two .footer-widget-wrap {
    position: relative;
    padding: 100px 0 70px;
}

.footer-widget-wrap {
    background-image: url(../images/main-slider/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-overlay--p85 {
	background: #22252cd9;
}
.footer-widget-title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.footer-menu li a {
    font-size: 14px;
    color: #eaeaea;
    margin-right: 22px;
    padding: 0 0 13px 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    display: inline-block;
}
.footer-menu li a i {
    margin-right: 8px;
}
.main-footer-two .image {
    width: 110px;
}
.footer-bottom-two {
    position: relative;
    background: #22252c;
	padding: 15px 0;
}
.footer-bottom-two .footer-bottom-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom-two .copy-right-text {
    color: #6a6d73;
    font-size: 16px;
    /* font-family: var(--font-family-oswald); */
    /* margin-bottom: 22px; */
}
.left-panels h3 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
}
.homeOwner .inner-box{
	background: #f8f8f8;
	margin-bottom: 5px;
	height: 100%;
}
.sec-title a i{
	margin-right: 5px;
}


.cardbg{
	background: #f8f8f8;
    padding: 15px;
}

.hoaruleslist {
  color: var(--theme-color);
}
.process-style-one {
    padding: 0 30px;
	text-align: center;
	margin-bottom: 30px;
}
.process-style-one .thumb {
    position: relative;
    z-index: 1;
    height: 250px;
    width: 250px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto auto 30px;
}
.process-style-one .thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
    mix-blend-mode: multiply;
}
.process-style-one img {
    transition: all 0.35s ease-in-out;
}
.process-style-one .thumb span {
    font-weight: 600;
    position: absolute;
    bottom: 4px;
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    font-family: Calibri;
    left: 55px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}
.active.process-style-one .thumb::after {
    bottom: 0;
}
.process-style-one .thumb::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 110%;
    background: url(../images/14.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.35s ease-in-out;
}
.process-style-one h4 {
	font-weight: 700;
    font-size: 21px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}
.process-style-one p {
    margin: 0;
}
.process-style-one:hover .thumb::after {
    bottom: 0;
}
.process-style-one a{
	font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
	cursor: pointer;
	color: var(--theme-color) !important;
}
.modal-dialog{
	max-width: 60%;
}
.closed{
	background: #de0c0c;
    border: 0;
}
.modal-body{
	max-height: 60vh;
    overflow: auto;
}