/* ----------------------------------


Main Font    : Hanken

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');


/* Varialbes */
:root {
	--font-default: "Hanken Grotesk", sans-serif;
	--font-style-two: "Manrope", sans-serif;
	--font-style-three: "Forum", serif;
	--font-style-four: "Orbitron", sans-serif;
	--fontawesome: "Font Awesome 6 Pro";
	--black: #000000;
	--dark: #303030;
	--dark-secondary: #0e0e0e;
	--dark-optional: #20232b;
	--white: #ffffff;
	--white-secondary: #d8e3f0;
	--color-primary: #C13632;
	--color-secondary: #990000;
	--color-style-four: #ffffff;
	--color-style-five: #ffffff;
	--color-style-six: #ffffff;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --bg-gray: #fff7f7;
    --bg-gray-secondary: #F8FAFB;
	--bg-gradient: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 50%);
	--bg-gradient-seven: linear-gradient(45deg, var(--color-primary) 0%, #FA9C43 100%);
}



/* ==============================================================
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
caption,
figure,
footer,
header,
mark,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

.color-style-two a:hover {
	color: var(--color-primary);
}

.text-light.color-style-two a:hover {
	color: var(--white-secondary);
}

.color-style-five a:hover {
	color: #8cc82c;
}

.color-style-six a:hover {
	color: var(--color-style-six);
}

.color-style-six.text-light a:hover {
	color: var(--white-secondary);
}

.color-style-eight a:hover {
	color: var(--color-primary);
}

.color-style-eight.text-light a:hover {
	color: var(--white-secondary);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	opacity: 1;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

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

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}


/* ==============================================================
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

body.font-style-two {
	font-family: var(--font-style-two);
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
}

.font-style-three h1,
.font-style-three h2,
.font-style-three h3 {
	font-family: var(--font-style-three);
	font-weight: 400;
}

.font-style-four h1,
.font-style-four h2,
.font-style-four h3,
.font-style-four h4,
.font-style-four h5,
.font-style-four h6 {
	font-family: var(--font-style-four);
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
}

a,
.btn,
button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
}


/* ==============================================================
    # Helper CSS
=================================================================== */

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 1600px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

.bg-dark .bg-gray {
	background: var(--dark-secondary);
}

.bg-dark-secondary .bg-gray {
	background: var(--dark-optional);
}

.bg-gray-secondary {
	background: var(--bg-gray-secondary);
}

.bg-light {
	background-color: var(--white) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.color-style-five .bg-dark,
.color-style-five.bg-dark {
	background-color: var(--dark-optional) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary);
}

.bg-dark-optional {
	background-color: var(--dark-optional);
}

.bg-theme {
	background-color: var(--color-primary);
}

.bg-theme-secondary {
	background-color: var(--color-secondary);
}

.color-style-two .bg-theme {
	background-color: var(--color-primary);
}

.color-style-six .bg-theme {
	background-color: var(--color-style-six);
}

.color-style-eight .bg-theme {
	background-color: var(--color-primary);
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
	background-color: var(--color-optional);
	background: var(--bg-gradient-reverse) !important;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.bg-dark p,
.bg-dark-secondary p,
.bg-dark-optional p {
	color: var(--white-secondary);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow-dark-left {
	position: relative;
	z-index: 1;
}

.shadow-dark-left::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 70%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--black) 70%) repeat scroll 0 0;
	z-index: -1;
	opacity: 0.7;
}

.default-padding,
.default-padding-top {
	position: relative;
}

.default-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.default-padding-top {
	padding-top: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 70px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.site-heading {
	margin-bottom: 60px;
}

.site-heading strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.title {
	font-weight: 600;
	font-size: 52px;
	margin-top: -10px;
	line-height: 1.2;
	display: block;
	letter-spacing: 0;
	color: var(--color-heading);
	margin-bottom: 5px;
}

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

.font-style-three .title {
	font-size: 65px;
	line-height: 1;
	font-family: var(--font-style-three);
	font-weight: 400;
}

@media (max-width: 767px) {
	.title {
		font-size: 36px;
		margin-top: 0;
	}

	.font-style-three .title {
		font-size: 36px;
		line-height: 1.1;
	}
}

.bg-dark .title {
	color: var(--white);
}

.site-heading .title {
	margin-bottom: 0;
}

.bg-dark .site-heading .title {
	color: var(--white);
}

.bg-theme .site-heading .title,
.bg-gradient .site-heading .title {
	color: var(--color-heading);
}

.sub-title {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 22px;
	line-height: 1.2;
	color: var(--color-heading);
}

.text-center .sub-title {
	margin-bottom: 25px;
}

.sub-title::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	z-index: -1;
	margin-top: 2px;
}

.color-style-two .sub-title::after {
	background: var(--color-primary);
}

.color-style-five .sub-title::after {
	background: var(--color-style-five);
}

.color-style-eight .sub-title::after {
	background: var(--color-primary);
}

.color-style-six .sub-title::after {
	background: var(--color-style-six);
}

.bg-gradient .sub-title::after,
.bg-theme .sub-title::after {
	background: var(--dark);
}

.sub-title::before {
	position: absolute;
	left: 7px;
	top: 50%;
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	transform: translateY(-50%);
	opacity: 0.6;
	margin-top: -5px;
}

.color-style-two .sub-title::before {
	background: #ababf5;
}

.color-style-eight .sub-title::before {
	background: var(--color-primary);
}

.color-style-six .sub-title::before {
	background: var(--color-style-six);
}

.color-style-five .sub-title::before {
	background: var(--color-style-five);
	opacity: 0.6;
}

.bg-gradient .sub-title::before,
.bg-theme .sub-title::before {
	background: var(--dark);
	opacity: 0.4;
}

@media (max-width: 767px) {
	.sub-title {
		margin-bottom: 5px;
	}

	.text-center .sub-title {
		margin-bottom: 5px;
	}
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}

@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 40px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.site-heading.text-light .sub-title {
	-webkit-text-fill-color: inherit;
	color: var(--white);
}

.site-heading.text-left p {
	padding-left: 0;
}

.split-text {
	overflow: hidden;
	position: relative;
}

