/* Energin | Solar & Electricity HTML 5 Template
Template Name:Eenergin

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header
5.  Sticky Header 
6.  Mobile Menu
7.  Section Title
8.  Banner Section
9.  Project Section
10. Features Section
11. About Section
12. Services Section
13. Contact Section
14. Testimonial Section
15. Team Section
16. Clients Section
17. Main Footer
**********************************************/

/* @import url("/vendor/fontawesome/fontawesome.css"); */

:root {
	--theme-color-light: #ffffff;
	--theme-color-dark: #17447d;
	--theme-color1: #ffffff;
	--theme-color2: #0b4295;
	--theme-color3: #85f523;
	--text-color: #616161;
	--blue-bg: var(--theme-color2);
	--blue-bg2: #164890;
	--blue-bg3: #9ec8f9;
	--text-color2: #17447d;
	--text-white: var(--theme-color1);
	--white: var(--theme-color1);
	--headings-color: #000000;
	--dark-color1: #171717;
	--dark-color2: #222020;
	--dark-color3: #2b242b;
	--dark-color4: #212529;
	--link-color: var(--theme-color-dark);
	--link-hover-color: var(--theme-color-dark);	
	/* --text-font: "Inter", sans-serif; */
	/* --title-font: "Roboto", sans-serif; */
	--text-font: "Pretendard Variable", Pretendard, "Poppins", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	--title-font: "Poppins", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	--body-font-size: 16px;
	--body-line-height: 30px;
	--body-font-weight: 400;
	--line-height-heading-h1: 1.2em;
	--line-height-heading: 1.2em;
	--line-height-heading-small: 1.4em;
	--h1-font-size: 80px;
	--h2-font-size: 40px;
	--h3-font-size: 32px;
	--h4-font-size: 24px;
	--h5-font-size: 22px;
	--h6-font-size: 18px;
	--h1-font-weight: 700;
	--h2-font-weight: 700;
	--h3-font-weight: 700;
	--h4-font-weight: 700;
	--h5-font-weight: 700;
	--h6-font-weight: 700;
	--sec-title-subtitle-color: #0b4295;
	--sec-title-subtitle-font-size: 12px;
	--sec-title-subtitle-font-family: var(--text-font);
	--sec-title-subtitle-font-weight: 500;
	--sec-title-subtitle-line-height: 15px;
	--sec-title-color: var(--theme-color-dark);
	--sec-title-font-size: var(--h2-font-size);
	/* --sec-title-font-family: var(--title-font); */
	--sec-title-font-family: var(--text-font);
	--sec-title-font-weight: var(--h6-font-weight);
	--theme-light-background: #f8f6f1;
	--theme-light-background-text-color: var(--headings-color);
	--theme-black: #000000;
	--container-width: 1200px;
	--small-container-width: 1000px;
	--large-container-width: 1790px;
	--container-pt: 100px;
	--container-pb: 100px;

	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-yellow: #ffc107;	
}

.text-indigo{ color: var(--bs-indigo); }
.text-purple{ color: var(--bs-purple); }
.text-pink{ color: var(--bs-pink); }
.text-yellow{ color: var(--bs-yellow); }


/*
 * typography.scss
 * -----------------------------------------------
*/

::-moz-selection,
::selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none;
}

section.blue-bg::selection,
section.blue-bg::-moz-selection {
	background: var(--theme-color-light);
	color: var(--theme-color2);
}

:active,
:focus {
	outline: none !important;
}

::-webkit-input-placeholder {
	color: #7c858c;
}

::-moz-input-placeholder {
	color: #7c858c;
}

::-ms-input-placeholder {
	color: #7c858c;
}

body {
	background-color: #fff;
	background-attachment: fixed;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	counter-reset: my-sec-counter;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
}

p,
.text {
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
	letter-spacing: -0.01em;
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--headings-color);
	font-family: var(--title-font);
	position: relative;
	line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
	font-weight: normal;
	line-height: 1;
	color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
}

h1 {
	font-size: var(--h1-font-size);
	font-weight: var(--h1-font-weight);
	line-height: var(--line-height-heading-h1);
}

h2 {
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
	line-height: var(--line-height-heading);
}

h3 {
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	line-height: var(--line-height-heading);
}

h4 {
	font-size: var(--h4-font-size);
	font-weight: var(--h4-font-weight);
	line-height: var(--line-height-heading);
}

h5 {
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	line-height: var(--line-height-heading);
}

h6 {
	font-size: var(--h6-font-size);
	font-weight: var(--h6-font-weight);
	line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
	margin-bottom: 0;
}

p {
	margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
	text-decoration: underline;
}