.split-text .line {
	overflow: hidden;
	display: none;
	padding-bottom: 5px;
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.text-scroll-animation .text {
	color: rgb(0, 0, 0, 0.3);
	background: linear-gradient(to right, var(--color-heading), var(--color-heading)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
}

.bg-dark .text-scroll-animation .text {
	color: rgb(255, 255, 255, 0.2);
	background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
}

@media (max-width: 1023px) {
	.text-scroll-animation .text {
		color: var(--color-heading);
	}
}

.scroll-slicer {
	overflow: hidden;
	position: relative;
}

.slicer-path-wrap {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.slicer-path {
	height: 100%;
	flex-grow: 1;
	background: #ffffff;
}

.bg-dark .slicer-path {
	background: var(--dark);
}

.bg-dark-secondary .slicer-path {
	background: var(--dark-secondary);
}

.site-heading .d-flex img {
	max-width: max-content;
	height: 60px;
	margin-top: 10px;
}

.site-heading .d-flex {
	align-items: flex-start;
	gap: 25px;
	margin-top: 20px;
}

.site-heading .d-flex p {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}

/* ==============================================================
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	padding: 13px 35px;
	background: var(--color-primary);
	font-weight: 500;
	border-radius: 8px;
	position: relative;
	padding-top: 16px;
	color: var(--white);
	box-shadow: none !important;
	border: none;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
}

.color-style-four .btn {
	background: var(--color-style-four);
	color: var(--color-heading);
}

.color-style-five .btn {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-five .btn.btn-dark {
	background: var(--dark);
	color: var(--white);
}

.text-light.color-style-five .btn.btn-dark {
	background: var(--white);
	color: var(--color-heading);
}

.text-light.color-style-five .btn.btn-dark::after {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-five .btn.btn-dark::after {
	background: var(--color-style-five);
}

.color-style-five .btn.btn-dark:hover {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-six .btn {
	background: var(--color-style-six);
}

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

.color-style-seven .btn {
	background: var(--color-primary);
}

.color-style-nine .btn {
	background: var(--color-primary);
}

.color-style-ten .btn {
	background: var(--color-primary);
	color: var(--color-heading);
}

.btn.circle {
	border-radius: 40px;
}

.color-style-two .btn {
	background: var(--color-primary);
}

.btn.btn-dark {
	background: var(--dark);
}

.btn i {
	font-weight: 400;
	transform: rotate(-45deg);
	margin-left: 5px;
}

.btn:hover {
	background: var(--dark);
	color: var(--white);
}

.btn-style-one svg {
	height: 14px;
	margin-left: 5px;
}

.btn-style-one:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}

.btn-style-one.btn-dark:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

a.btn-simple {
	text-transform: uppercase;
	color: var(--color-paragraph);
	display: inline-block;
}

.text-light a.btn-simple {
	color: var(--white) !important;
}

a.btn-simple i {
	display: inline-block;
	font-weight: 300;
	transform: rotate(-45deg);
	font-size: 20px;
	position: relative;
	top: 2px;
}

a.btn-simple:hover {
	color: var(--color-primary);
}

.color-style-two a.btn-simple:hover {
	color: var(--color-primary);
}

.color-style-six a.btn-simple:hover {
	color: var(--color-style-six);
}

.bg-dark a.btn-simple:hover {
	color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn {
	border-radius: 40px;
	padding: 13px 35px;
	color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn::after {
	background: var(--dark);
}

@media (min-width: 1024px) {
	.navbar.white.no-background .btn-style-one:after {
		background: var(--white);
	}

	.navbar.white.no-background .btn-style-one:hover {
		color: var(--color-heading) !important;
	}

	.navbar.navbar-box .attr-right .attr-nav li .btn::after {
		background: var(--white);
	}

	.navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
		background: var(--dark);
	}

	.text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
		background: var(--white);
	}

	.text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
		color: var(--color-heading);
	}

	.navbar.navbar-box .attr-right .attr-nav li .btn:hover {
		color: var(--color-heading);
	}

	.navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
		color: var(--white);
	}
}

.btn-style-one.white:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.text-light .btn-style-one:after {
	background: var(--white);
}

.color-style-six .text-light .btn-style-one:after {
	background: var(--color-style-six);
}

.color-style-four.text-light .btn-style-one:after {
	background: #f8ad8f;
}

.color-style-five.text-light .btn-style-one:after {
	background: var(--white);
}

.color-style-five.text-light .btn-style-one:hover {
	color: var(--color-heading);
}

.color-style-four.text-light .btn-style-one:hover {
	color: var(--color-heading);
}

.text-light .btn-style-one.white:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.bg-gradient .btn-style-one.white:after {
	background-image: linear-gradient(315deg, var(--dark-secondary) 0%, var(--dark-secondary) 74%);
}

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

.btn-style-one:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-style-one:hover {
	color: var(--white);
	background: transparent;
}

.btn.btn-border-light {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 13px 40px;
}

.navbar .btn.btn-border-light {
	border: 1px solid #cccccc;
	color: var(--color-heading);
}

.navbar .btn.btn-border-light:hover {
	color: var(--white);
}

@media (min-width: 1024px) {

	.navbar.white.sticked .btn.btn-border-light {
		color: var(--color-heading);
	}

	.navbar.white.sticked .btn.btn-border-light:hover {
		color: var(--white);
	}

	.navbar.white.no-background .btn.btn-border-light {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

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

.btn.btn-border-light::after {
	background: var(--color-primary);
}

.btn-style-one.btn-border-theme {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid var(--color-primary);
	padding: 13px 40px;
}

.btn-style-one.btn-border-theme::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

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

.btn-style-one.btn-border {
	background: transparent;
	color: var(--color-heading);
	border: 1px solid #cccccc;
	padding: 13px 40px;
}

.color-style-two .btn-style-one.btn-border {
	border-color: #d7d7ff;
}

.btn-style-one.btn-border.btn-dark {
	border: 2px solid;
}

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

.btn-style-one.btn-border.btn-dark::after {
	background-color: var(--dark);
}

.btn-style-one.btn-border::after {
	background: var(--color-primary);
}

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

/* Button Style Two */
.btn-style-two {
	display: inline-flex;
	background: var(--color-primary);
	color: var(--white);
	padding: 10px;
	border-radius: 8px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

.color-style-nine .btn-style-two {
	background: var(--color-primary);
}

.btn-style-two.white {
	background: var(--white);
	color: var(--color-heading);
}

.btn-style-two svg {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: var(--white);
	padding: 12px;
	border-radius: 5px;
	margin-left: 10px;
	transition: all 0.35s ease-in-out;
}

.btn-style-two.white svg {
	background: var(--dark);
}

.btn-style-two:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--white);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}

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

.text-light .btn-style-two:after {
	background: var(--white);
}

.text-light .btn-style-two.white:after {
	background: var(--color-primary);
}

.btn-style-two:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

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

.text-light .btn-style-two:hover {
	color: var(--color-heading);
}

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

.btn-style-two svg path {
	transition: all 0.35s ease-in-out;
}

.btn-style-two:hover svg {
	background: var(--white);
}

.btn-style-two:hover svg path {
	stroke: var(--color-heading);
}

.text-light .btn-style-two:hover svg {
	background: var(--dark);
}

.text-light .btn-style-two.white:hover svg {
	background: var(--white);
}

.text-light .btn-style-two:hover svg path {
	stroke: var(--white);
}

.text-light .btn-style-two.white:hover svg path {
	stroke: var(--color-heading);
}

/* Button Style Three */
.btn-style-three {
	display: inline-flex !important;
	align-items: center;
	gap: 0;
	color: var(--white) !important;
	border: none;
	background: transparent;
	box-shadow: none;
}

.btn-style-three.solid {
	gap: 2px;
}

.btn-style-three .icon:first-child {
	position: absolute;
	transform: translateX(50px) scale(0.7);
}

.btn-style-three:hover .icon:first-child {
	transform: translateX(0px);
}

.btn-style-three.solid:hover .icon:first-child {
	transform: translateX(-2px);
}

.btn-style-three:hover span {
	transform: translateX(50px) scale(1);
}

.btn-style-three:hover .icon:last-child {
	transform: translateX(-50px) scale(0);
}

.navbar .attr-right .attr-nav li .btn-style-three {
	color: var(--white);
}

.navbar .attr-right .attr-nav li .btn-style-three.border-dark,
.navbar .attr-right .attr-nav li .btn-style-three.border-theme,
.navbar .attr-right .attr-nav li .btn-style-three.white {
	color: var(--color-heading);
}

.btn-style-three span {
	background: var(--color-primary);
	height: 50px;
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 40px;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	z-index: 9;
}

.color-style-two .btn-style-three span {
	background: var(--color-primary);
}

.color-style-eight .btn-style-three span {
	background: var(--color-primary);
}

.btn-style-three.solid span {
	border-radius: 0;
}

.color-secondary .btn-style-three span {
	background: var(--color-secondary);
}

.color-style-seven .btn-style-three span {
	background: var(--color-primary);
}

.color-style-eight .btn-style-three span {
	background: var(--color-primary);
}

.btn-style-three.white span {
	background: var(--white);
	color: var(--color-heading);
}

.btn-style-three .icon {
	height: 50px;
	width: 50px;
	min-width: 50px;
	text-align: center;
	background: var(--color-primary);
	padding: 15px;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.color-style-two .btn-style-three .icon {
	background: var(--color-primary);
}

.color-style-seven .btn-style-three .icon {
	background: var(--color-primary);
}

.color-style-eight .btn-style-three .icon {
	background: var(--color-primary);
}

.btn-style-three.solid .icon {
	border-radius: 0;
	background: var(--dark);
}

.bg-dark .btn-style-three.solid .icon {
	background: var(--white);
}

.bg-dark .btn-style-three.solid .icon svg path {
	stroke: var(--color-heading);
}

.color-secondary .btn-style-three .icon {
	background: var(--color-secondary);
}

.color-secondary .btn-style-three.solid .icon {
	background: var(--dark);
}

.btn-style-three.white .icon {
	background: var(--white);
}

.text-light .btn-style-three.white .icon {
	background: var(--white);
}

.btn-style-three.white {
	color: var(--color-heading);
}

.bg-theme.text-light .btn-style-three.white .icon {
	background: var(--dark);
}

/* Button Larger Circle */
.btn-large-border {
	display: inline-flex;
	height: 180px;
	width: 180px;
	min-width: 180px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: var(--color-primary);
	color: var(--color-heading);
}

.color-style-six .btn-large-border {
	background: var(--color-style-six);
}

.btn-large-border:hover,
.text-light .btn-large-border:hover {
	color: var(--white) !important;
}

.bg-dark .btn-large-border,
.bg-dark-secondary .btn-large-border {
	color: var(--white);
}

.btn-large-border::after {
	position: absolute;
	left: -30px;
	bottom: -30px;
	content: "";
	height: 100px;
	width: 100px;
	background: var(--color-primary);
	z-index: -1;
	transition: all 0.25s ease-in-out;
	border-radius: 50%;
}

.color-style-six .btn-large-border::after {
	background: var(--color-style-six);
}

.btn-large-border:hover::after {
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.btn-large-border::before {
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	content: "";
	background: var(--white);
	border-radius: 50%;
	z-index: -1;
}

.bg-dark-secondary .btn-large-border::before {
	background: var(--dark-secondary);
}



/* ==============================================================
    # Video Play Button
=================================================================== */
.video-button {
	display: inline-block;
	position: relative;
	height: 120px;
	width: 120px;
	line-height: 120px;
	background: var(--color-primary);
	border-radius: 50%;
	font-size: 30px;
	font-weight: 300;
	color: var(--white);
	text-align: center;
}

.color-style-two .video-button {
	background: var(--color-primary);
}

.color-style-eight .video-button {
	background: var(--color-primary);
}

.video-button i {
	font-weight: 300;
	color: var(--white);
}

.video-button::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 105%;
	width: 105%;
	border: 1px solid var(--white);
	animation: pulse-border 3s linear infinite;
	border-radius: 50%;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}



/* ==============================================================
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

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

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

/* Animation UpDown */

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

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

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

/* Animation Left Right */

/* Fade Left Right */
@keyframes fadeLeftRight {

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

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes fadeLeftRight {

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

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */

@keyframes fadeRightLeft {

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

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

@-webkit-keyframes fadeRightLeft {

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

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */

/* Zoom Up Down */
@keyframes zoomUpDown {

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

	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@-webkit-keyframes zoomUpDown {

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

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

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

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

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

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

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

@-webkit-keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

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

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

/* ==============================================================
    # Back to top
=================================================================== */

.scrollToTop.active-progress {
	display: block !important;
}


/* ==============================================================
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 5px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* ==============================================================
    # Topbar Styles
=================================================================== */

.dropdown.language-switcher button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--color-heading);
}

.bg-dark .dropdown.language-switcher button,
.bg-theme .dropdown.language-switcher button {
	color: var(--white);
}

.dropdown.language-switcher button img {
	height: 30px;
}

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

.dropdown.language-switcher button i {
	font-weight: 500;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 2px;
}

.dropdown.language-switcher .dropdown-menu li a {
	color: var(--color-heading);
	background: transparent;
	font-weight: 600;
	font-size: 18px;
	padding: 7px 20px;
}

.dropdown.language-switcher .dropdown-menu {
	min-width: 200px;
	padding: 15px 10px;
	margin-top: 10px !important;
}

/* ==============================================================
    # Banner Animaiton
=================================================================== */
.banner-animation-text strong {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-animation-text h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-animation-text p,
.banner-animation-text ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}

.banner-animation-text .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}

.banner-animation-text strong {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-animation-text h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-animation-text p,
.banner-animation-text ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-animation-text .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-animation-text .swiper-slide.swiper-slide-active strong {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
	opacity: 1;
	visibility: visible;
}

.banner-animation-text .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
	opacity: 1;
	visibility: visible;
}

.banner-animation-text .swiper-slide.swiper-slide-active p,
.banner-animation-text .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
	opacity: 1;
	visibility: visible;
}

.banner-animation-text .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1700ms;
	transition-delay: 1700ms;
	opacity: 1;
	visibility: visible;
}


/* ==============================================================
    # Banner Style One
=================================================================== */

.circle-text-card {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.4);
	height: 200px !important;
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	background: var(--bg-gray);
}

.circle-text-card .circle-text-item {
	font-size: 17px;
	color: var(--color-heading);
	font-weight: 500;
	height: 175px !important;
	width: 175px !important;
}

.circle-text-card .circle-text-item span {
	color: var(--color-heading);
}

.circle-text-item {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle-text-card img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--color-primary);
	border-radius: 50%;
}

.circle-text.style-one {
	animation: spinner 20s infinite linear;
	display: inline-block;
}

.circle-text-card a {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	font-weight: 900;
	font-size: 40px;
}

/* ==============================================================
    # Banner Style Two
=================================================================== */

.btn-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.btn-flex.center {
	justify-content: center;
}

/* ==============================================================
    # Banner Style Three
=================================================================== */
.banner-style-three-area {
	margin-bottom: 50px;
}

.banner-style-three-area .swiper-slide {
	background: var(--color-primary);
	overflow: hidden;
	border-radius: 10px;
}

.color-style-two .banner-style-three-area .swiper-slide {
	background: var(--dark);
}

.banner-style-three-area .swiper-slide .thumb {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 80%;
	z-index: -1;
}

@media (min-width: 1200px) {
	.banner-style-three-area .swiper-slide .thumb {
		transition: transform 1000ms ease, opacity 1000ms ease;
		transform: translateX(50%) scaleX(2);
		opacity: 0;
	}

	.banner-style-three-area .swiper-slide.swiper-slide-active .thumb {
		transform: translateX(0) scaleX(1);
		filter: blur(0);
		transition-delay: 600ms;
		opacity: 1;
	}
}

.banner-style-three-area .swiper-slide .thumb::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 65%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--dark) 100%) repeat scroll 0 0;
}

.banner-style-three-area .swiper-slide .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right;
}

.banner-style-three-area .item {
	padding: 150px 120px;
}

.banner-style-three-area .item h2 {
	font-size: 70px;
	line-height: 1.1;
	margin-bottom: 25px;
}

.banner-style-three-area .item .content {
	padding-left: 35%;
}

.banner-style-three-area strong {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
	display: block;
}

/* Banner Navitaion Style one */

.banner-style-three-area .banner-fade {
	padding: 0 15px;
	margin: 0 -15px;
}

.banner-style-three-area .banner-three-nav-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	height: 200px;
	width: 50px;
	text-align: center;
	line-height: 200px;
	left: 15px;
	border-radius: 0 50px 50px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.35s ease-in-out;
}

.banner-style-three-area .banner-three-nav-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	height: 200px;
	width: 50px;
	text-align: center;
	line-height: 200px;
	right: 15px;
	border-radius: 50px 0 0 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.35s ease-in-out;
}

.banner-three-nav-prev svg {
	height: 45px;
	width: 45px;
	text-align: center;
	background: var(--dark);
	padding: 10px;
	border-radius: 50%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	left: -8px;
}

.banner-three-nav-next svg {
	height: 45px;
	width: 45px;
	text-align: center;
	background: var(--dark);
	padding: 10px;
	border-radius: 50%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	right: -8px;
}


/* ==============================================================
    # Banner Style Four
=================================================================== */