/* -------- other ---------- */
a {
	color: var(--link-color);
	text-decoration: none;
	font-weight: var(--body-font-weight);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a b,
a strong {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a img {
	border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 10px;
}

ol,
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

/* b,
strong {
	color: #fff;
	font-weight: var(--body-font-weight-bold);
} */

iframe {
	border: none !important;
}

figure {
	overflow: hidden;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
	width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

/* section>.container,
section>.container-fluid {
	padding-top: var(--container-pt);
	padding-bottom: var(--container-pb);
} */

section.blue-bg {
	background-color: var(--theme-color2);
}

section.blue-bg2 {
	background-color: var(--blue-bg2);
}

section.gap {
	padding: 90px 0;
	position: relative;
}

section.gap-two {
	padding: 90px 0 60px;
	position: relative;
}

@media (max-width:992px) {
	section.gap {
		padding: 70px 0;
	}

	section.gap-two {
		padding: 70px 0 40px;
	}
}

@media (max-width:768px) {
	section.gap {
		padding: 60px 0;
	}

	section.gap-two {
		padding: 60px 0 30px;
	}
}

@media (max-width:600px) {
	section.gap {
		padding: 50px 0;
	}

	section.gap-two {
		padding: 50px 0 20px;
	}
}

@media (max-width:480px) {
	section.gap {
		padding: 40px 0;
	}

	section.gap-two {
		padding: 40px 0 10px;
	}
}


section.no-top {
	padding-top: 0;
}

section.no-bottom {
	padding-bottom: 0;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: var(--container-width);
	}
}

/*=== Default Form ===*/
.form-control,
.input-text {
	height: calc(2.25rem + 27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	color: #686a6f;
	font-size: 0.9rem;
	width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
	color: #686a6f;
	opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
	color: #686a6f;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f;
	opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f;
	opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
	color: #686a6f;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f;
}

textarea.form-control {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.error,
.success {
	position: absolute;
	bottom: -40px;
	background: #303030;
	color: #fff;
	width: 265px;
	text-align: center;
	border-radius: 5px;
}

.error>i {
	color: #ff0000;
}


.success>i {
	color: #04dc12;
}

/*** 

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

***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

/*** 

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

***/
textarea {
	overflow: hidden;
	resize: none;
}

button {
	outline: none !important;
	cursor: pointer;
}

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

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

.title a {
	color: inherit;
}

.color1 {
	color: var(--theme-color1);
}

.color2 {
	color: var(--theme-color2);
}

.color3 {
	color: var(--theme-color3);
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
}

.large-container {
	position: static;
	max-width: var(--large-container-width);
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
}

.auto-container {
	position: static;
	max-width: var(--container-width);
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
}

.small-container {
	position: static;
	max-width: var(--small-container-width);
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

/* .dropdown-toggle::after {
	display: none;
} */

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	background-color: var(--theme-color1);
	z-index: 100;
	display: none;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	background: var(--theme-color2);
	color: #ffffff;
}

.link-style-one {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-family: var(--title-font);
	color: var(--theme-color-dark);
}

.link-style-one:before {
	position: absolute;
	left: 0;
	right: 18px;
	bottom: 2px;
	height: 1px;
	background-color: var(--theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.link-style-one i {
	position: relative;
	top: 1px;
	display: block;
	font-size: 14px;
	margin-left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link-style-one:hover {
	color: var(--theme-color1);
}

.link-style-one:hover:before {
	right: 100%;
}

/*=== List Style One ===*/
.list-style-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: var(--theme-color-dark);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.list-style-one li i {
	margin-right: 10px;
	color: var(--theme-color-light);
	font-size: 16px;
	line-height: 27px;
}

.list-style-one li a {
	display: block;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.list-style-one.dark li {
	color: var(--theme-color-dark);
}

.list-style-one.dark li a {
	color: var(--theme-color-dark);
}

.list-style-one.dark i {
	color: var(--theme-color-dark);
}

/*=== List Style Two ===*/
.list-style-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-style-two li {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	padding-left: 20px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 15px;
}

.list-style-two li i {
	position: absolute;
	left: 0px;
	top: 0px;
	color: var(--theme-color1);
	font-size: 12px;
	line-height: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-two li a {
	display: inline-block;
	font-weight: inherit;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-two li a:hover {
	color: var(--theme-color1);
}

.list-style-two.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-style-two.two-column li {
	width: 50%;
}

@media (max-width: 767.98px) {
	.list-style-two.two-column li {
		width: 100%;
	}
}

.list-style-three {
	position: relative;
	padding: 0px 0;
}

.list-style-three li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: -0.01em;
	padding-left: 78px;
	margin-right: 30px;
	margin-bottom: 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-three li:hover i {
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
}

.list-style-three li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 57px;
	height: 57px;
	line-height: 57px;
	display: block;
	color: var(--theme-color1);
	border-radius: 10px;
	font-size: 30px;
	margin-right: 19px;
	background-color: #f8f8f8;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
}

.list-style-three li a {
	display: block;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-three li a:hover {
	color: var(--theme-color1);
}

.list-style-three.list-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.list-style-three.list-vertical li {
	margin-bottom: 10px;
}

.list-style-three.light li {
	color: var(--theme-color-light);
}

.list-style-three.light li a {
	color: inherit;
}

.list-style-three.style-two li {
	color: var(--theme-color-light);
	margin-right: 0;
}

.list-style-three.style-two li:last-child:after {
	display: none;
}

.list-style-three.style-two li:after {
	width: 1px;
	height: 28px;
	margin-left: 20px;
	margin-right: 24px;
	background: #67687A;
	content: "";
}

.list-style-three.style-two li a {
	color: var(--theme-color-light);
}

.list-style-three.style-two li i {
	color: var(--theme-color-light);
	font-size: 18px;
}

/*=== List Style Four ===*/
.list-style-four {
	position: relative;
	margin-bottom: 45px;
}

.list-style-four li {
	position: relative;
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0 12px 48px;
	letter-spacing: -0.01em;
	background-color: #e8e8e8;
}

.list-style-four li i {
	position: absolute;
	top: 15px;
	left: 28px;
	font-size: 16px;
	border-radius: 50%;
	color: var(--theme-color1);
	text-align: center;
}

.list-style-four li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-four li a:hover {
	color: #ffffff;
}

.list-style-four.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-style-four.two-column li {
	width: 42%;
	margin-right: 20px;
}

@media (max-width: 767.98px) {
	.list-style-four.two-column li {
		width: 100%;
	}
}

/*Social Icon One*/
.social-icon-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icon-one li {
	position: relative;
	margin: 0 10px;
}

.social-icon-one li:first-child {
	margin-left: 0;
}

.social-icon-one li a {
	position: relative;
	display: block;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: var(--theme-color1);
}

.social-icon-one.light li a {
	color: var(--theme-color-light);
}

.social-icon-one.light li a:hover {
	color: var(--theme-color2);
}

/*Social Icon Two*/
.social-icon-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-icon-two li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 18px;
}

.social-icon-two li:first-child {
	margin-left: 0;
}

.social-icon-two li.title {
	font-size: 16px;
	font-weight: 700;
	color: var(--theme-color-light);
}

.social-icon-two li a {
	position: relative;
	display: block;
	height: 42px;
	width: 42px;
	line-height: 42px;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color2);
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a i {
	position: relative;
}

.social-icon-two li a::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: var(--theme-color2);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 10px;
}

.social-icon-two li a:hover {
	color: #fff;
}

.social-icon-two li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}


.bg,
.bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* .bg-pattern-1 {
	background-image: url(../images/background/testimonial-bg1.jpg);
} */

.overlay-pattern-1 {
	background-color: rgb(255 255 255 / 90%);
}

/* .overlay-pattern-2 {
	background-color: rgba(51,153,255,.6);
} */


.devider {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 80%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
	.devider {
		width: 100%;
	}
}

/***==================================
    Range Slider One
==================================***/
.range-slider-one {
	position: relative;
	margin-bottom: 5px;
}

.range-slider-one .range-amount {
	position: absolute !important;
	right: 0;
	top: -35px;
	background: none !important;
	text-align: right;
	border: 0 !important;
	padding: 0 !important;
	max-width: 75px;
	font-size: 18px !important;
	color: #ffffff !important;
	width: auto !important;
	height: auto !important;
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 10px;
	border: none;
	border-radius: 10px;
	background: var(--theme-color-dark);
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 10px;
	background: var(--theme-color-light);
}

.range-slider-one .ui-state-default {
	top: -5px;
	width: 20px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
	border: 3px solid #0b3b5e;
	border-radius: 20px;
}

.range-slider-one .ui-widget-content .ui-state-default {
	top: -5px;
	width: 20px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
	border: 3px solid #0b3b5e;
	border-radius: 20px;
}

.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(2) {
	margin-left: 0 !important;
}

.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(3) {
	margin-left: -17px !important;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
	position: relative;
}

.tabs-box .tab {
	display: none;
}

.tabs-box .active-tab {
	display: block;
}

.play-btn {
	position: relative;
}

.play-btn:hover .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-dark);
}

.play-btn .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	font-size: 24px;
	color: var(--theme-color1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	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-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-btn .circle-text img {
	position: relative;
	display: inline-block;
	-webkit-animation: fa-spin 60s infinite linear;
	animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now:hover .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
}

.play-now .icon {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	background-color: #ffffff;
	color: var(--theme-color-dark);
	z-index: 1;
	font-size: 22px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 79px;
	width: 79px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
	-webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
	box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple.light:before,
.play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
	-webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
	box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.play-now-two {
	height: 150px;
	width: 150px;
	background-color: rgba(21, 21, 21, 0.5);
	border-radius: 50%;
	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;
	font-size: 34px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-animation: zoom-one 3s infinite linear;
	animation: zoom-one 3s infinite linear;
}

.play-now-two:hover {
	color: #ff9205;
	background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left;
	font-weight: 700;
	line-height: 20px;
	font-family: var(--title-font);
}

.info-btn small {
	font-size: 14px;
	font-weight: 400;
	color: var(--theme-color-dark);
	text-transform: none;
}

.info-btn strong {
	font-size: 16px;
	font-weight: 700;
	color: var(--theme-color-dark);
}

.info-btn strong:hover {
	color: var(--theme-color1);
}

.info-btn .icon {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--theme-color2);
	background: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
}

.info-btn:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.info-btn-two {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	padding-left: 97px;
	text-align: left;
	font-weight: 700;
	line-height: 20px;
	font-family: var(--title-font);
}

.info-btn-two:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.info-btn-two small {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #726f84;
	font-family: var(--text-font);
	margin-bottom: 8px;
}

@media (max-width: 991.98px) {
	.info-btn-two small {
		margin-bottom: 15px;
	}
}

.info-btn-two strong {
	font-size: 18px;
	font-family: var(--text-font);
	font-weight: 600;
	color: var(--theme-color-dark);
}

.info-btn-two strong:hover {
	color: var(--theme-color1);
}

.info-btn-two .icon {
	position: absolute;
	left: 0;
	top: -10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 28px;
	border-radius: 50%;
	background-color: var(--theme-color2);
	color: var(--theme-color-light);
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.info-btn-two:hover {
	color: var(--theme-color1);
}

.info-btn-two.light small,
.info-btn-two.light strong {
	color: var(--theme-color-light);
}

.info-btn-three {
	position: relative;
	display: block;
	padding-left: 60px;
}

.info-btn-three:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.info-btn-three .icon {
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 1em;
	font-size: 36px;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.info-btn-three small {
	position: relative;
	display: block;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.01em;
}

.info-btn-three strong {
	position: relative;
	display: block;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.01em;
}

.info-btn-three.light small,
.info-btn-three.light strong {
	color: var(--theme-color-light);
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
	border: 1px solid #eee;
}

.select2-results__option {
	padding: 0 10px;
	color: #7c858c;
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7c858c;
	padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	bottom: 1px;
	height: auto;
	width: 40px;
	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;
	font-size: 12px;
	color: #767676;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	position: relative;
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
	display: block;
	margin: 0px 5px;
	height: 65px;
	width: 65px;
	color: var(--theme-color1);
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #ffffff;
	font-size: 16px;
	line-height: 63px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.default-navs .owl-next span,
.default-navs .owl-prev span {
	display: inline-block;
	background: var(--gradient-1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border: 1px solid var(--theme-color2);
}

.owl-dots {
	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;
	width: 100%;
}

.owl-dots .owl-dot {
	height: 8px;
	width: 8px;
	border: 1px solid #fff;
	background-color: transparent;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50%;
}

.owl-dots .owl-dot.active {
	background-color: var(--theme-color2);
	border-radius: 50%;
	border: 1px solid var(--theme-color2);
}

.custom-navs .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	width: 87px;
	padding-left: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background-color: var(--theme-color1);
	opacity: 0.1;
	content: "";
	border-radius: 50px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
	padding: 0 17px;
}

.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
	width: 100%;
}

.custom-navs .owl-nav .owl-next {
	padding-left: 0;
	padding-right: 20px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.custom-navs .owl-nav .owl-next:before {
	left: auto;
	right: 0;
}

.disable-navs .owl-nav {
	display: none;
}

.disable-navs .owl-dots {
	display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9;
}

.nav-style-one .next,
.nav-style-one .prev {
	margin-right: 38px;
	padding: 18px 25px;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
	position: relative;
	display: inline-block;
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
	position: absolute;
	top: 0;
	margin-top: -20px;
	right: -25px;
	height: 52px;
	width: 52px;
	border: 1px dotted #fff;
	border-radius: 100px;
	content: "";
	z-index: -1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
	background-color: rgba(255, 255, 255, 0.15);
	width: 125px;
}

.nav-style-one .prev {
	margin-right: 0;
	padding-left: 25px;
	padding-right: 0;
}

.nav-style-one .prev .icon:before {
	left: -25px;
	right: auto;
}

.nav-style-one .swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
	border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.default-tabs .tab-buttons {
	position: relative;
	margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
	position: relative;
	float: left;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 35px;
	color: var(--theme-color1);
	line-height: 20px;
	border-radius: 5px;
	background-color: #ffffff;
	cursor: pointer;
	margin-right: 20px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
	margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
	background: var(--gradient-1);
	color: #ffffff;
}

.default-tabs .tabs-content {
	position: relative;
	width: 100%;
}

.blockquote-style-one {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: var(--theme-color-dark);
	padding: 0 0 0 25px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 30px;
}

.blockquote-style-one:before {
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 3px;
	z-index: 2;
	background-color: var(--theme-color1);
	content: "";
}

.before_none:before {
	display: none;
}

.after_none:after {
	display: none;
}

.theme-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--title-font);
}

.theme-btn .btn-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*Btn Style One*/
.btn-style-one {
	position: relative;
	padding: 17px 30px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	color: var(--theme-color2);
	background: var(--theme-color1);
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 576px) {
	.btn-style-one {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px;
		min-width: auto !important;
		margin-right: 10px;
	}
}

.btn-style-one i {
	position: relative;
	display: block;
	margin-left: 10px;
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color2);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	pointer-events: none;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one .btn-title {
	position: relative;
}

.btn-style-one:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-one:hover {
	color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-one.dark-bg {
	background-color: var(--theme-color-light);
}

.btn-style-one.dark-bg::before {
	background-color: var(--theme-color2);
}

.btn-style-one.light-bg {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
}

.btn-style-one.light-bg:hover {
	color: var(--theme-color-light);
}

.btn-style-one.light-bg::before {
	background-color: var(--theme-color-light);
}

.btn-style-one.bg-blue {
	background-color: var(--theme-color2);
	color: var(--theme-color-light);
}

.btn-style-one.bg-blue:hover {
	color: var(--theme-color2);
}

.btn-style-one.bg-blue:before {
	background-color: var(--theme-color1);
}

.btn-style-one.hover-light:hover {
	color: var(--theme-color2);
}

.btn-style-one.hover-light:before {
	background-color: var(--theme-color-light);
}

.btn-style-one.hover-dark:hover {
	color: var(--theme-color-light);
}

.btn-style-one.hover-dark:before {
	background-color: var(--theme-color-light);
}

.btn-style-one.hover-one:hover {
	color: var(--theme-color-light);
}

.btn-style-one.hover-one:before {
	background-color: var(--theme-color1);
}

/*** 

====================================================================
  Animate icons
====================================================================

***/
.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.bg-parallax {
	background-repeat: no-repeat;
}

.bg-parallax img {
	opacity: 0;
}

@media (max-width: 991.98px) {
	.bg-parallax img {
		opacity: 1;
	}
}

.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: calc(var(--container-width) - 30px);
	margin: 0 auto;
}

[text-split] {
	opacity: 0;
}

.word {
	overflow: hidden;
	padding-bottom: 0.1em;
	margin-bottom: -0.1em;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.anim-icons.full-width {
	max-width: 100%;
}

.anim-icons .icon {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.shape-turbines {
	width: 80%;
	height: 460px;
	background: url(/assets/images/footer-bg.png) no-repeat;
	opacity: .25;
}

.overlay-anim {
	position: relative;
}

.overlay-anim:after {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
	pointer-events: none;
}

.overlay-anim:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.overlay-anim-two {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.overlay-anim-two:hover:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.overlay-anim-two:after {
	background: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.owl-carousel .animate-x {
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.owl-carousel .active .animate-2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.owl-carousel .active .animate-3 {
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.owl-carousel .active .animate-4 {
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.owl-carousel .active .animate-5 {
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.owl-carousel .active .animate-6 {
	-webkit-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.owl-carousel .active .animate-7 {
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

/*** 

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

***/
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: #2828283b;
	-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	backdrop-filter: blur(5px);
}

.search-popup {
	width: 100%;
}

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

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background: var(--theme-color2);
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid var(--theme-color1);
	border-left: 3px solid #393939;
	border-top: 3px solid var(--theme-color1);
	border-right: 3px solid #393939;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-popup .close-search i {
	position: relative;
	font-size: 30px;
	color: var(--theme-color1);
}

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

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	padding-right: 100px;
	background-color: var(--theme-color1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
	font-size: 18px;
	font-family: "Work Sans", sans-serif;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: var(--theme-color2);
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	transition: 0.5s;
}

.search-popup .form-group button i {
	transition: 0.5s;
}

.search-popup .form-group button:hover i {
	color: var(--theme-color2);
}

.search-popup .form-group input {
	border-radius: 5px;
	border: 2px solid var(--theme-color2);
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

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

.search-popup .close-search.style-two i {
	font-size: 20px;
	color: var(--theme-color1);
	transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
	color: var(--theme-color2);
}

.search-box-btn i {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	transition: all 500ms ease;
}

.sticky .search-box-btn i {
	color: var(--text-white);
}


.moblie-search-active .search-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

/*=====================================
<-- Sidebar Css -->
=======================================*/
.side-bar-btn.search-box-outer {
	display: inline-block;
}

.nav-btn.navSidebar-button {
	display: inline-block;
}

.nav-btn.navSidebar-button a i {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	background: #efefef;
	color: var(--text-color);
	position: relative;
	z-index: 1;
	transition: .5s;
	cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-color2);
	border-radius: 50%;
	transition: .5s;
	transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
	transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
	color: var(--theme-color1);
}

.xs-sidebar-group .xs-overlay {
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 101;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
}

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

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

.xs-sidebar-group.isActive .xs-overlay:hover {
	cursor: url('/assets/images/icons/cursor-x.png'), auto;
}

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

.sidebar-textwidget {
	padding: 40px 32px;
}

.close-side-widget i {
	color: var(--theme-color2);
	font-size: 28px;
	display: block;
}

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

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

.xs-sidebar-group .xs-bg-black {
	background-color: var(--theme-color2);
}

/*html css*/
.xs-sidebar-group .nav-logo {
	margin: 0 0 30px;
}

.xs-sidebar-group .content-box h2 {
	color: var(--theme-color1);
	font-size: 26px;
	font-weight: 600;
}

.xs-sidebar-group .content-box p {
	display: inline-block;
	color: var(--theme-color1);
}

.contact-info h2 {
	color: var(--theme-color1);
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
}

.sidebar-textwidget ul.list-style-two li {
	display: block;
	list-style: none;
	color: var(--theme-color1);
	padding: 0;
	overflow: hidden;
}

.sidebar-textwidget ul.list-style-two li span {
	font-size: 20px;
	margin-right: 10px;
}

ul.social-box {
	margin: 30px 0 0;
}

ul.social-box li {
	display: inline-block;
	list-style: none;
	margin: 0 6px 0 0;
}

ul.social-box li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	background: var(--theme-color1);
	color: var(--theme-color2);
	transition: .5s;
	font-size: 18px;
	border-radius: 3px;
}

ul.social-box li a:hover {
	background: var(--theme-color2);
	color: var(--theme-color1);
}

/*** 

====================================================================
Main Header
====================================================================

***/
.header-span {
	position: relative;
	height: 110px;
	display: block;
	width: 100%;
}

.main-header {
	position: relative;
	width: 100%;
	z-index: 999;
}

.header-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-top .inner-container {
	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;
	width: 100%;
}

.header-top .top-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top .top-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top .useful-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

.header-top .useful-links li {
	position: relative;
	margin-right: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #bdbdbd;
	line-height: 20px;
	font-family: var(--title-font);
}

.header-top .useful-links li a {
	color: #bdbdbd;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top .useful-links li a:hover {
	color: var(--theme-color1);
}

.main-header .logo {
	position: relative;
	display: block;
}

.main-header .logo img {
	max-width: 140px;
}

.main-header .main-box {
	position: relative;
	left: 0px;
	top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9999999;
	padding: 0 15px;
}

@media (max-width:991.99px) {
	.main-header .main-box {
		background-color: #061138;
	}
}

@media (min-width:991.99px) {
	.mobile-menu {
		display: none;
	}
}

.main-header .main-box .nav-outer {
	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;
	width: 100%;
}

.main-menu {
	position: relative;
	justify-content: center;
}

@media only screen and (max-width: 991.99px) {
	.main-menu {
		display: none;
	}
}

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

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

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 20px 0px;
	margin-right: 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.main-menu .navigation>li:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 10px;
	height: 2px;
	width: 0%;
	background-color: var(--theme-color1);
	z-index: 3;
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
	left: 0;
	width: 100%;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	opacity: 1;
	color: var(--theme-color-dark);
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--title-font);
}

.main-menu .navigation>li>a .icon {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	margin-left: 10px;
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 14px;
	margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a:after {
	content: "\f067";
	/* content: "+"; */
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 24px;
	font-size: 12px;
	z-index: 5;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	margin-top: 0;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 220px;
	z-index: 100;
	border-top: 2px solid var(--theme-color2);
	background-color: #ffffff;
	margin-top: 30px;
	opacity: 0;
	display: none;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebf1f5;
}

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

.main-menu .navigation>li>ul>li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--theme-color2);
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.current::before,
.main-menu .navigation>li>ul>li:hover::before {
	width: 100%;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	line-height: 29px;
	font-weight: 500;
	font-size: 16px;
	color: var(--theme-color2);
	text-align: left;
	margin: 0 30px;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li>ul>li:hover>a {
	color: var(--theme-color1);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f105";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 11px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	margin-top: 20px;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 220px;
	z-index: 100;
	display: none;
	background-color: var(--theme-color-light);
	opacity: 0;
	padding: 10px 0 0;
	margin-top: 10px;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	border-bottom: 1px solid #ebf1f5;
	width: 100%;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: var(--theme-color-dark);
	text-align: left;
	margin: 0 30px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid var(--theme-color-light);
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-light);
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0;
}

.main-header .ui-btn-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header .ui-btn {
	position: relative;
	display: block;
	line-height: 30px;
	text-align: center;
	background: none;
	font-size: 22px;
	color: var(--theme-color-dark);
	margin-left: 15px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .ui-btn:hover {
	color: var(--theme-color1);
}

/*** 

====================================================================
    Header Style One
====================================================================

***/
.header-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-style-one.bg-none {
	background-color: rgba(0, 0, 0, 0.1);
}

.header-style-one .header-top {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
	.header-style-one {
		background-color: rgba(0, 0, 0, 0.5);
	}

	/* .header-style-one.bg-none {
		background-color: #061138;
	} */

	.header-style-one .header-top {
		display: none;
	}
}

.header-style-one .header-top .inner-container {
	margin-left: 405px;
	padding-left: 60px;
	padding-right: 38px;
}

@media only screen and (max-width: 1699px) {
	.header-style-one .header-top .inner-container {
		margin-left: 360px;
	}
}

@media (max-width: 1199.98px) {
	.header-style-one .header-top .inner-container {
		margin-left: 150px;
		padding-right: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.header-style-one .header-top .inner-container .list-style-one {
	padding: 12px 0;
}

.header-style-one .header-top .inner-container .list-style-one li {
	font-size: 12px;
	font-weight: 400;
	margin-right: 45px;
	color: var(--theme-color-light);
}

.header-style-one .header-top .inner-container .list-style-one li i {
	color: var(--theme-color-light);
	font-size: 12px;
}

.header-style-one .header-top .inner-container .list-style-one li a {
	font-weight: 400;
	color: var(--theme-color-light);
}

.header-style-one .header-top .inner-container .top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1399.98px) {
	.header-style-one .header-top .inner-container .top-right {
		display: none;
	}
}

.header-style-one .header-top .inner-container .top-right .info-btn {
	margin-right: 50px;
}

@media only screen and (max-width: 1699px) {
	.header-style-one .header-top .inner-container .top-right .info-btn {
		display: none;
	}
}

.header-style-one .header-top .inner-container .top-right .info-btn small,
.header-style-one .header-top .inner-container .top-right .info-btn strong {
	color: var(--theme-color-light);
	margin-left: 5px;
}

@media (max-width: 1399.98px) {
	.header-style-one .header-top .inner-container .top-right .social-icon-one {
		display: none;
	}
}

.header-style-one .header-lower .logo-box {
	position: relative;
	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;
	height: 100px;
	margin-right: 100px;
}

@media only screen and (max-width: 1699px) {
	.header-style-one .header-lower .logo-box {
		margin-right: 55px;
	}
}

@media (max-width: 1199.98px) {
	.header-style-one .header-lower .logo-box {
		min-width: 250px;
	}
}

@media (max-width: 991.98px) {
	.header-style-one .header-lower .logo-box {
		margin-top: 0;
		padding: 0 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		min-width: auto;
		height: 80px;
	}
}

@media (max-width: 480px) {
	.header-style-one .header-lower .logo-box {
		height: 60px;
	}
}

.header-style-one .main-box .nav-outer {
	display: block;
}

.header-style-one .main-box .nav-outer .navigation>li {
	padding: 38px 0px;
}

.header-style-one .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light);
}

.header-style-one .main-box .outer-box {
	margin-right: 25px;
}

.header-style-one .main-box .outer-box .ui-btn {
	color: var(--theme-color-light);
}

@media (max-width: 575.98px) {
	.header-style-one .main-box .outer-box .ui-btn {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.header-style-one .main-box .outer-box .cart-btn {
		display: none;
	}
}

.header-style-one .main-box .outer-box .divider {
	height: 45px;
	width: 1px;
	background-color: #e3dbd8;
	margin: 0 21px;
}

@media (max-width: 1199.98px) {
	.header-style-one .main-box .outer-box .divider {
		display: none;
	}

	.side-bar-btn.search-box-outer {
		display: none !important;
	}
}

.header-style-one .main-box .theme-btn {
	line-height: 30px;
	padding: 14px 20px;
	min-width: 223px;
	height: 100%;
}

.header-style-one .main-box .theme-btn .btn-title i {
	font-size: 20px;
	margin-right: 10px;
	margin-left: 0;
	font-weight: var(--body-font-weight);
}

.header-style-one .main-box .theme-btn .btn-title:before {
	display: none;
}

@media (max-width: 1399.98px) {
	.header-style-one .main-box .theme-btn {
		display: none;
	}
}


/*** 

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 99999;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
	opacity: 1;
	z-index: 9999;
	visibility: visible;
}

.sticky-header .logo {
	padding: 10px 0;
}

.sticky-header .logo img {
	max-height: 40px;
}

.sticky-header .nav-outer {
	position: relative;
	background: none;
	display: flex;
}

.sticky-header .inner-container {
	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;
}

.sticky-header .main-menu .navigation>li {
	margin: 0;
	margin-right: 50px;
	padding: 20px 0;
}

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

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

.sticky-header .outer-box,
.sticky-header .navbar-header {
	display: none;
}

.sticky-header .mobile-nav-toggler {
	color: var(--theme-color-dark);
}

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

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
}

.sticky-header .main-menu {
	float: left;
}

.sticky-header .mobile-nav-toggler {
	top: 4px;
}

/*** 

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

***/

.mobile-nav-toggler {
	position: relative;
	display: none;
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
	margin-left: 15px;
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

/* Icon 2 */
.mobile-nav-toggler span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: var(--white);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile-nav-toggler span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

.mobile-nav-toggler span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

.mobile-nav-toggler span:nth-child(1),
.mobile-nav-toggler span:nth-child(2) {
	top: 0px;
}

.mobile-nav-toggler span:nth-child(3),
.mobile-nav-toggler span:nth-child(4) {
	top: 10px;
}


.mobile-nav-toggler span:nth-child(5),
.mobile-nav-toggler span:nth-child(6) {
	top: 20px;
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(1),
.mobile-menu-visible .mobile-nav-toggler span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(2),
.mobile-menu-visible .mobile-nav-toggler span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(1) {
	left: 2px;
	top: 11px;
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(2) {
	left: calc(50% - 2px);
	top: 11px;
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(5) {
	left: 2px;
	top: 21px;
}

.mobile-menu-visible .mobile-nav-toggler span:nth-child(6) {
	left: calc(50% - 2px);
	top: 21px;
}

@media (max-width: 991.98px) {
	.mobile-nav-toggler {
		display: block;
	}
}

.mobile-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: all 0.5s ease;
}

.mobile-menu .menu-backdrop {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	cursor: url("/assets/images/icons/cursor-x.png"), auto;
}

.mobile-menu .upper-box {
	position: relative;
	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;
	width: 100%;
	padding: 20px;
	height: 80px;
}

@media (max-width:480px) {
	.mobile-menu .upper-box{
		height: 60px;
	}
}

.mobile-menu .close-btn {
	position: relative;
	top: 0px;
	right: -5px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-color2);
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0.5;
}

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

.mobile-menu .nav-logo {
	position: relative;
	text-align: left;
	width: 100%;
}

.mobile-menu .nav-logo img {
	max-height: 50px;
}

.mobile-menu .menu-box {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	right: 0;
	top: -300px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: var(--theme-color-light);
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	filter: drop-shadow(-6px -4px 20px #0000004f);
}

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

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

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease 200ms;
	transition: all 0.4s ease 200ms;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
	opacity: 0;
	visibility: hidden;
}

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

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 25px;
}

.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.1);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 16px;
	color: var(--theme-color-dark);
	font-weight: 400;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: var(--theme-color2);
}

.mobile-menu .navigation li.current>a {
	border-left: 2px solid var(--theme-color2);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: var(--theme-color-dark);
	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.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
	content: "\f106";
}

.mobile-menu .navigation li.logo,
.mobile-menu .navigation li.logo-box {
	display: none;
}

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

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



/*** 

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

***/
.sec-title {
	position: relative;
	margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
	.sec-title br {
		display: none;
	}
}

.sec-title .sub-title-outer {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}

.sec-title .sub-title {
	position: relative;
	display: block;
	font-weight: 500;
	color: var(--sec-title-subtitle-color);
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sec-title h1,
.sec-title h2 {
	position: relative;
	font-size: var(--h1-font-size);
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	.sec-title h1 {
		font-size: 84px;
	}
}

@media (max-width: 991.98px) {
	.sec-title h1 {
		font-size: 72px;
	}
}

@media (max-width: 767.98px) {
	.sec-title h1 {
		font-size: 68px;
	}
}

@media (max-width: 575.98px) {
	.sec-title h1 {
		font-size: 54px;
	}
}

.sec-title h2 {
	position: relative;
	font-size: var(--sec-title-font-size);
	color: var(--sec-title-color);
	font-family: var(--sec-title-font-family);
	font-weight: var(--sec-title-font-weight);
	line-height: 45px;
	/* margin-bottom: 15px; */
}

@media (max-width: 575.98px) {
	.sec-title h2 {
		font-size: 25px;
	}
}

.sec-title .text {
	font-size: 16px;
	line-height: 30px;
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
	color: var(--text-white);
}


/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider {
	position: relative;
}

.main-slider .float-text {
	position: absolute;
	top: 535px;
	left: 125px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
	font-family: var(--title-font);
	font-size: 500px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1399.98px) {
	.main-slider .float-text {
		font-size: 370px;
		left: 15px;
	}
}

@media (max-width: 1199.98px) {
	.main-slider .float-text {
		font-size: 320px;
	}
}

@media (max-width: 991.98px) {
	.main-slider .float-text {
		font-size: 240px;
	}
}

@media (max-width: 575.98px) {
	.main-slider .float-text {
		display: none;
	}
}

.tp-caption .sub-title {
	position: relative;
	display: inline-block;
	font-family: var(--title-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 45px;
	color: var(--theme-color-light);
	text-transform: uppercase;
}

@media (max-width: 1399.98px) {
	.main-slider .sub-title {
		font-size: 28px;
	}
}

@media (max-width: 991.98px) {
	.main-slider .sub-title {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
	.main-slider .sub-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.main-slider .sub-title span {
	position: relative;
}

.main-slider .sub-title span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 13px;
	background-color: var(--theme-color2);
	z-index: -1;
}

@media (max-width: 767.98px) {
	.main-slider .sub-title span::before {
		bottom: 0;
		height: 5px;
	}
}

.main-slider .sub-title .icon {
	position: absolute;
	left: 0;
	font-weight: 200;
	font-size: 32px;
}

.main-slider h1 {
	position: relative;
	font-size: 70px;
	color: var(--theme-color-light);
	font-weight: 700;
	margin-bottom: 27px;
}

@media (max-width: 1399.98px) {
	.main-slider h1 {
		font-size: 60px;
	}
}

@media (max-width: 991.98px) {
	.main-slider h1 {
		font-size: 50px;
	}
}

@media (max-width: 767.98px) {
	.main-slider h1 {
		font-size: 40px;
	}

}

@media (max-width: 575.98px) {
	.main-slider h1 {
		font-size: 30px;
	}

}

@media (max-width: 365px) {
	.main-slider h1 br {
		display: none;
	}
}

.main-slider .text {
	position: relative;
	color: var(--theme-color-light);
	font-size: var(--h6-font-size);
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 36px;
	letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
	.main-slider .text {
		font-size: 16px;
		line-height: 26px;
	}

	.main-slider .text br {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.main-slider .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main-slider .btn-box {
	position: relative;
}

.main-slider .theme-btn {
	display: inline-block;
	white-space: nowrap;
	min-width: 185px !important;
	margin-right: 20px;
	margin-top: 8px;
}

@media only screen and (max-width: 576px) {
	.main-slider .theme-btn {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px;
		min-width: auto !important;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1023px) {
	.main-slider .main-image {
		display: none;
	}
}

.tp-dottedoverlay {
	position: absolute;
	background: rgb(11 66 149 / 20%);
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0.2;
}

@media (max-width: 1399.98px) {
	.tp-dottedoverlay {
		opacity: 1;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.tp-dottedoverlay {
		background: #1367a4;
		opacity: 0.7;
	}
}


/*** 

====================================================================
    Feature Section
====================================================================

***/
.feature-section {
	position: relative;
	background-color: var(--theme-color-light);
}

.inner-box {
	margin-bottom: 30px;
}

.inner-box .content-box {
	padding: 50px 20px;
	border-radius: 4px;
	filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.15));
	background-color: var(--theme-color-light);
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;	
}

.feature-single-box .inner-box .content-box::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: var(--theme-color2);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-single-box .inner-box:hover .content-box:before {
	left: 0;
	width: 100%;
}

.inner-box .content-box .title {
	position: relative;
	font-size: 24px;
	font-family: "Pretendard";
	color: var(--text-color2);
	font-weight: 600;
	letter-spacing: -0.01em;
}

@media (max-width:480px) {
	.inner-box .content-box .title {
		font-size: 20px;
	}
}

.inner-box:hover .content-box .title {
	color: var(--text-white);
}

.inner-box .content-box .text {
	font-size: 16px;
	line-height: 24px;
	color: var(--text-color);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 84%;
	margin: auto;
}

.inner-box:hover .content-box .text {
	color: var(--text-white);
}

.inner-box .use-energin-icon {
	position: relative;
	display: inline-block;
	margin: 12px 0 25px;
}

.use-energin-icon i {
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgb(11 66 149 / 50%);
	position: relative;
	z-index: 1;
}

.use-energin-icon i:before {
	position: absolute;
	content: "";
	width: 105px;
	height: 105px;
	background-color: rgb(11, 66, 149, 0.15);
	border-radius: 50%;
	z-index: -15;
}

.use-energin-icon i svg {
	fill: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.use-energin-icon .dot-rotate {
	position: absolute;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	z-index: 2;
}

.use-energin-icon:hover .dot-rotate {
	animation: dot-rotate 3s infinite linear !important;
}

.inner-box:hover .use-energin-icon .dot-rotate,
.about-block:hover .use-energin-icon .dot-rotate {
	animation: dot-rotate 1.5s linear;
}

@-webkit-keyframes dot-rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes dot-rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.use-energin-icon .dot-rotate span {
	display: inline-block;
	position: absolute;
	content: "";
	z-index: 99;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background-color: var(--theme-color2);
	border-radius: 50%;
	transform: translate(14px, 13px);
}

.inner-box:hover .use-energin-icon i {
	border-color: rgb(255 255 255 / 50%);
}

.inner-box:hover .use-energin-icon i:before {
	background-color: rgb(255 255 255 / 15%);
}

.inner-box:hover .use-energin-icon i svg {
	fill: var(--theme-color1);
}

.inner-box:hover .use-energin-icon .dot-rotate span {
	background-color: var(--theme-color1);
}


/*** 

====================================================================
    About Section
====================================================================

***/
.about-block {
	position: relative;
	align-items: flex-start;
	margin-bottom: 20px;
}

@media (max-width:378px) {
	.about-block {
		align-items: center;
		flex-direction: column;
	}

	.use-energin-icon.two {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.about-block h4 {
		font-size: 20px;
	}

	.list-style-one li {
		margin-right: 15px;
	}
}

.use-energin-icon.two {
	margin-right: 20px;
}

.use-energin-icon.two .dot-rotate,
.use-energin-icon.two i {
	width: 77px;
	height: 77px;
}

.use-energin-icon.two i svg {
	fill: var(--theme-color1);
}

.use-energin-icon.two i:before {
	width: 62px;
	height: 62px;
	background-color: var(--theme-color2);
}

.use-energin-icon.two .dot-rotate span {
	transform: translate(6px, 7px);
}

.about-block h4 {
	color: var(--text-color2);
	margin-bottom: 13px;
}

.about-block p {
	margin-bottom: 0;
}


.about-section .image-column .inner-column {
	position: relative;
	text-align: right;
	bottom: -30px;
}

.about-section .image-column .inner-column .image {
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.about-section .image-column .inner-column {
		bottom: 30px;
	}
}

.about-section .image-column .inner-column .image-2 {
	position: absolute;
	z-index: -1;
	top: -28%;
	right: 40%;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.about-section .image-column .inner-column .image-2 {
		display: none;
	}
}


/*** 

====================================================================
    Service Section
====================================================================

***/

.service-icon i {
	color: #fff;
	font-size: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* inner box light */
.inner-box.light .content-box {
	min-height: 342px;
	background-color: var(--theme-color2);
	border: 1px solid var(--theme-color-light);
}

.inner-box.light .use-energin-icon {
	display: inline-block;
	margin: 0 0 25px;
}

.inner-box.light .use-energin-icon i svg {
	fill: var(--theme-color1);
	stroke: var(--theme-color1);
}

.inner-box.light .content-box .title {
	color: var(--text-white);
}

.inner-box.light .content-box .text {
	/* background-color: var(--blue-bg2); */
	color: var(--theme-color3);
	width: 95%;
}

@media (max-width:600) {
	.inner-box.light .content-box .text {
		width: 70%;
	}
}

.inner-box.light .use-energin-icon .dot-rotate span {
	background-color: var(--theme-color1);
}

.inner-box.light .use-energin-icon i {
	border-color: rgb(255 255 255 / 50%);
}

.inner-box.light .use-energin-icon i:before {
	background-color: rgb(255 255 255 / 15%);
}

.inner-box.light .btn-style-one {
	padding: 12px 30px;
	font-weight: 500;
	border: 1px solid var(--theme-color-light);
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}

.inner-box.light .content {
	position: absolute;
	z-index: 1;
	left: 0;
	/* bottom: 0; */
	top: 80%;
	transform: translateY(32px);
	transition: all 500ms ease-in-out;
}

.inner-box.light:hover .content {
	/* transform: translateY(-75px); */
	transform: translateY(-35px);
}
/* @media (min-width: 576) and (max-width: 1320) {
	.inner-box.light:hover .content {
		transform: translateY(-35px);
	}
} */

.inner-box.light:hover .btn-style-one {
	opacity: 1;
	visibility: visible;
}

.inner-box.light:hover .use-energin-icon {
	transition: all .5s ease-in-out;
	opacity: 20%;
}

.inner-box.light:hover .use-energin-icon .dot-rotate {
	animation: dot-rotate 3s infinite linear !important;
}

/* inner box added */
.inner-box #content-box1 { background-image: url(/assets/images/LQA/LQA1.png); }
.inner-box #content-box2 { background-image: url(/assets/images/LQA/LQA2.png); }
.inner-box #content-box3 { background-image: url(/assets/images/LQA/LQA3.png); }
.inner-box #content-box4 { background-image: url(/assets/images/LQA/LQA4.png); }
.inner-box #content-box5 { background-image: url(/assets/images/LQA/LQA5.png); }
.inner-box #content-box6 { background-image: url(/assets/images/LQA/LQA6.png); }

.inner-box #content-box1,
.inner-box #content-box2,
.inner-box #content-box3,
.inner-box #content-box4,
.inner-box #content-box5,
.inner-box #content-box6 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 15%;
}


/*** 

====================================================================
    Service Section style two
====================================================================

***/

.inner-box.light.two .content-box {
	background-color: var(--theme-color1);
	border: 1px solid var(--theme-color2);
}

.inner-box.light.two .content-box .title {
	color: var(--theme-color2);
}

.inner-box.light.two .btn-style-one {
	border: 1px solid var(--theme-color2);
}

.inner-box.light.two .use-energin-icon i {
	border-color: var(--theme-color2);
}

.inner-box.light.two .use-energin-icon i svg {
	fill: var(--theme-color2);
	stroke: var(--theme-color2);
}

.inner-box.light.two .use-energin-icon i:before {
	background-color: rgb(11, 66, 149, 0.15);
}

.inner-box.light.two .content-box .text {
	color: var(--text-color);
}

.inner-box.light.two .use-energin-icon .dot-rotate span {
	background-color: var(--theme-color2);
}

/***

====================================================================
    Project Section
====================================================================

***/

.project-single-box {
	margin-bottom: 30px;
}

.project-single-box .inner-box {
	position: relative;
}

.project-single-box .inner-box:before {
	position: absolute;
	content: "";
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(11 66 149 / 15%);
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
}

.project-single-box:hover .inner-box:before {
	opacity: 0;
	visibility: hidden;
}

.inner-box .inner {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
	transition: all 300ms ease-in-out;
}

.project-single-box:hover .inner-box .inner {
	transform: translate(-50%, -50%);
}

.inner-box.light .image a:after {
	background: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.inner-box.light:hover .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.project-single-box .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-single-box .inner-box .image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-single-box .inner-box .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-single-box .inner-box .project-title {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 50%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	transform: translateX(-50%);
	color: var(--text-white);
}


.project-section .default-dots .owl-dot {
	border-color: #979797;
}

.project-section .default-dots .owl-dot.active {
	border-color: var(--theme-color2);
	background-color: var(--theme-color2);
}

/* Project Details Inner Page */
/* =========================== */
.project-details-area-main .thumbnail img {
	width: 100%;
	border-radius: 10px;
}

.portfolio-disc-content {
	margin-top: 50px;
}

.portfolio-disc-content .title-area span {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--theme-color2);
}

.portfolio-disc-content .title-area .title {
	margin-top: 15px;
	font-size: 30px;
}

.portfolio-disc-content p.disc {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--text-color);
	margin-bottom: 25px;
}

.portfolio-disc-content p.quote {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: var(--dark-color1);
}

.big-bg-porduct-details {
	margin-top: 50px;
	border-radius: 7px;
	padding-left: 40px;
}

@media only screen and (max-width: 767px) {
	.big-bg-porduct-details {
		padding-left: 0px;
	}
}

.big-bg-porduct-details .project-info {
	background: #F7F7F7;
	border-radius: 0 0 0 0;
}

.big-bg-porduct-details .project-info .info-head {
	padding: 24px 40px;
	background: var(--theme-color2);
	border-radius: 0 0 0 0;
	border-radius: 7px 7px 0 0;
}

.big-bg-porduct-details .project-info .info-head .title {
	color: #fff;
	margin-bottom: 0;
}

.big-bg-porduct-details .project-info .info-body {
	padding: 15px 40px;
}

@media only screen and (max-width: 767px) {
	.big-bg-porduct-details .project-info .info-body {
		padding: 15px 20px;
	}
}

.big-bg-porduct-details .project-info .info-body .single-info {
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #E9E9E9;
}

.big-bg-porduct-details .project-info .info-body .single-info.last {
	border: none;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details {
	margin-left: 20px;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-ico i {
	height: 50px;
	width: 50px;
	background: #F9F0F0;
	color: var(--theme-color2);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 6px 31px rgba(0, 0, 0, 0.05);
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details span {
	margin-bottom: 5px;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details .name {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 3px;
}

.check-area-pd {
	margin-top: 30px;
	margin-bottom: 30px;
}

.check-area-pd .single {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.check-area-pd .single i {
	margin-top: 5px;
	margin-right: 10px;
	color: var(--color-primary);
}

.check-area-pd .single p {
	margin-bottom: 0;
	color: #74787C;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}


/*** 

====================================================================
    Brand Section
====================================================================

***/
.brand-section {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(/assets/images/partner-bg.png);
	background-size: cover ;	
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,.5);
	background-attachment: fixed;	
	/* height: 20px;
	width: 20px; */
}
/* @media (max-width:1400px) {
	.brand-section {
		
	}
} */

/* .brand-bg {
	width: 1515px;
	margin: 0 auto;
} */

.brand-block {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-right: -1px;
}

.brand-block .image {
	position: relative;
	padding: 0px 30px;
	overflow: hidden;
	text-align: center;
	min-height: 150px;
	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-transition: all 300ms ease;
	transition: all 300ms ease;
}

.brand-block img:first-child {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	margin: auto;
	-webkit-transform: translateX(50%) scaleX(2);
	transform: translateX(50%) scaleX(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.brand-block .image:hover img:first-child {
	-webkit-transform: translateX(0) scaleX(1);
	transform: translateX(0) scaleX(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.brand-block .image:hover img:nth-child(2) {
	-webkit-transform: translateX(-50%) scaleX(2);
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.brand-block img {
	position: relative;
	width: 150px !important;
	display: inline-block !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-single-block {
	max-width: 730px;
	margin: auto;
	text-align: center;
}

.testi-icon {
	margin: 8px 0 13px;
}

.testi-icon span {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: var(--theme-color2);
}

.testimonial-single-block p.desc {
	font-size: 18px;
	line-height: 1.556;
	width: 90%;
	margin: auto;
}

.testimonial-single-block .author-area {
	margin-top: 30px;
}

.testimonial-single-block img {
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 14px;
}

.testimonial-single-block .author-area .title {
	margin-bottom: 2px;
	color: var(--text-color2);
}

.testimonial-single-block .author-area span {
	letter-spacing: 0.1em;
	color: var(--text-color2);
	font-weight: 600;
}

.testimonial-carousel .owl-dots {
	text-align: left !important;
	width: max-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	z-index: 10;
}

.testimonial-carousel .owl-dots .owl-dot {
	display: inline-block;
	background-color: var(--theme-color2);
	margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
	background-image: url(/assets/images/icons/01.png);
	background-size: contain;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}


/*** 

====================================================================
    Blog Section
====================================================================

***/

.blog-single-box {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px 5px 0 0;
	background: var(--theme-color1);
	overflow: hidden;
}

.blog-thumb {
	margin-bottom: 0;
	position: relative;
}

.blog-thumb img {
	width: 100%;
	transition: all 300ms ease-in-out;
}

.blog-single-box:hover .blog-thumb img {
	transform: scale(1.1);
}

.blog-meta-category {
	position: absolute;
	color: var(--theme-color1);
	text-align: center;
	font-weight: 600;
	left: 20px;
	top: 20px;
	/* width: 129px; */
	width: 150px;
	height: 30px;
	background-color: var(--theme-color2);
	border-radius: 2px;
	z-index: 10;
}

.blog-box-content {
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: rgb(11, 66, 149, 0.2);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 30px 0 30px 40px;
}

@media (min-width:992px) {
	.blog-box-content {
		padding: 30px 0 30px 30px;
	}

}

.blog-box-content .blog-meta-date {
	font-size: 16px;
	color: var(--text-color);
}

.blog-meta-date i {
	display: inline-block;
	font-weight: 300;
	color: var(--theme-color2);
	margin-right: 5px;
}

.blog-box-content .blog-post-title {
	font-size: 22px;
	color: var(--theme-color2);
	margin: 13px 0 10px;
}

@media (max-width:1400px) {
	.blog-box-content .blog-post-title {
		font-size: 20px;
	}
}

.blog-box-content .blog-desc p {
	margin-bottom: 11px;
}

.blog-button a {
	color: var(--theme-color2);
	position: relative;
}

.blog-button a i {
	display: inline-block;
	transition: .5s;
}

.blog-button a:hover i {
	transform: rotate(-45deg);
}

.blog-button a::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color2);
	transition: all .5s ease-in-out;
}

.blog-button a:hover::before {
	width: 100%;
}


/*** 

====================================================================
	Plan Section
====================================================================

***/
.plan-button a {
	border: 1px solid var(--theme-color2);
}

.plan-button a:hover {
	border: 1px solid var(--theme-color1);
}


/***

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

***/
.main-footer {
	position: relative;
	background-color: #0b4295;
}

.main-footer .widgets-section {
	position: relative;
	padding: 70px 0 25px;
}

.main-footer .footer-column {
	position: relative;
	margin-bottom: 40px;
}

.main-footer .footer-widget {
	position: relative;
}

@media (max-width:992.99px) {
	.footer-widget.links-widget.ml-25 {
		margin-left: 0 !important;
	}
}

.main-footer .widget-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2em;
	color: var(--theme-color-light);
	font-weight: 700;
	margin-bottom: 25px;
}

.footer-widget .disc {
	color: var(--text-white);
}

.main-footer .about-widget .logo {
	margin-bottom: 40px;
}

.main-footer .about-widget .text {
	font-size: 16px;
	line-height: 30px;
	color: #e0e0e0;
	margin-bottom: 40px;
}

/*=== User LInks ===*/
.user-links {
	position: relative;
}

.user-links li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: var(--text-white);
	margin-bottom: 8px;
}

.user-links li a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.user-links li a:hover {
	color: var(--theme-color-light);
}

.user-links li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.user-links li a:hover:before {
	width: 100%;
}

.user-links li i {
	font-weight: 300;
	margin-right: 2px;
	font-size: 10px;
}

.user-links.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.user-links.two-column li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	padding-right: 15px;
}

.contact-list-two {
	position: relative;
	padding: 0;
}

.contact-list-two li {
	position: relative;
	padding-left: 37px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.contact-list-two li i {
	position: absolute;
	top: 0px;
	left: 0;
	color: var(--theme-color1);
	font-size: 24px;
	line-height: 24px;
}

.contact-list-two li:last-child {
	margin-bottom: 0;
}

.contact-list-two li a {
	position: relative;
	display: inline-block;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-list-two li a:hover {
	color: var(--theme-color1);
}

.contact-list-two.light li,
.contact-list-two.light a {
	color: var(--theme-color-light);
}

/* Subscribe Form */
.subscribe-form {
	position: relative;
}

.subscribe-form .form-group {
	position: relative;
	margin-bottom: 0;
}

.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
	position: relative;
	display: block;
	height: 42px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	color: #000000;
	padding: 10px 35px;
	background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-form .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
	color: #707070;
}

.subscribe-form .form-group input[type=text]::-moz-placeholder,
.subscribe-form .form-group input[type=email]::-moz-placeholder {
	color: #707070;
}

.subscribe-form .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form .form-group input[type=email]:-ms-input-placeholder {
	color: #707070;
}

.subscribe-form .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form .form-group input[type=email]::-ms-input-placeholder {
	color: #707070;
}

.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
	color: #707070;
}

.subscribe-form .input-outer button[type=submit] {
	display: inline-block;
	position: absolute;
	color: var(--theme-color2);
	top: 50%;
	right: 13px;
	line-height: 1;
	background: transparent;
	transform: translateY(-50%);
}

.subscribe-form .input-outer button[type=submit]:focus {
	color: var(--theme-color1);
	font-size: 25px;
	transform: translate(134px, -125px);
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease-in-out;
}

.subscribe-form .form-group label {
	display: inherit;
}

.subscribe-form .form-group .icon {
	position: absolute;
	left: 13px;
	top: 12px;
	font-size: var(--body-font-size);
	line-height: 1em;
	color: var(--theme-color-dark);
	z-index: 3;
}

/*=== Footer Bottom ===*/
.footer-bottom {
	position: relative;
	width: 100%;
}

.footer-bottom .inner-container {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.footer-bottom .copyright-text {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: rgb(255 255 255 / 0.5);
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}

.footer-bottom .copyright-text a {
	color: inherit;
}

.footer-bottom .copyright-text a:hover {
	color: var(--theme-color-light);
}

/***

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

***/
.main-footer .bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0c0f15;
	opacity: 0.97;
}

.main-footer .shape-turbines {
	position: absolute;
	bottom: 0;
	right: 0;
}

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

.main-footer .footer-top .outer-box {
	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;
	padding: 0 0 25px;
	/* border-bottom: 1px solid var(--bs-border-color); */
}

.main-footer .footer-top .outer-box .list-style-one {
	padding: 0;
}

.main-footer .footer-top .outer-box .list-style-one li:last-child {
	margin-right: 0;
}

.main-footer .footer-top .outer-box .devider {
	position: absolute;
	width: 100%;
	top: 100%;
}

@media (max-width: 991.98px) {
	.main-footer .footer-top .outer-box {
		padding: 10px 0;
	}
}

@media (max-width: 767.98px) {
	.main-footer .footer-top .outer-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.main-footer .footer-top .outer-box .logo {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.main-footer .footer-top .outer-box .social-icon-two li:nth-child(2) {
		margin-left: 0;
	}
}

@media (max-width: 767.98px) {
	.main-footer .footer-top .outer-box .social-icon-two li.title {
		display: none;
	}
}

.main-footer .widgets-section .subscribe-widget {
	padding-left: 28px;
	padding-right: 20px;
}

@media (max-width: 1199.98px) {
	.main-footer .widgets-section .subscribe-widget {
		padding: 0;
	}
}

.main-footer .widgets-section .subscribe-widget .text {
	color: var(--theme-color-light);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}


/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.page-title {
	background-color: var(--theme-color2);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0 110px;
	min-height: 250px;
}

@media only screen and (max-width: 768px) {
	.page-title {
		padding: 110px 0 110px;
	}
}

.page-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(11 66 149 / 40%);
	/* opacity: 0.8; */
}


.dark-theme .page-title:before {
	background: rgb(23 23 23 / 70%);
}

.page-title .title {
	font-size: 64px;
	color: #ffffff;
	margin-bottom: 17px;
}

@media (max-width:768px) {
	.page-title .title {
		font-size: 36px;
	}
}

.page-title .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	max-width: 520px;
}

.page-breadcrumb {
	position: relative;
	margin-top: 5px;
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding-right: 13px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.page-breadcrumb li i {
	margin-right: 5px;
}

.page-breadcrumb li:after {
	position: absolute;
	content: "\f105";
	right: -6px;
	top: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
}

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

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

.page-breadcrumb li a {
	color: var(--theme-color1);
	font-weight: 500;
	text-transform: capitalize;
	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;
}

/* .page-breadcrumb li a:hover {
	color: var(--theme-color2);
    filter: drop-shadow(1px 0px 2px #fff);
} */

.page-title.style-two {
	background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
	color: rgb(7, 7, 16);
	font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
	color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
	color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
	color: rgb(7, 7, 16);
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon {
	position: relative;
	display: inline-block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #ffffff;
	color: #ff6d2e;
	z-index: 1;
	padding-left: 0px;
	font-size: 14px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.play-now .ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

.background-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}


/* Nav Links */
.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
	.nav-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

.nav-links .prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: calc(50% - 15px);
	margin-right: 30px;
}

@media only screen and (max-width: 767px) {
	.nav-links .prev {
		width: 100%;
	}
}

.nav-links .prev .thumb {
	margin-right: 20px;
}

.nav-links .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
	.nav-links .next {
		width: 100%;
	}
}

.nav-links .next .thumb {
	margin-left: 20px;
}

.nav-links>div {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.nav-links>div .thumb {
	display: inline-block;
	min-width: 60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.nav-links>div .thumb a {
	display: inline-block;
}

.nav-links>div>a {
	display: inline-block;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	font-size: 20px;
	line-height: 1.637;
	font-weight: var(--body-font-weight-bold);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-color-dark);
	background-color: var(--theme-light-background);
	padding: 52px 50px;
	border-radius: 10px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nav-links>div>a {
		padding: 30px;
	}
}

.nav-links>div>a:hover {
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
}


/*** 

====================================================================
	Contact Section
====================================================================

***/


.contact-section .filter-box {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 0 40px;
}

.contact-section .filter-box .form-group {
	margin: 0;
}

.contact-section .filter-box .ui-selectmenu-button.ui-button {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #7f8a99;
	font-size: 13px;
	padding: 0 0 10px;
	height: 41px;
	line-height: 30px;
	text-transform: uppercase;
}

.contact-section .filter-box .ui-selectmenu-button.ui-button:hover,
.contact-section .filter-box .ui-selectmenu-button.ui-button:focus {
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.contact-section .filter-box .ui-button .ui-icon:before {
	color: #7f8a99;
	font-style: normal;
}

.contact-section .info-container {
	position: relative;
	margin-bottom: 60px;
}

.info-block {
	position: relative;
	margin-bottom: 30px;
}

.info-block .info-inner-box {
	position: relative;
	display: block;
	padding: 40px 25px 45px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.info-block .info-inner-box:hover {
	border-color: transparent;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.info-block .icon-box {
	position: relative;
	top: 0;
	display: block;
	line-height: 70px;
	font-size: 54px;
	color: var(--primary-color);
	margin-bottom: 10px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.info-container .info-block:nth-child(2) .icon-box {
	font-size: 70px;
}

.info-block .title-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.info-block .title-box h4 {
	text-transform: uppercase;
	color: #061138;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 5px;
}

.info-block .title-box .subtitle {
	position: relative;
	color: #7f8a99;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.6em;
}

.info-block .content-box {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 15px;
	transition: 0.5s;
}

.info-block .text {
	position: relative;
	display: block;
	color: #868da5;
	font-size: 15px;
	background: #ffffff;
	padding: 10px 0px;
	line-height: 1.7em;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.info-block .link-box {
	position: relative;
}

.info-block .link-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #061138;
}

.info-block .link-box a:hover {
	color: var(--primary-color);
}

.map-data {
	text-align: center;
	font-size: 15px;
	color: #7f8a99;
	font-weight: 400;
	line-height: 1.7em;
}

.map-data h6 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #061138;
}

.map-canvas {
	height: 680px;
}

.contact-form {
	position: relative;
}

.contact-container .form-column,
.contact-container .map-column {
	position: relative;
	margin-bottom: 30px;
}

.contact-container .form-column .inner {
	position: relative;
	padding: 50px 35px 55px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-container .sec-title h2 {
	font-size: 36px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group .ui-selectmenu-button.ui-button {
	font-family: "Playfair Display", serif;
	font-style: italic;
	padding-left: 20px !important;
}

.contact-form .form-group textarea {
	height: 140px;
}

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

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section {
	position: relative;
	padding: 0px 0px 90px;
	background: #ffffff;
}

.subscribe-section.style-two {
	padding-bottom: 70px;
}

.subscribe-section.style-three {
	padding: 100px 0px;
}

.subscribe-section.no-padding-top {
	padding-top: 0;
}

.subscribe-section .inner {
	position: relative;
	display: block;
	padding: 55px 90px 40px;
	background: var(--primary-color);
	color: #ffffff;
}

.subscribe-section .inner .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.subscribe-section.style-two .inner {
	position: relative;
	display: block;
	padding: 85px 90px 0px;
	background: none;
	color: #7f8a99;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.subscribe-section.style-three .inner {
	padding: 56px 90px 40px;
	background: none;
}

.subscribe-section .title {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 35px;
}

.subscribe-section .title h4 {
	text-transform: capitalize;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--white);
}

.subscribe-section.style-two .title h4 {
	color: #061138;
}

.subscribe-section .title .subtitle {
	text-transform: uppercase;
	font-size: 14px;
}

.subscribe-form-two {
	position: relative;
	display: block;
}

.subscribe-form-two .row {
	margin: 0px -10px;
}

.subscribe-form-two .form-group {
	position: relative;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.subscribe-form-two form .form-group input {
	font-style: italic;
	line-height: 30px !important;
	padding: 14px 20px !important;
	height: 60px !important;
	padding-left: 20px !important;
}

.subscribe-form-two .theme-btn {
	display: block;
	width: 100%;
}

.subscribe-form-two .theme-btn .btn-title {
	width: 100%;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 15px 20px;
}


/***

====================================================================
    team Section
====================================================================

***/
.team-section {
	position: relative;
	;
}

.team-section .bg {
	top: 0;
	height: auto;
	bottom: -195px;
}

.team-section .bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #191e28;
	opacity: 0.9;
}

.team-block {
	position: relative;
}

.team-block .inner-box {
	position: relative;
	overflow: hidden;
}

.team-block .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.team-block .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

/* .team-block .inner-box:hover .info-box {
  padding-left: 70px;
} */
.team-block .inner-box:hover .info-box:before {
	width: 100%;
}

.team-block .image-box {
	position: relative;
}

.team-block .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	z-index: 1;
}

.team-block .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.team-block .info-box {
	position: relative;
	padding: 15px 0;
	text-align: center;
	background-color: var(--theme-color-light);
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 2;
}

.team-block .info-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 4px;
	width: 0;
	background-color: var(--theme-color2);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .info-box .name {
	margin-bottom: 5px;
	color: var(--theme-color2);
	font-weight: 500;
}

.team-block .info-box .designation {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #164890;
	margin-bottom: 5px;
}

.team-block .share-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	line-height: 55px;
	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;
	text-align: center;
	font-size: var(--body-font-size);
	color: #ffffff;
	background-color: var(--text-color2);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.team-block .inner-box:hover .info-box .share-icon {
	left: 24px;
}

.team-block .social-links {
	position: absolute;
	left: 30px;
	bottom: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .social-links a {
	position: relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 2px;
	text-align: center;
	font-size: var(--body-font-size);
	color: var(--theme-color2);
	background-color: var(--theme-color1);
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--theme-color2);
}


/*======== Blog List Inner Page ==========*/
/* ============================================ */
.blogs-section.style-three {
	background: #f8f9fb;
}

.searchbar-section.style-three {
	background-image: linear-gradient(to bottom, transparent 50%, #f8f9fb 50%);
}

.calculate-section.style-three {
	background-image: linear-gradient(#f8f9fb 50%, #112442 50%);
}

.row.blogs-pr {
	padding-right: 20px;
}

.blogs-section .single-blog-box {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
	border-radius: 3px;
}

.blogs-section .blog-thumb {
	position: relative;
	z-index: 1;
}

.blogs-section .blog-thumb:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-image: linear-gradient(10deg, var(--theme-color2) 0%, var(--theme-color2) 100%);
	visibility: hidden;
	transition: 0.5s;
	border-radius: 5px;
	opacity: 0.45;
}

.blogs-section .single-blog-box:hover .blog-thumb:before {
	left: 0;
	width: 100%;
	visibility: visible;
}

.single-blog-dtls-box {
	margin-bottom: 30px;
	background: var(--theme-color1);
}

.blogs-section .blog-content {
	padding: 35px;
	transition: 0.5s;
	background: var(--text-white);
	border: 1px solid rgba(6, 36, 98, 0.1);
	border-top: 0;
	position: relative;
}

.blogs-section .blog-content::before {
	position: absolute;
	content: "";
	left: 0;
	top: 70px;
	width: 100%;
	height: 1px;
	background: rgba(6, 36, 98, 0.1);
}

.blogs-section .meta-blog {
	position: absolute;
	bottom: -20px;
	left: 30px;
}

.blogs-section .meta-blog a {
	font-size: 14px;
	padding: 7px 22px;
	background: var(--theme-color2);
	color: var(--text-white);
	display: inline-block;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.meta-blog a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: var(--text-color);
	border-radius: 3px;
	z-index: -1;
	transform: scale(0);
	transition: 0.5s;
}

.blogs-section .single-blog-box:hover .meta-blog a:before {
	transform: scale(1);
}

.single-blog-dtls-box h2.blog-title,
.single-blog-box h2.blog-title {
	margin: 10px 0 0;
}

.blogs-section h2.blog-title a {
	display: inline-block;
	font-size: 26px;
	line-height: 27px;
	font-weight: 700;
	position: relative;
}

.blogs-section h2.blog-title:hover a {
	color: var(--theme-color2);
}

.blogs-section h2.blog-title a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--theme-color2);
	transition: 0.5s;
}

.blogs-section h2.blog-title a:hover::before {
	width: 100%;
}

.blogs-section p.blog-desc {
	padding: 15px 0;
	margin: 0;
}

ul.blog-author li {
	list-style: none;
	display: inline-block;
	margin-right: 37px;
	font-weight: 500;
	color: var(--text-color);
}

ul.blog-author li i {
	color: var(--theme-color2);
	margin-right: 7px;
}

ul.blog-author li span {
	position: relative;
	z-index: 1;
}

ul.blog-author li span:before {
	position: absolute;
	content: "";
	right: -20px;
	top: 3px;
	width: 1px;
	height: 12px;
	background-color: rgba(7, 72, 131, 0.5019607843137255);
}

.blogs-section .blog-button a {
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	color: #01adee;
	font-weight: 400;
	font-family: "Work Sans";
	border-radius: 5px;
	border: 1px solid var(--theme-color2);
	transition: 0.5s;
	position: relative;
	z-index: 1;
}

.blogs-section .blog-button a:hover {
	color: var(--text-white);
}

.blogs-section .blog-button a::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--theme-color2);
	transition: 0.5s;
}

.blogs-section .blog-button a:hover::before {
	left: 0;
	width: 100%;
}

/* Blog Right Side */
.blog-right-side>div {
	width: 100%;
	margin-bottom: 40px;
	padding: 35px 30px 35px;
	border-radius: 5px;
	background: var(--text-white);
	box-shadow: 0 0 5px rgb(0 0 0 / 3%);
}

.blogs-section .sidebar-title {
	font-size: 22px;
	padding: 0 0 24px;
	margin-bottom: 30px;
	border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
	position: relative;
	z-index: 1;
}

/* .blogs-section .sidebar-title:before {
	position: absolute;
	content: "";
	left: -10px;
	top: 0;
	width: 3px;
	height: 30px;
	background: var(--theme-color2);
	border-radius: 5px;
} */

.search {
	position: relative;
	border-radius: 8px;
}

.search input {
	background: var(--text-white) none repeat scroll 0 0;
	height: 52px;
	position: relative;
	width: 100%;
	border: 1px solid #ced4da;
	color: #616161;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 4px;
}

.search input[type="text"] {
	padding-left: 10px;
}

.search input::placeholder {
	font-size: 19px;
	color: #9c9e9c;
}

.search button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #616161;
	font-size: 18px;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 53px;
	transition: 0.5s;
}

.search button:hover {
	color: var(--theme-color1);
}

.search button:focus {
	border: none !important;
}

/* Calendar css */
.wrapper {
	width: 100%;
	background: var(--text-white);
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.wrapper .current-month {
	display: flex;
	align-items: center;
	padding: 0 30px 0;
	justify-content: space-between;
	margin: 20px 0;
}

.icons {
	display: flex;
}

.icons span {
	display: inline-block;
	height: 38px;
	width: 38px;
	margin: 0 1px;
	cursor: pointer;
	color: #878787;
	background: #f2f2f2;
	text-align: center;
	line-height: 38px;
	font-size: 1.9rem;
	user-select: none;
	border-radius: 50%;
	transition: 0.5s;
}

.icons span:last-child {
	margin-right: -10px;
}

.icons span:hover {
	background: var(--theme-color2);
}

.icons span:hover i {
	color: #fff;
}

.icons span i {
	font-size: 16px;
	position: relative;
	top: -4px;
	transition: 0.5s;
}

.current-date {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.calendar {
	padding: 20px 20px 0;
}

.calendar ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
}

.calendar li {
	color: #333;
	width: calc(100% / 7);
	font-size: 16px;
}

.calendar .weeks li {
	font-weight: 500;
	cursor: default;
}

.calendar .days li {
	z-index: 1;
	cursor: pointer;
	position: relative;
}

.days li.inactive {
	color: #aaa;
	transition: 0.5s;
}

.days li.active {
	color: var(--text-white);
}

.days li::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.days li.active::before {
	background: var(--theme-color2);
}

.days li:not(.active):hover::before {
	background: #f2f2f2;
}

.text-widget-about {
	text-align: center;
}

.text-widget-about ul li {
	border-top: 0;
	padding: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
	color: #5e629c;
}

.wp-block-archives select {
	height: 40px;
	width: 200px;
	border: 1px solid #ddd;
	padding: 0 10px;
}

.single-blog-content .wp-block-latest-comments {
	padding-left: 0;
}

.recent-post-text span i {
	color: #f8f9fe;
	margin-right: 5px;
	font-size: 14px;
}

/*categories menu*/
.widget-categories-menu ul {
	display: block;
}

.widget-categories-menu ul li {
	display: block;
	list-style: none;
	margin-bottom: 15px;
	background: transparent;
	width: 100%;
	padding: 10px 22px;
	transition: 0.5s;
	border: 1px solid #bdc0c5;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
	border: 1px solid var(--theme-color2);
}

.widget-categories-menu ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: var(--theme-color2);
	transition: 0.5s;
	z-index: -1;
}

.widget-categories-menu ul li:hover:before,
.widget-categories-menu ul li.active:before {
	width: 100%;
}

.widget-categories-menu ul li a {
	display: block;
	color: var(--theme-color2);
	font-weight: 500;
	transition: 0.5s;
}

.widget-categories-menu ul li a i {
	display: inline-block;
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.widget-categories-menu ul li:hover a i,
.widget-categories-menu ul li.active a i {
	color: var(--text-white);
}

.widget-categories-menu ul li a span {
	float: right;
}

.widget-categories-menu ul li:hover a,
.widget-categories-menu ul li.active a {
	color: var(--text-white);
}

/* Blog side */
.blog-right-side .widget ul li {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
}

.blog-right-side .widget ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0;
}

.cat-item.cat-item-3 a {
	color: var(--text-color);
}

/* Recent Post Box */
.widget-recent-post {
	border-bottom: 1px solid #E8E8E8;
	padding: 0 0 20px;
	margin-bottom: 20px;
	align-items: center;
}

.widget-recent-post.upper {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0;
}

.rpost-thumb {
	margin-right: 20px;
}

.rpost-thumb img {
	max-width: 70px;
	border-radius: 3px;
}

.rpost-content h6 {
	display: inline-block;
	margin: 0;
}

.rpost-content h6:hover {
	color: var(--theme-color2);
}

.rpost-title span {
	display: inline-block;
	color: var(--text-color);
	font-size: 14px;
	padding: 2px 0 0;
}

/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
	display: inline-block;
	list-style: none;
}

li.item1 {
	padding: 15px 0 0 !important;
}

.sidebar-tag-item ul li a {
	background: var(--text-white);
	padding: 6px 20px;
	display: inline-block;
	margin: 0px 6px 15px 0;
	font-weight: 500;
	color: #656970;
	border: 1px solid #bdc0c5;
	transition: 0.5s;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.sidebar-tag-item ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--theme-color2);
	color: var(--text-white);
	border: 2px solid var(--text-white);
	border-radius: 5px;
	z-index: -1;
	transform: scale(0);
	transition: 0.5s;
}

.sidebar-tag-item ul li.active a:before,
.sidebar-tag-item ul li a:hover:before {
	width: 100%;
	transform: scale(1);
}

.sidebar-tag-item ul li.active a,
.sidebar-tag-item ul li a:hover {
	color: var(--text-white);
	border: 1px solid var(--theme-color2);
}

/*Blog Details
=================================================*/

/*Blog Quote*/
.blog-quote {
	background: #f6f6f6;
	padding: 25px 35px;
	border-left: 4px solid var(--theme-color2);
	border-radius: 2px;
	margin: 25px 0 45px;
}

.qte-icon {
	width: 72px;
	height: 72px;
	line-height: 72px;
	background: var(--text-white);
	text-align: center;
	float: left;
	margin-right: 20px;
}

.qte-icon svg {
	width: 45px;
	height: 45px;
	fill: var(--theme-color2);
}

.blog-quote p {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: var(--text-color);
	margin: 0;
	overflow: hidden;
}

.blog-dtls-thumb {
	padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
	padding: 5px 0 0;
}

ul.product-list li {
	display: block;
	list-style: none;
	color: var(--text-color);
	padding: 0 0 8px;
	transition: 0.5s;
}

ul.product-list li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: transparent;
	border: 1px solid var(--theme-color2);
	border-radius: 50%;
	text-align: center;
	color: var(--theme-color2);
	font-size: 15px;
	position: relative;
	top: 2px;
	margin-right: 6px;
	transition: 0.5s;
}

ul.product-list li:hover i {
	background: var(--theme-color2);
	border: 1px solid var(--theme-color2);
	color: var(--text-white);
}

/*Blog Social Share
=======================*/

.blogs-social-share {
	background: #f6f6f6;
	padding: 20px 20px 25px 24px;
	margin: 35px 0;
	border-radius: 4px;
}

span.social-text {
	font-size: 17px;
	font-weight: 500;
	color: var(--text-color);
}

ul.social-share {
	float: right;
}

ul.social-share li {
	display: inline-block;
	list-style: none;
}

ul.social-share li a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: var(--text-white);
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	color: var(--theme-color2);
	margin-right: 7px;
	position: relative;
	z-index: 1;
}

ul.social-share li a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--theme-color2);
	border-radius: 3px;
	z-index: -1;
	transform: scale(0);
	transition: 0.5s;
}

ul.social-share li a:hover:before {
	transform: scale(1);
}

ul.social-share li a:hover {
	color: var(--text-white);
}

/*Post Comment
=================*/

.blog-post-comment {
	border: 1px solid rgba(6, 36, 98, 0.1);
	padding: 34px 30px 26px;
	border-radius: 5px;
}

.post-comment-thumb {
	float: left;
	margin-right: 20px;
}

.post-content {
	overflow: hidden;
}

h4.post-title {
	font-size: 17px;
	line-height: 26px;
	margin-top: 0;
	padding: 2px 0 9px;
	font-weight: 600;
}

h3.blog-comment-title {
	font-size: 26px;
	font-weight: 700;
	padding: 0 0 34px;
}

.blog-post-comment .post-comment {
	border-bottom: 1px solid rgba(6, 36, 98, 0.1);
	margin-bottom: 30px;
	padding: 0px 0px 25px;
}

.blog-post-comment .post-comment2 {
	margin-left: 88px;
}

.blog-post-comment h4.post-title {
	font-weight: 600;
}

.blog-post-comment h4.post-title span {
	font-size: 14px;
	color: var(--theme-color2);
	font-weight: 400;
	padding-left: 25px;
	position: relative;
}

.blog-post-comment .post-title span:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 8px;
	height: 1px;
	width: 10px;
	background: var(--theme-color2);
}

.blog-post-comment .rights-reply {
	float: right;
	font-weight: 500;
	color: var(--text-color);
	position: relative;
	top: 0;
	cursor: pointer;
	left: -32px;
}

/*Contact Form
======================*/

.product-item-title h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	padding: 20px 0 30px;
}

h6.form-title {
	font-size: 15px;
	font-weight: 500;
	padding: 0 0 13px;
	margin: 0;
}

.contact-form-box3 {
	padding: 33px 30px 50px;
	border: 1px solid rgba(6, 36, 98, 0.1);
	margin: 30px 0 0;
	border-radius: 5px;
	position: relative;
	background: #fff;
}

.contact-form-box3 .form-box input {
	background-color: #f6f6f6;
	border: 0;
	padding: 0 20px;
}

.contact-form-box3 .form-box textarea {
	background-color: #f6f6f6;
	border: 0;
	height: 130px;
	padding: 15px 25px;
}

.contact-form-box3 .contact-form button {
	padding: 11px 53px;
	color: var(--text-white);
	display: inline-block;
	margin-top: 30px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	background: var(--theme-color2);
	transition: 0.5s;
	font-weight: 500;
	font-size: 16px;
}

.style-two.contact-form button:hover {
	color: var(--text-white);
}

/*=======================================
   16. choose-us-section
=======================================*/

.choose-us-section {
	padding: 120px 0 90px;
}

.choose-us,
.gallery-bg {
	display: flex;
	justify-content: center;
}

.choose-us-single-box {
	padding: 26px 37px 20px 32px;
	border-radius: 5px;
	filter: drop-shadow(0 0 75px rgba(232, 232, 232, 0.5));
	border: 1px solid var(--text-white);
	background-color: var(--text-white);
	display: flex;
	align-items: center;
	transition: 0.5s;
	margin-bottom: 30px;
}

.choose-us-icon {
	display: inline-block;
	border-radius: 50%;
	background-color: rgb(17, 177, 238, 0.1);
	border: 10px solid rgb(17, 177, 238, 0.1);
	margin-right: 20px;
	transition: 0.5s;
}

.choose-us-icon span {
	display: inline-block;
	font-size: 40px;
	color: var(--text-white);
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #0cb0ee;
	transition: 0.5s;
}

.choose-us-icon span.icon-oar-converted,
.choose-us-icon span.icon-planing {
	padding: 5px 16px;
}

.choose-us-content h4 {
	font-size: 22px;
	font-weight: 700;
	font-family: "Playfair Display";
	padding-bottom: 12px;
}

.choose-us-content .title span {
	font-family: var(--font-work-sans);
	font-weight: 600;
	padding-right: 5px;
}

/* choose us all hover */
.choose-us-single-box:hover {
	border: 1px solid rgba(1, 14, 34, 0.08);
}

.choose-us-single-box:hover .choose-us-icon {
	background-color: #192c4a;
	border: 10px solid #192c4a;
}

.choose-us-single-box:hover .choose-us-icon span {
	background-color: #192c4a;
}

.choose-us-single-box:hover .choose-us-content h4 {
	color: #0cb0ee;
}

/*=======================================
   17. gallery-section
=======================================*/
.gallery-section {
	padding: 90px 0;
	background-color: #152846;
}

.gallery-section .energin-section-title.style-two {
	text-align: left;
}

.gallery-section .energin-section-title.style-two h5 {
	margin: 0;
}

.gallery-section .energin-section-title.style-two h5::before {
	display: none;
}

.gallery-section .energin-section-title h2 {
	color: var(--text-white);
}

.gallery-single-box {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.gallery-single-box::before {
	position: absolute;
	content: "";
	z-index: 2;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
	background-color: rgb(18, 30, 48, 0.7);
	transition: 0.5s;
}

.gallery-button a {
	position: absolute;
	content: "";
	z-index: 2;
	top: 43%;
	left: 45%;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	color: var(--text-white);
	border: 1px solid var(--text-white);
	transform: scale(0);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.gallery-thumb img {
	width: 100%;
}

/* gallery all hover */
.gallery-single-box:hover::before {
	left: 0;
	width: 100%;
}

.gallery-single-box:hover .gallery-button a {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}




/* ///// */
.yachts-details-box .map-box {
	border-radius: 10px;
	overflow: hidden;
}

/* Right col */
.form-single-box {
	margin-top: 70px;
	width: 421px;
	height: auto;
	border-radius: 5px;
	filter: drop-shadow(0px 5px 25px rgba(233, 233, 233, 0.5));
	background-color: var(--text-white);
	border: 1px solid #f2f2f2;
	padding: 40px;
}

.form-single-box .form-title {
	border-bottom: 1px solid rgba(136, 143, 153, 0.2);
}

.form-title .title {
	display: flex;
	align-items: flex-end;
}

.form-title .title p {
	margin: 0;
	margin-right: 10px;
}

.form-title .title h3 {
	font-size: 24px;
	color: var(--theme-color2);
	font-family: var(--font-work-sans);
	margin: 0;
}

.form-title .title h3>span {
	font-size: 16px;
}

.form-title .info p,
.form-title .title p>del {
	font-weight: 500;
}

.form-single-box .form-group {
	margin-top: 30px;
}

.form-single-box .field-label {
	color: #112544;
	font-weight: 500;
	margin-bottom: 5px;
}

.form-single-box .field-inner input {
	width: 100%;
	height: 52px;
	border-radius: 5px;
	background-color: #fbfbfb;
	border: 1px solid rgb(136, 143, 153, 0.2);
	padding: 0 30px;
}

.form-single-box .form-group h3.title {
	font-size: 22px;
	font-family: "Playfair Display";
	padding-bottom: 20px;
}

.form-single-box .form-group label {
	font-size: 16px;
	color: #888f99;
}

.form-single-box .form-submit .submit-btn {
	width: 100%;
	border: none;
	padding: 14px 0 13px;
	background-color: var(--theme-color2);
	color: var(--text-white);
	border-radius: 5px;
	margin-top: 20px;
}

/* Range  Wrapper BOX */

.range-slider {
	zoom: 1;
	padding-top: 3.5em;
	position: relative;
	text-align: center;
}

.range-slider:before,
.range-slider:after {
	content: " ";
	display: table;
}

.range-slider:after {
	clear: both;
}

@media (min-width: 640px) {
	.range-slider {
		padding-top: 3.5em;
	}
}

@media (min-width: 1024px) {
	.range-slider {
		padding-top: 3.5em;
	}
}

.range-slider .track {
	bottom: 17px;
	height: 4px;
	left: 0;
	margin-bottom: -3px;
	position: absolute;
	width: 0;
	z-index: 50;
}

@media (min-width: 640px) {
	.range-slider .track {
		bottom: 17px;
	}
}

@media (min-width: 1024px) {
	.range-slider .track {
		bottom: 15px;
	}
}

.range-slider .track--full {
	background: #aaa;
	width: 100%;
}

.range-slider .track--included {
	background: var(--theme-color2);
	border-radius: 4px;
}

.range-slider .slider-thumb {
	position: absolute;
	z-index: 101;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.range-slider .slider-thumb {
		display: block;
	}
}

@media (min-width: 640px) {
	.range-slider .slider-thumb {
		width: 26px;
		height: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider .slider-thumb {
		width: 26px;
		height: 26px;
	}
}

.range-slider [type="range"] {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	height: 26px;
	margin: 0;
	outline: none;
	padding: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 75;
}

@media (min-width: 640px) {
	.range-slider [type="range"] {
		height: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"] {
		height: 26px;
	}
}

.range-slider [type="range"]:focus {
	outline: none;
}

.range-slider [type="range"]::-moz-focus-outer {
	border: 0;
}

.range-slider [type="range"]:first-of-type {
	float: left;
	margin-bottom: -30px;
}

@media (min-width: 640px) {
	.range-slider [type="range"]:first-of-type {
		margin-bottom: -30px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]:first-of-type {
		margin-bottom: -30px;
	}
}

.range-slider [type="range"]:last-of-type {
	float: right;
	margin-bottom: 0;
}

.range-slider [type="range"]::-webkit-slider-runnable-track {
	background: none;
	border: 0;
	height: 6px;
	z-index: -1;
}

.range-slider [type="range"]::-ms-fill-lower {
	background: none;
	border: 0;
}

.range-slider [type="range"]::-ms-fill-upper {
	background: none;
	border: 0;
}

.range-slider [type="range"]::-ms-track {
	background: transparent;
	border: 0;
	border-color: transparent;
	color: transparent;
	height: 6px;
	z-index: -1;
}

.range-slider [type="range"]:focus::-ms-fill-lower {
	background: none;
	border: 0;
}

.range-slider [type="range"]:focus::-ms-fill-upper {
	background: none;
	border: 0;
}

.range-slider [type="range"]::-moz-range-track {
	-moz-appearance: none;
	background: none;
	border: 0;
	height: 6px;
	z-index: -1;
}

.range-slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: var(--text-white);
	border: 4px solid var(--theme-color2);
	border-radius: 50%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	outline: 0;
	pointer-events: all;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
	.range-slider [type="range"]::-webkit-slider-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]::-webkit-slider-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

.range-slider [type="range"]::-ms-thumb {
	background: var(--text-white);
	border: 4px solid var(--theme-color2);
	border-radius: 50%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: 0;
	pointer-events: all;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
	.range-slider [type="range"]::-ms-thumb {
		width: 26px;
		height: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]::-ms-thumb {
		width: 26px;
		height: 26px;
	}
}

.range-slider [type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	background: var(--text-white);
	border: 4px solid var(--theme-color2);
	border-radius: 50%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	pointer-events: all;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
	.range-slider [type="range"]::-moz-range-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]::-moz-range-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

.range-slider .output,
.range-slider output {
	position: absolute;
	top: 17px;
	width: 74px;
	height: 34px;
	line-height: 35px;
	background-color: var(--theme-color2);
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-family: "Inter";
	color: var(--text-white);
	border-radius: 3px;
	margin-right: 10px;
}

/* Create a custom checkbox */
.categories-title {
	position: relative;
}

.categories-title:before {
	position: absolute;
	content: "";
	left: -34px;
	top: 0;
	height: 29px;
	width: 3px;
	background: var(--theme-color2);
}

.categories-title h4 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
	padding: 0px 0 25px;
	margin: 0 0 30px;
	position: relative;
}

.widget-contact-box,
.widget-product-box,
.blogs-location-box,
.range-wrapper-box,
.widget-check-box {
	padding: 40px 35px;
	background: var(--text-white);
	box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
	border-radius: 4px;
	margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 22px;
	width: 22px;
	border-radius: 2px;
	border: 1px solid rgba(6, 36, 98, 0.1);
	background-color: rgba(7, 72, 131, 0);
}

.widget-check {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	color: #062461;
}

.widget-check:last-child {
	margin-bottom: 0;
}

.widget-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.widget-check:hover input~.checkmark {
	background-color: #ccc;
}

.widget-check input:checked~.checkmark {
	background-color: var(--theme-color2);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.widget-check input:checked~.checkmark:after {
	display: block;
}

.widget-check .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Products Collection
====================== */
.products-collection {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dddd;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

.products-collection:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* .products-thumb {
  margin-right: 20px;
} */

.product-icon-list ul li {
	list-style: none;
	display: inline-block;
}

.product-icon-list ul li {
	font-size: 14px;
	color: #00aced;
}

.products-title h6 {
	font-size: 16px;
	color: #0a110e;
	font-weight: 600;
	font-family: var(--font-work-sans);
	margin: 0 0 5px;
}

.prdct-price p {
	font-size: 16px;
	color: #888f99;
	font-weight: 400;
	margin-bottom: 0;
}

.prdct-price p span {
	color: #00aced;
}

/* Contact Us */
.widget-contact-box .contact-title {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddd;
	margin-bottom: 30px;
}

.widget-contact-box .contact-box {
	display: flex;
	align-items: center;
}

.widget-contact-box .contact-thumb {
	margin-right: 20px;
}

.widget-contact-box .contact-title h4 {
	font-size: 22px;
	font-weight: 600;
	font-family: var(--font-work-sans);
	padding-bottom: 0;
	margin: 0;
	border: none;
}

.widget-contact-box .contact-title span {
	color: #01adee;
	font-size: 35px;
	margin-right: 10px;
}

.contact-content .contact-text p {
	margin: 0;
	font-size: 14px;
}

.contact-content .contact-number span {
	color: #112543;
	font-size: 17px;
	font-weight: 600;
}

.contact-us-button a {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 5px;
	color: var(--theme-color2);
	border: 1.5px solid var(--theme-color2);
	margin-top: 30px;
}

/* Blogs Single Box */
.blogs-single-box {
	filter: drop-shadow(-2.27px -4.455px 30px rgba(236, 235, 234, 0.6));
	border-radius: 0 0 5px 5px;
	display: block;
	margin-bottom: 30px;
}

.blogs-thumb {
	position: relative;
}

.blogs-thumb img {
	width: 100%;
}

.blogs-thumb .favourite {
	position: relative;
}

.blogs-thumb .favourite {
	position: absolute;
	display: inline-block;
	content: "";
	z-index: 2;
	left: 0;
	top: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(/assets/images/resource/heart.svg) no-repeat center;
	background-color: rgb(20, 40, 70, 0.3);
	text-align: center;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.blogs-single-box:hover .blogs-thumb .favourite {
	left: 15px;
	opacity: 1;
	visibility: visible;
}

.blogs-thumb .favourite.focus {
	left: 15px;
	background: url(/assets/images/resource/heart-fill.svg) no-repeat center;
	background-color: rgb(20, 40, 70, 0.3);
	opacity: 1;
	visibility: visible;
}

.blogs-single-box .blogs-thumb span.discount-bagde {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	background: url(/assets/images/resource/badge2.svg);
	padding: 8px 5px 0;
	border-radius: 100px 100px 0 0;
	min-width: 85px;
	font-size: 22px;
	font-weight: 600;
	color: var(--theme-color2);
	font-family: var(--font-work-sans);
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	transition: 0.5s;
}

.blogs-single-box:hover .blogs-thumb span.discount-bagde {
	background: url(/assets/images/resource/badge2-i.svg);
	color: var(--text-white);
}

.blogs-single-box .blogs-thumb span.discount-bagde::after {
	content: "off";
	position: absolute;
	top: 3px;
	right: -17px;
	border-radius: 50%;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	background: url(/assets/images/resource/badge.svg);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--theme-color2);
	font-family: var(--font-work-sans);
	transition: all 0.55s ease;
}

.blogs-single-box:hover .blogs-thumb span.discount-bagde::after {
	background: url(/assets/images/resource/badge-i.svg);
	color: var(--text-white);
}

.blogs-content {
	filter: drop-shadow(-2.27px -4.455px 30px rgba(236, 235, 234, 0.6));
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
	padding: 23px 28px 38px 32px;
	overflow: hidden;
}

.blogs-top-info {
	display: flex;
	justify-content: space-between;
}

.meta-travel-text i {
	color: #01adee;
}

.star-blogs-rating ul li {
	display: inline-block;
	color: #01adee;
	font-size: 14px;
}

.blogs-title h3 {
	font-size: 24px;
	color: #112543;
	font-weight: 700;
	font-family: "Playfair Display";
	transition: 0.5s;
	padding: 0 0 10px;
}

.blogs-title h3:hover {
	color: #01adee;
}

.blogs-map {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.blogs-map i {
	color: #01adee;
}

.blogs-map span {
	font-size: 17px;
}

.blogs-map:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #ede8e8dd;
	bottom: -25px;
}

.blogs-bottom {
	display: flex;
	justify-content: space-between;
}

.blogs-price h4 {
	font-size: 22px;
	color: #01adee;
	font-weight: 600;
	font-family: var(--font-work-sans);
}

.blogs-button a {
	display: inline-block;
	border-radius: 20px;
	background-color: #01adee;
	font-size: 17px;
	color: #fefefe;
	font-weight: 400;
	padding: 7px 23px;
	border: 1px solid #01adee;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	transform: translateX(80px);
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 480px) {
	.blogs-button a {
		padding: 7px 15px;
	}
}

.blogs-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	background: #000000;
	transform: scale(0);
	transition: 0.5s;
	border: 1px solid #000000;
}

.blogs-button a i {
	font-size: 14px;
	margin-left: 4px;
}

/* blogs all hover */
.blogs-single-box:hover .blogs-button a {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.blogs-button a:hover:before {
	transform: scale(1);
}

/* Pagination Menu */

.pagination-menu {
	display: flex;
}

.pagination-menu ul li {
	display: inline-block;
	margin-right: 10px;
}

.pagination-menu ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: var(--text-white);
	border: 1.5px solid #00aced;
	border: 1.5px solid #bdc0c5;
	text-align: center;
	line-height: 40px;
	transition: 0.5s;
}

.pagination-button a {
	display: inline-block;
	width: 84px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	background-color: var(--text-white);
	border: 1.5px solid #bdc0c5;
	color: #112543;
	font-weight: 500;
	margin-left: 5px;
	transition: 0.5s;
}

.pagination-menu ul li a:hover {
	border: 1.5px solid #00aced;
}

.pagination-button a:hover {
	background-color: #00aced;
	border: 1.5px solid #00aced;
	color: var(--text-white);
}

/*
<!-- ============================================================== -->
<!-- Comfy Shop Section  Css -->
<!-- ============================================================== -->*/
.shop-section {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

.shop-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
	width: 36%;
	height: 100%;
	background: var(--text-white);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
}

/* Shop Form*/

.form_box {
	padding: 11px 0 0;
}

p.form-text {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding-right: 12px;
}

.form_box select {
	width: 30%;
	height: 38px;
	padding-left: 15px;
	background: var(--text-white);
	border-radius: 4px;
	font-size: 16px;
	color: var(--theme-color2);
	border: 1px solid rgba(6, 36, 98, 0.4);
	transition: 0.5s;
}

.upper.widget_search {
	padding: 0;
	margin-bottom: 40px;
	background: inherit;
	text-align: right;
	box-shadow: none;
}

.widget_search form {
	position: relative;
}

.upper.widget_search input {
	height: 60px;
	width: 73%;
	color: #062461;
	background: #f6f6f6;
	border: 0;
	border-radius: 4px;
	padding: 0 20px 0;
}

button.icons {
	display: inline-block;
	border: 0;
	font-size: 18px;
	color: var(--text-white);
	position: absolute;
	right: 0;
	height: 100%;
	width: 60px;
	background: var(--theme-color2);
	border-radius: 0 4px 4px 0;
}

/*Shop Left*/

.categories-title h4 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
	padding: 0px 0 25px;
	margin: 0 0 30px;
	position: relative;
}

.categories-title h4:before {
	position: absolute;
	content: "";
	left: -35px;
	top: 0;
	height: 29px;
	width: 3px;
	background: var(--theme-color2);
}

.widget-check-box {
	padding: 40px 35px 18px;
	background: var(--theme-color1);
	box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
	border-radius: 4px;
	margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 22px;
	width: 22px;
	border-radius: 2px;
	border: 1px solid rgba(6, 36, 98, 0.1);
	background-color: rgba(7, 72, 131, 0);
}

.widget-check {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	color: var(--theme-color2);
}

.widget-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

label.widget-check span {
	display: inline;
	float: right;
}

.widget-check:hover input~.checkmark {
	background-color: #ccc;
}

.widget-check input:checked~.checkmark {
	background-color: var(--theme-color2);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.widget-check input:checked~.checkmark:after {
	display: block;
}

.widget-check .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Price Range
===========================*/


.range-wrapper-box {
	padding: 40px 35px 40px;
	background: var(--text-white);
	box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
	border-radius: 4px;
	margin-bottom: 30px;
}

.slider-labels {
	margin-top: 35px;
}

.text-right.caption {
	display: inline-block;
}

.caption {
	display: inline-block;
}

.caption strong {
	width: 74px;
	height: 34px;
	line-height: 35px;
	background: var(--theme-color2);
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: var(--text-white);
	border-radius: 3px;
	margin-right: 10px;
}

span#slider-range-value1,
span#slider-range-value2 {
	font-size: 16px;
	font-weight: 400;
	color: var(--theme-color2);
}


.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	/* Fix 401 */
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
	height: 5px;
}

.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	left: -7px;
	top: -6px;
	background-color: var(--theme-color2);
}

.noUi-background {
	background: #ececec;
}

.noUi-connect {
	background: var(--theme-color2);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 2px;
}

.noUi-target {
	border-radius: 2px;
}

/* Handles and cursors;
 */

.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	cursor: default;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.noUi-handle:active {
	border: 8px solid rgba(59, 179, 216, 0.38);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	left: -14px;
	top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
	padding: 30px 30px 20px;
	background: var(--text-white);
	box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
	border-radius: 4px;
	margin-bottom: 30px;
}

.products-collection {
	margin-bottom: 20px;
}

.product-thumb {
	float: left;
	padding-right: 17px;
}

.products-title h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.product-price span {
	font-size: 15px;
	font-weight: 400;
	color: var(--theme-color2);
}

.product-icon-list ul {
	line-height: 20px;
}

.product-icon-list ul li {
	list-style: none;
	display: inline-block;
	color: #FF8D06;
	letter-spacing: 4px;
	font-size: 14px;
}


/*Product 
======================*/

.product-categories-box {
	padding: 30px 30px 20px;
	background: var(--text-white);
	box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
	border-radius: 4px;
	margin-bottom: 30px;
}

.products-collection {
	margin-bottom: 20px;
}

.product-thumb {
	float: left;
	padding-right: 17px;
}

.products-title h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.product-price span {
	font-size: 15px;
	font-weight: 400;
	color: var(--theme-color2);
}

.product-icon-list ul {
	line-height: 20px;
}

.product-icon-list ul li {
	list-style: none;
	display: inline-block;
	color: #ff8d06;
	letter-spacing: 4px;
	font-size: 14px;
}

/*Shop Right 
======================*/

.row.products {
	padding-left: 80px;
	justify-content: flex-end;
}

.single-products-box {
	text-align: center;
	margin-bottom: 30px;
}

.products-thumb {
	position: relative;
	z-index: 1;
}

.products-thumb:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: rgba(6, 36, 98, 0.8);
	opacity: 0.8;
	transition: 0.5s;
	border-radius: 4px 4px 0 0;
}

.products-thumb img {
	width: 100%;
	transition: 0.5s;
	border-radius: 4px 4px 0 0;
}

.product-sale {
	position: absolute;
	top: 20px;
	left: 20px;
}

.product-sale span {
	padding: 4px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	background: var(--theme-color2);
	color: var(--text-white);
	border-radius: 4px;
	display: inline-block;
}

/* Product icon */
.collection-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}

.single-products-box.active .collection-icon,
.single-products-box:hover .collection-icon {
	bottom: 40%;
	visibility: visible;
	opacity: 1;
}

.collection-icon ul li {
	display: inline-block;
	margin: 0 5px;
}

.collection-icon button {
	font-size: 14px;
	color: var(--theme-color2);
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #ffffff;
	line-height: 32px;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	border: none;
}

.collection-icon button:hover {
	color: #fff;
}

.collection-icon button::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-color2);
	border-radius: 16px;
	transform: scale(0);
	z-index: -1;
	transition: 0.5s;
}

.collection-icon button:hover::after {
	transform: scale(1);
	/* filter: hue-rotate(360deg); */
}

.product-action-btn {
	line-height: 1;
	position: relative;
	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: 0;
	border: none;
	background-color: transparent;
}

.product-action-btn[data-tooltip-text]::before {
	font-size: 10px;
	line-height: 1;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	visibility: hidden;
	padding: 5px 10px;
	content: attr(data-tooltip-text);
	cursor: default;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	opacity: 0;
	color: #fffefe;
	border-radius: 50px;
	background-color: #00000066;
}

.product-action-btn:hover {
	color: #ff7a1f;
}

.product-action-btn:hover[data-tooltip-text]::before {
	top: -25px;
	visibility: visible;
	opacity: 1;
}

.product-content {
	padding: 23px 0 6px;
	border: 1px solid rgba(6, 36, 98, 0.1);
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

ul.product-rating li {
	list-style: none;
	display: inline-block;
	color: #ff8d06;
	letter-spacing: 0.3em;
	font-size: 14px;
}

.product-title h2 {
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-color2);
	line-height: 17px;
	margin: 15px 0 0;
}

.product-price p {
	font-size: 15px;
	padding: 14px 0 0px;
	margin-bottom: 15px;
	color: var(--theme-color2);
}

.product-price p span {
	color: #616161;
	text-decoration: line-through;
	margin-left: 5px;
}

.product-thumb-icon a:hover {
	color: var(--text-white);
}

.product-thumb-icon a:hover:before {
	left: 0;
	width: 100%;
}

.single-products-box:hover .products-thumb:before {
	height: 100%;
	top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
	opacity: 1;
	left: 30%;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
	opacity: 1;
	right: 30%;
}

/*pagination
==================*/

.pagination-menu {
	padding-top: 30px;
}

.pagination-menu ul {
	display: inline-block;
}

.pagination-menu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 8px;
}

.pagination-menu ul li a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	background: #f5f5f5;
	display: inline-block;
	color: var(--theme-color2);
	font-size: 20px;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

.pagination-menu ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--theme-color2);
	border-radius: 50%;
	transform: scale(0);
	transition: 0.5s;
	z-index: -1;
}

.pagination-menu ul li a.active:before,
.pagination-menu ul li a:hover:before {
	transform: scale(1);
}

.pagination-menu ul li a.active,
.pagination-menu ul li a:hover {
	color: var(--text-white);
}

/*Tab Items
=======================*/

.tab {
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

.tabs {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.tabs li {
	line-height: 38px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.tabs li img {
	border-radius: 5px;
}

.tabs li a {
	font-size: 18px;
	background: url(/assets/images/resource/tab1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #152b63;
	font-weight: 600;
	display: inline-block;
	outline: none;
	padding: 15px 93px;
	transition: all 0.5s ease-in-out;
	margin-right: 30px;
	border-radius: 5px 35px 35px 35px;
}

.tabs li a span {
	font-size: 18px;
	padding-right: 6px;
	color: var(--theme-color2);
}

.tabs_item {
	display: none;
	padding: 30px 0 0;
}

.tabs_item:first-child {
	display: block;
}

.tab-thumb {
	margin-right: 65px;
	position: relative;
	z-index: 1;
}

.tab-thumb:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 100%, 100% 0%, 100% 100%);
	transform: scale(0);
	transform-origin: bottom right;
	background-image: linear-gradient(-86deg, #152b63 0%, #152b63 100%);
	pointer-events: none;
	transition: all 500ms linear;
	border-radius: 5px;
	opacity: 0.25;
}

.tab-thumb:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 92px;
	height: 92px;
	background-color: #152b63;
}

.tb-icons {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	width: 92px;
	height: 92px;
	line-height: 80px;
	text-align: center;
	background-color: var(--theme-color2);
	display: inline-block;
	border-radius: 0 50px 50px 50px;
}

.tabs li.current a {
	/* background: url(../images/resource/tab-active.jpg); */
	color: var(--text-white);
	background-repeat: no-repeat;
}

.tabs li.current a span {
	color: var(--text-white);
}

.tabs li.current:before {
	position: absolute;
	content: "";
	z-index: 1;
	left: 0;
	right: 30px;
	bottom: -7px;
	margin: auto;
	width: 23px;
	transform: rotate(45deg);
	transition: 0.5s;
	border: 18px solid;
	border-right-color: var(--theme-color2);
	border-top-color: transparent;
	border-left-width: 0;
	border-left-color: transparent;
	border-bottom-width: 0;
}

.tabs_item .hendre-section-title p {
	padding: 17px 0 5px;
}

.tabs_item .hendre-section-title h4 {
	margin-top: 0;
}

.tabs_item .hendre-button a {
	margin-top: 30px;
}

.tab-thumb:hover:before {
	transform: scale(1);
}

/* ============================= */
/* Quick View CSS */
/* ============================= */
.confirm-box {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}

.message-box {
	background: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #062e5f;
	font-weight: 500;
}

.button-box {
	margin-top: 30px;
}

.yes-button,
.no-button {
	padding: 8px 20px;
	font-size: 16px;
	margin: 0 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
}

.yes-button:hover,
.no-button:hover {
	filter: hue-rotate(360deg);
}

.yes-button {
	background: #ff7a1f;
}

.no-button {
	background: #062e5f;
}

/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
	--bs-backdrop-zindex: 0 !important;
}

#exampleProductModal.modal {
	background: rgb(0 0 0 / 50%);
}

.quickview-product-image-slider {
	width: 100%;
	border: 1px solid #f2f2f2;
}

.quickview-product-thumb-carousel .swiper-slide {
	border: 1px solid #f2f2f2;
}

.quickview-product-thumb-carousel .swiper-slide-thumb-active {
	border-color: var(--theme-color2);
}

/* Swiper Pagination */
.swiper-pagination {
	line-height: 1;
	bottom: 0 !important;
	display: flex;
	justify-content: center;
	padding: 0;
	gap: 10px;
}

.swiper-pagination-bullet {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 16px;
	height: 16px;
	margin: 0 !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 1;
	border: 1px solid var(--theme-color2);
	border-radius: 0;
	background-color: transparent;
}

.swiper-pagination-bullet::before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	content: "";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 1px solid var(--theme-color2);
}

.swiper-pagination-bullet-active::before {
	background-color: var(--theme-color2);
}

/* Modal */
.quickview-product-modal .btn-close {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	padding: 10px;
	-webkit-transform: translateX(40%) translateY(-40%);
	transform: translateX(40%) translateY(-40%);
	border-radius: 50%;
	background-color: var(--text-white);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.quickview-product-modal .modal-body {
	padding: 30px;
}

/* Single Product Image */
.single-product-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.single-product-image-item {
	position: relative;
	border: 1px solid #f2f2f2;
}

/* Single Product Thumbnail Carousel */
.quickview-product-thumb-carousel {
	width: 100%;
	padding-bottom: 2px;
}

.quickview-product-thumb-carousel .swiper-slide {
	border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.quickview-product-thumb-carousel .swiper-slide-thumb-active {
	border-color: var(--theme-color2);
}

.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
	visibility: visible;
	width: 36px;
	height: 36px;
	opacity: 1;
}

.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
}

.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
	color: #1f2226;
	border-color: #e5e5e5;
}

.quickview-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.quickview-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
	color: var(--text-white);
	border-color: var(--theme-color2);
	background-color: var(--theme-color2);
}

.product-thumb-carousel .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-prev {
	left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.product-thumb-carousel-vertical {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100px;
	flex: 1 0 100px;
	height: 488px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.product-thumb-carousel-vertical {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 90px;
		flex: 1 0 90px;
		height: 438px;
	}
}

@media only screen and (max-width: 575px) {
	.product-thumb-carousel-vertical {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 80px;
		flex: 1 0 80px;
		height: 395px;
	}
}

@media only screen and (max-width: 479px) {
	.product-thumb-carousel-vertical {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60px;
		flex: 1 0 60px;
		height: 305px;
	}
}

.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next {
	left: 50%;
	margin: 0;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
	border-radius: 50%;
}

.product-thumb-carousel-vertical .swiper-button-prev::after,
.product-thumb-carousel-vertical .swiper-button-next::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.product-thumb-carousel-vertical .swiper-button-prev {
	top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* Single Product Content */
.single-product-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.single-product-title {
		font-size: 24px;
	}
}

.single-product-price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	color: var(--theme-color2);
	gap: 20px;
}

.single-product-price del {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}

.single-product-meta {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.single-product-meta li {
	line-height: 1.4285;
	display: -webkit-box;
	gap: 10px;
}

.single-product-meta li+li {
	margin-top: 10px;
}

.single-product-meta li span.label {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 80px;
	flex: 1 0 80px;
	max-width: 80px;
}

.single-product-meta li span.value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
	content: ",";
}

.single-product-meta li span.value.social a {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product-meta li span.value.social a img {
	width: 20px;
	height: 20px;
}

.single-product-text {
	margin-bottom: 20px;
}

.single-product-variations {
	padding: 0;
	list-style: none;
}

.single-product-variations li {
	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;
	gap: 10px;
}

.single-product-variations li+li {
	margin-top: 15px;
}

.single-product-variations li .label {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 80px;
	flex: 1 0 80px;
	max-width: 80px;
}

.single-product-variations li .value {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}

.single-product-variations li .value [class*="single-product-variation"] input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0;
}

.single-product-additional-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 30px;
}

.single-product-additional-information .single-product-info-btn {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	border: none;
	background-color: transparent;
	gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
	color: var(--theme-color2);
}

.single-product-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
	gap: 10px;
}

.single-product-actions-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product-actions-item .btn-style-one {
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 400;
}

.single-product-buy-now {
	margin-bottom: 30px;
}

.single-product-buy-now .btn {
	width: 100%;
	max-width: 340px;
}

.single-product-safe-payment p {
	margin-bottom: 5px;
}

.single-product-safe-payment img {
	max-height: 24px;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 7px;
}

.single-product-variation-size-item {
	position: relative;
}

.single-product-variation-size-item input:checked~label {
	color: var(--text-white);
	background-color: var(--theme-color2);
}

.single-product-variation-size-item label {
	line-height: 1;
	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;
	width: 24px;
	height: 24px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
	background-color: #eff1f4;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.single-product-variation-color-item {
	position: relative;
}

.single-product-variation-color-item input:checked~label {
	background-image: url(/assets/images/icons/social/check.png);
}

.single-product-variation-color-item label {
	line-height: 1;
	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;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-indent: -99999px;
	text-transform: uppercase;
	border-radius: 50%;
	background-color: #eff1f4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}

.single-product-variation-material-item {
	position: relative;
}

.single-product-variation-material-item input:checked~label {
	color: #1f2226;
}

.single-product-variation-material-item label {
	font-weight: 700;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: capitalize;
	color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 80px;
	padding: 30px;
	border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
	.single-product-description-area {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 575px) {
	.single-product-description-area {
		padding: 20px;
	}
}

.single-product-description-area-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-product-description-area-nav {
		gap: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.single-product-description-area-nav {
		gap: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.single-product-description-area-nav {
		gap: 15px;
	}
}

.single-product-description-area-nav button {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	padding: 0;
	padding-bottom: 10px;
	border: none;
	background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.single-product-description-area-nav button {
		font-size: 16px;
	}
}

@media only screen and (max-width: 575px) {
	.single-product-description-area-nav button {
		padding-bottom: 5px;
	}
}

.single-product-description-area-nav button::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	content: "";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background-color: var(--theme-color2);
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
	right: auto;
	left: 0;
	width: 100%;
}

.single-product-description-area .block-title-2 {
	padding-bottom: 0;
	border-bottom: none;
}

/* Product Quantity */
.product-quantity-count {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	border: 1px solid #e5e5e5;
	height: 58px;
}

.product-quantity-count input {
	border: 0;
	padding: 8px;
}

.product-quantity-count .product-quantity-box {
	line-height: 1;
	width: 40px;
	text-align: center;
	border: none;
	background-color: transparent;
}

.product-quantity-count input:focus {
	border: 0 !important;
	outline: 0 !important;
}

.product-quantity-count .qty-btn {
	font-size: 20px;
	line-height: 1;
	width: 30px;
	padding: 10px;
	text-align: center;
	border: none;
	background-color: transparent;
}

.product-quantity-count .qty-btn:hover {
	color: var(--theme-color2);
}

span.value.links a {
	color: #303030;
}

button.reaction-btn,
.reset-btn {
	border-radius: 3px;
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #f9fafb;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	overflow: hidden;
}

button.reaction-btn::before,
button.reset-btn::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--theme-color2);
	transition: 0.5s;
}

button.reaction-btn:hover::before,
button.reset-btn:hover::before {
	left: 0;
	width: 100%;
}

button.reaction-btn:hover,
button.reset-btn:hover {
	color: var(--text-white);
}

/* Cart Totals */
.cart-totals {
	margin-top: 30px;
	max-width: 500px;
	margin-left: auto;
	padding: 30px;
	background-color: #f8f9fa;
}

.cart-totals .title {
	margin-bottom: 15px;
}

.cart-totals .table {
	margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
	padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
	padding-right: 0;
}


/*
Shop style two
=====================*/

.shops-section {
	padding: 100px 0 70px;
}

.shops-section .row.products {
	padding-left: 0;
}

.shops-section .nav-btn.navSidebar-button {
	position: absolute;
	left: 0;
}

.shops-section .tab-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shops-section .nav-btn.navSidebar-button a i {
	color: var(--theme-color2);
}

.single-products-box2 {
	display: flex;
	margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
	width: 300px;
	max-width: inherit;
	transition: 0.5s;
	border-radius: 4px;
	margin-right: 30px;
}

.single-products-box2 .product-content2 {
	text-align: left;
}

.single-products-box2 .product-title h2 {
	font-size: 24px;
	line-height: 15px;
	margin-top: 5px;
}

.single-products-box2 .product-price p {
	margin-bottom: 5px;
}

p.description {
	padding: 12px 0 4px;
	margin-bottom: 15px;
}

.product-thumb-icon2 a {
	font-size: 14px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 30px;
	background-color: var(--theme-color2);
	color: var(--text-white);
	transition: 0.5s;
	margin-right: 6px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.product-thumb-icon2 a:after {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: var(--theme-color2);
	transform: scale(0);
	transition: 0.5s;
}

.product-thumb-icon2 a:hover:after {
	transform: scale(1);
}

/*Tab style
======================*/

.shops-section .tab {
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	text-align: right;
	padding: 5px 0 0;
	margin-right: 0;
}

.shops-section .tabs {
	display: inline;
}

.shops-section .tabs li.current:before {
	position: inherit;
	border: 0;
}

.shops-section .tabs li a {
	font-size: 35px;
	width: 52px;
	height: 52px;
	line-height: 49px;
	text-align: center;
	color: var(--text-white);
	background: var(--theme-color2) !important;
	display: inline-block;
	margin-right: 0;
	margin-left: 15px;
	padding: 0;
	border-radius: 5px 35px 35px 35px;
}

.shops-section li.current a {
	color: var(--text-white) !important;
	background: var(--theme-color2) !important;
	border-radius: 0;
}

.tabs li a svg {
	width: 40px;
	height: 40px;
}

.swiper-container {
	width: 100%;
	height: 300px;
}

.tabs-content .swiper-slide {
	padding: 1rem 2rem;
}

.tabs-buttons {
	height: auto;
	box-shadow: inset 0 -2px #e6e6e6;
}

.tabs-buttons .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}

.tabs-buttons .swiper-slide {
	width: auto;
	height: auto;
	padding: 1rem 2rem;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.tabs-buttons .active-tab {
	opacity: 1;
	border-bottom-color: red;
}

/*widget
==============*/

.widget {
	display: inline-block;
}

.tab-area .widget {
	margin-right: 30px;
}

.widget select {
	padding: 15px 13px;
	width: 85%;
	display: inline-block;
	position: relative;
	top: -6px;
	color: #6a6e49;
	border: 2px solid #616161;
	border-radius: 5px;
	transition: 0.5s;
	cursor: pointer;
}

.widget form select:focus,
.widget_search.upper2 input:focus {
	border: 2px solid var(--theme-color2) !important;
	border-radius: 5px;
}

/*================================================== */
/* button style - start */
/*================================================== */
.load_more {
	margin-top: 60px;
}

.btn {
	border: none;
	outline: none;
	line-height: 1;
	color: var(--text-white);

	font-weight: 700;
	padding: 21px 42px;
	border-radius: 5px;
	display: inline-block;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	font-family: "DM Sans", sans-serif;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

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

.btn.btn_primary {
	background-color: var(--theme-color2);
}

.btn.btn_primary:hover {
	background-color: #1b1b1b;
}

.btn.btn_secondary {
	background-color: #1b1b1b;
}

.btn.btn_secondary:hover {
	background-color: var(--theme-color2);
}

.btn.btn_border {
	padding: 19px 42px;
	border: 2px solid transparent;
}

.btn.border_white {
	border-color: rgba(255, 255, 255, 0.5);
}

.btn.border_white:hover {
	color: var(--theme-color2);
	border-color: var(--text-white);
	background-color: var(--text-white);
}

.btn.border_black {
	color: #1b1b1b;
	border-color: rgba(18, 16, 13, 0.3);
}

.btn.border_black:hover {
	color: var(--text-white);
	border-color: #1b1b1b;
	background-color: #1b1b1b;
}

.btn_text {
	line-height: 1;

	font-weight: 500;
	color: #7c7770;
	display: inline-block;
}

.btn_text span {
	position: relative;
	display: inline-block;
}

.btn_text span:before {
	width: 0px;
	left: auto;
	right: 0px;
	bottom: 0px;
	height: 1px;
	content: "";
	position: absolute;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	background-color: var(--theme-color2);
}

.btn_text:hover span:before {
	left: 0px;
	width: 100%;
	right: auto;
}

.btn_text i {
	margin-left: 2px;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn_text:hover {
	color: var(--theme-color2);
}

.btn_text:hover i {
	transform: translateX(5px);
}

/*=================================
<--Start Cart Section -->
=================================*/
.cart-section {
	padding: 100px 0;
	background-color: var(--text-white);
}

button.remove-btn:hover i {
	color: red;
}

/* Cart Product Mobile */
.cart-product-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.cart-product-mobile-thumb {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 135px;
	flex: 1 0 135px;
	max-width: 135px;
	border: 1px solid #e5e5e5;
}

.cart-product-mobile-remove {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	border: none;
	border-radius: 50%;
	background-color: var(--text-white);
	transition: 0.5s;
}

.cart-product-mobile-remove i {
	display: inline-block;
	border-radius: 50%;
	transition: 0.5s;
}

.cart-product-mobile-remove i:hover {
	color: #dc3545;
}

.cart-product-mobile-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-product-mobile-image img {
	width: 100%;
}

.cart-product-mobile-content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.cart-product-mobile-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.cart-product-mobile-title a {
	font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.cart-product-mobile-total {
	margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
	margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
	font-size: 15px;
	line-height: 1;
	display: -webkit-box;
	margin-bottom: 10px;
	font-weight: 500;
	color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
	padding-left: 5px;
}

/* Cart Checkout Alert */
.alert-btn.show-modal,
.alert-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.alert-js.active .show-modal {
	display: none;
}

/* .alert-overlay {
	position: fixed;
	z-index: 10000;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	pointer-events: none;
}

.alert-js.active .alert-overlay {
	opacity: 1;
	pointer-events: auto;
}

.alert-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 380px;
	width: 100%;
	padding: 30px 20px;
	border-radius: 24px;
	background-color: var(--text-white);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	transform: translate(-50%, -50%) scale(1.2);
	z-index: 10001;
} */

.alert-js.active .alert-box {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}

.alert-box i {
	font-size: 70px;
	color: #27ff00;
}

.alert-box h2 {
	margin: 20px 0 0;
	font-size: 25px;
	font-weight: 600;
	color: #333;
}

.alert-box h3 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 15px 0 0;
	text-align: center;
	font-family: cursive;
}

.alert-box .alert-buttons {
	margin-top: 25px;
}

.alert-buttons a {
	display: inline-block;
	padding: 14px 22px;
	font-size: 18px;
	font-weight: 400;
	color: var(--text-white);
	background: var(--theme-color2);
	border-radius: 6px;
	cursor: pointer;
	margin: 0 10px;
	transition: 0.5s;
}

.alert-buttons a:first-child:hover {
	background-color: #ff0000;
}

.alert-buttons a:hover {
	background-color: #265df2;
}

/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */

.checkout-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
	margin-bottom: 30px;
}

.cart-totals .table,
.checkout-box .table {
	--bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
	margin-top: 30px;
	max-width: 500px;
	margin-left: auto;
	padding: 30px;
	background-color: #f8f9fa;
}

.cart-totals .title {
	margin-bottom: 15px;
}

.cart-totals .table {
	margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
	padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
	padding-right: 0;
}

/* Checkout Box */
.checkout-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
	margin-bottom: 30px;
}

/* Form */
/* Checkbox */
.form-check {
	min-height: auto;
	margin-bottom: 0;
}

.form-check:not(:last-child) {
	margin-bottom: 15px;
}

.form-check .form-check-input {
	margin-top: 1px;
	border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-check .form-check-label {
	font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
	margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
	font-size: 14px;
	margin-top: 10px;
}

/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
	padding: 20px;
	padding-top: 10px;
	border: 1px solid #e5e5e5;
}

fieldset legend {
	font-size: 16px;
	font-weight: 700;
	float: none;
	width: auto;
	margin: 0;
	padding: 0 10px;
	background-color: var(--text-white);
}

/* Form Label */
label {
	font-size: 16px;
	font-weight: 500;
	display: block;
	/* margin-bottom: 10px; */
}

/* Form Field Select */
select.form-field {
	font-size: 14px;
	width: 100%;
	height: 54px;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	background-color: var(--text-white);
	background-image: url("/assets/images/icons/angle-down-solid.svg");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px;
	-webkit-appearance: none;
	appearance: none;
}

select.form-field:focus {
	border-color: #c7a17a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	select.form-field {
		height: 52px;
	}
}

@media only screen and (max-width: 767px) {
	select.form-field {
		height: 44px;
	}
}

/* Form Field Input */
input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
	font-size: 14px;
	width: 100%;
	height: 54px;
	padding: 10px 24px;
	border: 1px solid #e5e5e5;
	background-color: var(--text-white);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
		height: 52px;
	}
}