ul.social-profile {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

ul.social-profile li a i {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
}

.text-light ul.social-profile li a i {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

ul.social-profile li a {
	display: inline-block;
	border-radius: 50%;
}

ul.social-profile li a:hover {
	background: var(--color-primary);
	color: var(--white);
}

.color-style-five ul.social-profile li a:hover {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-five ul.social-profile li a:hover i {
	border-color: var(--color-style-five);
}


/* ==============================================================
    # Banner Style Five
=================================================================== */


/* ==============================================================
    # Banner Style Six
=================================================================== */


/* ==============================================================
    # Banner Style Seven
=================================================================== */

/* ==============================================================
    # Banner Style Eight
=================================================================== */

/* ==============================================================
    # Banner Style Nine
=================================================================== */


/* ==============================================================
    # Banner Style Ten
=================================================================== */

/* ==============================================================
    # Banner Style Eleven
=================================================================== */



/* ==============================================================
    # About
=================================================================== */

/* ==============================================================
    # About Style Two
=================================================================== */

.about-style-two-area {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thumb-style-two .circle-text-card .circle-text-item {
	font-size: 18px;
	letter-spacing: 0.2px;
}

.about-style-two-info .bottom {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 30px;
	align-items: center;
}

.feature-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-card ul li {
	display: flex;
	align-items: center;
	gap: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 25px;
	padding-top: 25px;
}

.feature-card ul li h4 {
	margin: 0;
	font-size: 20px;
}

.feature-card {
	padding: 50px;
	border-radius: 10px;
}

.feature-card ul li .icon {
	background: var(--white);
	height: 75px;
	width: 75px;
	min-width: 75px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: 8px;
}

.feature-card ul li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.experience-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	border: 1px solid #aed9da;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
}

.color-style-two .experience-card {
	border: 1px solid #c6c6ff;
}

.experience-card .js-counter {
	display: flex;
	font-size: 60px;
	line-height: 50px;
	color: var(--color-primary);
	font-weight: 400;
	margin-bottom: 5px;
}

.color-style-two .experience-card .js-counter {
	color: var(--color-primary);
}

.color-style-eight .experience-card .js-counter {
	color: var(--color-primary);
}

.experience-card .js-counter span {
	font-size: 120px;
	line-height: 100px;
	color: var(--color-heading);
	font-weight: 700;
}

.experience-card h2 {
	margin: 0;
	font-size: 20px;
}

.about-style-two-info .experience-card {
	height: 100%;
}

.thumb-style-two {
	position: relative;
	z-index: 1;
	height: 100%;
	padding-left: 100px;
}

.thumb-style-two>img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.thumb-style-two .circle-text-card img {
	height: auto;
	border-radius: 50%;
	background: var(--color-primary);
}

.color-style-two .thumb-style-two .circle-text-card img {
	background: var(--color-primary);
}

.thumb-style-two .circle-text-card {
	position: absolute;
	left: 0;
	top: 100px;
	background: var(--bg-gray-secondary);
	border: 2px solid var(--white);
	transform: scale(0.65);
	transform-origin: center center;
}



/* ==============================================================
    # About Style Threes
=================================================================== */

.text-with-imoji {
	font-size: 9vw;
	line-height: 1;
	z-index: 1;
	position: relative;
	margin: 0;
}

/* ==============================================================
    # About Style Four
=================================================================== */

@keyframes wave {

	0%,
	40%,
	100% {
		transform: initial;
		background: rgba(0, 0, 0, 0.6);
	}

	20% {
		transform: translateY(-8px);
		background: rgba(0, 0, 0, 0.3);
	}
}

/* ==============================================================
    # About Style Five
=================================================================== */


/* ==============================================================
    # About Six
=================================================================== */

footer h5 {
	font-size: 20px;
}


/* ====== ========================================================
    # Feature Style One
=================================================================== */


/* ==============================================================
    # Feature Style Two
=================================================================== */

.feature-carousel {
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
}

.feature-carousel::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 200px;
	background: #4bc3e5;
	filter: blur(100px);
}

/* ==============================================================
    # Feature Three
=================================================================== */


/* ==============================================================
    # Feature Style Four
=================================================================== */

/* ==============================================================
    # Feature Style Five
=================================================================== */


/* ==============================================================
    # Fun Factor
=================================================================== */

/* ==============================================================
    # Fun Factor Style Two
=================================================================== */

/* ==============================================================
    # Food Offer
=================================================================== */

.fooder-offer-one-navigation>div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 44px;
	background: var(--dark);
	border-radius: 50%;
	border: 3px solid var(--color-style-six);
}

.fooder-offer-one-navigation>div.food-offer-next {
	border-color: var(--white);
}

.fooder-offer-one-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fooder-offer-one-navigation>div.food-offer-prev {
	background: var(--white);
	color: var(--color-heading);
}

.color-style-six .bg-theme .sub-title::before,
.color-style-six .bg-theme .sub-title::after {
	background: var(--white);
}

/* ==============================================================
    # Food Menu
=================================================================== */

.nav.nav-tabs.food-menu-nav-tabs {
	margin: 0;
	padding: 0;
	border: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item {
	margin: 0;
	border: none;
	padding: 30px 10px;
	padding-bottom: 0;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
	box-shadow: none;
	margin: 0;
	padding: 6px 20px;
	background: transparent;
	color: var(--color-heading);
	border: 2px solid transparent;
	border-radius: 40px;
	transition: all 0.15s ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.text-light .nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
	color: var(--white);
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button::after {
	position: absolute;
	left: 20%;
	right: 20%;
	content: "";
	bottom: 0;
	height: 0;
	background: var(--color-style-six);
	z-index: -1;
	filter: blur(15px);
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.1s;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button.active::after {
	opacity: 1;
	visibility: visible;
	height: 16px;
}

.nav.nav-tabs.food-menu-nav-tabs li.nav-item button.active {
	border-color: var(--color-style-six);
}

/* ==============================================================
    # Reservation
=================================================================== */

form .date-picker-one {
	margin-bottom: 20px;
}

form .date-picker-one .input-group-addon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: var(--dark);
	color: var(--white);
	border-radius: 0 5px 5px 0;
	margin: 0 !important;
}

.text-light form .date-picker-one .input-group-addon {
	background: var(--color-style-six);
}

form .date-picker-one input {
	border-radius: 5px 0 0 5px !important;
}

/* ==============================================================
    # Our Process
=================================================================== */

.timeline-progress {
	display: flex;
	gap: 30px;
}

.timeline-progress .left {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-progress .left .number {
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	color: var(--white);
	flex: 0 0 auto;
	position: relative;
	z-index: 9;
	margin: 0;
	font-weight: 700;
}

.color-style-two .timeline-progress .left .number {
	background: var(--color-primary);
}

.timeline-progress .left .number-line {
	width: 8px;
	height: 100%;
	background: #dee2e6;
	border-top: none;
	position: relative;
	overflow: hidden;
}

.timeline-progress .left .timeline-line-fill {
	width: 100%;
	height: 100%;
	background: var(--dark);
	border-radius: 0;
	transform: scaleY(0);
	transform-origin: top;
}

.timeline-progress .content {
	border: 1px solid #b2b7bb;
	padding: 50px;
	margin-bottom: 45px;
	border-radius: 10px;
	position: relative;
	background: var(--white);
}

.timeline-progress .content::after {
	position: absolute;
	left: 15px;
	top: 15px;
	content: "";
	height: 100%;
	width: 100%;
	border: 1px solid #b2b7bb;
	z-index: -1;
	border-radius: 10px;
}

.timeline-progress:last-child .content {
	margin-bottom: 0;
}

.timeline-progress .content p {
	margin: 0;
}

.timeline-progress:nth-child(2) .content {
	text-align: right;
}

.timeline-progress .top {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	gap: 15px;
}

.timeline-progress .top h3,
.timeline-progress .top h4 {
	margin: 0;
	font-size: 24px;
}

.timeline-progress img {
	height: 50px;
}

.timeline-progress:nth-child(2n) .top {
	flex-direction: row-reverse;
}

.progress-left .thumb img {
	border-radius: 10px;
}


/* ==============================================================
    # Integration Tools
=================================================================== */

/* ==============================================================
    # Integration Tools Two
=================================================================== */

/* ==============================================================
    # Process
=================================================================== */
.process-style-one-items {
	display: flex;
	align-items: center;
	margin-left: -60px;
}

.process-style-one-item {
	background: rgba(255, 255, 255, 0.55);
	height: 320px;
	width: 320px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	min-width: 320px;
	padding: 50px;
	margin-left: -50px;
	position: relative;
	z-index: 1;
	border: 2px solid var(--white);
}

.process-style-one-item:nth-child(2n) {
	flex-direction: column-reverse;
	background: var(--white);
	position: relative;
	z-index: 2;
	height: 360px;
	width: 360px;
	min-width: 360px;
	border: 2px solid #8bbebe;
}

.process-style-one-item p {
	margin: 0;
}

.process-style-one-item:nth-child(2n) .number {
	margin-bottom: 0;
	margin-top: 20px;
}

.process-style-one-item .number {
	margin-bottom: 20px;
}

.process-style-one-item span {
	font-weight: 700;
	background: linear-gradient(180deg, var(--color-primary) 0%, #f1f9f9 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 50px;
	line-height: 0.8;
	font-weight: 800;
}

.process-style-one-item h3 {
	margin-bottom: 5px;
	font-size: 24px;
}

/* ==============================================================
    # Video Section
=================================================================== */
.video-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-section {
	position: relative;
	z-index: 1;
}

.vidoe-area {
	position: relative;
	z-index: 1;
	margin-bottom: 80px; /* Added spacing between video and about section */
}

.vidoe-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: var(--bg-gray);
	z-index: -1;
}

.video-section .video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* ==============================================================
    # Video Section
=================================================================== */


/* ==============================================================
    # Video Section Three
=================================================================== */


/* ==============================================================
    # Choose Us Style One
=================================================================== */

.active-client-overview {
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.active-client-overview p {
	margin: 0;
	line-height: 1.4;
	font-size: 20px;
	color: var(--color-heading);
	font-weight: 600;
}

.active-client-overview .customer-list {
	margin-bottom: 20px;
}

/* ==============================================================
    # Services
=================================================================== */

.services-style-one-carousel .swiper-wrapper {
	padding: 5px;
}

.services-style-one-carousel {
	margin: -5px;
}

a.btn-regular {
	display: inline-flex;
	align-items: center;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 40px;
	padding: 8px 30px;
	gap: 8px;
}

a.btn-regular svg {
	height: 15px;
}

.swiper-slide-active .services-style-one-item .icon {
	background: var(--color-primary);
}

.swiper-slide-active .services-style-one-item {
	background: var(--dark);
}

.swiper-slide-active .services-style-one-item .icon i {
	color: var(--white);
}

.swiper-slide-active .services-style-one-item .icon img {
	filter: brightness(0) invert(1);
}

.swiper-slide-active .services-style-one-item a {
	color: var(--white);
}

.swiper-slide-active .services-style-one-item p {
	color: var(--white-secondary);
}

.swiper-slide-active .services-style-one-item .bottom {
	border-color: rgba(255, 255, 255, 0.4);
}

.swiper-slide-active .services-style-one-item a.btn {
	background: var(--white);
	color: var(--color-heading);
}

.swiper-slide-active .services-style-one-item a.btn svg path {
	stroke: var(--color-heading);
}

.swiper-slide-active .services-style-one-item a.btn:hover svg path {
	stroke: var(--white);
}

.swiper-slide-active .services-style-one-item a.btn:after {
	background: var(--color-primary);
}

.swiper-slide-active .services-style-one-item a.btn:hover {
	background: var(--color-primary);
	color: var(--white);
}

.swiper-slide-active .services-style-one-item .bottom span {
	color: var(--white);
	opacity: 0.3;
}


/* ==============================================================
    # Services Style Two
=================================================================== */

/* ==============================================================
    # Services Style Three
=================================================================== */

ul.list-style-four li.active a {
	background: var(--color-primary);
	color: var(--white);
	border-color: var(--color-primary);
}

.color-style-two ul.list-style-four li.active a {
	background: var(--color-primary);
	color: var(--white);
	border-color: var(--color-primary);
}

/* ==============================================================
    # Services Style Four
=================================================================== */

a.btn-standard {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 30px;
	background: var(--dark);
	color: var(--white);
	border-radius: 20px 20px 0 0;
	position: relative;
	z-index: 1;
}

.active a.btn-standard {
	background: var(--color-primary);
}

.color-style-two .active a.btn-standard {
	background: var(--color-primary);
}

a.btn-standard i {
	font-weight: 400;
	transform: rotate(-45deg);
	font-size: 20px;
}

a.btn-standard:hover {
	color: var(--white);
	background: var(--color-primary);
}

.color-style-two a.btn-standard:hover {
	background: var(--color-primary);
}

a.btn-standard::before {
	position: absolute;
	left: -22px;
	bottom: 0px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--dark);
	transition: all 0.35s ease-in-out;
}

a.btn-standard::after {
	position: absolute;
	right: -22px;
	bottom: 0px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--dark);
	transition: all 0.35s ease-in-out;
}

a.btn-standard:hover::after,
a.btn-standard:hover::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.color-style-two a.btn-standard:hover::after,
.color-style-two a.btn-standard:hover::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.active a.btn-standard::after,
.active a.btn-standard::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.color-style-two .active a.btn-standard::after,
.color-style-two .active a.btn-standard::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}


.services-style-four-item.active .content {
	transform: translateY(0);
}


.services-style-four-item.active .content p {
	opacity: 1;
	visibility: visible;
}

/* ==============================================================
    # Services Five
=================================================================== */

.active .service-style-five-item .info>a {
	color: var(--color-primary);
}

.color-style-eight .active .service-style-five-item .info>a {
	color: var(--color-primary);
}


.active .service-style-five-item .thumb {
	height: 255px;
	opacity: 1;
	visibility: visible;
}

.active .service-style-five-item .icon {
	opacity: 1;
	visibility: visible;
	height: 0;
}

/* ==============================================================
    # Services Details
=================================================================== */

.services-list-widget li.active a {
	background: var(--color-primary);
	color: var(--white);
}

/* ==============================================================
    # Food Category
=================================================================== */



/* ==============================================================
    # Award
=================================================================== */



/* ==============================================================
    # Promotion Text
=================================================================== */



/* ==============================================================
    # Technology
=================================================================== */

.tech-index-one-item.active a {
	background: var(--color-primary);
}


/* ==============================================================
    # Contact Style One
=================================================================== */

/* CSS */

/* ==============================================================
    # 404 page
=================================================================== */

/* ==============================================================
    # Contact
=================================================================== */


/* ==============================================================
    # Footer
=================================================================== */
footer.footer-style-one {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 80px 0;
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 100px;
	align-items: center;
}

.footer-top .logo img {
	height: 45px;
}

.footer-style-one .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 30px 0;
}

.footer-bottom p {
	margin: 0;
}

ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

.text-end ul.link-list {
	justify-content: flex-end;
}

ul.link-list li a {
	font-weight: 400;
}

footer a {
	font-weight: 400;
}

footer.text-light,
footer.text-light li,
footer.text-light p,
footer.text-light a {
	color: var(--white-secondary);
}

footer.text-light a:hover {
	color: var(--white);
}

footer ul.social-profile {
	justify-content: flex-start;
}

.footer-style-one .f-item.about {
	position: relative;
	z-index: 1;
}

.footer-style-one .f-item.about::after {
	position: absolute;
	right: 0;
	top: -80%;
	content: "";
	height: 300%;
	width: 2px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-one .f-items {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 120px;
}

.widget-title {
	margin-bottom: 30px;
}

footer ul.useful-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul.useful-link li {
	margin-top: 12px;
}

ul.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.contact-list li h5 {
	margin-bottom: 5px;
	font-size: 20px;
}

ul.contact-list li {
	margin-top: 20px;
}


/* ==============================================================
    # Footer Style Two
=================================================================== */

/* CSS */


/* ==============================================================
    # Faq
=================================================================== */


/* ==============================================================
    # Promotional Brand
=================================================================== */

@keyframes marqee_left {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-25%);
	}
}

/* ==============================================================
    # Testimonial
=================================================================== */

.testimonial-two-navtigations {
	display: flex;
	align-items: center;
	gap: 15px;
	position: absolute;
	right: 0;
	bottom: 25px;
	z-index: 1;
}

.testimonial-two-navtigations>div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #c5e4e4;
	border-radius: 50%;
	color: var(--color-primary);
}

.text-light .testimonial-two-navtigations>div {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: var(--white);
}

.testimonial-two-navtigations i {
	font-weight: 400;
}


/* ==============================================================
    # Testimonial Three
=================================================================== */



/* ==============================================================
    # Testimonial Style Four
=================================================================== */


/* ==============================================================
    # Testimonial Style Five
=================================================================== */

.testimonial-five-navtigations {
	display: flex;
	align-items: center;
	gap: 15px;
	position: absolute;
	right: 120px;
	bottom: 125px;
	z-index: 1;
}

.testimonial-five-navtigations>div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #badfdf;
	border-radius: 50%;
}