@media only screen and (max-width: 767px) {
	input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
		height: 44px;
	}
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus {
	border-color: #c7a17a;
}

/* Form Field Textarea */
textarea.form-field {
	font-size: 14px;
	width: 100%;
	height: 140px;
	padding: 10px 24px;
	border: 1px solid #e5e5e5;
	background-color: var(--text-white);
}

textarea.form-field::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
	border-color: #c7a17a;
}

/* News Letter Form */
.subscribe-newsletter {
	position: relative;
	width: 100%;
	max-width: 770px;
}

.subscribe-newsletter input[type="email"] {
	height: 60px !important;
	padding: 10px 30px !important;
	padding-right: 140px !important;
	border-radius: 100px;
	background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
	.subscribe-newsletter input[type="email"] {
		font-size: 14px;
		height: 50px !important;
	}
}

.subscribe-newsletter input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	padding: 10px 30px;
	color: var(--text-white);
	border: none;
	border-radius: 100px;
	background-color: #c7a17a;
}

.subscribe-newsletter input[type="submit"]:hover {
	background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
	.subscribe-newsletter input[type="submit"] {
		font-size: 14px;
		height: 50px;
	}
}

/* Reservation Form */
.reservation-form {
	padding: 40px 50px;
	border: 1px solid #e5e5e5;
	background-color: var(--text-white);
	-webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
	box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
	.reservation-form {
		padding: 30px;
	}
}

.reservation-form .block-title {
	margin-bottom: 20px;
}

.reservation-form .input-field {
	width: 100%;
}

.reservation-form .input-field:not(:last-child) {
	margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
	font-size: 15px;
}

.reservation-form .input-field textarea {
	height: 120px;
}

.reservation-form .input-field input[type="submit"] {
	text-transform: uppercase;
}

/* Form */
/* Checkbox */
.form-check {
	min-height: auto;
	margin-bottom: 0;
}

.form-check:not(:last-child) {
	margin-bottom: 15px;
}

.form-check .form-check-input {
	margin-top: 1px;
	border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-check .form-check-label {
	font-size: 14px;
	line-height: 1.25;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

/*
<!-- ============================================================== -->
<!-- Comfy Shop Details  Css -->
<!-- ============================================================== -->*/

.tab {
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	/* padding: 15px 44px 15px; */
	border-radius: 10px;
	margin-right: 15px;
}

.tabs li a {
	background: inherit;
	color: var(--text-white);
	font-weight: 600;
	display: inline-block;
	outline: none;
	padding: 5px;
	transition: all 0.5s ease-in-out;
	margin-right: 20px;
	border-radius: 5px;
}

.tabs li:first-child a {
	margin-left: 0;
}

.tabs li.current:before {
	background: transparent;
	border: 0;
}

.tabs li.current a {
	border: 1px solid var(--theme-color2);
}

.style-three.tab {
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	border: 1px solid rgba(6, 36, 98, 0.1);
	padding: 15px 44px 15px;
	border-radius: 10px;
	margin-right: 15px;
}

.tabs_item img {
	border-radius: 5px;
}

.style-three .tabs li a {
	background: inherit;
	color: var(--text-white);
	font-weight: 600;
	display: inline-block;
	outline: none;
	padding: 5px;
	transition: all 0.5s ease-in-out;
	margin-right: 20px;
	border-radius: 5px;
}

.style-three .tabs li:last-child a {
	margin-right: 0;
}

.style-three .tabs li.current:before {
	background: transparent;
	border: 0;
}

.style-three li.current a {
	border: 1px solid var(--theme-color2);
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
	padding-left: 30px;
}

.category-title h2 {
	font-size: 31px;
	font-weight: 700;
	line-height: 26px;
	padding: 0px 0 23px;
	margin: 0;
}

.category-icon-list ul li {
	list-style: none;
	display: inline-block;
	color: var(--theme-color2);
	letter-spacing: 0.4em;
	font-size: 16px;
}

li.category-text {
	letter-spacing: 0 !important;
	color: #67686c !important;
	padding-left: 6px;
}

.category-price h6 {
	color: var(--theme-color2);
	padding: 6px 0 19px;
	margin: 0;
}

.category-description p {
	margin: 0;
}

.category-price span {
	color: #616161;
	padding-left: 14px;
	text-decoration: line-through;
}

.category-color p {
	color: #0d0e14;
	line-height: 26px;
	font-weight: 500;
	padding: 18px 0 6px;
}

.category-color span {
	color: #67686c;
	padding-left: 20px;
	position: relative;
}

.category-color span:before {
	position: absolute;
	content: ":";
	left: 4px;
	top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
	display: inline-flex;
	padding: 8px 0 30px;
}

.quantity-with_btn {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	vertical-align: middle;
}

.quantity .cart-plus-minus {
	position: relative;
	width: 170px;
	text-align: left;
	height: 54px;
	overflow: hidden;
	border-radius: 5px;
}

.quantity .cart-plus-minus>.ctnbutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	width: 38px;
	-webkit-box-align: center;
	align-items: center;
	vertical-align: middle;
	color: var(--text-white);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: var(--theme-color2);
}

.quantity .cart-plus-minus>.cart-plus-minus-box {
	border: 0;
	height: 54px;
	text-align: center;
	width: 170px;
	font-size: 16px;
	font-weight: 600;
	color: #062461;
	background-color: var(--text-white) !important;
	background: linear-gradient(90deg, var(--theme-color2) 50%, transparent 0) repeat-x,
		linear-gradient(90deg, var(--theme-color2) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--theme-color2) 50%, transparent 0) repeat-y,
		linear-gradient(0deg, var(--theme-color2) 50%, transparent 0) repeat-y;
	background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
	background-position: 0 0, 0 100%, 0 0, 100% 0;
	-webkit-animation: linearGradientMove 0.3s infinite linear;
	animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus>.ctnbutton.dec {
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus>.ctnbutton.inc {
	top: 50%;
	right: 0%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
	border-radius: 30px 0 0 30px;
}

@keyframes linearGradientMove {
	100% {
		background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
	}
}

/*categories button
=========================*/

.category-button {
	display: inline-block;
	padding-left: 20px;
}

.category-button a {
	padding: 13px 25px;
	font-size: 15px;
	font-weight: 500;
	background: var(--theme-color2);
	border-radius: 4px;
	color: var(--text-white);
	display: inline-block;
	position: relative;
	z-index: 1;
}

.category-button a:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #062461;
	border-radius: 4px;
	transition: 0.5s;
}

.category-button a i {
	padding-left: 10px;
	font-size: 16px;
}

.category-button a:hover:before {
	left: 0;
	width: 100%;
}

/* table
================*/

table.category-table {
	padding: 2px 0 0;
	display: inline-block;
}

table.category-table td.table-title {
	font-size: 16px;
	color: #062461;
	font-weight: 500;
}

table.category-table tr td {
	padding-right: 25px;
	padding-bottom: 12px;
}

table.category-table td.table-title {
	font-size: 16px;
	color: #0d0e14;
	font-weight: 500;
}

table.category-table td.table-text {
	color: #616161;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
}

table.category-table td.table-text:before {
	position: absolute;
	content: ":";
	left: -15px;
	top: 0;
	font-size: 20px;
	color: #0d0e14;
}

/*shop tab style
=====================*/

.appoinment-tab {
	padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
	font-size: 15px;
	background: var(--text-white);
	border: 1px solid rgba(13, 14, 20, 0.1);
	color: var(--theme-color2);
	font-weight: 500;
	display: inline-block;
	outline: none;
	padding: 9px 29px;
	transition: all 0.5s ease-in-out;
	margin-right: 20px;
	border-radius: 5px;
}

.appoinment-tab .tabs li:last-child a {
	margin-right: 0;
}

.appoinment-tab li.current a {
	background: var(--theme-color2);
	color: var(--text-white);
}

/*tabs items table
=======================*/

table.tab-items-table {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
	background: var(--text-white);
	height: 66px;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	padding: 20px 0 0 30px;
}

tr.tabs-bg {
	background: #f5f5f5 !important;
}

table.tab-items-table tr td {
	padding-right: 100px;
}

table.tab-items-table td.table-title {
	font-size: 16px;
	color: var(--theme-color2);
	font-weight: 500;
}

table.tab-items-table td.table-text {
	color: #0d0e14;
	font-weight: 400;
}

table.tab-items-table td.table-text i {
	color: var(--theme-color2) !important;
	margin-left: 10px !important;
}

/* Shop Details Product tab */

/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.single-product-image-slider {
	width: 100%;
	border: 1px solid #f2f2f2;
}

.single-product-thumb-carousel .swiper-slide {
	border: 1px solid #f2f2f2;
}

.single-product-thumb-carousel .swiper-slide-thumb-active {
	border-color: var(--theme-color2);
}

/* Single Product Thumbnail Carousel */
.single-product-thumb-carousel {
	width: 100%;
	padding-bottom: 2px;
}

.single-product-thumb-carousel .swiper-slide {
	border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.single-product-thumb-carousel .swiper-slide-thumb-active {
	border-color: var(--theme-color2);
}

.single-product-thumb-carousel .swiper-button-prev,
.single-product-thumb-carousel .swiper-button-next {
	width: 35px;
	height: 35px;
	border-radius: 50% !important;
	background: var(--text-white);
	border: var(--theme-color2) 1px solid;
	color: var(--theme-color2);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.single-product-thumb-carousel .swiper-button-next::after,
.single-product-thumb-carousel .swiper-button-prev::after {
	font-size: 16px;
}

.single-product-thumb-carousel .swiper-button-prev {
	left: 10px !important;
}

.single-product-thumb-carousel .swiper-button-next {
	right: 10px !important;
}

.single-product-thumb-carousel:hover .swiper-button-prev,
.single-product-thumb-carousel:hover .swiper-button-next {
	opacity: 1;
	visibility: visible;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
	color: #1f2226;
	border-color: #e5e5e5;
}

.single-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.single-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
	color: var(--text-white);
	border-color: var(--theme-color2);
	background-color: var(--theme-color2) !important;
}

.single-product-thumb-carousel .swiper-button-prev {
	left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.single-product-thumb-carousel .swiper-button-next {
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.shop-detials .modal-body {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
}

/* Single Product Badge */
.single-product-badge-left,
.single-product-badge-right {
	position: absolute;
	z-index: 2;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

@media only screen and (max-width: 479px) {

	.single-product-badge-left,
	.single-product-badge-right {
		top: 10px;
	}
}

.single-product-badge-left {
	left: 20px;
}

@media only screen and (max-width: 479px) {
	.single-product-badge-left {
		left: 10px;
	}
}

.single-product-badge-right {
	right: 20px;
}

@media only screen and (max-width: 479px) {
	.single-product-badge-right {
		right: 10px;
	}
}

.single-product-badge-new,
.single-product-badge-sale {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	display: block;
	min-width: 60px;
	padding: 5px 15px;
	text-align: center;
	text-transform: uppercase;
	color: var(--text-white);
	border-radius: 50px;
	background-color: #1f2226;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

	.single-product-badge-new,
	.single-product-badge-sale {
		font-size: 10px;
		padding: 5px 10px;
	}
}

.single-product-badge-new {
	background-color: var(--theme-color2);
}

/*post comment box
===================*/

.post-comment-thumb {
	float: left;
	margin-right: 20px;
}

.post-content {
	overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
	list-style: none;
	display: inline-block;
	color: var(--theme-color2);
	letter-spacing: 0.2em;
	font-size: 14px;
}

/*post title*/

h4.post-title {
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 0;
	padding: 2px 0 9px;
}

h4.post-title span {
	padding-left: 31px;
	font-size: 15px;
	color: #616161;
	font-weight: 400;
	position: relative;
}

.post-title span:before {
	position: absolute;
	content: "";
	left: 6px;
	top: 9px;
	height: 1px;
	width: 15px;
	background: #0d0e14;
}

/*right reply*/

.rights-reply {
	font-weight: 500;
	color: #062461;
	cursor: pointer;
}

.post-title .rights-reply i {
	display: inline-block;
	margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
	padding: 35px 0 0;
}

.sidebar-title h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
	font-size: 15px;
	margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
	display: inline-block;
}

.sidebar-rating-list ul {
	display: inline-block;
	padding-left: 15px;
}

.sidebar-rating-list ul li {
	list-style: none;
	display: inline-block;
	color: var(--theme-color2);
	letter-spacing: 0.4em;
	font-size: 15px;
}

/* ============================== */
/* Default Form Style */
/* ============================= */

.default-form {
	position: relative;
}

.default-form .row {
	margin: 0 -10px;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.default-form .row .form-group {
	padding: 0 10px;
}

.default-form .form-group .field-label {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 50px;
	color: #888f99;
}

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	display: block;
	height: 52px;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group textarea {
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
	border-color: var(--theme-color2);
}

.default-form ::-webkit-input-placeholder {
	color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
	color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
	color: #aaaaaa;
}

.default-form label.error {
	color: #ff0000;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	padding-top: 5px;
}

.default-form .check-block {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.default-form .check-block input {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.default-form .check-block label {
	position: relative;
	display: block;
	padding-left: 30px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.default-form .check-block label:before {
	content: "";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	color: var(--theme-color2);
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #d0d0d0;
	font-weight: 800;
}

.default-form .check-block input:checked+label:before {
	content: "\e90e";
	border-color: var(--theme-color2);
}

.content-box .default-form label.error {
	color: var(--white);
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button,
.col .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 15px;
	font-style: normal;
	height: 52px;
	padding: 10px 25px;
	line-height: 30px;
	font-family: var(--font-work-sans), sans-serif;
	color: #222222;
	border-radius: 0px;
	background-color: var(--white);
	border: 1px solid #e5e5e5;
}

.form_box .ui-selectmenu-button.ui-button,
.shopselect-input .ui-selectmenu-button.ui-button {
	padding: 1.14em 1em !important;
}

.form-group .ui-button .ui-icon {
	position: relative;
	top: 7px;
	right: -5px;
	text-indent: 0px;
}

/* .form-group .ui-button .ui-icon:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    position: absolute;
    left: 0px;
    top: 0;
    color: var(--text-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
} */

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	font-family: var(--font-work-sans), sans-serif;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group .ui-selectmenu-button.ui-button {
	font-style: italic;
	border-radius: 5px;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

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

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 9px 20px !important;
	font-size: 15px;
	line-height: 24px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background: var(--theme-color2);
}

span#total {
	color: var(--headings-color);
}


/* Blog Shop CheckOut All Responsive */
/* ========================================= */

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
	.blog-post-comment span.rights-reply {
		top: -87px;
	}

	.blogs-section .sidebar-title:before {
		left: -30px;
	}

	/* Shop */
	.single-products-box:hover .product-thumb-icon a:nth-child(1) {
		left: 50px;
	}

	.single-products-box:hover .product-thumb-icon a:nth-child(2) {
		right: 50px;
	}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
	.blog-right-side>div {
		padding: 30px 15px 35px;
	}

	.calendar {
		padding: 0 6px 0;
	}

	.wrapper .current-month {
		padding: 0 15px 0;
	}

	ul.weeks li {
		font-size: 14px;
	}

	.days li::before {
		height: 30px;
		width: 30px;
	}

	/* Blog Post Comment */
	.blog-post-comment .post-comment2 {
		margin-left: 40px;
	}

	.blog-post-comment span.rights-reply {
		top: -88px;
	}

	.blogs-section h2.blog-title a {
		font-size: 26px;
	}

	.blog-quote p {
		font-size: 16px;
		margin: 0;
	}


	.blogs-section .sidebar-title:before {
		left: -16px;
	}

	/* shop */
	.shop-section,
	.cart-section,
	.shop-product-section {
		padding: 80px 0;
	}

	.row.products {
		padding-left: 35px;
	}

	.widget-check-box,
	.product-categories-box,
	.range-wrapper-box {
		padding: 20px 18px 5px;
	}

	.products-title h6 {
		font-size: 13px;
	}

	.product-title h2 {
		font-size: 16px;
	}

	.product-thumb-icon a {
		bottom: 32%;
	}

	.single-products-box:hover .product-thumb-icon a:nth-child(1) {
		left: 35px;
	}

	.single-products-box:hover .product-thumb-icon a:nth-child(2) {
		right: 35px;
	}

	/* Shops Section Two*/
	.shops-section,
	.shop-detials {
		padding: 80px 0 50px;
	}

	p.description {
		margin-bottom: 0;
	}

}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.blog-post-comment span.rights-reply {
		top: -88px;
	}

	.row.blogs-pr {
		padding-right: 0;
	}

	/* Shop */
	.shop-section,
	.cart-section,
	.shop-product-section {
		padding: 70px 0;
	}

	.row.products {
		padding-left: 0;
	}

	/* Shops Section Two*/
	.shops-section,
	.shop-detials {
		padding: 70px 0 40px;
	}

	p.description {
		margin-bottom: 0;
	}

	/* Shop Details */
	.shop-dtls-info {
		padding-left: 10px;
	}

	.category-description p {
		font-size: 14px;
	}

	.shop-detials .modal-body {
		padding: 5px;
	}

	.category-button a {
		padding: 12px 18px;
		font-size: 12px;
	}

	table.category-table td.table-title {
		font-size: 14px;
	}

	table.category-table td.table-text {
		font-size: 14px;
	}

	.category-price h1 {
		padding: 6px 0 5px;
	}

	.category-title h2 {
		padding: 0px 0 12px;
	}

	.appoinment-tab .tab {
		padding: 0;
	}

	.appoinment-tab .tabs li a {
		border-radius: 5px 35px 35px 35px;
	}

	table.tab-items-table tr {
		padding: 20px 0 0 15px;
	}

	table.tab-items-table tr td {
		padding-right: 7px;
	}

	table.tab-items-table td.table-title {
		font-size: 18px;
	}

	table.tab-items-table td.table-text {
		font-size: 16px;
	}

	/* cart */
	.product-quantity-count input {
		width: 150px;
	}

}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.blogs-section h2.blog-title a {
		font-size: 22px;
		font-weight: 600;
	}

	.row.blogs-pr {
		padding: 0;
	}

	p.blog-desc {
		font-size: 14px;
	}

	.blog-post-comment span.rights-reply {
		display: none;
	}

	/* Shop */
	.shop-section,
	.cart-section,
	.shop-product-section {
		padding: 70px 0;
	}

	.row.products {
		padding-left: 0;
	}

	.form_box {
		padding: 35px 0 25px;
	}

	.form_box select {
		width: 74%;
	}

	.upper.widget_search input {
		width: 100%;
	}

	/* Shops Section Two*/
	.shops-section,
	.shop-detials {
		padding: 70px 0 40px;
	}

	p.description {
		margin-bottom: 0;
	}

	.single-products-box2 .products-thumb img {
		width: 210px;
	}

	/* Shop Details */
	.shop-dtls-info {
		padding-left: 0;
		margin-top: 30px;
	}

	.appoinment-tab .tab {
		padding: 0;
	}

	.appoinment-tab .tabs li a {
		border-radius: 5px 35px 35px 35px;
	}

	table.tab-items-table tr {
		padding: 20px 0 0 15px;
	}

	table.tab-items-table tr td {
		padding-right: 7px;
	}

	table.tab-items-table td.table-title {
		font-size: 14px;
	}

	table.tab-items-table td.table-text {
		font-size: 13px;
	}

	/* Cart */
	.cart-totals {
		margin-left: 0;
	}

	.btn {
		padding: 21px 14px;
	}
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.blogs-section h2.blog-title a {
		font-size: 20px;
		font-weight: 600;
	}

	.row.blogs-pr {
		padding: 0;
	}

	p.blog-desc {
		font-size: 14px;
	}

	.blog-post-comment .post-comment2 {
		margin-left: 0;
	}

	.blog-post-comment span.rights-reply {
		display: none;
	}

	/* Shop */
	.shop-section,
	.cart-section,
	.shop-product-section {
		padding: 50px 0;
	}

	.row.products {
		padding-left: 0;
	}

	.form_box {
		padding: 35px 0 25px;
	}

	p.form-text {
		margin-bottom: 15px;
	}

	.form_box select {
		width: 100%;
	}

	.upper.widget_search input {
		width: 100%;
	}

	/* Shops Section Two*/
	.shops-section,
	.shop-detials {
		padding: 50px 0 20px;
	}

	p.description {
		margin-bottom: 15px;
	}

	.single-products-box2 .products-thumb img {
		width: 210px;
	}

	.single-products-box2 .product-title h2 {
		font-size: 18px;
		margin-top: 0;
	}

	.widget select {
		display: none;
	}

	.product-price p {
		padding: 10px 0 0px;
	}

	/* Shop Details */
	.shop-dtls-info {
		padding-left: 0;
		margin-top: 30px;
	}

	.appoinment-tab .tab {
		padding: 0;
		margin: 0;
	}

	.appoinment-tab .tabs li a {
		font-size: 14px;
		padding: 9px 21px;
	}

	.appoinment-tab .tabs_item {
		padding: 0;
	}

	table.tab-items-table tr {
		padding: 20px 0 0 15px;
	}

	table.tab-items-table tr td {
		padding-right: 3px;
	}

	table.tab-items-table td.table-title {
		font-size: 14px;
	}

	table.tab-items-table td.table-text {
		font-size: 11px;
		font-weight: 500;
	}

	/* Cart */
	.cart-totals {
		margin-left: 0;
	}

	.btn {
		padding: 18px 14px;
	}
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.blogs-section h2.blog-title a {
		font-size: 18px;
		font-weight: 600;
	}

	.blogs-section .blog-content {
		padding: 35px 25px 18px;
	}

	ul.blog-author li {
		margin-right: 22px;
		font-size: 13px;
	}

	.row.blogs-pr {
		padding: 0;
	}

	p.blog-desc {
		font-size: 14px;
	}

	.qte-icon {
		float: inherit;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.blog-quote p {
		font-size: 16px;
	}

	/* social */
	ul.social-share {
		float: inherit;
	}

	span.social-text {
		margin-bottom: 15px;
		display: inline-block;
	}

	/* comment */
	.post-comment-thumb {
		float: inherit;
		margin-right: 0;
	}

	.blog-post-comment {
		padding: 34px 15px 26px;
	}

	.blog-post-comment .post-comment2 {
		margin-left: 0;
	}

	.contact-form-box3 h3.blog-comment-title {
		font-size: 22px;
		font-weight: 600;
	}

	.blog-post-comment span.rights-reply {
		display: none;
	}

	/* Calendar */
	.blog-right-side>div {
		padding: 30px 15px 35px;
	}

	.calendar {
		padding: 0 6px 0;
	}

	.wrapper .current-month {
		padding: 0 15px 0;
	}

	ul.weeks li {
		font-size: 14px;
	}

	.days li::before {
		height: 30px;
		width: 30px;
	}

	/* Shop */
	.shop-section,
	.cart-section,
	.shop-product-section {
		padding: 30px 0;
	}

	.row.products {
		padding-left: 0;
	}

	.form_box {
		padding: 35px 0 25px;
	}

	p.form-text {
		margin-bottom: 15px;
	}

	.form_box select {
		width: 100%;
	}

	.upper.widget_search input {
		width: 100%;
	}

	/* Shops Section Two*/
	.shops-section,
	.shop-detials {
		padding: 30px 0 0;
	}

	.widget select {
		display: none;
	}

	.single-products-box2 .product-title h2 {
		margin-top: 15px;
	}

	.single-products-box2 {
		flex-wrap: wrap;
		justify-content: inherit;
	}

	.single-products-box2 .products-thumb img {
		margin-right: 0;
	}

	/* Shop Details */
	.shop-dtls-info {
		padding-left: 0;
		margin-top: 30px;
	}

	.category-count-button {
		display: inline-block;
	}

	.category-button {
		padding-left: 0;
		margin-top: 25px;
	}


	/* Appoinment Tab */
	.appoinment-tab .tab {
		padding: 0;
		margin: 0;
	}

	table.category-table td.table-text {
		font-size: 14px;
	}

	h4.post-title span {
		padding-left: 26px;
		font-size: 14px;
	}

	.appoinment-tab .tabs li a {
		font-size: 14px;
		padding: 9px 21px;
	}

	.appoinment-tab .tabs li:nth-child(2) a {
		margin-right: 0;
	}

	.appoinment-tab .tabs_item {
		padding: 0;
	}

	table.tab-items-table tr {
		padding: 10px 0 80px 15px;
	}

	table.tab-items-table tr td {
		padding-right: 3px;
	}


	table.tab-items-table td.table-title {
		font-size: 14px;
	}

	table.tab-items-table td.table-text {
		font-size: 11px;
		font-weight: 500;
		display: flex;
	}

	/* Cart */
	.cart-totals {
		margin-left: 0;
	}

	.btn {
		padding: 18px 14px;
	}

	.cart-product-mobile-content {
		width: 50%;
	}

	.product-quantity-count input {
		width: 135px;
	}

	.alert-box {
		padding: 30px 0px;
	}

}

@media (min-width: 768px) and (max-width: 1920px) {

	.col-lg-4.col-md-6:nth-child(4) .portfolio-single-box,
	.col-lg-4.col-md-6:nth-child(5) .portfolio-single-box,
	.col-lg-4.col-md-6:nth-child(6) .portfolio-single-box {
		margin-bottom: 0;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.col-lg-4.col-md-6:last-child .portfolio-single-box {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {

	.cursor,
	.cursor2 {
		display: none;
	}
}


/* Full Header Responsive */
/* ============================================= */

@media only screen and (max-width: 1340px) {
	.header-top-two .top-text {
		display: none;
	}

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

	.header-style-one .main-menu .navigation>li {
		margin-left: 20px;
		padding-right: 20px;
	}

	.header-style-two .main-menu .navigation>li>a {
		padding-left: 0;
		padding-right: 20px;
	}

	.top-search-form,
	.header-style-two .other-links .social-links {
		display: none;
	}

	.header-style-two .header-upper .inner {
		padding-right: 20px;
	}

}

@media only screen and (max-width: 1220px) {

	.header-style-two .booking-link a.btn-style-one {
		display: none;
	}
}

@media only screen and (max-width: 1139px) {
	.header-style-one .main-menu .navigation>li {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media only screen and (max-width: 991px) {

	.main-header .nav-outer .main-menu,
	.sticky-header,
	.main-header .header-top .top-left {
		display: none !important;
	}

	.main-header .header-top-three .top-left {
		display: block !important;
	}

	.header-style-two .nav-content .nav-outer,
	.header-style-two .header-upper .nav-outer {
		float: right;
	}

	.nav-outer .mobile-nav-toggler {
		display: block;
	}

	.header-style-one .header-upper .nav-outer {
		float: right;
	}

	.header-style-two .header-upper .inner {
		padding-left: 20px;
	}

	.header-style-one .nav-outer .mobile-nav-toggler {
		margin-top: 10px;
	}

	.breadcumb-section {
		height: 450px;
	}

	.breadcumb-content h1 {
		font-size: 38px;
	}
}

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

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 767px) {

	.header-style-one,
	.header-style-two {
		position: relative;
		background: #061138;
	}

	.header-style-one .logo-desktop {
		display: none;
	}

	.header-style-one .header-upper .logo-box {
		display: block;
	}

	.header-style-one .header-upper {
		background: #ffffff;
	}

	.header-style-one .other-links .book-btn,
	.header-style-three .header-upper .link-box {
		display: none;
	}

	.header-top-two .my-account,
	.main-header .header-top .top-right {
		position: relative;
		width: 100%;
	}

	.header-top-two .inner {
		height: auto;
		padding: 0px 0px;
	}

	.header-style-two .logo-desktop {
		display: none;
	}

	.header-style-two .header-upper .logo-box {
		display: block;
	}

	.header-style-two .other-links .booking-link a.btn-style-one {
		display: none;
	}

}

@media only screen and (max-width: 599px) {
	.header-top-one {
		background: var(--primary-color);
	}

	.header-top-one .inner {
		margin-left: 0;
		padding: 10px;
		line-height: 0;
	}

	.header-style-one .header-upper .inner {
		padding-left: 0;
	}

	.header-style-one .header-upper .logo-box {
		position: relative;
		float: left;
		left: 0;
		top: 0;
		height: auto;
		padding: 0;
	}

	.header-style-one .header-upper .nav-content {
		float: right;
		padding-top: 10px;
	}

	.header-top-one .my-account {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.header-top-one .my-account ul {
		display: inline-block;
	}

	.header-top-one .my-account li a {
		color: #fff;
	}

	.header-top-one .my-account li a:hover {
		color: #fff;
		text-decoration: underline;
	}

}

@media only screen and (max-width: 479px) {

	.header-style-one .other-links .max-nav-toggler,
	.header-style-two .language {
		display: none;
	}

	.header-style-one .language {
		display: none;
	}


	.breadcumb-section {
		height: 400px;
	}

	.breadcumb-content h1 {
		font-size: 35px;
	}

}


/***

====================================================================
========Dark Theme CSS===============
====================================================================

***/

.theme-switch {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 150px;
	color: #000;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	transform: rotate(-90deg);
}

.dark-light-toggle {
	width: 70px;
	height: 30px;
	display: block;
	background: #fff;
	border-radius: 200px;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.4), inset 0px -5px 15px rgba(255, 255, 255, 0.4);
	transition: 0.3s;
}

.dark-light-toggle:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: linear-gradient(180deg, #ffcc89, #d8860b);
	border-radius: 180px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.dark-theme .dark-light-toggle:after {
	left: 40px;
}

.dark-theme .dark-light-toggle.active {
	background: #242424;
}

.dark-light-toggle:active:after {
	left: 50px;
	width: 30px;
	transform: translate(-50%, -50%);
	background: linear-gradient(180deg, #777, #3a3a3a);
}

.dark-theme .dark-light-toggle:active:after {
	width: 30px;
	left: 20px;
}

.dark-theme .dark-light-toggle:active:after {
	background: linear-gradient(180deg, #ffcc89, #d8860b);
}

.dark-theme .dark-light-toggle:after {
	background: linear-gradient(180deg, #777, #3a3a3a);
}

.dark-light-toggle svg {
	position: absolute;
	width: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.dark-light-toggle svg.sun {
	left: 12px;
	fill: var(--theme-color-light);
	transition: 0.3s;
}

.dark-theme .dark-light-toggle svg.sun {
	left: 12px;
	fill: var(--dark-color1);
	transition: 0.3s;
}

.dark-light-toggle svg.moon {
	left: 43px;
	fill: var(--dark-color1);
	transition: 0.3s;
}

.dark-theme .dark-light-toggle svg.moon {
	fill: var(--theme-color-light);
}

.dark-light-toggle.active svg.sun {
	fill: #7e7e7e;
}

.dark-light-toggle.active svg.moon {
	fill: #fff;
}

@media (max-width:340px) {
	.theme-switch {
		top: 120px;
	}

	.dark-light-toggle {
		background: transparent;
	}
}


/* =======Dark Theme============ */

.dark-theme {
	background-color: var(--dark-color2) !important;
	color: #e3ddfc;
}

.dark-theme h1,
.dark-theme .h1,
.dark-theme .h1,
.dark-theme h2,
.dark-theme .h2,
.dark-theme .h2,
.dark-theme h3,
.dark-theme .h3,
.dark-theme .h3,
.dark-theme h4,
.dark-theme .h4,
.dark-theme .h4,
.dark-theme h5,
.dark-theme .h5,
.dark-theme .h5,
.dark-theme h6,
.dark-theme .h6,
.dark-theme .h6,
.dark-theme th,
.dark-theme td {
	color: #fff;
}

.dark-theme b,
.dark-theme strong {
	color: #fff;
}

.dark-theme .header {
	background-color: #131129;
}

.dark-theme .dropdown-menu {
	background-color: #1D1933;
}

.dark-theme .dropdown-menu h4,
.dark-theme .dropdown-menu .h4 {
	border-color: rgba(255, 255, 255, 0.08);
}

.dark-theme .dropdown-menu p {
	color: #fff !important;
}

.dark-theme .dropdown-menu a {
	border-color: rgba(255, 255, 255, 0.08);
}

.dark-theme .dropdown-menu a span {
	color: #e3ddfc !important;
}

.dark-theme .dropdown-menu a span i {
	color: #fff;
}

.dark-theme .sec-title .text,
.dark-theme p,
.dark-theme .inner-box .content-box .text,
.dark-theme .inner-box .content-box .title,
.dark-theme .sticky-header .main-menu .navigation>li>a,
.dark-theme .blog-box-content .blog-post-title,
.dark-theme .blog-button a,
.dark-theme .blog-box-content .blog-meta-date,
.dark-theme .blog-meta-date i,
.dark-theme .sticky-header .mobile-nav-toggler {
	color: var(--theme-color1);
}

.dark-theme .use-energin-icon .dot-rotate span,
.dark-theme .blog-button a::before {
	background-color: var(--theme-color1);
}

.dark-theme .inner-box .use-energin-icon i svg,
.dark-theme .use-energin-icon.two i svg,
.dark-theme .inner-box.light .use-energin-icon i svg {
	fill: var(--theme-color3);
	stroke: var(--theme-color3);
}

.dark-theme .tp-dottedoverlay {
	background: var(--dark-color1);
	opacity: 0.9;
}

.dark-theme .header-style-one.bg-none,
.dark-theme .sticky-header {
	background-color: rgba(0, 0, 0, 0.9);
}

.dark-theme .testimonial-single-block .author-area .title,
.dark-theme .testimonial-single-block .author-area span,
.dark-theme .testi-icon span {
	color: var(--theme-color1);
}

.dark-theme .use-energin-icon i:before {
	background-color: rgba(255, 255, 255, 0.15);
}

.dark-theme .use-energin-icon i {
	border: 1px solid rgba(255, 245, 250, 0.5);
}

.dark-theme .inner-box.light.two .content-box {
	border: 1px solid var(--theme-color1);
}

.dark-theme .inner-box.light.two .btn-style-one {
	border: 1px solid var(--theme-color1);
}

.dark-theme .inner-box.light.two .use-energin-icon i {
	border-color: rgb(255 255 255 / 50%);
}

.dark-theme .inner-box.light.two .use-energin-icon .dot-rotate span {
	background-color: var(--theme-color1);
}

.dark-theme .inner-box.light.two .use-energin-icon i svg {
	fill: var(--theme-color3);
	stroke: var(--theme-color3);
}

.dark-theme .inner-box.light.two .use-energin-icon i:before {
	background-color: rgb(255 255 255 / 15%);
}

.dark-theme .overlay-pattern-1 {
	background-color: rgb(13 13 13 / 90%);
}

.dark-theme .loading-screen {
	background-color: var(--dark-color1);
}

.dark-theme .xs-sidebar-group .xs-bg-black {
	background-color: var(--dark-color3);
}


.dark-theme section,
.dark-theme .blog-quote,
.dark-theme .main-footer,
.dark-theme .single-blog-dtls-box,
.dark-theme .shops-section {
	background-color: var(--dark-color1) !important;
}

.dark-theme section.blue-bg2,
.dark-theme section.blue-bg,
.dark-theme .blog-single-box,
.dark-theme .blog-right-side>div,
.dark-theme .blogs-section .blog-content,
.dark-theme .inner-box .content-box,
.dark-theme .inner-box.light.two .content-box,
.dark-theme .blog-post-comment,
.dark-theme .blogs-social-share,
.dark-theme .contact-form-box3,
.dark-theme .single-products-box,
.dark-theme .quickview-product-modal .modal-body,
.dark-theme .shop-section:before,
.dark-theme .cart-totals,
.dark-theme .alert-box,
.dark-theme .checkout-box,
.dark-theme .info-block .info-inner-box,
.dark-theme .info-block .text,
.dark-theme table.tab-items-table tr,
.dark-theme .big-bg-porduct-details .project-info .info-body {
	background-color: var(--dark-color2) !important;
}

.dark-theme table.tab-items-table tr.tabs-bg {
	background-color: var(--dark-color1) !important;
}

.dark-theme .single-product-variation-size-item label,
.dark-theme .widget-check-box,
.dark-theme .range-wrapper-box,
.dark-theme .product-categories-box {
	background-color: var(--dark-color1);
}

.dark-theme .sticky-header .logo img {
	filter: brightness(0)invert(1);
}

.dark-theme .checkmark {
	border: 1px solid #fff;
	background-color: rgb(184 221 255 / 56%);
}

.dark-theme .shop-detials .modal-body {
	border-color: #fff;
}

.dark-theme .widget-check-box,
.dark-theme .product-categories-box,
.dark-theme .range-wrapper-box {
	box-shadow: none;
}

.dark-theme .blogs-section .blog-button a:hover,
.sticky-header.fixed-header .ui-btn:hover {
	color: var(--theme-color2);
}

.dark-theme .widget-categories-menu ul li {
	border-color: var(--theme-color2);
}

.dark-theme .main-header .ui-btn,
.dark-theme .sticky-header.fixed-header .main-header .ui-btn:hover,
.dark-theme .inner-box.light.two .content-box .title,
.dark-theme .inner-box.light.two .content-box .text,
.dark-theme .rpost-title span,
.dark-theme ul.blog-author li,
.dark-theme .widget-categories-menu ul li a,
.dark-theme ul.product-list li,
.dark-theme .widget-check,
.dark-theme span#slider-range-value1,
.dark-theme span#slider-range-value2,
.dark-theme table.category-table td.table-title,
.dark-theme table.category-table td.table-text:before,
.dark-theme .info-block .title-box h4,
.dark-theme .info-block .link-box a,
.dark-theme .default-form .form-group input[type="text"],
.dark-theme .default-form .form-group input[type="email"],
.dark-theme .default-form .form-group input[type="password"],
.dark-theme .default-form .form-group input[type="tel"],
.dark-theme .default-form .form-group input[type="url"],
.dark-theme .default-form .form-group input[type="file"],
.dark-theme .default-form .form-group input[type="number"],
.dark-theme .default-form .form-group textarea,
.dark-theme .default-form .form-group select,
.dark-theme .portfolio-disc-content p.quote {
	color: var(--theme-color-light);
}


.dark-theme button.remove-btn,
.dark-theme #shipping-form h4,
.dark-theme span#total {
	color: #fff;
}

.dark-theme #billing-form label,
.dark-theme #shipping-form label {
	color: #dfdfdf;
}

.dark-theme .btn {
	--bs-btn-bg: var(--theme-color1);
}

.dark-theme button.btn.btn-dark.btn-primary-hover.rounded-0.mt-6 {
	--bs-btn-bg: var(--dark-color1);
}

.dark-theme #billing-form input,
.dark-theme #billing-form select,
.dark-theme #shipping-form input,
.dark-theme #shipping-form select,
.dark-theme .product-quantity-count input {
	background: #21212d;
	border-color: #31313b;
	color: var(--theme-color-light);
}

.dark-theme #billing-form input::placeholder,
.dark-theme #billing-form select,
.dark-theme #shipping-form input::placeholder,
.dark-theme #shipping-form select,
.dark-theme .ui-selectmenu-text {
	color: #cececf;
}

.dark-theme #billing-form input:focus,
.dark-theme #billing-form select:focus,
.dark-theme #shipping-form input:focus,
.dark-theme #shipping-form select:focus {
	background: #858484;
	border-color: #fff;
	color: #21212d;
}

.dark-theme button.show-alert.btn.btn-dark {
	color: var(--dark-color1);
}

.dark-theme .table {
	--bs-table-bg: var(--dark-color2);
}

button.remove-btn {
	background: none;
}

/*********************************
/* Scroll Up Css Start
*********************************/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px var(--bs-gray-300);
					box-shadow: inset 0 0 0 1px var(--bs-gray-300);
  /* -webkit-box-shadow: inset 0 0 0 2px rgba(255, 87, 70, 0.3);
          box-shadow: inset 0 0 0 2px rgba(255, 87, 70, 0.3); */          
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
	/* z-index: 1000; */
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f077";  
  /* content: url(/assets/images/top.png);   */
  font-family: "Font Awesome 6 Pro";
  /* font-family: "Poppins"; */
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  /* color: #ff5746; */
  color: var(--bs-success);
  left: 0;
  top: 0;
	width: 45px;
  height: 45px;  
  cursor: pointer;
  display: block;
  z-index: 100;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

.progress-wrap svg.progress-circle path {
  /* stroke: #ff5746; */
  stroke: var(--theme-color3);
  stroke-width: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*********************************
/* Scroll Up Css End
*********************************/


/*********************************
/* Preloader Start
*********************************/
.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}
.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000000;
}
.preloader-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  color: #fff;
  text-transform: uppercase;
  z-index: 20;
}
.preloader-heading .load-text span {
  -webkit-animation: loading 1s infinite alternate;
          animation: loading 1s infinite alternate;
}
.preloader-heading .load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.preloader-heading .load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.preloader-heading .load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader-heading .load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader-heading .load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-heading .load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.preloader-heading .load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*********************************
/* Preloader End
*********************************/


/**************************************
 ** - 08 - Counter Section CSS
 **************************************/
 .counter-area {
	position: relative;
	z-index: 1;
	text-align: center;
	background: url(/assets/images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.counter-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	background-color: #052b62;
}
.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/*--------------------------------------------------------------
# portfolio Section
--------------------------------------------------------------*/
/* .portfolio {
  padding: 90px 0;
}
.portfolio .swiper {
  padding: 10px 0;
}
.portfolio .swiper-slide img {
  transition: 0.3s;
  filter: grayscale(1);
  opacity: 1;
  border-radius: 8px;
}
.portfolio .swiper-slide img:hover {
  transform: scale(1.1);
}
.portfolio .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}
.portfolio .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
} */

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 20px 0 10px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  color: var(--text-white);
  line-height: 1;
  transition: all 0.3s ease-in-out;
  padding: 15px 25px;
  /* border-radius: 30px; */
  margin-bottom: 20px;
  /* background: linear-gradient(45deg, var(--color-primary), var(--color-secondary)); */
}

/* .portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
  }
} */

.portfolio .portfolio-wrap {
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: var(--color-secondary);
  border-radius: 0 8px 0 0;
}

.portfolio .portfolio-wrap .portfolio-info:hover {
  background: #1c042e;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: var(--light-color);
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--color-primary);
}
.portfolio .portfolio-wrap .project-btn a {
  color: var(--light-color);
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-details {
  margin-bottom: 20px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# sub-visual
--------------------------------------------------------------*/
.visual {
  width: 100%;
  position: relative;
  /* background: linear-gradient(rgb(30 30 30 / 68%), rgb(30 30 30 / 68%)), url(/assets/images/hero-bg.png) center center; */
  background: linear-gradient(rgb(30 30 30 / 30%), rgb(30 30 30 / 68%)), url(/assets/images/banner-bg2.jpg) center center;
  background-size: cover;
  padding: 60px 0 0 0;
  min-height: 650px;
}
.waves-wraper{
  position: relative;
  margin-top: -140px;
  overflow: hidden;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height: 150px;
  max-height: 150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
  transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 150px;
    min-height: 150px;
  }
}