.text-light .testimonial-five-navtigations>div {
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.testimonial-five-navtigations i {
	font-weight: 400;
	color: var(--color-heading);
}

.text-light .testimonial-five-navtigations i {
	color: var(--white);
}

/* ==============================================================
    # Testimonial Style Six
=================================================================== */



/* ==============================================================
    # App Demo
=================================================================== */


/* ==============================================================
    # Professional Skills
=================================================================== */
.nav.nav-tab-style-one {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	display: flex;
	background-color: transparent;
	background-image: url(../img/shape/tab-shape-light.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}

.bg-dark .nav.nav-tab-style-one {
	background-image: url(../img/shape/tab-shape.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.nav.nav-tab-style-one::after {
	position: absolute;
	left: -100%;
	bottom: -2px;
	content: "";
	height: 3px;
	width: 400%;
	border-bottom: 3px solid var(--bg-gray-secondary);
	display: block;
}

.bg-dark .nav.nav-tab-style-one::after {
	border-bottom: 3px solid #3d404d;
}

.nav.nav-tab-style-one::before {
	display: none;
}

.nav.nav-tab-style-one button.nav-link {
	flex: 1;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	padding: 25px;
	color: var(--color-heading);
	font-size: 20px;
	transition: all 0.35s ease-in-out;
	position: relative;
	z-index: 1;
}

.bg-dark .nav.nav-tab-style-one button.nav-link {
	color: var(--white);
}

.nav.nav-tab-style-one button.nav-link.active {
	color: var(--color-heading);
	background-color: transparent;
}

.nav.nav-tab-style-one button.nav-link::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 0;
	width: 100%;
	background-image: url(../img/shape/tab-active-shape.svg);
	background-size: cover;
	background-position: center top;
	z-index: -1;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 0;
	visibility: hidden;
}

.nav.nav-tab-style-one button.nav-link.active::after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}


/* ==============================================================
    # Footer Style Three
=================================================================== */


/* ==============================================================
    # Footer Style Four
=================================================================== */

footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}


/* ==============================================================
    # Footer Style Five
=================================================================== */


/* ==============================================================
    # Footer Style Six
=================================================================== */

/* ==============================================================
    # Career
=================================================================== */

/* ==============================================================
    # CSS for Dark Layout
=================================================================== */

@media (min-width: 1024px) {
	.bg-dark-secondary nav.validnavs.bg-dark {
		background-color: #213743 !important;
	}

	.bg-dark-secondary nav.validnavs.bg-dark.sticked ul.nav>li>a {
		color: var(--white);
	}

	.bg-dark-secondary .navbar.bg-dark.sticked .attr-right .attr-nav .call p {
		color: var(--white-secondary);
	}

	.bg-dark-secondary .navbar.bg-dark.sticked .attr-right .attr-nav .call h5 a {
		color: var(--white);
	}
}

.bg-dark-secondary .swiper-slide-active .services-style-one-item .icon img {
	filter: none;
}

.bg-dark-secondary .process-style-one-item {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark-secondary .process-style-one-item:nth-child(2n) {
	background: var(--dark-secondary);
	border-color: #a5d7d7;
}

.bg-dark-secondary .vidoe-area::after {
	background: var(--dark-optional);
}

.bg-dark-secondary .bg-theme-secondary {
	background-color: var(--color-primary);
}

.bg-dark-secondary .btn-simple svg path {
	stroke: var(--white);
}

.bg-dark-secondary .project-button-prev,
.bg-dark-secondary .project-button-next {
	border: 1px solid rgba(255, 255, 255, 0.4);
	line-height: 43px;
}

.bg-dark-secondary .bg-gray-secondary {
	background-color: var(--dark-optional);
}

.bg-dark-secondary .bg-dark {
	background-color: var(--dark-optional) !important;
}

.bg-dark-secondary nav.navbar.validnavs {
	background: var(--dark-secondary);
}

.bg-dark-secondary nav.navbar.validnavs.navbar-common,
.bg-dark-secondary nav.navbar.validnavs.nav-style-three {
	background: transparent;
}


.color-style-five .bg-gray {
	background-color: var(--bg-gray-secondary);
}

.bg-dark.color-style-five .bg-gray {
	background-color: var(--dark-secondary);
}

.bg-dark-secondary .pricing-style-one.active h3 {
	color: var(--color-heading);
}

.bg-dark-secondary .pricing-style-one.active .pricing {
	color: var(--color-heading);
}

.bg-dark-secondary .pricing-style-one.active .pricing span {
	color: var(--color-paragraph);
}

.bg-dark-secondary .pricing-style-one.active ul.list-style-three li {
	color: var(--color-heading);
}

.bg-dark-secondary .pricing-style-one.active ul.list-style-three li::after {
	filter: brightness(1);
}

.bg-dark-secondary .pricing-style-one.active .btn::after {
	background: var(--dark);
}

.bg-dark-secondary.text-light .pricing-style-one.active .btn:hover {
	color: var(--white) !important;
}

.bg-dark-secondary .text-scroll-animation .text {
	color: rgb(255, 255, 255, 0.2);
	background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
}

.bg-dark-secondary .banner-three-nav-prev svg,
.bg-dark-secondary .banner-three-nav-next svg {
	background: var(--white);
}

.bg-dark-secondary .banner-three-nav-prev svg path,
.bg-dark-secondary .banner-three-nav-next svg path {
	stroke: var(--color-heading);
}

.bg-dark-secondary nav.navbar.validnavs.sticked {
	background: #373747 !important;
}

.bg-dark-secondary .navbar .attr-right .attr-nav .call i {
	color: var(--white);
}

.bg-dark-secondary .experience-card {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .experience-card .js-counter {
	color: var(--white);
}

.bg-dark-secondary .experience-card .js-counter span {
	color: var(--white);
}

.bg-dark-secondary .experience-card h4 {
	color: var(--white-secondary);
}

.bg-dark-secondary .timeline-progress .content {
	background: #313642;
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .timeline-progress .content::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .timeline-progress .left .number-line {
	background: var(--white);
}

.bg-dark-secondary .timeline-progress .left .timeline-line-fill {
	background: #313642;
}

.bg-dark-secondary .timeline-progress .left .number {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .project-two-swiper-pagination .project-two-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-primary);
	border: 1px solid;
}

@media (min-width: 992px) {

	.bg-dark-secondary .swiper-slide.swiper-slide-active .team-style-two-item {
		border: 1px solid rgba(255, 255, 2544, 0.2);
		background: #313642;
	}

	.bg-dark-secondary .swiper-slide.swiper-slide-active .team-style-two-item::after {
		display: none;
	}
}

.bg-dark-secondary .active-client-overview p {
	color: var(--white);
}

.bg-dark-secondary .swiper-slide-active .project-style-five-item .project-card-info {
	background: transparent;
	position: relative;
	z-index: 1;
}

.bg-dark-secondary .swiper-slide-active .project-style-five-item .project-card-info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--white);
	z-index: -1;
	opacity: 0.9;
	backdrop-filter: blur(60px);
	mix-blend-mode: multiply;
}

.bg-dark-secondary .team-four-content-list .item {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark-secondary .team-four-content-list {
	border-color: rgba(255, 255, 255, 0.2);
}

@keyframes wave-light {

	0%,
	40%,
	100% {
		transform: initial;
		background: rgba(255, 255, 255, 0.6);
	}

	20% {
		transform: translateY(-8px);
		background: rgba(255, 255, 255, 0.3);
	}
}

.bg-dark-secondary a.btn-standard {
	background: #3e3e3e;
}

.bg-dark-secondary a.btn-standard::before {
	box-shadow: 0 20px 0 0 #3e3e3e;
}

.bg-dark-secondary a.btn-standard::after {
	box-shadow: 0 20px 0 0 #3e3e3e;
}

.bg-dark-secondary .bg-gray-secondary .project-four-swiper-navigation {
	background: var(--dark-optional);
}

.bg-dark-secondary .project-four-swiper-navigation>div {
	color: var(--white);
}

.bg-dark-secondary .bg-gray-secondary .project-four-swiper-navigation::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark-secondary .bg-gray-secondary .project-four-swiper-navigation::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark-secondary .btn.btn-dark {
	background: var(--white);
	color: var(--color-heading);
}

.bg-dark-secondary.text-light .btn-style-one::after {
	background: var(--white);
}

.bg-dark-secondary.text-light .btn-style-one:hover {
	color: var(--color-heading) !important;
}


/* ==============================================================
    # Responsive
=================================================================== */

@media (max-width: 1599px) {

	/* Project */
	.bg-dark-secondary .swiper-slide-active .project-style-five-item .project-card-info::after {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {

	/* Project Five */

	.swiper-slide-active .project-style-five-item .project-card-info {
		left: 0;
	}

	.bg-dark-secondary .swiper-slide-active .project-style-five-item .project-card-info {
		background: #2f3537;
		border: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

	/* Default CSS */
	.title {
		font-size: 48px;
	}

	/* Banner One */

	/* Banner Two */

	/* Banner Three */

	.banner-style-three-area .item h2 {
		font-size: 50px;
	}

	.banner-style-three-area .item .content {
		padding-left: 20%;
	}

	/* Banner Four */

	/* Banner Five */

	/* Banner Six */

	/* Banner Seven */

	/* About Three */

	/* About Four */

	/* About Six */
	.font-style-three .title {
		font-size: 55px;
	}

	/* Why Choose Us */

	/* Feature Three */

	/* Feature Four */


	/* Services One */

	/* Service Three */

	/* Services Four */

	/* Process One */
	.process-style-one-area .col-xl-4 {
		text-align: center;
		width: 40%;
		margin: auto auto 50px;
	}

	.process-style-one-area .title {
		font-size: 50px;
	}

	.process-style-one-area .col-xl-7 {
		width: 100%;
		margin: auto;
	}

	.process-style-one-items {
		justify-content: center;
		margin: 0;
	}

	/* Professional Skills */
	.nav.nav-tab-style-one button.nav-link {
		padding: 18px;
	}

	/* Project One */

	/* Project Two */

	/* Project Details */

	/* Pricing One */

	/* Testimonial Two */

	/* Testimonial Four */

	/* Testimonial Six */

	/* Promotion Text */

	/* Food Offer */

	/* Tools Integration */
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {

	/* Default CSS */
	.title {
		font-size: 42px;
	}

	/* Food Menu */

	/* Project One */

	/* Project Five */

	.swiper-slide-active .project-style-five-item .project-card-info {
		left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Banner Two */

	/* Banner Three */

	.banner-style-three-area .item h2 {
		font-size: 55px;
	}

	.banner-style-three-area .item .content {
		padding-left: 20%;
	}

	/* Banner Four */

	/* Banner Five */

	/* Banner Six */

	/* Banner Seven */

	/* About Style One */

	/* About Style Two */
	.experience-card .js-counter {
		min-width: 180px;
	}

	/* About Three */

	/* About Four */

	/* About Five */

	/* Why Choose Us */

	/* Feature Two */

	/* Feature Four */

	/* Tools Integration */

	/* Services Two */

	/* Services Three */

	/* Service Details */


	/* Team Three */

	/* Professional Skills */
	.nav.nav-tab-style-one button.nav-link {
		padding: 15px;
		font-size: 16px;
		padding-top: 16px;
	}

	/* Our Benifits */

	/* Pricing One */

	.pricing-two-navs .nav-tabs .nav-link {
		padding: 25px;
	}

	/* Process */
	.process-style-one-items {
		margin: 0;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
		gap: 0;
	}

	.process-style-one-area {
		text-align: center;
	}

	.process-style-one-item {
		margin: auto;
		padding: 40px;
		height: 300px;
		width: 300px;
		min-width: 300px;
	}

	.process-style-one-item:nth-child(2n) {
		height: 350px;
		width: 350px;
		min-width: 350px;
		margin: 0 -40px;
	}

	/* Process Style Two */
	.progress-style-two-items .pr-80 {
		padding-right: 15px;
	}

	.timeline-progress .content {
		padding: 30px;
	}

	/* Accordion */

	/* Technology Index */

	/* Food Offer */

	/* Reservation */

	/* Testimonial Two */

	/* Testimonil Three */

	/* Testimonial Four */

	/* Testimonial Five */

	.testimonial-five-navtigations {
		right: 60px;
		bottom: 95px;
	}

	/* Testimonial Six */


	/* Promotion Text */



	/* Project Three */

	/* Project Four */

	.project-four-swiper-navigation {
		right: 18.5%;
	}

	/* Project Six */

	/* Project Details */

	/* Blog Three */

	/* Career */

	/* Contact */

	/* Footer */
	footer.footer-style-one .footer-item.pl-50 {
		padding-left: 15px;
	}

	/* Footer Two */

	/* Footer Four */
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

	/* Banner Two */

	.attr-nav.attr-box .side-menu {
		display: none;
	}

	.navbar.validnavs.navbar-default.navbar-box .navbar-nav li a {
		font-size: 14px;
		padding: 30px 13px !important;
	}

	/* Banner Four */

	/* Banner five */

	/* Banner Seven */
}

@media (min-width: 1024px) {}

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {

	/* Banner Four */

	.bg-dark-secondary .text-scroll-animation .text {
		color: var(--white);
	}

	/* Team Four */

	.team-four-thumb-items .team-four-thumb-item.active {
		display: block;
	}

	/* Blog */
	.bg-dark-secondary .bg-gray-secondary .bg-dark {
		background: rgba(255, 255, 255, 0.07) !important;
	}

	/* Footer */
	.footer-style-one .f-items {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	.text-end ul.link-list {
		justify-content: center;
		margin-top: 10px;
	}

	.footer-style-one .footer-bottom {
		text-align: center;
	}

	/* Footer Two */

	/* Footer Three */

	/* Footer Four */
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Default */

	.title {
		font-size: 46px;
	}

	.title br {
		display: none;
	}

	/* Topbar */

	/* Banner One */

	/* Banner Two */

	/* Banner Three */
	.banner-style-three-area .item {
		padding: 120px 80px;
	}

	.banner-style-three-area .item h2 {
		font-size: 50px;
	}

	.banner-style-three-area .item .content {
		padding-left: 20%;
	}

	/* Banner Four */

	ul.social-profile {
		justify-content: left;
		margin-top: 35px;
	}


	/* Banner Five */

	/* Banner Style Six */

	/* Banner Style Seven */

	/* About Style Two */

	.thumb-style-two {
		padding-left: 0;
		padding-bottom: 100px;
	}

	.thumb-style-two .circle-text-card {
		position: absolute;
		left: 50%;
		transform: translateX(-50%) scale(0.65);
		transform-origin: bottom center;
		bottom: 30px;
		top: auto;
	}

	.about-style-two-area {
		background-size: 35%;
	}

	/* About Three */

	/* About Four */



	/* About Five */
	.site-heading .icon {
		display: none;
	}

	/* About Six */

	/* Why Choose Us */

	/* Feature */


	/* Feature Two */

	/* Feature Style Three */

	/* Feature Four */

	/* Feature Five */

	/* Fun Fact */

	/* Award */

	/* Process */
	.process-style-one-items {
		margin: 0;
		display: grid;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
		gap: 0;
	}

	.process-style-one-area {
		text-align: center;
	}

	.process-style-one-item {
		margin: auto;
		padding: 30px;
		height: 400px;
		width: 400px;
	}

	.process-style-one-item:nth-child(2n) {
		height: 450px;
		width: 450px;
		min-width: 450px;
		margin: -50px 0;
	}

	/* Clients */

	/* Service One */

	/* Service Two */

	/* Service Three */

	/* Service Four */
	.nav.nav-tab-style-one button.nav-link {
		padding: 13px;
		text-align: center;
		font-size: 15px;
		padding-top: 14px;
	}

	/* Service Five */

	/* Project One */

	/* Project Two */

	/* Project Three */

	.project-four-swiper-navigation {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Project Five */

	.project-five-swiper-nav {
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
		gap: 0;
		display: inline-flex;
		margin-top: 30px;
	}

	.project-five-swiper-nav>div {
		background: var(--color-primary);
		margin: 0 -50px;
	}

	.project-five-swiper-nav>div i {
		color: var(--white);
	}

	.swiper-slide-active .project-style-five-item .project-card-info {
		left: 0;
		border: 1px solid #dddddd;
		border-top: none;
	}

	/* Project Six */
	.project-six-swiper-nav {
		justify-content: center;
		margin-top: 30px;
	}

	/* Project Details */

	/* Technology Index */

	/* Food Menu */

	.nav.nav-tabs.food-menu-nav-tabs li.nav-item {
		padding: 10px 0;
		padding-top: 15px;
		padding-bottom: 5px;
	}

	/* Testimonial One */

	.testimonial-swiper-nav {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 80px;
		gap: 10px;
	}

	.testimonial-swiper-nav>div {
		background: var(--white);
		border-radius: 50%;
		height: 60px;
		width: 60px;
		line-height: 65px;
	}

	/* Testimonial Two */

	.testimonial-two-navtigations {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}

	/* Testimonial Three */

	/* Testimonial Four */

	/* Testimonial Five */

	.testimonial-five-navtigations {
		bottom: 85px;
		right: 80px;
	}

	/* Testimonial Six */

	/* Food Category */

	/* Promotion Text */

	/* Fun Factor Two */

	/* Food Offer */

	/* Video Content */

	/* Reservation */

	/* Team Four */


	/* Tools Integration */

	/* Pricing One */

	/* Blog */

	/* Blog Five */

	/* Blog Six */

	/* Career */

	/* Contact */


	/* Footer */
	.footer-style-one .f-items {
		padding-top: 70px;
		padding-bottom: 120px;
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.footer-top .logo {
		display: none;
	}

	.footer-style-one .f-item.about::after {
		display: none;
	}

	/* Footer Two */

	/* Footer Three */

	/* Footer Four */

	/* Footer Style Six */
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Topbar */

	.title br {
		display: none;
	}

	/* Banner Style One */

	/* Banner Style Two */

	/* Banner Three */
	.banner-style-three-area .item {
		padding: 70px 15px;
	}

	.banner-style-three-area .item h2 {
		font-size: 36px;
	}

	.banner-style-three-area .container-full {
		padding: 0;
		max-width: 100%;
	}

	.banner-style-three-area .banner-fade {
		margin: 0;
		padding: 0;
	}

	.banner-style-three-area strong {
		font-size: 20px;
	}

	.banner-style-three-area .banner-three-nav-prev,
	.banner-style-three-area .banner-three-nav-next {
		display: none;
	}

	.banner-style-three-area .item .content {
		padding: 0;
	}

	.banner-style-three-area .swiper-slide {
		border-radius: 0;
	}

	/* Banner Four */

	ul.social-profile {
		justify-content: center;
		margin-top: 35px;
	}

	/* Banner Style Five */

	/* Banner Style Six */

	/* Banner Style Seven */


	/* About */

	/* About Style Two */
	.about-style-two-info .bottom {
		grid-template-columns: 1fr;
	}

	.thumb-style-two {
		height: auto;
		padding: 0;
		margin-top: 30px;
		padding-bottom: 115px;
	}

	.about-style-two-area {
		background-size: 50%;
	}

	.thumb-style-two .circle-text-card {
		left: 50%;
		transform: translateX(-50%) scale(0.65);
		transform-origin: bottom center;
		bottom: 30px;
		top: auto;
	}

	/* About Three */

	/* About Four */

	/* About Five */
	.site-heading .icon {
		display: none;
	}

	/* About Six */

	/* Why Choose Us */


	/* Timeline */
	.timeline-progress .left .number {
		height: 45px;
		width: 45px;
		font-size: 20px;
	}

	.timeline-progress {
		gap: 20px;
		text-align: left;
	}

	.progress-style-two-items .progress-left {
		margin-bottom: 50px;
	}

	.timeline-progress .content::after {
		display: none;
	}

	.timeline-progress:nth-child(2) .content {
		text-align: left;
	}

	.timeline-progress .content {
		padding: 30px;
	}

	.timeline-progress .top {
		display: block;
	}

	.timeline-progress img {
		margin-bottom: 30px;
	}

	.timeline-progress .top h3,
	.timeline-progress .top h4 {
		font-size: 22px;
		line-height: 1.4;
	}


	/* Tools Area */

	/* Technology Index */

	/* Promotion Text */

	/* Fun Factor */

	/* Fun Factor Two */

	/* Feature */

	/* Features Two */

	/* Feature Three */

	/* Feature */

	/* Feature Five */

	/* Services */
	.services-style-one-carousel {
		margin: 0;
	}

	.services-style-one-carousel .swiper-wrapper {
		padding: 0;
	}

	/* Services Two */

	/* Service Three */

	/* Services Four */

	/* Services Five */

	/* Service Details */

	/* Accordion Style Three */

	/* Professional Skill */
	.nav.nav-tab-style-one::after {
		display: none;
	}

	.nav.nav-tab-style-one button.nav-link {
		flex: inherit;
		width: 100%;
		background: var(--bg-gray-secondary);
		margin-bottom: 5px;
		border-radius: 7px;
	}

	.text-light .nav.nav-tab-style-one button.nav-link {
		background: rgba(255, 255, 255, 0.2);
	}

	.nav.nav-tab-style-one {
		background-image: none;
		display: block;
	}

	.nav.nav-tab-style-one button.nav-link::after {
		display: none;
	}

	.nav.nav-tab-style-one button.nav-link.active {
		background-color: var(--color-style-five);
	}

	/* Process */
	.process-style-one-items {
		margin: 0;
		display: grid;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
		gap: 30px;
	}

	.process-style-one-area {
		text-align: center;
	}

	.process-style-one-item {
		margin: auto;
		padding: 30px;
	}

	.process-style-one-item:nth-child(2n) {
		height: 330px;
		width: 330px;
		min-width: 330px;
	}

	/* Food Offer */

	/* Video Section */
	.video-section img {
		min-width: 450px;
	}

	/* Clients */

	.brand-style-one-carousel img {
		max-height: 35px;
		height: auto;
	}

	/* Project */

	/* Project Two */

	/* Project Three */

	/* Project Four */

	.project-four-swiper-navigation {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Project Five */

	.project-five-swiper-nav>div.project-five-prev {
		margin: 0;
	}

	.project-five-swiper-nav>div {
		background: var(--color-primary);
		color: var(--white);
	}

	.project-five-swiper-nav {
		flex-direction: row-reverse;
		justify-content: center;
		margin-top: 30px;
		gap: 10px;
	}

	.swiper-slide-active .project-style-five-item .project-card-info {
		left: 0;
	}

	/* Project Six */

	.project-six-swiper-nav {
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	/* Project Single */


	/* Pricing Three */

	/* Brand */

	/* Testimonial */

	.testimonial-swiper-nav {
		right: auto;
		bottom: 30px;
		gap: 10px;
	}

	.testimonial-swiper-nav>div {
		background: var(--white);
		border-radius: 50%;
		height: 45px;
		width: 45px;
		text-align: center;
		line-height: 50px;
	}

	.testimonial-style-one-carousel {
		padding: 0;
		margin-top: 25px;
	}

	/* Testimonial Two */

	.testimonial-two-navtigations {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		bottom: 0;
	}

	/* Testimonial Three */

	/* Testimonial Four */

	/* Testimonial Five */

	.testimonial-five-navtigations {
		right: auto;
		left: 50%;
		position: inherit;
		top: auto;
		bottom: 0;
		transform: translateX(-50%);
		text-align: center;
		justify-content: center;
		margin-top: 30px;
	}

	/* Testimonial Style Six */



	/* App Demo */

	/* Food Menu */

	.nav.nav-tabs.food-menu-nav-tabs {
		background-image: none !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 15px;
		margin-bottom: 50px;
	}

	.nav.nav-tabs.food-menu-nav-tabs::before,
	.nav.nav-tabs.food-menu-nav-tabs::after {
		display: none;
	}

	.nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
		border-color: #dddddd;
	}

	.bg-dark-secondary .nav.nav-tabs.food-menu-nav-tabs li.nav-item button {
		border-color: rgba(255, 255, 255, 0.25);
	}

	.nav.nav-tabs.food-menu-nav-tabs li.nav-item {
		padding: 0;
	}

	/* Award */

	/* Video Content */

	/* Reservation Form */

	/* Team Style Four */

	.team-four-content-list .item {
		border: none;
		padding: 30px;
		background: var(--white);
		border-radius: 7px;
		margin-top: 15px;
	}

	.bg-dark-secondary .team-four-content-list .item {
		background: transparent;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}

	.bg-dark-secondary .active .team-four-content-info span {
		color: var(--white-secondary);
	}

	.active .team-four-content-info span {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.team-four-thumb-item img {
		height: auto;
	}

	.team-four-content-list {
		border: none;
	}

	/* Team Details */

	/* Promotionl Brand */

	/* Blog Grid */

	/* Blog Three */

	/* Blog Four */

	/* Blog Five */



	.active .blog-style-five .blog-card {
		top: 0;
	}

	/* Blog Six */

	/* Career */

	/* Contact */

	/* Footer */

	.footer-style-one .f-items {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0;
		padding-top: 70px;
	}

	.footer-style-one .f-item.about::after {
		display: none;
	}

	/* Footer Two */


	/* Footer Three */

	.f-items {
		padding-bottom: 70px;
	}

	/* Footer Four */

	/* Footer Six */
}


/* ==============================================================
    # Preloader
=================================================================== */
#validthemes-loader {
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--white);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-dark #validthemes-loader {
	background: var(--dark-secondary);
}

.loader-roller {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 120px;
}

.loader-roller div {
	animation: loader-roller 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.loader-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--color-primary);
	margin: -5px 0 0 -5px;
}

.color-style-two .loader-roller div:after {
	background: var(--color-primary);
}

.color-style-four .loader-roller div:after {
	background: var(--color-style-four);
}

.color-style-five .loader-roller div:after {
	background: var(--color-style-five);
}

.color-style-six .loader-roller div:after {
	background: var(--color-style-six);
}

.color-style-seven .loader-roller div:after {
	background: var(--color-primary);
}

.color-style-eight .loader-roller div:after {
	background: var(--color-primary);
}

.color-style-nine .loader-roller div:after {
	background: var(--color-primary);
}

.color-style-ten .loader-roller div:after {
	background: var(--color-primary);
}

.loader-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.loader-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.loader-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.loader-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.loader-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.loader-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.loader-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.loader-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.loader-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.loader-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.loader-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.loader-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.loader-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.loader-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.loader-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.loader-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes loader-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Product Card Styles */
.product-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.product-image-wrap {
	position: relative;
	padding: 15px;
	background: transparent;
	border-radius: 20px 20px 0 0;
}

.product-image-wrap img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
}

.products-carousel .swiper-slide,
.products-carousel .product-card,
.products-carousel .product-card * {
	user-select: none;
	-webkit-user-select: none;
}

@media (hover: hover) and (pointer: fine) {
	.products-carousel.products-carousel-desktop {
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-ms-overflow-style: none;
		cursor: grab;
	}

	.products-carousel.products-carousel-desktop::-webkit-scrollbar {
		display: none;
	}

	.products-carousel.products-carousel-desktop.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
	}

	.products-carousel.products-carousel-desktop .swiper-wrapper {
		gap: 30px;
	}

	.products-carousel.products-carousel-desktop .swiper-slide {
		flex: 0 0 100%;
		width: auto;
		height: auto;
		scroll-snap-align: start;
	}

	.products-carousel.products-carousel-desktop .products-swiper-pagination {
		display: none;
	}
}

@media (min-width: 576px) and (hover: hover) and (pointer: fine) {
	.products-carousel.products-carousel-desktop .swiper-slide {
		flex-basis: calc((100% - 30px) / 2);
	}
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
	.products-carousel.products-carousel-desktop .swiper-slide {
		flex-basis: calc((100% - 60px) / 3);
	}
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
	.products-carousel.products-carousel-desktop .swiper-slide {
		flex-basis: calc((100% - 90px) / 4);
	}
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
	.products-carousel.products-carousel-desktop .swiper-slide {
		flex-basis: calc((100% - 120px) / 5);
	}
}

.product-title {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 2px;
}

.current-price {
	color: #5b3cc4;
	font-size: 28px;
	font-weight: 800;
}

.current-price span {
	font-size: 16px;
}

.product-actions {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.product-actions .btn {
	flex: 1;
	padding: 8px 10px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.product-actions .order-btn {
	background: #5b3cc4;
	color: #fff;
	border: none;
}

.product-actions .order-btn:hover {
	background: #472c9c;
	color: #fff;
}

.product-actions .details-btn {
	background: transparent;
	color: #5b3cc4;
	border: 1px solid #5b3cc4;
}

.product-actions .details-btn:hover {
	background: #f8f6ff;
	color: #5b3cc4;
}



/* Flip Card Styles */
.product-card-wrapper {
	perspective: 1000px;
	height: 100%;
}

.product-card {
	position: relative;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
	border-radius: 0 !important;
}

.product-card-wrapper[dir="ltr"] .product-card.flipped {
	transform: rotateY(180deg);
}
.product-card-wrapper[dir="rtl"] .product-card.flipped {
	transform: rotateY(-180deg);
}

.product-card-front,
.product-card-back {
	width: 100%;
	backface-visibility: hidden;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.product-card-front {
	position: relative;
	z-index: 2;
	transform: rotateY(0deg);
}

.product-card-back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 10px 15px 15px;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.product-card-wrapper[dir="ltr"] .product-card-back {
	transform: rotateY(180deg);
}
.product-card-wrapper[dir="rtl"] .product-card-back {
	transform: rotateY(-180deg);
}
.product-card-wrapper[dir="ltr"] .product-details-list {
	text-align: left;
}
.product-card-wrapper[dir="rtl"] .product-details-list {
	text-align: right;
}

.product-details-list {
	flex: 1;
	overflow-y: auto;
	padding-right: 5px;
	margin-bottom: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	flex-grow: 1;
}

.product-details-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #e0e0e0;
	font-size: 14px;
	color: #444;
	display: flex;
	align-items: center;
}

.product-details-list li i {
	color: #5b3cc4;
	margin-left: 8px;
	font-size: 12px;
}

.product-details-list li:last-child {
	border-bottom: none;
}

/* Hotwav Red Theme Card Styles */
.product-card-front {
	padding: 0;
	border: 1px solid #f0f0f0;
}

.product-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.product-title-row .product-title {
	margin-bottom: 0;
	font-size: 18px;
	color: #111;
}

.product-specs-red {
	color: #888;
	font-size: 13px;
	margin-bottom: 12px;
	text-align: right;
}

.price-separator {
	height: 1px;
	background-color: #f0f0f0;
	margin: 4px 0 2px;
}

.red-price {
	color: var(--color-primary) !important;
	font-size: 24px !important;
}

.btn-primary-red {
	background: var(--color-primary) !important;
	color: #fff !important;
	border: none !important;
}

.btn-primary-red:hover {
	background: var(--color-secondary) !important;
}

.btn-outline-red {
	background: transparent !important;
	color: var(--color-primary) !important;
	border: 1px solid var(--color-primary) !important;
}

.btn-outline-red:hover {
	background: var(--color-primary) !important;
	color: #fff !important;
}

.product-info-red {
	padding: 10px 15px 15px;
	text-align: right;
}
.product-card-wrapper[dir="ltr"] .product-info-red {
	text-align: left;
}
.product-card-wrapper[dir="rtl"] .product-info-red {
	text-align: right;
}
.product-price-red {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
}

/* Swiper Pagination Colors */
.swiper-pagination-bullet-active {
	background: var(--color-primary) !important;
}
.swiper-pagination-bullet {
	background: var(--color-primary);
}

/* New Card Back Styles */
.product-details-list li {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid #f5f5f5 !important;
}

.detail-dot {
	width: 5px;
	height: 5px;
	background-color: #e31837;
	border-radius: 50%;
	margin-left: 10px;
}
.product-card-wrapper[dir="ltr"] .detail-dot {
	margin-left: 0;
	margin-right: 10px;
}

.detail-text {
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}

.close-details-btn-new {
	margin-top: 15px;
	background: #fafafa;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 12px;
	width: 100%;
	padding: 6px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-align: right;
	transition: all 0.3s;
}

.close-details-btn-new:hover {
	background: #f0f0f0;
}

.close-btn-text {
	display: flex;
	flex-direction: column;
}

.close-btn-text strong {
	font-size: 13px;
	color: #444;
}

.close-btn-text span {
	font-size: 11px;
	color: #999;
}

.rotate-icon {
	width: 33px;
	height: 33px;
	object-fit: contain;
	opacity: 0.8;
}

.product-details-list::-webkit-scrollbar {
	width: 4px;
}

.product-details-list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.product-details-list::-webkit-scrollbar-thumb {
	background: #e31837;
	border-radius: 4px;
}

.product-details-list::-webkit-scrollbar-thumb:hover {
	background: #c4122d;
}
.product-actions .btn {
    transform: translateZ(1px);
    position: relative;
    z-index: 999;
    pointer-events: all !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.close-details-btn-new {
    transform: translateZ(1px);
    position: relative;
    z-index: 999;
    pointer-events: all !important;
}
.product-actions {
    position: relative;
    z-index: 999;
    pointer-events: all !important;
    touch-action: manipulation;
}
.product-card-front,
.product-card-back {
    pointer-events: all !important;
}

/* Slider Responsive Text */
.responsive-slider-title {
    font-size: 22px !important;
    margin-bottom: 25px !important;
    line-height: 1.4 !important;
}
.responsive-slider-desc {
    font-size: 18px !important;
    line-height: 1.6 !important;
}
@media (min-width: 768px) {
    .responsive-slider-title {
        font-size: 34px !important;
        margin-bottom: 30px !important;
    }
    .responsive-slider-desc {
        font-size: 22px !important;
    }
}
@media (min-width: 992px) {
    .responsive-slider-title {
        font-size: 42px !important;
        margin-bottom: 40px !important;
    }
    .responsive-slider-desc {
        font-size: 28px !important;
    }
}


/* ==========================================================================
   Companies Buttons
   ========================================================================== */

.brand_pages_section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 15%, rgba(204, 0, 0, 0.05) 0 1px, transparent 1.5px) 0 0 / 16px 16px,
        linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

#brands .site-heading {
    margin-bottom: 35px;
}

#brands .brand_pages_grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: min(900px, 100%) !important;
    margin: 0 auto !important;
}

#brands a.brand_page_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 62px !important;
    padding: 14px 22px !important;
    margin: 0 !important;
    box-sizing: border-box !important;

    background-color: transparent !important;
    background-image: none !important;
    border: 2px solid var(--brand-button-color) !important;
    border-radius: 16px !important;
    box-shadow: none !important;

    color: var(--brand-button-color) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none !important;

    transform: none !important;
    filter: none !important;

    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease !important;
}

#brands a.brand_page_button::before,
#brands a.brand_page_button::after {
    content: none !important;
    display: none !important;
}

#brands a.brand_page_button span {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--brand-button-color) !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;

    transition: color 0.25s ease !important;
}

#brands a.brand_page_button:hover,
#brands a.brand_page_button:focus {
    background-color: transparent !important;
    background-image: none !important;
    border-color: var(--brand-button-hover-color) !important;
    color: var(--brand-button-hover-color) !important;
    box-shadow: none !important;
    transform: translateY(-2px) !important;
    filter: none !important;
    text-decoration: none !important;
    outline: none !important;
}

#brands a.brand_page_button:hover span,
#brands a.brand_page_button:focus span {
    color: var(--brand-button-hover-color) !important;
}

#brands .brand_page_button--vortex {
    --brand-button-color: #0971b7;
    --brand-button-hover-color: #0a405e;
}

#brands .brand_page_button--hotwav {
    --brand-button-color: #c13834;
    --brand-button-hover-color: #990000;
}

#brands .brand_page_button--yomi {
    --brand-button-color: #e0b330;
    --brand-button-hover-color: #cba025;
}

#brands .brand_page_button--hypercool {
    --brand-button-color: #0b72b5;
    --brand-button-hover-color: #08405e;
}

#brands .brand_page_button .brand_page_button_logo {
    display: block !important;
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: 70px !important;
    height: 30px !important;
    max-height: 30px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: center !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transform: none !important;
    filter: none !important;
}

#brands .brand_page_button .brand_page_button_logo--vortex {
    width: auto !important;
    max-width: 68px !important;
    height: 28px !important;
}

#brands .brand_page_button .brand_page_button_logo--hotwav {
    width: auto !important;
    max-width: 72px !important;
    height: 30px !important;
}

#brands .brand_page_button .brand_page_button_logo--yomi {
    width: auto !important;
    max-width: 68px !important;
    height: 28px !important;
}

#brands .brand_page_button .brand_page_button_logo--hypercool {
    width: auto !important;
    max-width: 72px !important;
    height: 30px !important;
}

#brands .brand_page_button:hover .brand_page_button_logo,
#brands .brand_page_button:focus .brand_page_button_logo {
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
}

@media (max-width: 767px) {
    .brand_pages_section {
        padding: 55px 0;
    }

    #brands .site-heading {
        margin-bottom: 28px;
    }

    #brands .brand_pages_grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    #brands a.brand_page_button {
        min-height: 58px !important;
        padding: 12px 18px !important;
        border-radius: 16px !important;
        font-size: 16px !important;
    }

    #brands .brand_page_button .brand_page_button_logo {
        max-width: 62px !important;
        height: 26px !important;
        max-height: 26px !important;
    }
}
#brands .brand_pages_title {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 0;
}

@media (max-width: 767px) {
    #brands .brand_pages_title {
        font-size: 23px;
        line-height: 1.6;
    }
}

/* -------------------------------------------------------------
   Restore list styles for dynamically generated HTML (TinyEditor)
------------------------------------------------------------- */
.progress-left ul,
.goal-card-description ul {
    list-style-type: disc !important;
    padding-inline-start: 25px !important;
    margin: 10px 0 !important;
}

.progress-left ol,
.goal-card-description ol {
    list-style-type: decimal !important;
    padding-inline-start: 25px !important;
    margin: 10px 0 !important;
}

.progress-left ul li,
.progress-left ol li,
.goal-card-description ul li,
.goal-card-description ol li {
    display: list-item !important;
    list-style: inherit !important;
    margin: 5px 0 !important;
    padding: 0 !important;
}

/* Custom Fixes From index.blade.php */
@media (min-width: 1024px) {
    .nav-dir-flex {
        display: flex !important;
        flex-direction: row !important;
    }
    .nav-dir-flex > li {
        float: none !important;
    }
}
[dir="rtl"] .sub-title {
    padding-left: 0 !important;
    padding-right: 25px !important;
}
[dir="rtl"] .sub-title::after {
    left: auto !important;
    right: 0 !important;
}
[dir="rtl"] .sub-title::before {
    left: auto !important;
    right: 7px !important;
}

@media (max-width: 992px) {
    .process-style-one-items {
        gap: 0 !important;
        margin-top: 20px !important;
    }
    .process-style-one-item {
        width: 250px !important;
        height: 250px !important;
        min-width: 250px !important;
        padding: 20px !important;
        margin: 5px auto !important;
        z-index: 1;
    }
    .process-style-one-item:nth-child(2n) {
        width: 250px !important;
        height: 250px !important;
        min-width: 250px !important;
        margin: 5px auto !important;
        z-index: 2;
    }
    .process-style-one-item h3 {
        font-size: 18px !important;
    }
    .process-style-one-item p {
        font-size: 13px !important;
    }
    .process-style-one-item span {
        font-size: 30px !important;
    }
}

.about-style-two-info {
    text-align: start;
}

.feature-card ul li .feature-text {
    text-align: start;
}

@media (min-width: 992px) {
    .thumb-style-two.about-media-ltr {
        padding-left: 0;
        padding-right: 100px;
    }

    .thumb-style-two.about-media-ltr .circle-text-card {
        left: auto;
        right: 0;
    }

    .thumb-style-two.about-media-rtl {
        padding-left: 100px;
        padding-right: 0;
    }

    .thumb-style-two.about-media-rtl .circle-text-card {
        left: 0;
        right: auto;
    }
}

.top h4 { margin: 0 !important; padding: 0 !important; line-height: 1 !important; }
.goal-card-description, .goal-card-description * { text-align: start !important; }

.product-title p { margin-bottom: 0; }
.product-specs-red * { text-align: center !important; }
